Solveeit Logo

Question

Question: If \({a_n} = \sqrt {7 + \sqrt {7 + \sqrt {7 + .....} } } \) having \(n\) radical signs, then by meth...

If an=7+7+7+.....{a_n} = \sqrt {7 + \sqrt {7 + \sqrt {7 + .....} } } having nn radical signs, then by method of mathematical indication which of the following is true?
A.an>6,n>1{a_n} > 6,\forall n > 1
B.an>3,n>1{a_n} > 3,\forall n > 1
C.an>4,n>1{a_n} > 4,\forall n > 1
D.an>2,n>1{a_n} > 2,\forall n > 1

Explanation

Solution

We have given that an=7+7+7+....{a_n} = \sqrt {7 + \sqrt {7 + \sqrt {7 + } ....} } . We have to check which of the conditions satisfy mathematical induction. For this firstly we have to take the repeating term here repeating term is 7\sqrt 7 . We put it equal to an{a_n}. So we get an=7+an{a_n} = \sqrt {7 + {a_n}} . We put it equal to an{a_n}. So we get an=7+an{a_n} = \sqrt {7 + {a_n}} . We convert it into a quadratic equation. Now we solve this quadratic equation by quadratic formula method. Since quadratic equation has degree two there for its solution will give us two roots. We check the roots with the given option if any option matches it will be our solution.

Complete step-by-step answer:
We have given that an=7+7+7+....{a_n} = \sqrt {7 + \sqrt {7 + \sqrt {7 + } ....} } having nn radical signs
Since 7\sqrt 7 is repeating is self there an=7+an{a_n} = \sqrt {7 + {a_n}}
Squaring both sides, we get
a2n=7+an{a^2}_n = 7 + {a_n}
an2=an7=0{a_n}^2 = {a_n} - 7 = 0 ……………….. (i)\left( i \right)
Now this is a quadratic equation with variablean{a_n}.
Now we will find the value of an{a_n}by quadratic formula method.
Comparing (i)\left( i \right)with axn2=bxn+C=0ax_n^{^2} = b{x_n} + C = 0
a=1,b=1,c=7a = 1,b = - 1,c = - 7
The quadratic formula is
an=b+b24ac2a{a_n} = \dfrac{{b + \sqrt {{b^2} - 4ac} }}{{2a}}
\Rightarrow an=(1)±(1)24×(1)2×1{a_n} = \dfrac{{ - ( - 1) \pm \sqrt {{{( - 1)}^2} - 4 \times ( - 1)} }}{{2 \times 1}}
\Rightarrow an=1±1+282{a_n} = \dfrac{{1 \pm \sqrt {1 + 28} }}{2}
\Rightarrow an=1±292{a_n} = \dfrac{{1 \pm \sqrt {29} }}{2}
So we have two values of an{a_n} that are
an=+1+292{a_n} = \dfrac{{ + 1 + \sqrt {29} }}{2} and an=+1292{a_n} = \dfrac{{ + 1 - \sqrt {29} }}{2}
\Rightarrow an=+1+5.392{a_n} = \dfrac{{ + 1 + 5.39}}{2} and an=+15.392{a_n} = \dfrac{{ + 1 - 5.39}}{2}
\Rightarrow an=6.392{a_n} = \dfrac{{6.39}}{2} and an=4.392{a_n} = \dfrac{{ - 4.39}}{2}
an=3.195{a_n} = 3.195 and an=2.195{a_n} = - 2.195
Now we have an>0{a_n} > 0 therefore we neglect an=2.195{a_n} = - 2.195
Therefore an=3.195{a_n} = 3.195
Which means an>3{a_n} > 3 n>1\sqrt n > 1
Option (B)(B) is correct.

Note: Mathematical induction is a mathematical technique which is used to prove a statement, a formula or a theorem is true for every natural number. The technique involves two steps to prove the statement.
Step11– It proves that the statement is true for initial value.
Step22– It proves that if the statement is true for the nth{n^{th}}iteration then it will also true for (n+1)th{(n + 1)^{th}}iteration