ATP Logo Welcome to ATP Education
Advertisement

4. Principle Of Mathematical Induction Mathematics class 11 in English Medium ncert book solutions Exercise 4.1

4. Principle Of Mathematical Induction Exercise 4.1 – Complete NCERT Book Solutions for Class 11 Mathematics (English Medium). Get all chapter explanations, extra questions, solved examples and additional practice questions for 4. Principle Of Mathematical Induction Exercise 4.1 to help you master concepts and score higher.

4. Principle Of Mathematical Induction Mathematics class 11 in English Medium ncert book solutions Exercise 4.1

4. Principle Of Mathematical Induction Mathematics class 11 in English Medium ncert book solutions Exercise 4.1

NCERT Solutions for Class 11 Mathematics play an important role in helping students understand the concepts of the chapter 4. Principle Of Mathematical Induction clearly. This chapter includes the topic Exercise 4.1, which is essential from both academic and examination point of view. The solutions provided here are prepared strictly according to the latest NCERT syllabus and follow the guidelines of CBSE to ensure accuracy and relevance. Each question is explained in a simple and student-friendly manner so that learners can grasp the concepts without confusion. These NCERT Solutions are useful for regular study, homework help, and exam preparation. All textbook questions are solved step by step to improve problem-solving skills and conceptual clarity. Students of Class 11 studying Mathematics can use these solutions to revise important topics, understand difficult questions, and practise effectively before examinations. The chapter 4. Principle Of Mathematical Induction is explained in a structured way, making it easier for students to connect the theory with the topic Exercise 4.1. By studying these updated NCERT Solutions for Class 11 Mathematics, students can build a strong foundation, boost their confidence, and score better marks in school and board exams.

4. Principle Of Mathematical Induction

Exercise 4.1

Last Update On: 06 March 2026

 

Chapter 4. Principle of Mathematical induction

Exercise 4.1

Prove the following by using the principle of mathematical induction for all ∈ 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 < k+ 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(+ 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.

All Chapters Of Mathematics english Medium Class 11

❓ अक्सर पूछे जाने वाले प्रश्न (FAQ)

NCERT Solutions क्या होते हैं?
NCERT Solutions में NCERT किताबों के सभी प्रश्नों के सही और सरल हल दिए जाते हैं, जो CBSE सिलेबस के अनुसार तैयार किए जाते हैं।
क्या ये NCERT Solutions नवीनतम सिलेबस पर आधारित हैं?
हाँ, यहाँ दिए गए सभी NCERT Solutions पूरी तरह से नवीनतम CBSE और NCERT सिलेबस के अनुसार अपडेटेड हैं।
NCERT Solutions किस कक्षा के लिए उपलब्ध हैं?
यहाँ कक्षा 6 से कक्षा 12 तक सभी विषयों और अध्यायों के NCERT Solutions उपलब्ध हैं।
क्या सभी प्रश्न NCERT किताब से ही लिए गए हैं?
जी हाँ, सभी प्रश्न और उनके हल सीधे NCERT की मूल पाठ्यपुस्तकों पर आधारित हैं।
NCERT Solutions परीक्षा की तैयारी में कैसे मदद करते हैं?
इन Solutions से छात्रों को कॉन्सेप्ट क्लियर करने, उत्तर लिखने की सही विधि समझने और बोर्ड परीक्षा की बेहतर तैयारी करने में मदद मिलती है।
क्या NCERT Solutions PDF फॉर्मेट में डाउनलोड कर सकते हैं?
हाँ, आप विषय और अध्याय के अनुसार NCERT Solutions की PDF आसानी से डाउनलोड कर सकते हैं।
क्या ये NCERT Solutions फ्री हैं?
अधिकांश NCERT Solutions बिल्कुल फ्री उपलब्ध हैं ताकि सभी छात्रों को गुणवत्तापूर्ण अध्ययन सामग्री मिल सके।
क्या ये Solutions बोर्ड एग्जाम के लिए पर्याप्त हैं?
हाँ, NCERT Solutions बोर्ड परीक्षा की तैयारी के लिए बहुत महत्वपूर्ण हैं क्योंकि अधिकतर प्रश्न NCERT से ही पूछे जाते हैं।
NCERT Solutions मोबाइल पर पढ़ सकते हैं?
बिल्कुल, सभी NCERT Solutions मोबाइल, टैबलेट और लैपटॉप पर आसानी से पढ़े जा सकते हैं।
NCERT Solutions को कब अपडेट किया जाता है?
हर नए शैक्षणिक सत्र में NCERT Solutions को नए सिलेबस और बदलावों के अनुसार अपडेट किया जाता है।

Quick Access: | NCERT Solutions |

Quick Access: | CBSE Notes |

Quick link for study materials

×

Search ATP Education

क्या आप इस वेबसाइट पर कुछ खोज रहे हैं? अपना keyword लिखें और हम आपको सीधे आपके target page तक GOOGLE SEARCH के द्वारा पहुँचा देंगे।