Geometric Series

PixiePink

New member
Joined
Sep 15, 2005
Messages
9
For this equation I'm supposed to find the first term and the sum of the geometric sequence.
an = 24, r = 2/3, n = 4

For this one I need to find the first and last term of the sequence given the information below.
Sn = 1022, r =2, n = 9

I know that the formulas for geometric series are:
Sn=(a1-a1r^n)/1-r & Sn=(a1-ran)/1-r

Im not sure how to solve these though. My book doesn't show how to do these probelms.
 
1) Don't over-think this. You have the fourth term, a<sub>4</sub> = 24, and the common ratio, r = 2/3. But you also know that a<sub>4</sub> = a<sub>1</sub>r<sup>3</sup> = a<sub>1</sub>(2/3)<sup>3</sup> = a<sub>1</sub>(8/27). So 24 = (8/27)a<sub>1</sub>. Solve for the value of a<sub>1</sub>.

2) Does "S<sub>n</sub>" stand for the n-th partial sum, or for the n-th term?

Eliz.
 
Sn is the sum of the first n terms.

Ok so for the first one a1=-81 & sn=-195

but how would I do the second problem?
 
I'd plug the known information into that first summation formula, and solve for a<sub>1</sub>. Then back-solve for a<sub>9</sub>.

Eliz.
 
If you put the information into the first summation you get:
1022=a1-a12^9/1-2
2^9=512 but would you multiply the 512 by each a1 so you get
1022=512a1-512a1/-1 and solve?
 
Why did you convert "a<sub>1</sub> - 512a<sub>1</sub>" into "512a<sub>1</sub> - 512a<sub>1</sub>"? That would give you zero, which obviously won't work. Just use the formula as they gave it to you.

Eliz.
 
Well thats what I don't understand. You get 512 from 2^9 but what do you do with the a1-a1. Would I multiply the 512 by them make them a1^2?
 
You don't have (a<sub>1</sub> - a<sub>1</sub>)r<sup>n</sup>; you have a<sub>1</sub> - (a<sub>1</sub>r<sup>n</sup>). Order of operations: multiply before subtracting.

Eliz.
 
Top