Consider the sequence $\{a_n\}_{n=0}^\infty$ with $a_0 = 0, a_1 = 1, a_{n+2} = 6a_{n+1} - 9a_{n}$. Using the characteristic polynomial prove $a_{n} = n3^{n-1}$.
So I really wasn't sure where to start, as I don't recall doing this in lectures. I searched online, rearranged the recurrence relation, and got the characteristic polynomial as
$$x^2 - 6x + 9$$
Then I tried to solve the relation as you would a differential equation, I found it was a repeated root, $c1 = c2 = 3$. Giving one solution $e^{3t}$. I substituted this into the original equation $a_n = v(t)e^{3t}$, then differentiated to get $a_{n+1}$ and again for $a_{n+2}$.
Substituting these new values in for the original equations I got: $$e^{3t}(v''(t)) = 0$$ hence $v''(t) = 0$, hence $v'(t) = c_{1}$ and $v(t) = c_{1}t + c_{2}$ where $c_{1}$ and $c_{2}$ are arbitrary constants.
However solving for $c_{1}$ and $c_{2}$ I get nothing like the solution I was looking for, I think that I must have been on completely the wrong track, but can't find anything online, I good guide of what to do would be really appreciated.