Fibonacci Sequence Induction Problem

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
blak97
Messages
5
Reaction score
0

Homework Statement


Show that for all n greater than 1:

fn = [itex]\frac{1}{\sqrt{5}}[/itex]{([itex]\frac{1+\sqrt{5}}{2}[/itex])n - ([itex]\frac{1-\sqrt{5}}{2}[/itex])n}


Homework Equations


f1 = f2= 1
fn+2 = fn+1 + fn


The Attempt at a Solution


I'm pretty sure it's by induction, but I'm not sure how to start.
 
Physics news on Phys.org
What do you mean by what do I need?
 
Well what I have done so far is input n+1 and n into the given expression to give:
fn+1 + fn = [itex]\frac{1}{\sqrt{5}}[/itex] {[[itex]\frac{1+\sqrt{5}}{2}[/itex]]n+1 - [[itex]\frac{1-\sqrt{5}}{2}[/itex]]n+1 + [[itex]\frac{1+\sqrt{5}}{2}[/itex]]n - [[itex]\frac{1-\sqrt{5}}{2}[/itex]]n}

I need to make this equal to (in order to prove by induction):
fn+2 = [itex]\frac{1}{\sqrt{5}}[/itex] {[[itex]\frac{1+\sqrt{5}}{2}[/itex]]n+2 - [[itex]\frac{1-\sqrt{5}}{2}[/itex]]n+2}
 
Does it have something to do with the quadratic formula?