Question
Question: Find the nth term and the sum of n terms of the series\[8,16,0, - 64, - 200, - 432, \ldots \]...
Find the nth term and the sum of n terms of the series8,16,0,−64,−200,−432,…
Solution
Hint: Compute the successive differences between each pair and repeat the step until you get the differences as constant ignoring the signs in the last step. Define the nth term as tn=a+bn+cn2+dn3. Solve the system of equations obtained using the first four terms of the series and find the values of a, b, c, and d. This gives the nth term. Use the formula for sum of n terms Sn=∑tnand find the answer using the following identities:
- the sum of squares of first n natural numbers is given by6n(n+1)(2n+1)
- the sum of cubes of first n natural numbers is given by [2n(n+1)]2
Complete step by step solution:
There are two parts to the given question.
First part: Find the nth term of the series8,16,0,−64,−200,−432,…
Second part: Find the sum of n terms of the series8,16,0,−64,−200,−432,…
Let us look at the first part.
Finding the nth term is equivalent to finding a general formula to calculate any term of the series.
Once the nth term is known, finding the sum requires just an application of a formula.
Consider the difference between the consecutive terms of the given series:
1)8−16,16−0,0−(−64),−64−(−200),−200−(−432),…
⇒−8,16,64,136,232,…
Repeat this step until we get equal differences.
\Rightarrow {S_n} = \sum {{t_n}} = \sum {(12{n^2} - 4{n^3})} \\
\Rightarrow {S_n} = \sum {12{n^2} - \sum {4{n^3}} } \\
\Rightarrow {S_n} = 12\sum {{n^2}} - 4\sum {{n^3}} \\
\Rightarrow {S_n} = 12[\dfrac{{n(n + 1)(2n + 1)}}{6}] - 4{[\dfrac{{n(n + 1)}}{2}]^2} \\
\Rightarrow {S_n} = 2n(n + 1)(2n + 1) - {n^2}{(n + 1)^2} \\
\Rightarrow {S_n} = n(n + 1)[2(2n + 1) - n(n + 1)] \\
\Rightarrow {S_n} = n(n + 1)(4n + 2 - {n^2} - n) \\
\Rightarrow {S_n} = n(n + 1)( - {n^2} + 3n + 2) \\
\Rightarrow {S_n} = - n(n + 1)({n^2} - 3n - 2) \\