Finding particular solution of recurrence relation

34 Views Asked by At

I am trying to solve recurrence relation problem -

$a_r - 3a_{r-1} + 3a_{r-2} + a_{r-3} = 4.$

So far I simplified it to $a_3 - 3a_2 + 3a - 3 = 0.$

Then, $a_2(a-3) + 3(a-1) = 0.$

But it seems I am going wrong somewhere. Is there any other way to solve this?

1

There are 1 best solutions below

0
On

Assuming a constant solution $c$, we have

$$c-3c+3c+c=4.$$