InterviewSolution
Saved Bookmarks
| 1. |
The sum of first n terms of a certain series is given as 2n2 – 3n. Show that the series is an A.P. |
|
Answer» Let tn be nth term of an A.P. tn = Sn – Sn - 1 = 2n2 – 3n – [2(n – 1)2 – 3(n – 1)] = 2n2 – 3n – [2(n2 – 2n + 1) – 3n + 3] = 2n2 – 3n – [2n2 – 4n + 2 – 3n + 3] = 2n2 – 3n – [2n2 – 7n + 5] = 2n2 – 3n – 2n2 + 7n – 5 tn = 4n – 5 t1 = 4(1) – 5 = 4 – 5 = -1 t2 = 4(2) -5 = 8 – 5 = 3 t3 = 4(3) – 5 = 12 – 5 = 7 t4 = 4(4) – 5 = 16 – 5 = 11 The A.P. is -1, 3, 7, 11,… The common difference is 4 ∴ The series is an A.P. |
|