Fibonacci Sequence: 1, 1, 2, 3, 5, 8

  • Thread starter Thread starter gtfitzpatrick
  • Start date Start date
  • Tags Tags
    Sequence
Click For Summary
The Fibonacci sequence is defined by the recurrence relation a1 = a2 = 1 and a(n+2) = an + a(n+1). The first six terms of the sequence are confirmed as 1, 1, 2, 3, 5, and 8. To derive a general formula for an, one must substitute an = r^n into the recurrence relation, leading to the characteristic equation r^2 - r - 1 = 0, with roots (1 + √5)/2 and (1 - √5)/2. The general solution is expressed as an = α((1 + √5)/2)^n + β((1 - √5)/2)^n, where α and β are determined using initial conditions a0 = 1 and a1 = 1. This approach provides a comprehensive method to prove the Fibonacci sequence's formula.
gtfitzpatrick
Messages
372
Reaction score
0
the Fibonacci sequence is defined by

a1 = a2 = 1, a(n+2)] = an + a(n+1).

write out the first 6 terms of the sequence and prove that an = 1/\sqrt{5}[ ((1+\sqrt{}5)/2)^2 - ((1-\sqrt{}5)/2)^2]
 
Physics news on Phys.org
the first 6 terms are 1,1,2,3,5,8 but from here where do i go proving this... totally lost
 
wait do i have to use the first 6 terms or do you think they just want me to prove it?
Thanks for any replies
 
gtfitzpatrick said:
wait do i have to use the first 6 terms or do you think they just want me to prove it?
Thanks for any replies

You've got the first 6 terms just fine. To find the general solution look for power law solutions an=r^n of your recursion relation. Put an=r^n into your recursion relation and solve for r. You should get a quadratic and two solutions. What are they?
 
gtfitzpatrick said:
the Fibonacci sequence is defined by

a1 = a2 = 1, a(n+2)] = an + a(n+1).

write out the first 6 terms of the sequence and prove that an = 1/\sqrt{5}[ ((1+\sqrt{}5)/2)^2 - ((1-\sqrt{}5)/2)^2]


This can't be the right formula for an. It varies with n, while your formula above is a constant.
 
The characteristic equation is r^{2}-r-1=0

The roots are \frac {1+ \sqrt{5}}{2} , \frac {1- \sqrt{5}}{2}

The general solution is then a_{n} = \alpha (\frac {1+ \sqrt{5}}{2})^{n} + \beta ({\frac{1- \sqrt{5}}{2})^n

Then use the initial conditions, namely a0=1 and a1=1 to find \alpha and \beta
 
Question: A clock's minute hand has length 4 and its hour hand has length 3. What is the distance between the tips at the moment when it is increasing most rapidly?(Putnam Exam Question) Answer: Making assumption that both the hands moves at constant angular velocities, the answer is ## \sqrt{7} .## But don't you think this assumption is somewhat doubtful and wrong?

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 8 ·
Replies
8
Views
1K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K