Learn/Combinatorics/Recurrence Relations
Combinatorics • Topic 15

Recurrence Relations

Once we model a problem with a recurrence, we need to solve it to find a closed-form expression for .

Linear Homogeneous Recurrences

Form: .

Characteristic Equation Method

  1. Assume a solution of the form .
  2. Substitute and divide by to get the characteristic polynomial.
  1. Find roots .

General Solution

  • Distinct Roots:
  • Repeated Roots (multiplicity ): Include terms , etc.
  • Example: If , then .
Example (Fibonacci)
. Roots: . . Using , we solve for to get Binet's Formula.

Non-Homogeneous Recurrences

Form: . Solution = (Homogeneous Solution) + (Particular Solution).
  • Guess particular solution based on (e.g., if is linear, guess ).

Practice Problems

Exercise (Problem 1)
Solve the recurrence with .
Exercise (Problem 2)
Solve with .
Exercise (Problem 3)
Find the general solution for .