Question
Solve the recurrence relation with initial conditions and .
(JEE Advanced 2021, similar pattern)
Solution — Step by Step
For a linear recurrence , assume and substitute:
Divide by :
Roots: and .
Since the roots are distinct, the general solution is:
From :
From :
Subtract: , so .
Verification: ✓, ✓, . Check: ✓.
Why This Works
The substitution works because the recurrence is linear with constant coefficients — each term is a fixed linear combination of previous terms. Exponentials are the “eigenfunctions” of such recurrences, just as they are for linear differential equations.
When the characteristic equation has distinct roots and , both and satisfy the recurrence, and any linear combination also satisfies it. The two initial conditions pin down the specific values of and .
If the roots were equal (repeated root ), the general solution would be instead — the factor appears because we need two linearly independent solutions.
Alternative Method — Generating the sequence and spotting the pattern
Compute a few terms: .
These are . The pattern is clear.
For JEE, if the characteristic equation has nice integer roots, you can often spot the closed form by computing 4-5 terms and looking for a pattern. But the characteristic equation method is the rigorous approach — use it for the proof, and the pattern-spotting to verify. JEE Advanced sometimes gives recurrences where the pattern isn’t obvious, so the systematic method is essential.
Common Mistake
Students sometimes write the characteristic equation incorrectly. For , the equation is (move everything to one side). A common error is writing — getting the signs wrong. Always rearrange as , then replace .