I would like to find the general solution of $y(n+2)+2y(n+1)-3y(n) = -2n$.
I've found the general solution of $\tilde{y}(n+2)+2\tilde{y}(n+1)-3\tilde{y}(n) = 0$ to be $\tilde{y}(n) = c_1(-3)^n+c_2$.
I also found that for $b(n) = -2n$ and $L_b(y):= y(n+2)-2y(n+1)+y(n)$ is a difference equation where $L_b(b(n))=0$.
Then by the annihalator method I find that the general solution of $y(n+2)+2y(n+1)-3y(n) = -2n$ must be of the form $y(n) = c_1(-3)^n+c_2 + c_3 + nc_4$.
To find the values of $c_3$ and $c_4$ , I fill in $y(n) = c_1(-3)^n+c_2 + c_3 + nc_4$ into the original difference equation where $c_1 = 0$ and $c_2 = 0$.
This gives me $c_3 + c_4(n+2) + 2c_3 + c_4(n+1) - 3c_3 -3c_4n = -2n \Rightarrow 3c_4 +nc_4 = -2n$.
This equation has no solution, so my question is, how should I solve this?