Finding Ratio of Geometric Sequence

dxoo

New member
Joined
Jul 16, 2020
Messages
15
Problem Statement:
In a geometric sequence of positive numbers, each term after the second is the sum of the two preceding terms. Find the common ratio.

My Approach:
[MATH] t_{1} = a\\ t_{2} = ar\\ t_{3} = a + ar\\ t_{4} = a + 2ar\\ t_{5} = 2a + 3ar\\ t_{6} = 3a + 5ar\\ t_{7} = 5a + 8ar\\ [/MATH]Then I arbitrarily equated the ratio of 4 different terms since it is geometric.

[MATH] (t_{6})/(t_{5})=(t_{4})/(t_{3})\\ (3a+5ar)/(2a+3ar) = (a+2ar)/(a+ar)\\ [/MATH]Let a = a and b = ar
[MATH] 8a^2+8ab+5b^2=2a^2+7ab+6b^2\\ 6a^2+ab-b^2\\ (3a-b)(2a+b)\\ b = 3a\\ ar = 3a\\ r = 3\\ OR\\ b = -2a\\ ar = -2a\\ r = -2\\ [/MATH]
However, none of these answers are correct since according to the source, the answer is [MATH]\frac{1+\sqrt{5}}{2}[/MATH]
It'd be really helpful for someone to let me know where I went wrong, or if my approach is outright incorrect. Thanks.
 
Problem Statement:
In a geometric sequence of positive numbers, each term after the second is the sum of the two preceding terms. Find the common ratio.

My Approach:
[MATH] t_{1} = a\\ t_{2} = ar\\ t_{3} = a + ar\\ t_{4} = a + 2ar\\ t_{5} = 2a + 3ar\\ t_{6} = 3a + 5ar\\ t_{7} = 5a + 8ar\\ [/MATH]Then I arbitrarily equated the ratio of 4 different terms since it is geometric.

[MATH] (t_{6})/(t_{5})=(t_{4})/(t_{3})\\ (3a+5ar)/(2a+3ar) = (a+2ar)/(a+ar)\\ [/MATH]Let a = a and b = ar
[MATH] 8a^2+8ab+5b^2=2a^2+7ab+6b^2\\ 6a^2+ab-b^2\\ (3a-b)(2a+b)\\ b = 3a\\ ar = 3a\\ r = 3\\ OR\\ b = -2a\\ ar = -2a\\ r = -2\\ [/MATH]
However, none of these answers are correct since according to the source, the answer is [MATH]\frac{1+\sqrt{5}}{2}[/MATH]
It'd be really helpful for someone to let me know where I went wrong, or if my approach is outright incorrect. Thanks.
Try to solve for r: t3=ar2=a+ar.
 
Problem Statement:
In a geometric sequence of positive numbers, each term after the second is the sum of the two preceding terms. Find the common ratio.

My Approach:
[MATH] t_{1} = a\\ t_{2} = ar\\ t_{3} = a + ar\\ t_{4} = a + 2ar\\ t_{5} = 2a + 3ar\\ t_{6} = 3a + 5ar\\ t_{7} = 5a + 8ar\\ [/MATH]Then I arbitrarily equated the ratio of 4 different terms since it is geometric.

[MATH] (t_{6})/(t_{5})=(t_{4})/(t_{3})\\ (3a+5ar)/(2a+3ar) = (a+2ar)/(a+ar)\\ [/MATH]Let a = a and b = ar
[MATH] 8a^2+8ab+5b^2=2a^2+7ab+6b^2\\ 6a^2+ab-b^2\\ (3a-b)(2a+b)\\ b = 3a\\ ar = 3a\\ r = 3\\ OR\\ b = -2a\\ ar = -2a\\ r = -2\\ [/MATH]
However, none of these answers are correct since according to the source, the answer is [MATH]\frac{1+\sqrt{5}}{2}[/MATH]
It'd be really helpful for someone to let me know where I went wrong, or if my approach is outright incorrect. Thanks.
Your method was OK but you made an error multiplying (3a + 5ar)(a + ar).
 
Problem Statement:
In a geometric sequence of positive numbers, each term after the second is the sum of the two preceding terms. Find the common ratio.

My Approach:
[MATH] t_{1} = a\\ t_{2} = ar\\ t_{3} = a + ar\\ t_{4} = a + 2ar\\ t_{5} = 2a + 3ar\\ t_{6} = 3a + 5ar\\ t_{7} = 5a + 8ar\\ [/MATH]Then I arbitrarily equated the ratio of 4 different terms since it is geometric.

