LINEAR-ALGEBRA
| Formula | Name | Description |
|---|---|---|
| Difference equation | One-step update and -step solution | |
| Eigenvector expansion | Each mode evolves independently | |
| Characteristic equation | Solve for eigenvalues | |
| Binet's formula | Closed form for Fibonacci, with |
Fibonacci splits into two geometric modes β one grows like , the other decays β so the golden mode dominates.
The ratios zigzag toward the golden ratio , alternating sides while the error collapses.
Every system lives or dies by its eigenvalues; the traceβdeterminant plane charts its fate.
π‘ Inside the green triangle every , so the state decays to the origin; the Fibonacci point sits below it β one eigenvalue exceeds , so it grows.
Question 1
The Fibonacci recurrence is encoded by the matrix
What is the characteristic equation ?
β Correct! The characteristic equation is the Fibonacci recurrence in disguise.
β Not quite. Expand carefully and watch the signs.
Solution:
Compute for :
Setting this to zero gives .
Notice this is exactly the Fibonacci recurrence rearranged β the characteristic polynomial re-exposes the recurrence we started with.
Question 2
Solving gives two eigenvalues. One is the golden ratio .
What happens to , where , in Binet's formula for ?
β Correct! Since , its powers decay exponentially β the dominant eigenvalue wins.
β Not quite. Think about what happens to when .
Solution:
Since , raising it to a large power shrinks it:
This is utterly negligible compared with . So Binet's formula
is dominated entirely by . This is the general principle: in any linear dynamic system, eigenvalues with die away, and the largest wins.
Question 3
True or False: For a dynamic system , if every eigenvalue of satisfies , then as , regardless of the starting vector .
β Correct! Every component decays to zero when , so the whole state vector goes to zero.
β Not quite. Decompose into eigenvectors and track what happens to each piece.
Solution:
True. Expand in the eigenvector basis:
After steps, each eigenvector scales by its own :
If every , then every , so every term vanishes and regardless of the constants (which are determined by ).
This is stability: the origin is an attractor. Conversely, if any with , that component blows up and the system is unstable.
Question 4
Consider the matrix with a starting vector .
Using the eigenvector expansion, what is ?
β Correct! Each eigenvector evolves independently, so component just gets scaled by .
β Not quite. The matrix is diagonal, so each entry evolves by its own eigenvalue. Match the eigenvalue to the correct component.
Solution:
The matrix is already diagonal, so its eigenvalues are and , with eigenvectors and .
Decompose :
so and . Applying the general formula:
At :
The dominant eigenvalue causes the top entry to overwhelm the bottom entry by a factor of .
Solved: 0 / 4