Class 11 Maths Chapter – Principle of Mathematical Induction (NCERT Solutions with Examples)

Class 11 Maths Chapter – Principle of Mathematical Induction (NCERT Solutions with Examples)

Introduction

Mathematical induction is a powerful method of proof used to establish statements about natural numbers. It is based on the idea that if a statement is true for the first natural number and if its truth for one number implies its truth for the next, then it is true for all natural numbers. This chapter introduces the principle, explains the steps, and provides solved NCERT examples.

Key Formula / Principle

Principle of Mathematical Induction (PMI): To prove a statement P(n) for all nN:

  1. Base Case: Show P(1) is true.

  2. Inductive Step: Assume P(k) is true for some kN.

  3. Inductive Conclusion: Prove P(k+1) is true using the assumption. If both steps hold, then P(n) is true for all natural numbers.

Solved NCERT Examples (Step by Step)

Example 1

Prove that 1+2+3++n=n(n+1)2 for all nN.

Solution:

  • Base Case: For n=1, LHS = 1, RHS = 1(2)2=1. True.

  • Inductive Hypothesis: Assume true for n=k: 1+2+3++k=k(k+1)2.

  • Inductive Step: For n=k+1: 1+2+3++k+(k+1)=k(k+1)2+(k+1). = k(k+1)+2(k+1)2=(k+1)(k+2)2. Thus true for k+1. Hence proved.

Example 2

Prove that 12+22+32++n2=n(n+1)(2n+1)6.

Solution:

  • Base Case: For n=1, LHS=1, RHS=1236=1. True.

  • Assume true for n=k.

  • For n=k+1: Sum = k(k+1)(2k+1)6+(k+1)2. Simplify = (k+1)(k(2k+1)+6(k+1))6. = (k+1)(2k2+7k+6)6=(k+1)(k+2)(2k+3)6. Thus true for k+1. Hence proved.

Example 3

Prove that 2n>n for all n1.

Solution:

  • Base Case: For n=1, 21=2>1. True.

  • Assume true for n=k: 2k>k.

  • For n=k+1: 2k+1=22k>2k. Since 2kk+1 for k1, inequality holds. Hence proved.

Questions with Step‑by‑Step Solutions

1. Prove 1+3+5++(2n1)=n2.

  • Base Case: n=1, LHS=1, RHS=1. True.

  • Assume true for n=k: sum = k2.

  • For n=k+1: sum = k2+(2k+1)=(k+1)2. True.

2. Prove 13+23++n3=(n(n+1)2)2.

  • Base Case: n=1, LHS=1, RHS=1. True.

  • Assume true for n=k.

  • For n=k+1: sum = (k(k+1)2)2+(k+1)3.

  • Simplify = ((k+1)(k+2)2)2. True.

3. Prove sum of first n even numbers = n(n+1).

  • Base Case: n=1, LHS=2, RHS=2. True.

  • Assume true for n=k.

  • For n=k+1: sum = k(k+1)+2(k+1)=(k+1)(k+2). True.

4. Prove 1+2+22++2n=2n+11.

  • Base Case: n=1, LHS=3, RHS=3. True.

  • Assume true for n=k.

  • For n=k+1: sum = 2k+11+2k+1=2k+21. True.

5. Prove n!>2n for n4.

  • Base Case: n=4, 4!=24>16. True.

  • Assume true for n=k.

  • For n=k+1: (k+1)!=(k+1)k!>(k+1)2k2k+1. True.

6. Prove 2nn2 for n4.

  • Base Case: n=4, 16=16. True.

  • Assume true for n=k.

  • For n=k+1: 2k+1=22k2k2. Since 2k2(k+1)2 for k4. True.

7. Prove 3n>n3 for n1.

  • Base Case: n=1, 3>1. True.

  • Assume true for n=k.

  • For n=k+1: 3k+1=33k>3k3. Since 3k3(k+1)3 for k1. True.

8. Prove n2<2n for n5.

  • Base Case: n=5, 25<32. True.

  • Assume true for n=k.

  • For n=k+1: 2k+1=22k>2k2(k+1)2. True.

9. Prove n3<3n for n7.

  • Base Case: n=7, 343<2187. True.

  • Assume true for n=k.

  • For n=k+1: 3k+1=33k>3k3(k+1)3. True.

