RTUComputer ScienceYr 2024 · Sem 42024

Q4Discrete Mathematics Structure

Question

4 marks

Solve the recurrence relation : a_r = 2a_{r-1} - a_{r-2}, r ≥ 2, with a_0 = 1, a_1 = 2.

Answer

a_r = r + 1

Characteristic equation: . Double root .

General solution: .

Apply initial conditions:

Particular solution: .

Back to Paper