File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,12 +47,21 @@ $$S_n = \frac{n(a_1 + a_n)}{2} = \frac{n[2a_1 + (n-1)d]}{2}$$
4747| 性质 | 内容 |
4848| ---------- | ---------------------------------------------------------- |
4949| 对称性 | $a_1 + a_n = a_2 + a_ {n-1} = \cdots$ |
50+ | 下标等差 | $a_n, a_ {n + k}, a_ {n + 2k}, ...$ 是等差数列 |
5051| 下标和 | $m + n = p + q \implies a_m + a_n = a_p + a_q$ |
5152| 等距性 | $a_ {n+k} - a_n = kd$(差与起点无关) |
5253| $S_n$ 形式 | $S_n = \dfrac{d}{2}n^2 + \left(a_1 - \dfrac{d}{2}\right)n$ |
5354| $S_ {m+n}$ | $S_ {m+n} = S_m + S_n + mnd$ |
5455| 奇数项和 | $a_1 + a_3 + \cdots + a_ {2n-1} = n^2 d + a_1 n$ |
5556
57+ ** 等差数列前n项和其它性质**
58+
59+ 1 . $\frac {a_n} {b_m} = \frac {S_ {2n-1}} {T_ {2m-1}} = \frac {2m-1} {2n-1} $
60+
61+ 2 . $\{ \frac {S_n} {n} \} $ 是等差数列.
62+
63+ 3 . $ S_ {2n} - S_ {2n-1} = nd.S_ {2n-1} - S_ {2n-2} = a_n. $
64+
5665---
5766
5867### 1.3 等比数列(基础知识)
@@ -776,4 +785,4 @@ $$(1+x)^n \geq 1 + nx \quad (x > -1,\ n \in \mathbb{N}^*)$$
776785
777786---
778787
779- * 整理自:知乎、Bilibili、学科网、高考直通车、高考真题等多个来源*
788+ * 整理自:知乎、Bilibili、学科网、高考直通车、高考真题等多个来源*
You can’t perform that action at this time.
0 commit comments