Fibonacci Formula: Find Nth Term in Sequence

  • Thread starter brandy
  • Start date
  • Tags
    Formula
In summary, the Fibonacci formula can be derived using elementary linear algebra and diagonalisation of matrices. The recursive rule for the terms in a Fibonacci sequence is Fn+2= Fn+1+ Fn, and a common way to solve this is by trying a solution of the form Fn= an. By solving the quadratic formula, it can be seen that the solutions are F_n= \left(\frac{1+\sqrt{5}}{2}\right)^n and F_n= \left(\frac{1-\sqrt{5}}{2}\right)^n. These can be combined into a general solution of A\left(\frac{1+\sqrt{5}}{2}\right)^n+ B\left(\frac{
  • #1
brandy
161
0
im just curious. is there a formula for the fibonacci formula in terms of..well terms. like the nth term =..?
iv been trying to figure it out for a couple of days now but am not that smart.
 
Mathematics news on Phys.org
  • #3
You could derive it, if you know enough elementary linear algebra and in particular diagonalisation of matrices. It's not that difficult. You start off with recursive definition of the n+1 and nth term and n-1 term, put them all into a matrix and show that it is diagonalisable, then write out the matrix equation.
 
  • #4
done the algebra but have only learned +-x/ matrices.
how does the n+1 thing work
like i said am not that smart.
 
  • #6
The terms in a Fibonacci sequence obey the recursive rule Fn+2= Fn+1+ Fn. One common way of solving such equations is to try a solution of the form Fn= an. Then Fn+1= an+1 and Fn+2= an+2 so the equation becomes an+2= an+1+ an. Dividing by an gives a2= a+ 1 or a2- a- 1= 0. Solving that by the quadratic formula,
[tex]a= \frac{1\pm\sqrt{5}}{2}[/tex]
In other words,
[tex]F_n= \left(\frac{1+\sqrt{5}}{2}\right)^n[/tex]
and
[tex]F_n= \left(\frac{1-\sqrt{5}}{2}\right)^n[/tex]
both satisfy Fn+2= Fn+1+ Fn.

Since that is a linear equation, any solution of that equation can be written
[tex]A\left(\frac{1+\sqrt{5}}{2}\right)^n+ B\left(\frac{1-\sqrt{5}}{2}\right)^n[/tex]

Now, looking at the first two terms of the Fibonacci sequence
[tex]F_0= A+ B= 1[/tex]
and
[tex]F_1=A\left(\frac{1+\sqrt{5}}{2}\right)+ B\left(\frac{1-\sqrt{5}}{2}\right)= 1[/tex]
gives two equations to solve for A and B.
 
  • #7
Sorry for the bump, but could you show me how you would solve for A and B?

I'm not able to solve simultaneous equations in this form;

A + B = 1
Ax + By = 1

Thanks.
 
  • #8
Simply let B=1-A and then substitute this into the second equation, solve for A there and then substitute back into the first to find B.
 
  • #9
Of course! Solving by substitution. Thanks, I forgot about doing that.
 

1. What is the Fibonacci sequence?

The Fibonacci sequence is a mathematical sequence where each number is the sum of the two previous numbers, starting with 0 and 1. The sequence is as follows: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, etc. It was discovered by Leonardo Fibonacci in the 12th century.

2. What is the formula to find the Nth term in the Fibonacci sequence?

The formula to find the Nth term in the Fibonacci sequence is: Fn = Fn-1 + Fn-2, where Fn represents the Nth term, Fn-1 represents the (N-1)th term, and Fn-2 represents the (N-2)th term.

3. How do you use the Fibonacci formula to find the Nth term?

To use the Fibonacci formula to find the Nth term, you must first identify the values of Fn-1 and Fn-2. Then, plug those values into the formula and solve for Fn. For example, to find the 7th term, you would plug in the values for the 6th and 5th terms and solve for the 7th term.

4. Can the Fibonacci formula be used to find any term in the sequence?

Yes, the Fibonacci formula can be used to find any term in the sequence. However, as the numbers in the sequence get larger, the formula becomes more complex and may be difficult to solve by hand.

5. Are there any real-world applications for the Fibonacci sequence?

Yes, the Fibonacci sequence can be found in many natural and man-made structures such as flowers, pinecones, and architecture. It is also used in computer algorithms and financial markets.

Similar threads

Replies
1
Views
937
Replies
8
Views
903
  • General Math
Replies
4
Views
2K
  • General Math
Replies
4
Views
1K
Replies
5
Views
794
  • Precalculus Mathematics Homework Help
Replies
2
Views
4K
  • General Math
Replies
4
Views
1K
  • General Math
Replies
2
Views
1K
Replies
41
Views
9K
Back
Top