Questions: Nonhomogeneous Recurrence Relations and Particular Solutions

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

The recurrence a(n) = 2a(n−1) + 3ⁿ has characteristic root r = 2. To find a particular solution using undetermined coefficients, which guess is correct?

AA·2ⁿ, matching the form of the homogeneous solution
BA·3ⁿ, since 3 is not a characteristic root
CAn + B, since 3ⁿ grows like a polynomial eventually
DA·n·2ⁿ, multiplying by n to handle the repeated root
Question 2 Multiple Choice

For the recurrence a(n) = 3a(n−1) + 3ⁿ, the characteristic root is r = 3. What is the correct form for a particular solution guess?

AA·3ⁿ — match the form of the forcing function directly
BA·n·3ⁿ — multiply by n since 3ⁿ matches the homogeneous solution
CAn + B — use a polynomial since 3ⁿ and 3ⁿ cancel
DA·n² — escalate to a quadratic when the standard guess fails
Question 3 True / False

The general solution to a nonhomogeneous recurrence is found by subtracting the particular solution from the homogeneous solution.

TTrue
FFalse
Question 4 True / False

After finding the general solution a(n) = aₕ(n) + aₚ(n), the initial conditions are applied only to the homogeneous part aₕ(n) to determine its free constants.

TTrue
FFalse
Question 5 Short Answer

Why must you multiply your particular-solution guess by n when the natural guess has the same form as a homogeneous solution?

Think about your answer, then reveal below.