Questions: Solving Linear Recurrences: The Characteristic Equation

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

After applying the characteristic equation method to a recurrence, a student finds the general solution aₙ = A(2ⁿ) + B(3ⁿ) and immediately announces that A = 1 and B = 1 without using the initial conditions. This is:

ACorrect — for homogeneous recurrences, the constants are always 1 unless the roots are complex
BWrong — the constants A and B must be determined by substituting the initial conditions into the general solution and solving the resulting linear system
CA valid shortcut when the characteristic roots are distinct positive integers
DCorrect only if the initial conditions happen to be a₀ = 1 and a₁ = 5
Question 2 Multiple Choice

The characteristic equation of a linear recurrence has a repeated root r = 4 (multiplicity 2). The general solution is:

Aaₙ = A(4ⁿ), since both basis solutions are the same
Baₙ = A(4ⁿ) + B(n · 4ⁿ)
Caₙ = A(4ⁿ) + B(4²ⁿ), using the root and its square
Daₙ = A(4ⁿ) + B(4ⁿ⁻¹), shifting by one index
Question 3 True / False

The closed-form expression for the Fibonacci sequence, Fₙ = (φⁿ − ψⁿ)/√5, involves irrational numbers but produces an integer for every non-negative integer n.

TTrue
FFalse
Question 4 True / False

The characteristic equation method mainly applies to second-order recurrences (those defined by the two previous terms).

TTrue
FFalse
Question 5 Short Answer

Explain why assuming aₙ = rⁿ is the right starting point for solving a linear recurrence — why does this 'guess' lead to an exact method rather than just an approximation?

Think about your answer, then reveal below.