NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction

ncert books

NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction

NCERT Solutions for Class 11 Maths Chapter 4 Exercise 4.1

Ex 4.1 Class 11 Maths Question 1:
NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q1
Ans :
NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q1.1

NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q1.2

 

Ex 4.1 Class 11 Maths Question 2:
NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q2
Ans :

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

P(n) = 13 + 23 + 33 + …………. + n3 = \(\left(\frac{n(n+1)}{2}\right)^{2}\).
For n = 1, we have
P(1) : 13 = 1
= \(\left(\frac{1(1+1)}{2}\right)^{2}=\left(\frac{12}{2}\right)^{2}\)
= 12 = 1 which is true.
Let P(k) be true for some positive integer k, i.e.,
13 + 23 + 33 + …………. + k3 = \(\left(\frac{k(k+1)}{2}\right)^{2}\)
We shall now prove that P(k+1) is true.
Consider 13 + 23 + 33 + …………. + k3 = \(\left(\frac{k(k+1)}{2}\right)^{2}\)

 

NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q2.2

 

Ex 4.1 Class 11 Maths Question 3:
NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q3
Ans :
NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q3.1

NCERT Solutions for Class 11 Maths Chapter 4 Ex 4.1 1

 

Ex 4.1 Class 11 Maths Question 4:
NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q4
Ans :
NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q4.1

NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q4.2

Ex 4.1 Class 11 Maths Question 5:
NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q5
Ans :
NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q5.1

Ex 4.1 Class 11 Maths Question 6:
NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q6
Ans :
NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q6.1

= \(\frac{k(k+1)(k+2)}{3}\) + (k + 1) (k + 2)

= (k + 1) (k + 2) + (\(\frac{k}{3}\) + 1)

= \(\frac{(k+1)(k+2)(k+3)}{3}\)

= \(\frac{(k+1)(k+1+1)(k+1+2)}{3}\)
Thus, P(k+1) is true whenever P(k) is true.
Hence, by the principle of mathematical induction, statement P(n) is true for all natural numbers i.e., n.

Ex 4.1 Class 11 Maths Question 7:
NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q7
Ans :

Let the given statement be P(n), i.e.,
P(n) : 1 . 3 + 3 . 5 + 5 . 7 + … + (2n – 1) (2n + 1) = \(\frac{n\left(4 n^{2}+6 n-1\right)}{3}\)
For n = 1, we have
P(1) : 1 . 3 = 3
= \(\frac{1\left(4.1^{2}+6.1-1\right)}{3}=\frac{4+6-1}{3}=\frac{9}{3}\) = 3, which is true.

Let P(k) be true for some positive integer k, Le.,
1 . 3 + 3 . 5 + 5 . 7 + ………………. + (2k – 1) (2k + 1) = \(\frac{k\left(4 k^{2}+6 k-1\right)}{3}\) ……………(i)
We shall now prove that P(k + 1) is true.
Consider (1 . 3 + 3 . 5 + 5 . 7 + … + (2k – 1) (2k + 1) +{2 (k + 1) – 1} {2(k + 1) + 1}
NCERT Solutions for Class 11 Maths Chapter 4 Ex 4.1 2
Thus, P(k + 1) is true whenever P(k) is true.
Hence, by the principle of mathematical induction, .statement P(n) is true for all natural numbers i.e., n.

Ex 4.1 Class 11 Maths Question 8:
NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q8
Ans :
NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q8.1

NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q8.2

Ex 4.1 Class 11 Maths Question 9:
NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q9
Ans :

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

P(n) : \(\frac{1}{2}+\frac{1}{4}+\frac{1}{8}+\ldots+\frac{1}{2^{n}}=1-\frac{1}{2^{n}}\)

For n = 1, we have
P(1) : \(\frac{1}{2}\)
= 1 – \(\frac{1}{2^{1}}\)
= \(\frac{1}{2}\), which is true.

Let P(k) be true for some positive integer k, i.e.,
\(\frac{1}{2}+\frac{1}{4}+\frac{1}{8}+\ldots+\frac{1}{2^{k}}=1-\frac{1}{2^{k}}\)

We shall now prove that P(k + 1) is true.
Consider \(\left(\frac{1}{2}+\frac{1}{4}+\frac{1}{8}+\ldots+\frac{1}{2^{k}}\right)+\frac{1}{2^{k+1}}\)

= \(\left(1-\frac{1}{2^{k}}\right)+\frac{1}{2^{k+1}}\)

= \(1-\frac{1}{2^{k}}+\frac{1}{22^{k}}=1-\frac{1}{2^{k}}\left(1-\frac{1}{2}\right)\)

= \(1-\frac{1}{2^{k}}\left(\frac{1}{2}\right)=1-\frac{1}{2^{k+1}}\)

Thus, P(k + 1) is true whenever P(k) is true.
Hence, by the principle of mathematical induction, statement P(n) is true for all natural numbers i.e., n.

Ex 4.1 Class 11 Maths Question 10:
NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q10
Ans :
NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q10.1

NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q10.2

Ex 4.1 Class 11 Maths Question 11:
NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q11
Ans :
NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q11.1

NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q11.2

NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q11.3

Ex 4.1 Class 11 Maths Question 12:
NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q12
Ans :

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

P(n) : a + ar + ar2 + …………… + arn – 1 = \(\frac{a\left(r^{n}-1\right)}{r-1}\)

For n = 1, we have

P(1) : a = \(\frac{a\left(r^{1}-1\right)}{(r-1)}\) = a, which is true.

Let P(k) be true for some positive integer k, i.e.,

a + ar + ar2 + …………… + ark – 1 = \(\frac{a\left(r^{k}-1\right)}{r-1}\) …………..(i)

We shall now prove that P(k + 1) is true.
Consider
a + ar + ar2 + …………… + ark – 1} + ar(k + 1) – 1 = \(\frac{a\left(r^{k}-1\right)}{r-1}\) + ark [Using eQuestion (i)]

