Proving the Fibonacci Sequence Using Induction

  • Thread starter Thread starter kathrynag
  • Start date Start date
  • Tags Tags
    Induction Proof
kathrynag
Messages
595
Reaction score
0

Homework Statement


F_{1}+F_{3}+F_{2n-1}=F_{2n}

Homework Equations





The Attempt at a Solution


P(k+1):F_{2k-1}+F_{2k+1}=F_{2k+2}
 
Physics news on Phys.org
What happened to F_1 and F_3?
 
mutton said:
What happened to F_1 and F_3?

well, it's F_1+F_3+...+F_2n-1
 
Then P(k + 1) needs to be changed accordingly.

What have you tried so far?
 
I've tried plugging in numbers.
 
And how did that work out?

The definition of Fibonacci numbers will be helpful in the induction proof.
 
If I plug in 1, I just get F_1, so 1=1
If I plug in 2, I get F_3, so 1+2=F_4, 3=3
 
kathrynag said:
well, it's F_1+F_3+...+F_2n-1

F-1+F-3+...+F_2k-1+F_2k+1
P(k)+F_2k+1
F_2k+F_2k+1

Now I'm stumped...
 
kathrynag said:

Homework Statement


F_{1}+F_{3}+F_{2n-1}=F_{2n}

Homework Equations





The Attempt at a Solution


P(k+1):F_{2k-1}+F_{2k+1}=F_{2k+2}

kathrynag said:
well, it's F_1+F_3+...+F_2n-1
What was "F_1+ F_3+ ...+ F_2n-1"?

In your first post you said the problem was to prove that
F_{1}+F_{3}+F_{2n-1}=F_{2n}

Are you saying now it is actually to prove that
F_{1}+F_{3}+\cdot\cdot\cdot +F_{2n-1}=F_{2n}?
 
  • #10
kathrynag said:
F-1+F-3+...+F_2k-1+F_2k+1
P(k)+F_2k+1
F_2k+F_2k+1

Now I'm stumped...

Very close. What happens when 2 consecutive Fibonacci numbers are added?
 
  • #11
mutton said:
Very close. What happens when 2 consecutive Fibonacci numbers are added?

It equals the 3rd Fibonnacci number.
F_1+F-2=F_3

so F_2k+F_2k+1=F_2k+1+1
 
  • #12
And that's exactly what you wanted to show.
 
  • #13
Ok thanks!
 
  • #14
Sorry but maybe the problem is not properly stated? Are the F defined to be Fibonacci numbers?

Then F2n = F2n-1 + F2n-2

So if you are then asking also that

F2n = F2n-1 + F1 + F3

then

F2n-2 = F1 + F3

which is not making much sense.
 
Back
Top