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.
Perhaps define $$v_n=\frac{u_n}{2^{n-1}}.$$ Then the given relation becomes $$v_{n+1}-v_{n}=n^2.$$ In your notation this means $$(E-I)v_n=n^2.$$ Thus $$v_n=(E-I)^{-1}n^2.$$ Since $E$ is the difference operator then its inverse would be to increase the degree (like integration is inverse of differentiation). Thus $v_n$ should be an appropriate cubic polynomial. Something like $$v_n=\frac{n^3}{3}-\frac{n^2}{2}+\frac{n}{6}.$$