MHB Solve Recurrence Relation w/ 3 Terms & Initial Conditions
- Thread starter yakin
- Start date
Click For Summary
The discussion focuses on solving a third-degree recurrence relation with initial conditions. Participants identify the characteristic equation, which is r^3 - 2r^2 - r + 2 = 0, and find its roots: r = 2, r = 1, and r = -1. They discuss constructing the general solution using these roots and applying initial values to create a system of equations to determine the parameters. The closed form of the solution is derived as f(n) = (2/3)(2^n) - (1/2)(1^n) - (1/6)(-1)^n. The thread emphasizes the importance of correctly solving the linear system to find the coefficients for the closed form.
Similar threads
- · Replies 18 ·
- · Replies 13 ·
- · Replies 1 ·
- · Replies 4 ·
- · Replies 22 ·
- · Replies 2 ·
- · Replies 5 ·
- · Replies 2 ·
- · Replies 5 ·
- · Replies 5 ·