Induction and the Fibonacci Sequence

  • Thread starter Thread starter t.kirschner99
  • Start date Start date
  • Tags Tags
    Induction Sequence
Click For Summary

Homework Help Overview

The discussion revolves around proving a property of the Fibonacci sequence, specifically that the sum of the squares of the first n Fibonacci numbers equals the product of the nth and (n+1)th Fibonacci numbers. The Fibonacci sequence is defined with the initial conditions f1 = f2 = 1 and the recursive relation for n≥3.

Discussion Character

  • Exploratory, Assumption checking

Approaches and Questions Raised

  • Participants discuss the use of strong induction to prove the statement, verifying the base cases for n=1 and n=2. They express uncertainty about the next steps in the inductive proof, particularly in simplifying expressions involving Fibonacci numbers.

Discussion Status

Some participants have provided guidance on recognizing the relationship between Fibonacci numbers, suggesting that the sum can be simplified using the recursive definition. There is an ongoing exploration of the assumptions regarding the index k in the hypothesis.

Contextual Notes

Participants note that the original statement to be proven is valid for n ≥ 1, prompting questions about whether the hypothesis should assume k > 3.

t.kirschner99
Messages
18
Reaction score
0

Homework Statement


Define the Fibonacci Sequence as follows: f1 = f2 = 1, and for n≥3, $$f_n = f_{n-1} + f_{n-2}, $$

Prove that $$\sum_{i=1}^n f^{2}{}_{i} = f_{n+1} * f_{n} $$

Homework Equations



See above.

The Attempt at a Solution



Due to two variables being present in both the Sequence and what needs to be proved, strong induction is required.

Proof that it works for n = 1 and n=2:

$$f_3 = f_{2} + f_{1} = 1 + 1 = 2 $$

n=1 LHS $$\sum_{i=1}^1 f^{2}{}_{i} = f^{2}{}_{1} = 1^2 = 1 $$
RHS $$f_{1+1} * f_{1} = 1 * 1 = 1$$

n=2 LHS $$\sum_{i=1}^2 f^{2}{}_{i} = f^{2}{}_{1} + f^{2}{}_{2} = 1^2 + 1^2 = 2 $$
RHS $$f_{2+1} * f_{2} = 2 * 1 = 2 $$

Hypothesis: $$\sum_{i=1}^k f^{2}{}_{k} = f_{k+1} * f_{k} $$

We want to prove: $$\sum_{i=1}^{k+1} f^{2}{}_{i} = f_{k+2} * f_{k+1} $$
It is in my proof where I do not quite know what I am doing:

$$\sum_{i=1}^{k+1} f^{2}{}_{i}
= \sum_{i=1}^{k} f^{2}{}_{i} + f^{2}{}_{k+1}
= f_{k+1} * f_{k} + f^{2}{}_{k+1}
= f_{k+1} (f_{k} + f_{k+1}) $$

How do I simplify from here? Not quite sure what to do with these functions.

Thanks all!
 
Physics news on Phys.org
t.kirschner99 said:

Homework Statement


Define the Fibonacci Sequence as follows: f1 = f2 = 1, and for n≥3, $$f_n = f_{n-1} + f_{n-2}, $$
Prove that $$\sum_{i=1}^n f^{2}{}_{i} = f_{n+1} * f_{n} $$

Homework Equations


See above.

The Attempt at a Solution


Due to two variables being present in both the Sequence and what needs to be proved, strong induction is required.

Proof that it works for n = 1 and n=2:$$f_3 = f_{2} + f_{1} = 1 + 1 = 2 $$
n=1 LHS $$\sum_{i=1}^1 f^{2}{}_{i} = f^{2}{}_{1} = 1^2 = 1 $$ RHS $$f_{1+1} * f_{1} = 1 * 1 = 1$$
n=2 LHS $$\sum_{i=1}^2 f^{2}{}_{i} = f^{2}{}_{1} + f^{2}{}_{2} = 1^2 + 1^2 = 2 $$ RHS $$f_{2+1} * f_{2} = 2 * 1 = 2 $$
Hypothesis: $$\sum_{i=1}^k f^{2}{}_{k} = f_{k+1} * f_{k} $$ We want to prove: $$\sum_{i=1}^{k+1} f^{2}{}_{i} = f_{k+2} * f_{k+1} $$
It is in my proof where I do not quite know what I am doing:$$\sum_{i=1}^{k+1} f^{2}{}_{i}
= \sum_{i=1}^{k} f^{2}{}_{i} + f^{2}{}_{k+1}
= f_{k+1} * f_{k} + f^{2}{}_{k+1}
= f_{k+1} (f_{k} + f_{k+1}) $$

How do I simplify from here? Not quite sure what to do with these functions.

Thanks all!
You're almost there !

Using the recursive definition of the Fibonacci sequence, what is ##\ f_{k} + f_{k+1} \ ? ##
 
SammyS said:
You're almost there !

Using the recursive definition of the Fibonacci sequence, what is ##\ f_{k} + f_{k+1} \ ? ##

Ah thank you for opening my eyes! That would be equal to $$f_{k+2} $$ thus the statement is proven.

One quick question about the hypothesis, would I need to assume that k > 3 ?
 
t.kirschner99 said:
Ah thank you for opening my eyes! That would be equal to $$f_{k+2} $$ thus the statement is proven.

One quick question about the hypothesis, would I need to assume that k > 3 ?
You're welcome!

At first I was also thinking that we should only look at k ≥ 3, but the thing you needed to prove was ##\ \displaystyle \sum_{i=1}^n f_{i}^{2} = f_{n+1} * f_{n}
\,.\ ## Everything in this equation is defined for n ≥ 1 .
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 11 ·
Replies
11
Views
4K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 10 ·
Replies
10
Views
2K
Replies
3
Views
999
  • · Replies 14 ·
Replies
14
Views
2K
Replies
1
Views
2K