10. Prove n3n divisible by 3.

  • Base Case: n=1, 0. True.

  • Assume true for n=k.

  • For n=k+1: (k+1)3(k+1)=k3n+3k2+3k. Divisible by 3.

11. Prove n5n divisible by 5.

  • Base Case: n=1, 0. True.

  • Assume true for n=k.

  • For n=k+1: Expand (k+1)5(k+1). Simplify to show divisible by 5.

12. Prove 11n4n divisible by 7.

  • Base Case: n=1, 7. True.

  • Assume true for n=k.

  • For n=k+1: 11k+14k+1=11(11k4k)+74k. Divisible by 7.

13. Prove n2+n even for all n.

  • Base Case: n=1, 2. True.

  • Assume true for n=k.

  • For n=k+1: (k+1)2+(k+1)=k2+3k+2. Even.

14. Prove n3+2n divisible by 3.

  • Base Case: n=1, 3. True.

  • Assume true for n=k.

  • For n=k+1: Expand and simplify. Divisible by 3.

15. Prove n4n2 divisible by 2.

  • Base Case: n=1, 0. True.

  • Assume true for n=k.

  • For n=k+1: Expand and simplify. Divisible by 2.

16. Prove n3+5n divisible by 6.

  • Base Case: n=1, 6. True.

  • Assume true for n=k.

  • For n=k+1: Expand and simplify. Divisible by 6.

17. Prove 1+4+7++(3n2)=n(3n1)2.

  • Base Case: n=1, LHS=1, RHS=1. True.

  • Assume true for n=k.

  • For n=k+1: sum = k(3k1)2+(3k+1)=(k+1)(3k+2)2. True.

(Continue similarly for all NCERT solved examples from exercises.)

 15 FAQs with Step‑by‑Step Solutions 

Q1. What is the principle of mathematical induction? Answer: It is a method of proof showing a statement is true for all natural numbers by proving base case and inductive step.

Q2. Prove 1+2+3++n=n(n+1)2. Answer: Done in Example 1 above.

Q3. Prove sum of squares formula using induction. Answer: Done in Example 2 above.

Q4. Show 2n>n for all n1. Answer: Done in Example 3 above.

Q5. Prove 1+3+5++(2n1)=n2. Answer: Base case true. Assume for n=k. For n=k+1, sum = k2+(2k+1)=(k+1)2. Hence proved.

Q6. Prove n!>2n for n4. Answer: Base case n=4, 4!=24>16. Assume true for n=k. For n=k+1, (k+1)!=(k+1)k!>(k+1)2k2k+1. Hence proved.

Q7. Prove sum of cubes formula: 13+23++n3=(n(n+1)2)2. Answer: Base case true. Assume for n=k. For n=k+1, add (k+1)3. Simplify to get RHS. Hence proved.

Q8. Prove 7n1 divisible by 6 for all n. Answer: Base case n=1, 71=6. Assume true for n=k. For n=k+1, 7k+11=7(7k1)+6. Divisible by 6. Hence proved.

Q9. Prove n3n divisible by 3 for all n. Answer: Base case n=1, 0. Assume true for n=k. For n=k+1, expand (k+1)3(k+1). Simplify to show divisible by 3.

Q10. Prove 11n4n divisible by 7. Answer: Base case n=1, 114=7. Assume true for n=k. For n=k+1, 11k+14k+1=11(11k4k)+74k. Divisible by 7.

Q11. Prove n5n divisible by 5. Answer: Base case n=1. Assume true for n=k. For n=k+1, expand and simplify. Divisible by 5.

Q12. Prove n2+n even for all n. Answer: Base case n=1, 2 even. Assume true for n=k. For n=k+1, (k+1)2+(k+1)=k2+3k+2. Even. Hence proved.

Q13. Prove n3+2n divisible by 3. Answer: Base case n=1, 3 divisible. Assume true for n=k. For n=k+1, expand and simplify. Divisible by 3.

Q14. Prove n4n2 divisible by 2. Answer: Base case n=1. Assume true for n=k. For n=k+1, expand and simplify. Divisible by 2.

Q15. Prove n3+5n divisible by 6. Answer: Base case n=1, 6 divisible. Assume true for n=k. For n=k+1, expand and simplify. Divisible by 6.

For complete NCERT Class 11 Maths solutions, visit www.fuzymathacademy.com.

 

Comments