How to solve recurrence relations using the characteristic equation method?
I am studying discrete mathematics and I need to solve linear recurrence relations. For example:
I know the characteristic equation is , giving , and the general solution is .
But what happens when:
- The characteristic equation has repeated roots (e.g., )?
- The recurrence is non-homogeneous (e.g., )?
- The recurrence has complex roots?
Can someone explain the complete solution method for each case?
1 answers261 views
The non-homogeneous recurrence case with the particular solution was exactly what I was struggling with.