So I have the equation $y(x+3) - 7y(x+2) +16y(x+1) - 12y(x) = 8 \cdot 2^x$
First I find the general form
The roots of the characteristic polynomial are $2$ (double) and $3$
So the general form is $$c_12^x +c_2x2^x +c_33^x=y^{0}_x$$
Now to find the particular one
I tried to set $ψ_x=c \cdot 2^x$ and solve after, but apparently the correct setting is $ψ_x=c \cdot x^2 \cdot 2^x$
I dont get it??? How we reached $ψ_x=c \cdot x^2 \cdot 2^x$