Solveeit Logo

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=3Un2Un1U_{n + 1} = 3U_{n} - 2U_{n - 1} and U0=2U_{0} = 2, U1=3U_{1} = 3, the value of UnU_{n} for all nNn \in N is

A

2n12^{n} - 1

B

2n12^{n} - 1

C

0

D

None of these

Answer

2n12^{n} - 1

Explanation

Solution

Un+1=3Un2Un1\because U_{n + 1} = 3U_{n} - 2U_{n - 1} …..(i)

Step I : Given U1=3U_{1} = 3

For n =1, U1+1=3U12U0U_{1 + 1} = 3U_{1} - 2U_{0}, U2=3.32.2=5U_{2} = 3.3 - 2.2 = 5

Option (2) Un=2n+1U_{n} = 2^{n} + 1

For n = 1, U1=21+1=3U_{1} = 2^{1} + 1 = 3 which is true. For n = 2, U2=22+1=5U_{2} = 2^{2} + 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+1U_{k} = 2^{k} + 1 …..(ii) and Uk1=2k1+1U_{k - 1} = 2^{k - 1} + 1…..(iii)

Step III : Putting n = k in (i), we get

Uk+1=3Uk2Uk1=3[2k+1]2[2k1+1]=3.2k+32.2k12=3.2k+12.2k1U_{k + 1} = 3U_{k} - 2{U_{k}}_{- 1} = 3\lbrack 2^{k} + 1\rbrack - 2\lbrack 2^{k - 1} + 1\rbrack = 3.2^{k} + 3 - 2.2^{k - 1} - 2 = 3.2^{k} + 1 - 2.2^{k - 1}

3.2k2k+1=2.2k+1=2k+1+1\Rightarrow 3.2^{k} - 2^{k} + 1 = 2.2^{k} + 1 = 2^{k + 1} + 1

\Rightarrow Uk+1=2k+1+1U_{k + 1} = 2^{k + 1} + 1

This shows that the result is true for n=k+1n = k + 1, by the principle of mathematical induction the result is true for all nNn \in N.