Solution to Let fn be the nth Fibonacci number. Prove that, for n > 0 [Hint: use … - Sikademy
Author Image

Archangel Macsika

Let fn be the nth Fibonacci number. Prove that, for n > 0 [Hint: use strong induction]: fn = 1/√5 [((1+√5)/2)n - ((1-√5)/2)n ]

The Answer to the Question
is below this banner.

Can't find a solution anywhere?

NEED A FAST ANSWER TO ANY QUESTION OR ASSIGNMENT?

Get the Answers Now!

You will get a detailed answer to your question or assignment in the shortest time possible.

Here's the Solution to this Question

for n=1:

F_1=1


let for n=k:

F_k=\frac{(\frac{1+\sqrt5}{2})^k-(\frac{1-\sqrt5}{2})^k}{\sqrt5}


then for n=k+1:

F_{k+1}=F_k+F_{k-1}=\frac{(\frac{1+\sqrt5}{2})^{k}-(\frac{1-\sqrt5}{2})^{k}}{\sqrt5}+\frac{(\frac{1+\sqrt5}{2})^{k-1}-(\frac{1-\sqrt5}{2})^{k-1}}{\sqrt5}=


=\frac{1}{\sqrt 5}((\frac{1+\sqrt 5}{2})^k(1+\frac{2}{1+\sqrt 5})-(\frac{1-\sqrt 5}{2})^k(1+\frac{2}{1-\sqrt 5}))


(1+\frac{2}{1+\sqrt 5})(\frac{1-\sqrt 5}{1-\sqrt 5})=\frac{1+\sqrt 5}{2}


(1+\frac{2}{1-\sqrt 5})(\frac{1+\sqrt 5}{1+\sqrt 5})=\frac{1-\sqrt 5}{2}


So:


F_{k+1}=\frac{1}{\sqrt 5}((\frac{1+\sqrt 5}{2})^k(\frac{1+\sqrt 5}{2})-(\frac{1-\sqrt 5}{2})^k(\frac{1-\sqrt 5}{2}))=\frac{(\frac{1+\sqrt5}{2})^{k+1}-(\frac{1-\sqrt5}{2})^{k+1}}{\sqrt5}


Related Answers

Was this answer helpful?

Join our Community to stay in the know

Get updates for similar and other helpful Answers

Question ID: mtid-5-stid-8-sqid-1257-qpid-995