Sum to Infinity of a Geometric Series problem

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 4K views
odolwa99
Messages
85
Reaction score
0

Homework Statement



Q.: A geometric series has first term a and common ratio r. Its sum to infinity is 12. The sum to infinity of the squares of the terms of this geometric series is 48. Find the values of a and r.

Ans.: From textbook: a = 6, r = 1/ 2


Homework Equations



Eq.: S[itex]\infty[/itex] = [itex]\frac{a}{1 - r}[/itex]

The Attempt at a Solution



S[itex]\infty[/itex] = [itex]\frac{a}{1 - r}[/itex] = 12
a = 12 ( 1 - r)
a = 12 - 12r
a = 1 - r

S[itex]\infty[/itex] = [itex]\frac{a^2}{1 - r^2}[/itex]

[itex]\frac{a^2}{1- (a^2r^2/ a^2)}[/itex] = 48
[itex]\frac{r^2 - 2r + 1}{1 - (r^2((1 -r)^2))/ ((1 - r)^2)}[/itex] = 48

[itex]\frac{r^2 - 2r + 1}{1 - ((r^2 - r^3)^2)/ (r^2 - 2r + 1)}[/itex] = 48

[itex]\frac{r^2 - 2r + 1}{1 - (r^6 - 2r^5 + r^4)/ (r^2 -2r + 1}[/itex] = 48

[itex]\frac{r^2 - 2r + 1}{1 - r^4 - 2r^4 + r^4}[/itex] = 48

[itex]\frac{r^2 - 2r + 1}{1}[/itex] = 48
r^2 - 2r + 1 -48
r^2 - 2r + 1 -47
(r - 47)(r - 1) ...?

from answer above, though, r should = 1/ 2.

Can anyone help me spot where I have gone wrong? Thank you.
 
Last edited:
Physics news on Phys.org
Okay, if "S" is a geometric series:
[tex]\sum_{n=0}^\infty ar^n= \frac{a}{1- r}[/tex]
with a and r, then the sum of squares,
[tex]\sum_{n=0}^\infty a^2 (r^n)^2= \sum_{n=0}^\infty a^2(r^2)^n[/tex]
is also a geometric series, with [itex]a^2[/itex] and [itex]r^2[/itex]
So, as you say,
[tex]\frac{a}{1- r}= 12[/tex]
and
[tex]\frac{a^2}{1- r^2}= 48[/tex]

To solve that, I recommend dividing the second equation by the square of the first. (Recall that [itex]1- r^2= (1- r)(1+ r)[/itex].)
 
Hi odolwa99

I think there is a much easier way to solve the problem

Like you know the s infinity sum of a geometric serie of ratio <1 is a0(1-q) where a0 is the first term and q is the ratio

In our case the infinity sum is a/(1-r) = 12 -> a = 12(1-r)

Now see: The sum of the squares is also a geometric serie, first term a² and ratio r², so the sum is

a²/(1-r²) = 48 -> a² = 48(1-r²)

So 144(1-r)² = 48(1-r²) -> 3(1-r)=(1+r) -> r = 1/2
 
Ah, fantastic. Thank you very much. Btw, I'm getting used to latex so that's why the question has changed apppearance, and thanks to everyone for your help.