Question
Question: If \({a_n} = \sqrt {7 + \sqrt {7 + \sqrt {7 + .....} } } \) having \(n\) radical signs, then by meth...
If an=7+7+7+..... having n radical signs, then by method of mathematical indication which of the following is true?
A.an>6,∀n>1
B.an>3,∀n>1
C.an>4,∀n>1
D.an>2,∀n>1
Solution
We have given that an=7+7+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. We put it equal to an. So we get an=7+an . We put it equal to an. So we get an=7+an. 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+.... having n radical signs
Since 7 is repeating is self there an=7+an
Squaring both sides, we get
a2n=7+an
an2=an−7=0 ……………….. (i)
Now this is a quadratic equation with variablean.
Now we will find the value of anby quadratic formula method.
Comparing (i)with axn2=bxn+C=0
a=1,b=−1,c=−7
The quadratic formula is
an=2ab+b2−4ac
⇒ an=2×1−(−1)±(−1)2−4×(−1)
⇒ an=21±1+28
⇒ an=21±29
So we have two values of an that are
an=2+1+29 and an=2+1−29
⇒ an=2+1+5.39 and an=2+1−5.39
⇒ an=26.39 and an=2−4.39
an=3.195 and an=−2.195
Now we have an>0 therefore we neglect an=−2.195
Therefore an=3.195
Which means an>3 n>1
Option (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.
Step1– It proves that the statement is true for initial value.
Step2– It proves that if the statement is true for the nthiteration then it will also true for (n+1)thiteration