- Consider the sequence defined by $$ \begin{cases} s_0=0\\ s_1=3\\ s_n=6s_{n-1}-9s_{n-2} & \text{if }n\ge 2 \end{cases} .$$ Find a closed form for $s_n$.
- Consider the sequence defined by $$ \begin{cases} t_0=5\\ t_1=9\\ t_n=6t_{n-1}-9t_{n-2} & \text{if }n\ge 2 \end{cases} .$$ Find a closed form for $t_n$.
I am having trouble with these questions about closed forms, could someone walk me step by step through each problem? Thanks!
for the first, begin by solving the characteristic equation $r^2-6r+9=0$
which has a double solution 3
so
$S_n=(an+b)3^n$
find a and b using initial conditions
$S_0$ and $S_1$.