Proving rn = 2 - 1/(rn-2 + 1): Fibonacci Sequence Homework

  • Thread starter hy23
  • Start date
  • Tags
    Sequence
In summary, the homework statement is that the Fibonacci sequence is defined by an = an-1 + an-2, where a1=1, a2=1, and rn = an+1 / an. The attempt at a solution is to manipulate rn = an+1 / an by substituting an-1 + an-2 for an. It seems that by making correct substitutions, it will eventually simplify to what we want to prove. So far, no luck...What did you get after the substitution?
  • #1
hy23
64
0

Homework Statement



So the Fibonacci Sequence is defined by

an = an-1 + an-2
a1=1, a2=1

We are more interested in the sequence of ratios of subsequent terms of the Fibonacci sequence

define rn = an+1 / an


How do we prove that..
rn = 2 - 1/(rn-2 + 1)

for all n>2



Homework Equations



none

The Attempt at a Solution



I attempted to manipulate rn = an+1 / an
by substituting an-1 + an-2 for an
and doing similar substitutions for other terms as well, I think that by making correct substitutions, it will eventually simplify to what we want to prove. So far, no luck...
 
Physics news on Phys.org
  • #2
What did you get after the substitution? You seem to be on the right track, but to express the result in terms of rn-2, you probably need to either make the substitutions twice, or find a relation that expresses rn in terms of rn-1, then use this relation to express rn-1 in terms of rn-2
 
  • #3
yep I think that's the way to do it, I made the substitution twice but I still don't know which substitutions or which algebraic tricks to use to get that +1 term behind the r(n-2). If you can please show me how
 
  • #4
There is an algebraic trick that goes like this:
[tex]\frac{a}{a+b}=\frac{a+b-b}{a+b}=1-\frac{b}{a+b}[/tex]
The way I did it, I had to use this trick, but I'm not going to give away the answer. Why don't you show what you got when you did the double substitution (unless this gets you to figure it out)?
 
  • #5
what you did there was the example shown by my prof, which seems straightforward enough, but the other expression is what I can't get to
 
  • #6
What step are you stuck at? What is your expression after you do the substitutions?
 
  • #7
oh man I really don't want to type it out

basically after my first substitution a(n-1) + a(n-2) for an
I made a similar substitution for a(n+1) = an + a(n-1)
this doesn't really simplify down to the expression I want, so I said ok, let's keep substituting, so I took a(n-1) and substituted that with a(n-2) + a(n-3), but that just adds more terms that I can't cancel out...AAAAARRRRRGG, I'm so stuck
 
  • #8
Here's a hint:
[tex]r_{n} = \frac{a_{n+1}}{a_{n}} = \frac{a_{n} + a_{n-1}}{a_{n}} = 1 + \frac{a_{n-1}}{a_{n}} = 1 + \frac{1}{r_{n-1}}[/tex]
Can you see what to do next? You have rn in terms of rn-1. Do you see how to make a substitution to express rn-1 in terms of rn-2? Also, learn how to type equations. You can click on them to see how they are typed.
 
  • #9
hmm I finally figured out how but probably not the way you were suggesting, I just started from the end and worked backwards to get it

thanks for your time though
 

FAQ: Proving rn = 2 - 1/(rn-2 + 1): Fibonacci Sequence Homework

What is the significance of the Fibonacci sequence?

The Fibonacci sequence is a sequence of numbers in which each number is the sum of the two preceding ones, starting from 0 and 1. This sequence has been found to appear in various aspects of nature, such as the branching of trees, arrangement of leaves on a stem, and the spiral structure of shells. It has also been used in various fields, including mathematics, art, and music.

How is the Fibonacci sequence related to the equation rn = 2 - 1/(rn-2 + 1)?

The equation rn = 2 - 1/(rn-2 + 1) is known as the closed form expression for the Fibonacci sequence. This means that it can be used to directly calculate any term in the sequence without having to go through the process of adding the previous two terms. This equation is derived from the characteristic polynomial of the Fibonacci sequence.

3. How can the equation rn = 2 - 1/(rn-2 + 1) be proven to be true for the Fibonacci sequence?

The equation can be proven to be true by using mathematical induction. This involves proving that the equation holds for the first few terms of the sequence (usually 0 and 1), and then showing that if it holds for any two consecutive terms, it will also hold for the next term. This process is repeated until it can be shown that the equation holds for all terms in the sequence.

4. Are there any other ways to express the Fibonacci sequence?

Yes, there are several other ways to express the Fibonacci sequence, such as using a recursive formula or a matrix formula. However, the closed form expression rn = 2 - 1/(rn-2 + 1) is the most efficient and simplest way to calculate any term in the sequence.

5. How is the Fibonacci sequence applicable in real life?

The Fibonacci sequence has been found to have various applications in real life, such as in the field of computer science for optimizing algorithms, in finance for predicting stock market trends, and in biology for studying the growth of populations. It has also been used in design and architecture for creating aesthetically pleasing structures.

Similar threads

Back
Top