Sum of Geometric progression(G.P)
How to find sum of n term of any Geometric progression
If first term is a and common ratio is r then series will be
Sn=a+ar+ar2+ar3+……….+arn-1 ------------(1)
Multiply r on both side then we get
r*Sn=ar+ar2+ar3+ar4……….+arn-1+arn --------(2)
Subtracting (2) from (1)
Sn- r*Sn =a+ar+ar2+ar3+……….+arn-1- ar-ar2-ar3-ar4……….- arn-1-arn
sn(1-r)=a-arn=a(1-rn)
sn= a(1-rn)/(1-r)
sn=a(rn-1)/(r-1)
based on this result we can find sum of any Geometric series
for example
1+2+4+8+16………to 20 term
We have to find sum of 20 term
Here a=1
r=2 and number of term n=20
we know sn= a(rn-1)/(r-1)
s20=1(220-1)/(2-1)
s20= 220-1
Properties of Geometric progression(G.P)
(1)Each term multiply or divide by non Zero then obtained series is also in G.P
(2)Reciprocal of each term of geometric series is also in geometric series.
For example
If series 2,4,8,16……… is in gp then reciprocal of all term
1/2,1/4,1/8,1/16 is also in gp