The following problem has been puzzling me for a couple of days (nb: this is not homework).
There exists two geometric sequences that sum to 9. The value of their second term (t2) is 2.
- Find the common ratio (r)
- Find the first element (t1) of each
The answers to (1) are 2/3 and 1/3 and the answers to (2) are 3 and 6 respectively. Unfortunately, I can't understand how these were derived.
In tackling (1) I've tried to apply algebraic substitution to solve for r as follows:
t2 = t1*r; since t2 = 2 we have:
t1 = 2/r
The equation for calculating the sum (S) of a sequence that converges to a limit is given by:
S = t1 / (1 - r)
So, I tried to plug my value of t1 into S and solve for r as follows:
9 = (2/r) / (1-r)
9(1-r) = 2/r
2/9 = r(1-r)
Unfortunately, from this point I get stuck. I need to eliminate one of the r's but I can't seem to be able to.
Next, I thought to solve for r using the formula that sums the first 2 terms (S2) of the sequence:
S2 = (t1 (1-r^2)) / (1-r)
t1 + 2 = (t1 (1-r^2)) / (1-r)
but expanding this out I again run into the same problem (can't eliminate one of the r's).
So I have 2 questions:
- What am I doing wrong when deriving r?
- Once I have one of its values, how I derive the other?