Solve the initial value problem for the sequence $\left \{ u_{n}| n \in \mathbb{N} \right \}$ satisfying the recurrence relation: $u_n − 5u_{n-1} + 6u_{n−2} = 0 $ with $u_0 = 1$ and $u_1 = 1$.
Ive gotten the general solution to be $u_n = A(2)^n + B(3)^n$.
Once I sub the initial values:
$u_0 = 2A + 3B = 1$
$u_1 = 2A + 3B = 1$
And Im unsure on how to solve this system. Any help appreciated, thanks.
$$ u_0 = A 2^0 + B 3^0 = A + B \\ u_1 = A 2^1 + B 3^1 = 2A + 3B $$ So you got the first equation wrong.