First, let's write out the recursive formula: an+2=an+1+an where a1=1,a2=1
Now, the expression will be modified in 2 different, but similar, ways.
First modification: an+2−αan+1=β(an+1−αan)
Define a new sequence like this: bn=an+1−αan
Then, the modified version of the Fibonacci Sequence looks like this: bn+1=βbn
As you can see, it's telling us that the sequence bn is a geometric progression, so we can write the explicit form of bn like this: bn=b1βn−1=(a1+1−αa1)βn−1=(a2−αa1)βn−1=(1−α)βn−1
Second modification: an+2−βan+1=α(an+1−βan)
Define a new sequence like this: cn=an+1−βan
Then, the modified version of the Fibonacci Sequence looks like this: cn+1=αcn
As you can see, it's telling us that the sequence cn is a geometric progression, so we can write the explicit form of cn like this: cn=c1αn−1=(a1+1−βa1)αn−1=(a2−βa1)αn−1=(1−β)αn−1
Now, recall that the original version of the Fibonacci Sequence was an+2=an+1+an.
Rewrite it as 1an+2−1an+1−1an=0
Our first modified version of the Fibonacci Sequence was an+2−αan+1=β(an+1−αan), and our second modified version of the Fibonacci Sequence was an+2−βan+1=α(an+1−βan)
Both of them can be rewritten as 1an+2−(α+β)an+1+αβan=0
The above 2 equations have to be the same, so we can say that αβ=−1,α+β=1⟹α=1−βandβ=1−α
Substituting it into the 2 modifications yields...
First Modification: bn=(1−α)βn−1=β×βn−1=βn
Recalling our definition of bn, an+1−αan=βn
Second Modification: cn=(1−β)αn−1=α×αn−1=αn
Recalling our definition of cn, an+1−βan=αn
(We're almost done) Subtracting those 2 equations gives us {an+1−αan}−{an+1−βan}=βn−αn⟶(β−α)an=βn−αn∴an=β−αβn−αn which is the explicit form of the Fibonacci Sequence.
If we can find the values of α and β, then we'll be done. With a bit of thinking, this is quite easy.
Remember that αβ=−1,α+β=1
This is telling us that α and β are the roots of x2−x−1=0 since the sum is 1 and the product is -1. Solving it yields α=21−5,β=21+5
Finally, substitute the values of α and β into the explicit formula.
This discussion board is a place to discuss our Daily Challenges and the math and science
related to those challenges. Explanations are more than just a solution — they should
explain the steps and thinking strategies that you used to obtain the solution. Comments
should further the discussion of math and science.
When posting on Brilliant:
Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.
Markdown
Appears as
*italics* or _italics_
italics
**bold** or __bold__
bold
- bulleted - list
bulleted
list
1. numbered 2. list
numbered
list
Note: you must add a full line of space before and after lists for them to show up correctly
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
@Calvin Lin I learned this method from my math teacher, but is there a much easier way to derive the explicit formula for the Fibonacci Sequence?
Log in to reply
See Linear Recurrence Relations, which was from a note written up by @Daniel Chiu
한국분이세요? 피보나치 수열은 극한값으로구하고 특성방정식으로 끼워넣으시는게 제일편해요!
Log in to reply
한번 보여주실 수 있으세요? 아직 수열은 배우고 있는 중이라서...
Log in to reply
고등학교 과정은 아니지만 특성방정식이라는게 있어요. 그게 이제 극한의 개념을 약간 이용한건데 수열 배우시면 극한도 혹시 배우셨나요? 그럼 이야기가 좀 편해져서요~^^
Log in to reply
Log in to reply
Log in to reply
Log in to reply
Log in to reply