Mathematical induction :

Given that $ u_{n+1}=3u_n -2u_{n-1} $ and $ u_0=2  ,u_1=3  $ .Prove that $ u_n=2^n+1  $ for all $ n\in N $

Comments

=>

Proof without induction:
$ u_{n+1}-3u_{n}+2u_{n-1}=0 $

=> $  t^2-3t+2=0=>t_{1}=1,t_{2}=2 $

$ u_{n}=t_{1}^na+t_{2}^nb $
for n=0 and n=1 =>
a+ b=2
2a+b=3
=>a=b=1=>$ u_{n}=t_{1}^n+t_{2}^n=1+2^n $

Back to top