Can any one help me to solve this
$$
U_{n+1}=5U_n-6U_{n-1}
$$
$$
U_0=1,U_1=4
$$
$$
V_n=U_{n+1}-2U_n
$$
I've proved that $V_n$ is a geometric sequence and I managed to write $V_n$ by $n$
$$
V_n=2.3^n
$$
How can I write $U_n$ formula by $n$?
If any one can help me I'll be thankful.
Sequences (Analysis) Writing $U_n$
1
$\begingroup$
real-analysis
sequences-and-series
1 Answers
1
Hint
Call $$U_{n+1}=\lambda^n$$
and get
$$\lambda^2-5\lambda+6=0$$
conclude that
$$U_n=a\cdot2^n+b\cdot3^n$$
and find $a$ and $b$.
-
0Thanks, but how did u get that $U_n=a.2ⁿ+b.3ⁿ$ – 2017-01-23
-
0Intact I just couldn't figure out what It done , Thanks anyway :) – 2017-01-23
-
0See that $\lambda=2$ or $\lambda=3$ and its linear combination also fit the recurrence. – 2017-01-23