Suppose that $f(x) = x^2 - ax - b$ is the characteristic polynomial of a recurrence equation: $$ u(n) = au(n-1) + bu(n-2) \quad (n \geq n_0 + 2). $$
a) Prove that if $f(x)$ has distinct non-zero roots $\alpha_1$ and $\alpha_2$ then any solution of the equation has the form $u(n) = C_1 \alpha_1^n + C_2 \alpha_2^n$ and constants $C_1$ and $C_2$ are determined uniquely.
b) Prove that if $f(x)$ has double root $\alpha$ then any solution of the equation has the form $u(n) = C_1 \alpha^n + C_2n \alpha^n$ and constants $C_1$ and $C_2$ are determined uniquely, if $\alpha \neq 0$
I tried to solve that problem using mathematical induction, the main difficulty for me is that I can't prove the basis of induction.