= \(\frac{a\left(r^{k}-1\right)+a r^{k}(k-1)}{r-1}\)

= \(\frac{a\left(r^{k}-1\right)+a r^{k+1}-a r^{k}}{r-1}\)

= \(\frac{a r^{k}-a+a r^{k+1}-a r^{k}}{r-1}=\frac{a r^{k+1}-a}{r-1}\)

= \(\frac{a\left(r^{k+1}-1\right)}{r-1}\)

Thus, P(k + 1) is true whenever P(k) is true.
Hence, by the principle of mathematical induction, statement P(n) is true for all natural numbers i.e., n.

Ex 4.1 Class 11 Maths Question 13:
NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q13
Ans :
NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q13.1

NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q13.2

Ex 4.1 Class 11 Maths Question 14:
NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q14
Ans :
NCERT Solutions for Class 11 Maths Chapter 4 Ex 4.1 3
Thus, P(k + 1) is true whenever P(k) is true.
Hence, by the principle of mathematical induction, statement P(n) is true for all natural numbers i.e., n.

Ex 4.1 Class 11 Maths Question 15:
Prove the following by using the principle of mathematical indcution for all n ∈ N:
12 + 32 + 52 + … + (2n – 1)2 = \(\frac{n(2 n-1)(2 n+1)}{3}\)
Ans :
NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q15.1

NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q15.2

Ex 4.1 Class 11 Maths Question 16:
NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q16
Ans :
NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q16.1

NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q16.2

Ex 4.1 Class 11 Maths Question 17:
NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q17
Ans :
NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q17.1

NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q17.2

Ex 4.1 Class 11 Maths Question 18:
NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q18
Ans :
NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q18.1

NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q18.2

Ex 4.1 Class 11 Maths Question 19:
NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q19
Ans :
Let the given statement be P(n), i.e.,
P(n) : n (n + 1) (n + 5) which is a multiple of 3.
It can be noted that P(n) is true for n=l since 1 (1 + 1) (1 + 5) = 12, which is a multiple of 3.
Let P(k) be true for some positive integer k, i.e., k (k + 1) (k + 5) is a multiple of 3.
∴ k (k + 1) (k + 5) = 3m, where m ∈ N ……………….(i)
We shall now prove that P(k + 1) is true whenever P(k) is true.
Consider (k + 1) {(k +1 ) + 1} {(k + 1) + 5}
= (k + 1) (k + 2) {(k + 5) + 1}
= (k + 1) (k + 2) (k + 5) + (k + 1) (k + 2)
= {k (k + 1) (k + 5) + 2 (k + 1) (k + 5)} + (k +1) (k + 2)
= 3m + (k + 1) {2 (k + 5) + (k + 2)}
= 3m + (k + 1) {2k +10 + k + 2}
= 3m + (k + 1) (3k + 12)
= 3m + 3 (k + 1) (k + 4)
= 3 {m + (k + 1) (k + 4)}
= 3 × q, where, q = {m + (k +1) (k + 4)} is some natural number.
Therefore, (k +1) {(k +1) +1} {(k +1) + 5} is a multiple of 3.
Thus, P(k + 1) is trtie whenever P(k) is true.
Hence, by the principle of mathematical induction, statement P(n) is true for all natural numbers i.e., n.

Ex 4.1 Class 11 Maths Question 20:
NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q20
Ans :
NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q20.1

NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q20.2

Ex 4.1 Class 11 Maths Question 21:
NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q21
Ans :
NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q21.1

NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q21.2

Ex 4.1 Class 11 Maths Question 22:
NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q22
Ans :
NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q22.1

NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q22.2

Ex 4.1 Class 11 Maths Question 23:
NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q23
Ans :
NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q23.1

NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q23.2

Ex 4.1 Class 11 Maths Question 24:
NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q24
Ans :
NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q24.1

NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 Q24.2

Prove the following through the principle of mathematical induction for all values of n, where n is a natural number.

1) 1+3++.+3n-1=\(\frac { { (3 }^{ n }-1) }{ 2 } \)

2: +2³+3³++n³ = \({ (\frac { n(n+1) }{ 2 } ) }^{ 2 }\)

3: \(1+\frac { 1 }{ 1+2 } +\frac { 1 }{ 1+2+3 } +……+\frac { 1 }{ 1+2+3+…+n } =\frac { 2n }{ n+1 } \)

4: 1.2.3+2.3.4++n(n+1)(n+2)= \(\frac { n(n+1)(n+2)(n+3) }{ 4 } \)

5: 1.3+2.32+3.33++n.3n

NCERT Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Hindi medium Ex 4.1