[MATH] (t_{6})/(t_{5})=(t_{4})/(t_{3})\\ (3a+5ar)/(2a+3ar) = (a+2ar)/(a+ar)\\ [/MATH]Let a = a and b = ar
Good idea! So 3a+5b2a+3b=a+2ba+b\displaystyle \frac{3a+ 5b}{2a+ 3b}= \frac{a+ 2b}{a+ b}
(3a+5b)(a+b)=(a+2b)(2a+3b)\displaystyle (3a+ 5b)(a+ b)= (a+ 2b)(2a+ 3b).
3a2+8ab+5b2=2a2+7ab+6b2\displaystyle 3a^2+ 8ab+ 5b^2= 2a^2+ 7ab+ 6b^2
a2+abb2=0\displaystyle a^2+ ab- b^2= 0.

Hmm, that is NOT what you have below! I can see how you might have got "5a2\displaystyle 5a^2, with a sign error, but I can't imagine how you got "8a2\displaystyle 8a^2".

Using the quadratic formula, a=b±b2+4b22=b±5b22=1±52b\displaystyle a= \frac{-b\pm\sqrt{b^2+ 4b^2}}{2}=\frac{-b\pm\sqrt{5b^2}}{2}= \frac{-1\pm\sqrt{5}}{2}b

[MATH] 8a^2+8ab+5b^2=2a^2+7ab+6b^2\\ 6a^2+ab-b^2\\ (3a-b)(2a+b)\\ b = 3a\\ ar = 3a\\ r = 3\\ OR\\ b = -2a\\ ar = -2a\\ r = -2\\ [/MATH]
However, none of these answers are correct since according to the source, the answer is [MATH]\frac{1+\sqrt{5}}{2}[/MATH]
It'd be really helpful for someone to let me know where I went wrong, or if my approach is outright incorrect. Thanks.
 
Thank you all for your responses! I ended up using a different, easier method to find [MATH]r[/MATH] which started off from yoscar04's response:

[MATH] t_{3} = ar^2 = a+ ar\\ t_{4} = ar^3 = a + 2ar [/MATH]
Divide second equation by first:

[MATH] \frac{ar^3}{ar^2} = r = \frac{a+2ar}{a+ar}\\ r = \frac{1+2r}{1+r}\\ r^2-r-1 =0\\ r = \frac{1\pm\sqrt5}{2} [/MATH]
I skipped a few steps in the above calculation, but hopefully you can work out the solution.
However, in the problem statement, all terms are positive and hence, we discover:

[MATH] r = \frac{1+\sqrt5}{2} [/MATH]
Thank you all for your help!
 
Thank you all for your responses! I ended up using a different, easier method to find [MATH]r[/MATH] which started off from yoscar04's response:

[MATH] t_{3} = ar^2 = a+ ar\\ t_{4} = ar^3 = a + 2ar [/MATH]
Divide second equation by first:

[MATH] \frac{ar^3}{ar^2} = r = \frac{a+2ar}{a+ar}\\ r = \frac{1+2r}{1+r}\\ r^2-r-1 =0\\ r = \frac{1\pm\sqrt5}{2} [/MATH]
I skipped a few steps in the above calculation, but hopefully you can work out the solution.
However, in the problem statement, all terms are positive and hence, we discover:

[MATH] r = \frac{1+\sqrt5}{2} [/MATH]
Thank you all for your help!
Actually the shortest way is to solve for r using the equation for t3: r2=1+r.
 
To beat a dead horse:

You have:

t2=ar

t3=a+ar

r = t3/t2 = (1+r)/r

r2 - r - 1 = 0

r1,2 = (1)±124(1)(1)2 = 1±52\displaystyle r_{1,2} \ = \ \frac{-(-1) \pm \sqrt{1^2-4*(1)*(-1)}}{2} \ = \ \frac{1 \pm \sqrt{5}}{2}

This the famous "golden ratio" https://www.mathsisfun.com/numbers/golden-ratio.html
 
Why would you complicate things by using t6/t5=t4/t3?

How about t2/t1 which clearly equals r and t3/t2 = (a + ar)/ (ar) = 1/r + 1

So r = 1/r + 1. This is easily solved and well-known to be (1-sqrt(5))/2 -- the 'golden ratio'.
 
The op states that choice was arbitrary.

?
Yes, by why choose more complicated ones? I never had to cross multiply with my choice. I am just pointing out using t1, t2 and t3 will always be the easier three to pick.
 
… why choose more complicated ones? …
The choice was arbitrary, Jomo. They did not choose to do it hard; they tried an idea that came to mind, and, after getting feedback, they went in a different direction.

Are you choosing to make this complicated? :p

  \;
 
Top