NCERT Solutions for Class 11 – Complete Chapter-wise Study Material
4. Principle Of Mathematical Induction is one of the most important chapters in the Class 11 Mathematics English NCERT Solutions curriculum. This chapter plays a significant role in helping students build a strong conceptual foundation while preparing for school examinations, class tests, unit tests, half-yearly examinations, annual examinations, and CBSE board assessments. The chapter has been carefully designed according to the latest NCERT syllabus, making it an essential part of every student's study plan.
The 4. Principle Of Mathematical Induction - Class 11 Mathematics English NCERT Solutions available on ATP Education explain every question in a simple, accurate, and step-by-step manner. Each answer is prepared according to the latest CBSE guidelines so that students can understand the concepts clearly without confusion. Whether you are completing your homework, revising before examinations, or strengthening your understanding of the subject, these solutions provide reliable academic support throughout your learning journey.
One of the biggest advantages of studying 4. Principle Of Mathematical Induction is that it helps students understand important concepts, definitions, examples, and textbook exercises in an organized way. Instead of memorizing answers, students learn how to develop logical thinking, improve analytical skills, and write well-structured answers in examinations. This chapter also helps improve problem-solving ability and encourages conceptual learning, which is essential for scoring higher marks in school and competitive examinations.
Our Class 11 Mathematics NCERT Solutions cover all textbook questions, important exercise questions, and chapter-wise explanations in English Medium. Every solution is written in easy-to-understand language, allowing students to revise the chapter quickly before examinations. Regular practice of these solutions improves confidence, strengthens subject knowledge, and reduces examination stress.
Students preparing for school assessments should carefully study 4. Principle Of Mathematical Induction because questions from this chapter are frequently asked in objective questions, short answer questions, long answer questions, competency-based questions, and case-study questions. Understanding the concepts explained in this chapter also helps students connect related topics from other chapters, making overall learning more effective and meaningful.
At ATP Education, we continuously update our Class 11 Mathematics English NCERT Solutions according to the latest NCERT textbooks and CBSE curriculum. Students can confidently use these chapter-wise solutions for daily study, homework assistance, quick revision, examination preparation, and self-learning. By studying 4. Principle Of Mathematical Induction thoroughly and practising every question regularly, students can strengthen their concepts, improve writing skills, and achieve better academic performance in both school and board examinations.
4. Principle Of Mathematical Induction - Class 11 Mathematics English NCERT Solutions
4. Principle Of Mathematical Induction
Exercise 4.1
Chapter 4. Principle of Mathematical induction
Exercise 4.1
Prove the following by using the principle of mathematical induction for all n ∈ N:

Solution:
Let the given statement be P(n), i.e.,

LHS = RHS
Thus P(k + 1) is true, whenever P (k) is true.
Hence, from the principle of mathematical induction, the statement P(n) is true for all natural numbers n.

Solution:
Let the given statement be P(n), i.e.,

LHS = RHS
Thus P(k + 1) is true, whenever P (k) is true.
Hence, from the principle of mathematical induction, the statement P(n) is true for all natural numbers n.

Solution: Let the given statement be P(n), so


Thus P(k + 1) is true, whenever P (k) is true.
Hence, from the principle of mathematical induction, the statement P(n) is true for all natural numbers n.
Q19. n (n + 1) (n + 5) is a multiple of 3.
Solution:
Let the given statement be P(n), so
P(n) : n (n + 1) (n + 5) is a multiple of 3.
For n = 1, so we have;
n (n + 1) (n + 5) = 1 × 2 × 6 = 12 = 3 × 4
P(n) is true for n = 1
Assume that P(k) is also true for some positive integer k.
k(k + 1) (k + 5)
= k3 + 6k2 + 5 k = 3m (say) ……………….. (1)
Now, we shall prove that P(k + 1) is true whenever P(k) is true
Replacing k by k + 1
k + 1 (k + 2) (k + 6)
= (k + 1) (k2 + 8k + 12)
= k (k2 + 8k + 12) + 1(k2 + 8k + 12)
= k3 + 8k2 + 12k + k2 + 8k + 12
= k3 + 9k2 + 20k + 12
=( k3 + 6k2 + 5 k) + 3k2 + 15k + 12
= 3m + 3k2 + 15k + 12 from (1)
= 3(m + k2 + 5k + 4)
∴ k + 1 (k + 2) (k + 6) is multiple of 3
Thus P(k + 1) is true, whenever P (k) is true.
Hence, from the principle of mathematical induction, the statement P(n) is true for all natural numbers n ∈ N.
Q20. 102n - 1 + 1 is divisible by 11.
Solution:
Let the given statement be P(n), so
P(n) : 102n - 1 + 1 is divisible by 11.
For n = 1, so we have;
102n - 1 + 1 = 102×1 - 1 + 1 = 10 + 1 = 11
P(n) is true for n = 1
Assume that P(k) is also true for some positive integer k.
102k- 1 + 1 = 11m say
102k- 1 = 11m - 1 ……………… (1)
We shall prove that P(k + 1) is true whenever P(k) is true
∴ replacing k by k + 1 we have
102k - 1 + 1
= 102k + 1 + 1
= 102k × 101 + 1

