I am having troubles in understanding the answer $L=(\rho-1)^2(\rho -3)$ of one my exercises.
Consider the difference equation: $$ y(n+1) - 2 y(n) = 3n + 3^n\tag{1} $$ Determine the general solution of (1).
Answer We use the annihilator method to find the general solution. The lefthand side of (1) can be written as $L(y)(n)$, where $L = \rho - 2$. The right-hand side of (1) is a solution of the difference equation $L_b(y) = 0$, where $L_b=(\rho - 1)^2(\rho -3)$. The general solution of (1) is thus of the form $$ y(n) = c_1 + c_2n + c_3 2^n + c_4 3^n,\quad n \geq 0 \tag{2} $$ where $c_3 \in \mathbb{C}$ and $c_1, c_2$, and $c_4$ have yet to be determined.
How do you come up with $(\rho - 1)^2(\rho -3)$? I have been dazing at this result for hours and I have given up.