In: Math
Calculate a geometric series
1.For v greater than 0 and less than 1, what is the Sum(v^i) for i = 1 to 100?
2.For v greater than 0 and less than 1, what is the Sum(v^i) for i = 1 to infinity?
3.Let v = 1/(1+r). State the answer to question 2 in terms of r.
In General we write a Geometric series like this:
{a, av, av2, av3, ... }
Formula for the n-th term can be defined as:
an = an-1⋅v
an = a⋅vn-1
Now,
a) For 0<v<1, vi for i = 1 to 100.
The geometric series :
v, v2, v3, v4,.........................,v99, v100.
The sum of series is :
S100 = v + v2 + v3 +......................+ v99 + v100 --- eqn 1
v.S100 = v2 + v3 + v4......................+ v100 + v101 -- eqn 2
Subtract eqn 2 from eqn 1, we get
S100 - v.S100 = v - v101
S100 (1-v) = v- v101
S100 = . -- eqn 3
b) For 0<v<1, vi for i = 1 to infinity
The geometric series :
v, v2, v3, v4,.........................
The sum of series is :
S∞= v + v2 + v3 + v4 +........... +v∞
For finite n, we have Sn =
when n tends to infinity, vn = 0 for 0<v<1,
Hence,
S∞= . -- eqn 4
c) Put v = 1/ (1+r) in eqn 4 , we get
S∞ = .