n²>2n+1 for all n>=3
solve using induction method
Answers
Question :-
Prove by using Induction method
Let assume that
Step :- 1 For n = 3
Step :- 2 Assume that P(n) is true for n = k, where k is natural number greater than or equals to 3
Step :- 3 We have to prove that P(n) is true for n = k + 1.
Now, from step 2, we have
On adding 2k + 1 on both sides, we get
As,
So, using this,
Hence, By the Process of Principal of Mathematical Induction,
★ Concept
Here the Principle of Mathematical Induction for proving inequality has been used. Note that for proving inequality by Induction method we have to go through with two steps- Basic Step and Induction Step.In this particular question where we have to prove an inequality true for all n (natural numbers) greater than equal to 3, in basic step we will prove that the inequality is true for n=3. In Induction step, first of all we have to assume that the inequality is true for n=k ; K is any natural number greater than 3. Secondly, we have to prove that the inequality is also true for n= k+1.
Let's proceed with proving !!
Let the mathematical statement be T(n)
T(n) = n² > 2n+1 ∀ n ≥ 3
☞ Basic Step
First of all we have to prove the equation true for n=3.
⇒
➠ 9 > 7 , that's true.
∴ T(3) is true for above inequality.
☞ Induction Step
Step 1 : Assume that the inequality is true for n=k ; k is any natural number greater than 3.
⇒
Step 2 : Now prove that the inequality is true for n=k+1
⇒
Now, From Step 1, we can write that
⇒
Adding 2k+1 on both sides, we get
⇒
Observe that k² + 2k + 1 is a formula for (k+1)².
⇒
Here what we have to notice is that
⇒
or we can write like
⇒
So we have proved that
⇒
Conclusion
By using the principle of mathematical Induction we have proved that the given inequality is true ∀ n ≥ 3.
☞ More to know
In Basic Step we usually prove T(n) true for n=1 but here in the question we have to prove that the inequality holds true for all those natural numbers greater than equal to 3 so we cannot take n=1 in Basic Step.