• Skip to main content
  • Skip to secondary menu
  • Skip to primary sidebar
  • Skip to footer
  • RBSE Model Papers
    • RBSE Class 12th Board Model Papers 2020
    • RBSE Class 10th Board Model Papers 2020
    • RBSE Class 8th Board Model Papers 2020
    • RBSE Class 5th Board Model Papers 2020
  • RBSE Books
  • RBSE Solutions for Class 10
    • RBSE Solutions for Class 10 Maths
    • RBSE Solutions for Class 10 Science
    • RBSE Solutions for Class 10 Social Science
    • RBSE Solutions for Class 10 English
    • RBSE Solutions for Class 10 Hindi
    • RBSE Solutions for Class 10 Sanskrit
    • RBSE Solutions for Class 10 Rajasthan Adhyayan
    • RBSE Solutions for Class 10 Physical Education
  • RBSE Solutions for Class 9
    • RBSE Solutions for Class 9 Maths
    • RBSE Solutions for Class 9 Science
    • RBSE Solutions for Class 9 Social Science
    • RBSE Solutions for Class 9 English
    • RBSE Solutions for Class 9 Hindi
    • RBSE Solutions for Class 9 Sanskrit
    • RBSE Solutions for Class 9 Rajasthan Adhyayan
    • RBSE Solutions for Class 9 Physical Education
    • RBSE Solutions for Class 9 Information Technology
  • RBSE Solutions for Class 8
    • RBSE Solutions for Class 8 Maths
    • RBSE Solutions for Class 8 Science
    • RBSE Solutions for Class 8 Social Science
    • RBSE Solutions for Class 8 English
    • RBSE Solutions for Class 8 Hindi
    • RBSE Solutions for Class 8 Sanskrit
    • RBSE Solutions

RBSE Solutions

Rajasthan Board Textbook Solutions for Class 5, 6, 7, 8, 9, 10, 11 and 12

  • RBSE Solutions for Class 7
    • RBSE Solutions for Class 7 Maths
    • RBSE Solutions for Class 7 Science
    • RBSE Solutions for Class 7 Social Science
    • RBSE Solutions for Class 7 English
    • RBSE Solutions for Class 7 Hindi
    • RBSE Solutions for Class 7 Sanskrit
  • RBSE Solutions for Class 6
    • RBSE Solutions for Class 6 Maths
    • RBSE Solutions for Class 6 Science
    • RBSE Solutions for Class 6 Social Science
    • RBSE Solutions for Class 6 English
    • RBSE Solutions for Class 6 Hindi
    • RBSE Solutions for Class 6 Sanskrit
  • RBSE Solutions for Class 5
    • RBSE Solutions for Class 5 Maths
    • RBSE Solutions for Class 5 Environmental Studies
    • RBSE Solutions for Class 5 English
    • RBSE Solutions for Class 5 Hindi
  • RBSE Solutions Class 12
    • RBSE Solutions for Class 12 Maths
    • RBSE Solutions for Class 12 Physics
    • RBSE Solutions for Class 12 Chemistry
    • RBSE Solutions for Class 12 Biology
    • RBSE Solutions for Class 12 English
    • RBSE Solutions for Class 12 Hindi
    • RBSE Solutions for Class 12 Sanskrit
  • RBSE Class 11

RBSE Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1

May 28, 2019 by Prasanna Leave a Comment

Rajasthan Board RBSE Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1

Question 1.
If statement is P(n) : (n + 3) < 2n+3 then write P(4).
Solution:
P(n) : (n + 3) < 2n+3
Putting n = 4
P(4) : (4 + 3) < 24+3
P(4) : 7 < 27
P(4) : 7 < 128 is true
Hence, P(4) : 7 < 27.

Question 2.
If statement
RBSE Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 2
then test the authenticity of P(4).
Solution:
Let the given statement is P(n), where n ∈ N
So, P(n) = 12 + 32 + 52 + … +(2n – 1)2
RBSE Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 3
L.H.S. = R.H.S.
Hence, P(4) is true.

Question 3.
Write nth term of 1 + (1 + 3) + (1 + 3 + 5) + …….
Solution:
1 + (1+ 3) + (1 + 3 + 5)+…….
= 1 + (1 + 3) + (1 + 3 + 5) + ……. + {1 + 3 + 5 + … +(2n – 1)}
Tn = a + (n – 1)d = 1 + (n – 1)2 = 1 + 2n – 2
Tn = 2n – 1
Hence, nth term = 1 + 3 + 5 + … + (2n – 1).

