Questions: Solving Linear Recurrence Relations via Characteristic Equations

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

The recurrence a(n) = 5a(n−1) − 6a(n−2) has which characteristic equation?

Ax² = 5x − 6
Bx² − 5x + 6 = 0
Cx² + 5x − 6 = 0
D5x² − x − 6 = 0
Question 2 Multiple Choice

The characteristic equation of a recurrence has r = 3 as a root of multiplicity 2. What is the general solution contributed by this root?

AA · 3^n
BA · 3^n + B · 3^n
CA · 3^n + B · n · 3^n
DA · n · 3^n + B · n² · 3^n
Question 3 True / False

The general solution to a second-order homogeneous linear recurrence always requires exactly two free constants determined by initial conditions.

TTrue
FFalse
Question 4 True / False

If r = 2 is a repeated root of multiplicity 3, the general solution contribution from this root is A·2^n + B·n·2^n.

TTrue
FFalse
Question 5 Short Answer

Why does guessing a(n) = r^n lead to a useful solution method for homogeneous linear recurrences?

Think about your answer, then reveal below.