Saved Bookmarks
| 1. |
Find the sum of n terms of the series whose nth term is n2 + 3n |
|
Answer» tn = n2 + 3n ⇒ t1 = 12 + 31 t2 = 22 + 32 t3 = 32 + 33 t4 = 42 + 34 \(\vdots\) \(\vdots\) \(\vdots\) tn = n2 + 3n ∴ Adding column wise, we get t1 + t2 + t3 + ....... + tn = (12 + 22 + 32 + ..... + n2) + (31 + 32 + ..... + 3n) = \(\displaystyle\sum_{k=1}^{n} k^2\) + \(\frac{3.(3^n-1)}{(3-1)}\) = \(\frac{n(n+1)(2n+1)}{6}\) + \(\frac{3}{2}\) (3n - 1). |
|