Question
Question: Given \(U_{n + 1} = 3U_{n} - 2U_{n - 1}\) and \(U_{0} = 2\), \(U_{1} = 3\), the value of \(U_{n}\) f...
Given Un+1=3Un−2Un−1 and U0=2, U1=3, the value of Un for all n∈N is
A
2n−1
B
2n−1
C
0
D
None of these
Answer
2n−1
Explanation
Solution
∵Un+1=3Un−2Un−1 …..(i)
Step I : Given U1=3
For n =1, U1+1=3U1−2U0, U2=3.3−2.2=5
Option (2) Un=2n+1
For n = 1, U1=21+1=3 which is true. For n = 2, U2=22+1=5 which is true
Therefore, the result is true for n = 1 and n = 2
Step II : Assume it is true for n = k then it is also true for n = k – 1
Then Uk=2k+1 …..(ii) and Uk−1=2k−1+1…..(iii)
Step III : Putting n = k in (i), we get
Uk+1=3Uk−2Uk−1=3[2k+1]−2[2k−1+1]=3.2k+3−2.2k−1−2=3.2k+1−2.2k−1
⇒3.2k−2k+1=2.2k+1=2k+1+1
⇒ Uk+1=2k+1+1
This shows that the result is true for n=k+1, by the principle of mathematical induction the result is true for all n∈N.