Questions: Solving Linear Recurrence Relations

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

For the recurrence aₙ = 5aₙ₋₁ − 6aₙ₋₂, what is the characteristic equation?

Ar² − 5r + 6 = 0
Br² + 5r − 6 = 0
Cr³ − 5r² + 6r = 0
Dr = 5r − 6
Question 2 Multiple Choice

The characteristic equation of a recurrence has two distinct roots r₁ = 2 and r₂ = 3. What is the general solution?

Aaₙ = A · 2ⁿ + B · 3ⁿ
Baₙ = A · 2 + B · 3
Caₙ = (A + B) · 5ⁿ
Daₙ = A · 2ⁿ · B · 3ⁿ
Question 3 True / False

If the characteristic equation of a recurrence has a repeated root r = 2 (multiplicity 2), the general solution is aₙ = (A + Bn) · 2ⁿ.

TTrue
FFalse
Question 4 True / False

The Fibonacci sequence can seldom be expressed as a closed-form formula because its characteristic equation has irrational roots.

TTrue
FFalse
Question 5 Short Answer

Why is the substitution aₙ = rⁿ the key trick for solving linear homogeneous recurrences? What does this assumption accomplish?

Think about your answer, then reveal below.