MATH 302 Lecture 16

From Notes
Jump to navigation Jump to search

« previous | Monday, October 24, 2011 | next »


Solving Recurrence Relations

Linear Homogeneous Recurrence Relation of Degree with constant coefficients:

, where are constants.

We want to describe in terms of a single equation without any recursion.

Bring all terms to the left-hand side

The parenthesized polynomial is called the characteristic equation.

2 Cases for characteristic equation:

  1. distinct characteristic roots (Theorems 1 & 3)
  2. nondistinct characteristic roots (Theorems 2 & 4)



How many ways are there to tile a 2 × n surface area with two types of tiles: 2 × 2 and 2 × 1 . . .


Take a non-homogeneous recurrence relation. Dropping anything that has nothing to do with recursion results in the associated homogeneous equation. Solve this:

  • Recurrence Relation:
  • Assoc. Homog. Eq:

This is the homogeneous form.

This is the particular equation