Question 4.
Write nth term of 1.4.7 + 2.5.8 + 3.6.9 + …….
Solution:
nth term of 1.4.7 + 2.5.8 + 3.6.9 + …….
= (nth term of 1, 2, 3, …).(nth term of 4, 5, 6, …).(nth term of 7, 8, 9, …)
= [1 + (n – 1) – 1].[4 + (n – 1) – 1].[7 + (n – 1)1]
= (1 + n – 1) . (4 + n – 1) . (7 + n – 1).
= n (n + 3) . (n + 6)
Hence, nth term = n.(n + 3).(n + 6).

For all n ∈ N, by using principle of mathematical induction, then prove that: (Q. 5. to Q. 19)
Question 5.
1 + 3 + …… + (2n – 1) = n2.
Solution:
Let the given statement is P(n) where n ∈ N
P(n) : 1 + 3 + … + (2n – 1) = n2
when n = 1, P(1) = 1 = 12 = 1
Hence given statement is true for n = 1.
So, P(1) is true
Let given statement is true for n = m i.e.,
P(m) = 1 + 3 + … + (2m – 1) = m2 …(i)
Now, we have to prove that given statement is true for n = m + 1, i.e., P (m + 1) is true.
Now, P(m + 1) = 1 + 3 + …… + {2(m + 1) – 1}
= (m + 1 )2
= 1 + 3 + … + ([latex]\bar { 2m+1 }[/latex] – 1)
= (m + 1)2
Hence, given statement is also true for n = m + 1 i.e., P (m + 1) is true.
Hence, from the principle of mathematical induction we can say that the given statement is true for each natural number n ∈ N
Hence Proved.

Question 6.
1 + 4 + … + (3n – 2) = [latex]\frac { n(3n-1) }{ 2 }[/latex]
Solution:
Let the given statement is P(n), where n ∈ N.
RBSE Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 4
RBSE Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 5
RBSE Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 6
Hence, by principle of mathematical induction given statement is true for each n.
Hence Proved.

Question 7.
RBSE Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 7
Solution:
Let the given statement is P(n), where n ∈ N
P(n) = 1.3 + 3.5 + 5.7 +……+ (2n – 1)(2n + 1)
RBSE Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 8
RBSE Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 9
RBSE Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 10
Hence, given statement is also true for n = m + 1 i.e., P (m + 1) is true.
Hence, by the principle of mathematical induction we can say that the given statement is true for each natural number n ∈ N.
Hence Proved.

Question 8.
1.3 + 2.4 + ……. + n(n + 2) = [latex]\frac { n(n+1)(2n+7) }{ 6 }[/latex]
Solution:
Let the given statement is P(n), where n ∈ N
So, P(n) = 1.3 + 2.4 + ……. + n(n + 2)
RBSE Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 11
RBSE Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 12
Hence, P(m + 1) is true.
Hence, by the principle of mathematical induction, we can say that the given statement is true for each natural number n ∈ N.
Hence Proved.

Question 9.
1.2.3 + 2.3.4 + …… + n(n + 1) (n + 2) = [latex]\frac { n(n+1)(n+2)(n+3) }{ 4 }[/latex]
Solution:
Let given statement is P(x) where n ∈ N. i.e.,
P(n) = 1.2.3 + 2.3.4 +………+ n(n + 1)(n + 2)
RBSE Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 13
Hence, the given statement is also true for n = m + 1, i.e, P(m + 1) is also true.
Hence, by the principle of mathematical induction.
We can say that the given statement is true for each natural numbers n ∈ N.
Hence Proved.

Question 10.
RBSE Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 14
Solution.
Let given statement is P(n) where n ∈ N i.e.,
RBSE Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 15
RBSE Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 16
Hence, given statement is also true for n = m + 1, i.e., P(m + 1) is true.
Hence Proved.

Question 11.
RBSE Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 17
Solution.
Let the given statement is P(n) when n ∈ N
i.e., P(n) = 13 + 23 + 33 + ……. + n3 = [latex]\left[ \frac { n(n+1) }{ 2 } \right] ^{ 2 }[/latex]
RBSE Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 18
RBSE Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 19
Here, given statement is also true for n = m + 1, i.e., P(m + 1) is also true.
Hence, by the principle of mathematical induction, we can say that the given statement is true for each natural number n ∈ N.
Hence Proved.

Question 12.
RBSE Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 20
Solution:
Let the given statements is P(n), where n ∈ N,
RBSE Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 21
RBSE Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 22
Hence, the given statement is true for n = m + 1, i.e., P (m + 1) is true.
Hence, by the principle of mathematical induction we can say that the given statement is true for each natural number n ∈ N.
Hence Proved.

Question 13.
RBSE Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 23
Solution:
Let the given statement is P(n), i.e.,
RBSE Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 24
RBSE Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 25
Hence, P(m + 1) is also true.
Hence, by the principle of mathematical induction the given statement is true for each natural number n ∈ N.
Hence Proved.

Question 14.
RBSE Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 26
Solution:
Let the given statement is P(n), where n ∈ N.
RBSE Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 27
RBSE Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 28
Hence, the given statement is also true for n = m + 1, i.e., P(m + 1), is true.
Hence, by the principle of mathematical induction, we can say that the given statement is true for each natural number n ∈ N.
Hence Proved.

