Find the particular solution of recorrence equation $u_{n+1} - 2u_n = n^22^n$.
I am developing a practical method using operators $E$ e $\Delta$, defined by $E(u_n) = u_{n+1}$ and $\Delta(u_n) = u_{n+1} - u_n = (E - I)u_n$. I want to use these operators to find the particular solution of the above equation. Note that,
$$ u_{n+1} - 2u_n = (E - 2)u_n = n^22^n \quad \Rightarrow \quad u_{np} = \dfrac{1}{E - 2}n^22^n $$ where $u_{np}$ is the particular solution. Would you like to discover how to work with the inverse operator for the particular solution. Thanks for any input.