$f(n+1)=9f(n)+5f(n-1)-9n\times2^{n-1}$
How to solve this? I have problem with $g(n)=-9n\times2^{n-1}$ I can start and calculate $\Delta$ and $x_1$ and $x_2$ but when I get $s_n=c_1\times 1^n+c_2\times5^n + g(n)$. I don't know what after to do.
$f(n+1)=9f(n)+5f(n-1)-9n\times2^{n-1}$
How to solve this? I have problem with $g(n)=-9n\times2^{n-1}$ I can start and calculate $\Delta$ and $x_1$ and $x_2$ but when I get $s_n=c_1\times 1^n+c_2\times5^n + g(n)$. I don't know what after to do.