Question 15.
RBSE Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 29
Solution:
Let the given statement is P(n), where n ∈ N,
When n = 1, then
RBSE Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 30
Hence, the given statement is also true for n = m + 1, i.e., P(m + 1), is true.
Hence, by the principle of mathematical induction, we can say that the given statement is true for each natural number n ∈ N.
Hence Proved.

Question 16.
RBSE Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 31
Solution:
Let the given statement is P(n), where n ∈ N
P(n) = 1.3 + 2.32 + 3.33 + … + n.3n
RBSE Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 32
RBSE Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 33
Hence, the given statement is also true for n = m + 1, i.e., P(m + 1) is true.
Hence, by the principle of mathematical induction, the given statement is true for each natural number n ∈ N.
Hence Proved.

Question 17.
2n > n
Solution:
Let P(n); 2n > n
when n = 1, 21 > 1, Hence, P(1) is true.
Let P(m) is true for n = m, i.e.,
P(m) : 2m > m ……(i)
Now, we have to proved that the given statement is also true for n = m + 1 i.e., P(m + 1) is true
Multiplying by 2 on both sides of equation (i), we have
2 × 2m > 2m
⇒ 2m+1 > 2m = m + m > m + 1
Thus, P(m + 1) is true.
Hence, by the principle of mathematical induction, P(n) is true for each natural number n ∈ N.
Hence Proved.

Question 18.
(1 + x)n ≥ 1 + nx, x > 0
Solution:
Let P(n) : (1 + x)n ≥ (1 + nx), x > 0
when n = 1 then P(n) is true
⇒ (1 + x) ≥ (1 + x) is true for x > -1 …(i)
For n = k
P(m) : (1 + x)m ≥ (1 + mx), x > 0 is true …(ii)
Now, we have to prove that P(m + 1)
We have that
(1 + x)m+1 = (1 + x)m (1 + x)
Given x > 0, So, (1 + x) > 0
Hence, using
(1 + x)m ≥ (1 + mx)
we get (1 + x)m+1 ≥ (1 + mx)(1 + x)
i.e., (1 + x)m+1 ≥ (1 + x + mx + mx2) …..(iii)
Since, m is a natural number and x2 ≥ 0 is such that
mx2 ≥ 0
So, (1 + x + mx + mx2) ≥ (1 + x + mx)
⇒ (1 + x)m+1 ≥ (1 + x + mx)
⇒ (1 + x)m+1 ≥ [1 + (1 + m)x]
Since, statement (ii) is true.
Hence, by the principle of mathematical induction P(n) is true for each natural number n ∈ N.
Hence Proved.

Question 19.
1 + 2 + 3 + ……. + n < [latex]\frac { 1 }{ 8 }[/latex] (2n + 1)2.
Solution:
Let the given statement is P(n), where n ∈ N,
RBSE Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 34
RBSE Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 35
< [latex]\frac { 1 }{ 8 }[/latex] [2(m + 1) + 1]2
Hence, the given statement is also true for n = m + 1 i.e., P(m + 1) is also true.
Hence, from the principle of mathematical induction we can say that the given statement is true for each natural number n ∈ N.
Hence Proved.

Question 20.
Prove that x2n – y2n is divisible by (x + y).
Solution:
Let the given statement is P(n), where n ∈ N
P(n) = x2n – y2n
For n = 1, P(1) = x2 – y2 = (x + y) (x – y),
which is divisible by (x + y)
Hence, given statement is true for n = 1, i.e., P(1) is true.
Let the given statement is true for n = m, i.e., P(m) is true.
Then P(m) = x2m – y2m is divisible by (x + y) ……(i)
Now, we have to prove that given statement is true for n = m + 1, i.e., P(m + 1) is true.
RBSE Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 36
Now, we see that there are two terms in R.H.S.
In first term (x2m – y2m), which is divisible by (x + y) [From (i)]
and second term is also divisible by (x + y) because (x + y) is its factor.
Then sum of both terms is also divisible by (x + y).
Hence, the given statement is also true for n = k + 1, i.e., P(m + 1) is true.
Hence, by the principle of mathematical induction we can say that the given statement is true for each natural number n ∈ N.
Hence Proved.

Question 21.
Prove that 23n – 1 is divisible by 7.
Solution:
Statement P(n) : 23n – 1 is divisible by 7
i.e., 23n – 1 = 7n
For n = 1, P(1)= 23(1) – 1 = 7 is divisible by 7
Hence, given statement is true for n = 1, i.e., P(1) is true.
Let P(m) is true, i.e. 23m – 1 = 7m ……(i)
Now, we have to prove that given statement is also true for n = m + 1 i.e.. P(m + 1) is true
RBSE Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 37
i.e., 23(m+1) – 1, is divisible by 7.
⇒ P(m + 1) is true.
Hence, the given statement P(n) is true for each value of n.
Hence Proved.

