在练习1到7中找到每个系列的n个项的总和。
问题1. 1×2 + 2×3 + 3×4 + 4×5 +…
解决方案:
Given: Series = 1 × 2 + 2 × 3 + 3 × 4 + 4 × 5 + …
To find nth term, we have
nth term, an = n ( n + 1)
So, the sum of n terms of the series:
问题2. 1×2×3 + 2×3×4 + 3×4×5 +…
解决方案:
Given: Series = 1 × 2 × 3 + 2 × 3 × 4 + 3 × 4 × 5 + …
To find nth term, we have
nth term, an = n(n + 1)(n + 2)
= (n2 + n) (n + 2)
= n3 + 3n2 + 2n
So, the sum of n terms of the series:
问题3. 3×1 2 + 5×2 2 + 7×3 2 +…
解决方案:
Given: Series = 3 × 12 + 5 × 22 + 7 × 32 + …
To find nth term, we have
nthterm, an = (2n + 1) n2 = 2n3 + n2
So, the sum of n terms of the series:
问题4.找到该系列的n个项的总和
解决方案:
Given: Series =
To find nth term, we have
nthterm an = (By partial fractions)
So, on adding the above terms columns wise, we obtain
问题5.找到系列5 2 + 6 2 + 7 2 +…+ 20 2的n个项的和
解决方案:
Given: Series = 52 + 62 + 72 + … + 202
To find nth term, we have
nth term, an = (n + 4)2 = n2 + 8n + 16
So, the sum of n terms of the series:
16th term is (16 + 4) = 202
= 1496 + 1088 + 256
= 2840
So, 52 + 62 + 72 + …..+ 202 = 2840
问题6.求出3×8 + 6×11 + 9×14 +…的n个项的和。
解决方案:
Given: Series = 3 × 8 + 6 × 11 + 9 × 14 + …
To find nth term, we have
an = (nth term of 3, 6, 9 …) × (nth term of 8, 11, 14, …)
= (3n) (3n + 5)
= 9n2 + 15n
So, the sum of n terms of the series:
= 3n(n + 1)(n +3)
问题7。找到系列1 2 +(1 2 + 2 2 )+(1 2 + 2 2 + 3 2 )+…的n个项的和。
解决方案:
Given: Series = 12 + (12 + 22) + (12 + 22 + 32) + …
To find nth term, we have
an = (12 + 22 + 32 +…….+ n2)
So, the sum of n terms of the series:
问题8.求第n个项由n(n + 1)(n + 4)给出的级数中n个项的总和。
解决方案:
Given: an = n (n + 1) (n + 4) = n(n2 + 5n + 4) = n3 + 5n2 + 4n
Now, the sum of n terms of the series:
问题9.找到第n个项由n 2 + 2 n给出的级数的n个项的和
解决方案:
Given: nth term of the series as:
an = n2 + 2n
So, the sum of n terms of the series:
Now, the above series 2, 22, 23 ….. is G.P.
and the first term and common ration is equal to 2.
From eq(1) and (2), we get
问题10.求第n个项由(2n – 1) 2给出的级数的n个项的总和
解决方案:
Given: nthterm of the series as:
an = (2n – 1)2 = 4n2 – 4n + 1
So, the sum of n terms of the series: