Binet's Formula — Definition, Formula & Examples
Binet's Formula is a closed-form expression that calculates the th Fibonacci number directly, without computing all the preceding terms. It uses the golden ratio and produces exact integer results despite involving irrational numbers.
For integer , the th Fibonacci number (with , ) is given by , where and are the roots of the characteristic equation .
Key Formula
Where:
- = The nth Fibonacci number (starting with F₀ = 0, F₁ = 1)
- = The golden ratio, (1 + √5)/2 ≈ 1.6180
- = The conjugate of the golden ratio, (1 − √5)/2 ≈ −0.6180
- = A non-negative integer index
How It Works
The Fibonacci sequence is defined recursively: each term is the sum of the two before it. Binet's Formula bypasses this recursion by expressing as a function of alone. The key ingredients are (the golden ratio) and . Since , the term shrinks rapidly toward zero as grows, so for large you can approximate rounded to the nearest integer.
Worked Example
Problem: Use Binet's Formula to find the 10th Fibonacci number, F₁₀.
Identify constants: Compute the two key values.
Substitute n = 10: Raise each constant to the 10th power and subtract.
Divide by √5: Apply the formula to get the Fibonacci number.
Answer: , which matches the Fibonacci sequence: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55.
Why It Matters
Binet's Formula appears in discrete mathematics and linear algebra courses when studying linear recurrence relations. It demonstrates a powerful technique: solving a recursive sequence by finding roots of its characteristic equation, a method that extends to any linear recurrence with constant coefficients.
Common Mistakes
Mistake: Assuming the formula can't produce exact integers because it contains √5.
Correction: The irrational parts from ϕⁿ and ψⁿ always cancel exactly. The result is always a whole number for integer n ≥ 0.