Question 22.
Prove that: 10n + 3.4n+2 + 5, is divisible by 9.
Solution:
Let the given statement
P(n) = 10n + 3.4n+2 + 5 is divisible by 9.
For n = 1,
RBSE Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 38
Hence, the given statement is true for n = m + i, i.e., P(m + 1) is true.
Hence, P(n) is true for each natural number n ∈ N.
Hence Proved.

Question 23.
Prove that : 41n – 14n is divisible by 27.
Solution:
Let the given statement is P(n) where n ∈ N,
i.e. P(n)= 41n – 14n is divisible by 27
For n = 1, P(1) = 411 – 141 = 41 – 14 = 27
which is divisible by 27
Hence, given statement is true for n = 1, i.e., P( 1) is true
Let given statement is true for n = m i.e., P(m) is true
Then P(m) = 41m – 14m, is divisible by 27 ……(i)
Now, we have to prove that given statement is true for n = m + 1, i.e., P(m + 1) is also true
Now,
RBSE Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 39
Here, there are two terms in R.H.S. In first term (41m – 14m) is divisible by 27 [From (i)] and second term is also divisible by 27 because 27 is its one factor.
Then sum of both terms is also divisible by 27.
Hence, the principle of mathematical inducation, we can say that the given statement is true for each natural numbers n ∈ N.
Hence Proved.

Question 24.
Prove that (2n + 7) < (n + 3)2, ∀ n ∈ N.
Solution:
Let the given statement is P(n) where n ∈ N
P(n) = (2n + 7) < (n + 3)2
For n = 1, P(1) = (2 × 1 + 7) = 9 < (1 + 3)2 = 16,
9 < 16
Hence, given statement is true for n = 1, i.e., P(1) is true.
Let given statement is true for n = m. i.e., P(m) is true.
Then P(m) = (2m + 7) < (m + 3)2
Now, we have to prove that given statement is true is true for n = k + 1 i.e., P(m + 1) is true.
RBSE Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 40
Hence, the given statement is also true for n = m + 1, i.e., P(m + 1) is true.
Hence, by the principle of mathematical inducation we can say that the given statement is true for each natural number n ∈ N.
Hence Proved.

Question 25.
RBSE Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 41
Solution:
Let the given statement is P(n), where n ∈ N
RBSE Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 42
RBSE Solutions for Class 11 Maths Chapter 4 Principle of Mathematical Induction Ex 4.1 43
Thus, P(m + 1) is true, when P(m) is true.
Hence, by the principle of mathematical induction, P(n) is true for n ∈ N.
Hence Proved.

RBSE Solutions for Class 11 Maths

Filed Under: Class 11

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar

Recent Posts

  • RBSE Solutions for Class 12 Physics Chapter 3 Electric Potential
  • RBSE Solutions for Class 12 Maths Chapter 3 Matrix Miscellaneous Exercise
  • RBSE Solutions for Class 11 Geography भूगोल
  • RBSE Solutions for Class 11 Maths Chapter 2 Relations and Functions Ex 2.4
  • Rajasthan Board Class 12 Books | RBSE 12th Class Books PDF Download in English Hindi Medium
  • Rajasthan Board Class 11 Books | RBSE 11th Class Books PDF Download in English Hindi Medium
  • Rajasthan Board Class 10 Books | RBSE 10th Class Books PDF Download in English Hindi Medium
  • Rajasthan Board Class 9 Books | RBSE 9th Class Books PDF Download in English Hindi Medium
  • Rajasthan Board Class 8 Books | RBSE 8th Class Books PDF Download in English Hindi Medium
  • Rajasthan Board Class 7 Books | RBSE 7th Class Books PDF Download in English Hindi Medium
  • Rajasthan Board Class 6 Books | RBSE 6th Class Books PDF Download in English Hindi Medium

Footer

RBSE Solutions for Class 12
RBSE Solutions for Class 11
RBSE Solutions for Class 10
RBSE Solutions for Class 9
RBSE Solutions for Class 8
RBSE Solutions for Class 7
RBSE Solutions for Class 6
RBSE Solutions for Class 5
RBSE Solutions for Class 12 Maths
RBSE Solutions for Class 11 Maths
RBSE Solutions for Class 10 Maths
RBSE Solutions for Class 9 Maths
RBSE Solutions for Class 8 Maths
RBSE Solutions for Class 7 Maths
RBSE Solutions for Class 6 Maths
RBSE Solutions for Class 5 Maths
Target Batch
RBSE Class 11 Political Science Notes
RBSE Class 11 Geography Notes
RBSE Class 11 History Notes

Copyright © 2021 RBSE Solutions