Geometric Sequences and Series

odolwa99
Messages
85
Reaction score
0

Homework Statement



Q.: The sum of the first five terms of a geometric series is 5 and the sum of the next five terms is 1215. Find the common ratio of this series.

Homework Equations



Sn = \frac{a(r^n - 1)}{r - 1}

The Attempt at a Solution



a + ar + ar^2 + ar^3 + ar^4 = 5
ar^5 + ar^6 + ar^7 + ar^8 + ar^9 = 1215

ar^5 + ar^6 + ar^7 + ar^8 + ar^9 = 1215
-(a + ar + ar^2 + ar^3 + ar^4) = 5
r^5 + r^5 + r^5 + r^5 + r^5 = 1210

5r^5 = 1210
r^5 = 242
r = \sqrt[5]{242}
r \approx 3

Answer: From textbook: 3

Please note that \sqrt[5]{243} is exactly 3. My answer is close but still off the mark. Can someone help me figure out how to fix this? Thank you.
 
Physics news on Phys.org
What if you factor r5 from your equation for 1215 and then divide it by the other equation? (Your approach is not algebraically correct.)
 
Ok, here it is...

r^5(a + ar + ar^2 + ar^3 + ar^4) = 1215
a + ar + ar^2 + ar^3 ar^4 = 5

r^5 = \frac{1215}{5}

r^5 = 243
r = \sqrt[5]{243}
r = 3

That works out. Thank you very much.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top