This commit is contained in:
赵鑫 2022-09-07 21:33:25 +08:00
parent 8691e3a70b
commit 12d67021c9

View File

@ -13,4 +13,8 @@ $$ a_n = a + (n-1)d \tag{等差数列通项公式} $$
由等差数列通项公式可以得到以下公式: 由等差数列通项公式可以得到以下公式:
$$ n = \dfrac{a_末-a}{d} + 1 \tag{已知首项尾项及公差求项数}$$ $$ n = \dfrac{a_n}{d} + 1 \tag{已知首项尾项及公差求项数}$$
等差数列求和公式:
$$ \dfrac {(a + a_n) \times n}{2} $$