If $S_n$ denotes the sum of $n$ terms of an Arithmetic Progression (AP), then its common difference is given by:

69 Views Asked by At

If $S_n$ denotes the sum of $n$ terms of an Arithmetic Progression (AP), then its common difference is given by:

$a$. $S_{n} - S_{n-1} - S_{n-2}$

$b$. $S_{n} -3S_{n-1} - 2S_{n-2}$

$c$. $S_{n} + 2S_{n-1} - S_{n-2}$

$d$. $S_{n} - 2S_{n-1} + S_{n-2}$

I know that the sum of $n$ terms of AP having first term $a$ and common difference $d$ is given by: $$S_{n}=\dfrac {n}{2} [2a+(n-1)d]$$

But I couldn't get any idea to solve.

3

There are 3 best solutions below

0
On BEST ANSWER

$T(n)=S(n)-S(n-1)$

$T(n-1)=S(n-1)-S(n-2)$

$d=T(n)-T(n-1)$

0
On

$$S_n-S_{n-1}-(S_{n-1}-S_{n-2})$$

0
On

$$ \begin{align} &S_n& &=\frac d2 n^2+\left(a-\frac d2\right)n\\ &\Delta S_n &=S_n-S_{n-1}&=\frac d2 (2n-1)+\left(a-\frac d2\right)\\ &\Delta^2 S_n&=\color{red}{S_n-2S_{n-1}+S_{n-2}}&\color{red}{=d} \end{align}$$