= {102k - 1 × 100 + 1}
= {(11m - 1)× 100 + 1} from equation (1)
= 1100m - 100+ 1
= 1100m - 99
= 11(100m - 9)
∴ 102n - 1 + 1 is divisible by 11
Thus P(k + 1) is true, whenever P(k) is true.
Hence, from the principle of mathematical induction, the statement P(n) is true for all natural numbers n ∈ N.
Q21. x2n – y2n is divisible by x + y
Solution: Let the given statement be P(n), so
P(n) : x2n – y2n is divisible by x + y
Putting n = 1 we have,
x2n – y2n = x2 - y2 = (x + y) (x - y)
P(n) is true for n = 1
Assume that P(k) is also true for some positive integer k or
x2k – y2k is divisible by (x + y)
So, x2k – y2k = m( x + y)
Or x2k = m( x + y) + y2k …………. (1)
We shall prove that P(k + 1) is true whenever P(k) is true
∴ replacing k by k + 1 we have
x2k + 2 – y2k + 2
= x2k . x2 – y2k .y2
Putting the value of x2k from (1)
= {m( x + y) + y2k} x2 – y2k .y2
= m( x + y) x2 + y2k. x2 – y2k .y2
= m( x + y) x2 + y2k (x2 – y2)
= m( x + y) x2 + y2k (x + y) ( x - y)
= ( x + y) [mx2 + y2k ( x - y)]
∴ x2n – y2n is divisible by x + y
Thus P(k + 1) is true, whenever P(k) is true.
Hence, from the principle of mathematical induction, the statement P(n) is true for all natural numbers n ∈ N.
Q22. 32n+2 – 8n – 9 is divisible by 8
Solution: Let the given statement be P(n), so
P(n) : 32n+2 – 8n – 9 is divisible by 8
Putting n =1
P(1) : 32×1+2 – 8 × 1 – 9 = 81 - 17 = 64 = 8 × 8
Which is divisible by 8
∴ P(1) is true
Assume that P(k) is also true for some positive integer k
32k + 2 – 8k – 9
32k + 2 – 8k – 9 is divisible by 8
32k + 2 – 8k – 9 = 8m
Or 32k + 2 = 8m + 8k + 9 ……………. (1)
We shall prove that P(k + 1) is true whenever P(k) is true
∴ replacing k by k + 1 we have
32k + 4 – 8k – 8 – 9
= 32k + 4 – 8k – 17
= 32k + 2 × 32 – 8k – 17
= (8m + 8k + 9)× 9 – 8k – 17
= 72m + 72k + 81 – 8k – 17
= 72m + 64k + 64
= 8(9m + 8k + 8)
∴ 32n+2 – 8n – 9 is divisible by 8
Thus P(k + 1) is true, whenever P(k) is true.
Hence, from the principle of mathematical induction, the statement P(n) is true for all natural numbers n ∈ N.
Q23. 41n – 14n is a multiple of 27.
Solution: Let the given statement be P(n), so
P(n) : 41n – 14n is a multiple of 27
Putting n = 1
P(1): 41n – 14n = 41 – 14 = 27
∴ P(1) is true
Assume that P(k) is also true for some positive integer k
41k – 14k = 27
41k = 27 + 14k ………… (1)
We shall prove that P(k + 1) is true whenever P(k) is true
∴ replacing k by k + 1 we have
41k + 1 – 14k + 1
= 41k . 41 – 14k . 14
= (27 + 14k) 41 – 14k . 14
= 27 . 41 + 14k .41 – 14k . 14
= 27 . 41 + 14k (41 – 14 )
= 27 . 41 + 14k . 27
= 27 ( 41 + 14k )
∴ 41n – 14n is a multiple of 27
Thus P(k + 1) is true, whenever P(k) is true.
Hence, from the principle of mathematical induction, the statement P(n) is true for all natural numbers n ∈ N.
Q24. (2n + 7) < (n + 3)2
Solution: Let the statement be p(n) so,
p(n) : (2n + 7) < (n + 3)2
=> p(1) : (2 × 1 + 7) < (1 + 3)2
=> 9 < 42
=> 9 < 16
Therefore, p(1) is true so Assume that p(k) is also true for some integer k.
(2k + 7) < (k + 3)2 ......... (i)
Now we shall prove for p(k + 1)
2(k +1) + 7 < (k + 1 + 3)2
2k + 2 + 7 < (k + 4)2 ........ (ii)
We have from (i)
(2k + 7) < (k + 3)2
Adding 2 both sides
=> 2k + 7 + 2 < (k + 3)2 + 2
=> 2k + 7 + 2 < k2 + 6k + 9 + 2
=> 2k + 7 + 2 < k2 + 6k + 9 + 2
=> 2k + 7 + 2 < k2 + 6k + 11
Now, k2 + 6k + 11 < (k + 4)2 from (ii)
=> 2k + 7 + 2 < k2 + 6k + 11 < k2 + 8k + 16
=> 2k + 2 + 7 < k2 + 8k + 16
=> 2(k + 1) + 7 < (k + 4)2
=> 2(k + 1) + 7 < (k + 1 + 3)2
Thus P(k + 1) is true, whenever P(k) is true.
Hence, from the principle of mathematical induction, the statement P(n) is true for all natural numbers n ∈ N.
Mathematics
Class 11 (English Medium)
NCERT Mathematics Textbook
Chapter-wise NCERT Solutions for Class 6 to 12 prepared according to the latest CBSE syllabus.
English Medium
NCERT Solutions Class 11 Mathematics
Chapter 2. Relations and Functions Solutions
2. Relations and Functions Open Chapters
Explore Now →
NCERT Solutions Class 11 Mathematics
Chapter 3. Trigonometric Functions Solutions
3. Trigonometric Functions Open Chapters
Explore Now →
NCERT Solutions Class 11 Mathematics
Chapter 4. Principle Of Mathematical Induction Solutions
4. Principle Of Mathematical Induction Open Chapters
Explore Now →
NCERT Solutions Class 11 Mathematics
Chapter 5. Complex Numbers and Quadratic Equations Solutions
5. Complex Numbers and Quadratic Equations Open Chapters
Explore Now →
NCERT Solutions Class 11 Mathematics
Chapter 6. Linear Inequalities Solutions
6. Linear Inequalities Open Chapters
Explore Now →
NCERT Solutions Class 11 Mathematics
Chapter 7. Permutations and Combinations Solutions
7. Permutations and Combinations Open Chapters
Explore Now →
NCERT Solutions Class 11 Mathematics
Chapter 8. Binomial Theorem Solutions
8. Binomial Theorem Open Chapters
Explore Now →
NCERT Solutions Class 11 Mathematics
Chapter 9. Sequences and Series Solutions
9. Sequences and Series Open Chapters
Explore Now →
NCERT Solutions Class 11 Mathematics
Chapter 10. Straight Lines Solutions
10. Straight Lines Open Chapters
Explore Now →
NCERT Solutions Class 11 Mathematics
Chapter 11. Conic Sections Solutions
11. Conic Sections Open Chapters
Explore Now →
NCERT Solutions Class 11 Mathematics
Chapter 12. Introduction to Three Dimensional Geometry Solutions
12. Introduction to Three Dimensional Geometry Open Chapters
Explore Now →
NCERT Solutions Class 11 Mathematics
Chapter 13. Limits and Derivatives Solutions
13. Limits and Derivatives Open Chapters
Explore Now →
NCERT Solutions Class 11 Mathematics
Chapter 14. Mathematical Reasoning Solutions
14. Mathematical Reasoning Open Chapters
Explore Now →
NCERT Solutions Class 11 Mathematics
Chapter 15. Statistics Solutions
15. Statistics Open Chapters
Explore Now →
NCERT Solutions Class 11 Mathematics
Chapter 16. Probability Solutions
16. Probability Open Chapters
Explore Now →Class 11 NCERT Book Solutions
Chapter-wise NCERT Solutions for Class 6 to 12 prepared according to the latest CBSE syllabus.
ENGLISH MEDIUM
NCERT Solutions Class 11 Mathematics
Class 11 Mathematics Book Solutions
Mathematics Open Book
Explore Now →
NCERT Solutions Class 11 Political Science-I
Class 11 Political Science-I Book Solutions
Open Book
Explore Now →Benefits of Studying NCERT Solutions
Studying from NCERT Solutions helps students build strong conceptual understanding and improve problem-solving skills. These solutions are especially useful for revision because every answer is written according to the marking scheme followed by CBSE.
- Improve conceptual understanding.
- Learn correct answer-writing techniques.
- Prepare effectively for school examinations.
- Complete syllabus revision in less time.
- Practice important textbook questions.
- Build confidence before examinations.
Prepared According to the Latest CBSE Syllabus
All NCERT Book Solutions for Class 11 available on ATP Education are updated according to the latest CBSE curriculum. Whenever NCERT introduces changes in textbooks or syllabus, our study materials are revised accordingly so that students always receive accurate and updated content.
Helpful for Competitive Examinations
NCERT textbooks form the foundation of many competitive examinations. Students preparing for Olympiads, NTSE, CUET, UPSC Foundation, SSC and several entrance examinations can strengthen their basics through these chapter-wise solutions. Understanding NCERT concepts also improves analytical thinking and logical reasoning.
Simple and Student-Friendly Explanations
Our experts prepare every answer in a simple, clear and student-friendly format. Difficult concepts are explained step by step with proper reasoning so that students of every learning level can understand them easily. This approach helps students remember concepts for a longer period and perform confidently during examinations.
Start Learning with ATP Education
Explore the complete collection of NCERT Solutions for Class 11 and begin your preparation with confidence. Every chapter is available online for free and can be accessed anytime. Whether you want to complete homework, revise important chapters or prepare for examinations, ATP Education provides reliable and high-quality study resources to help you achieve academic success.