CBSE Class 11 Maths Exemplar Chapter 4: Principle of Mathematical Induction NCERT Solutions

NCERT Solutions PDF Class 11 PDF

This chapter provides NCERT Solutions for Class 11 Maths Exemplar, focusing on the Principle of Mathematical Induction. It covers how to construct statements that hold true for specific ranges of natural numbers, like n \ge 4, and also for all natural numbers. The solutions demonstrate the application of mathematical induction to prove divisibility rules for expressions involving powers, such as \(4^n - 1\) being divisible by 3 and \(2^{3n} - 1\) being divisible by 7. These detailed, step-by-step explanations are designed to help students understand the logic and methodology of mathematical induction, aiding in their exam preparation and strengthening their problem-solving skills in this crucial area of mathematics.

Quick info

BoardCBSE
ClassClass 11
SubjectMaths Exemplar
Session2026
LanguageEnglish
TypeNCERT Solutions
ChapterChapter 4

Chapter summary

Chapter 4 of the NCERT Exemplar for Class 11 Maths introduces the Principle of Mathematical Induction. The provided solutions cover examples of statements true for specific starting values (n \ge 4) and for all natural numbers. It also includes detailed proofs using mathematical induction to establish divisibility properties for algebraic expressions, reinforcing the understanding of the inductive process.

Learning outcomes

  • Understand the concept of a statement P(n) being true for n \ge a.
  • Construct examples of statements true for specific ranges of natural numbers.
  • Apply the Principle of Mathematical Induction to prove divisibility statements.
  • Verify base cases (P(1)) for inductive proofs.
  • Perform inductive steps to show P(k) implies P(k+1).
  • Solve problems involving divisibility by 3 and 7 using mathematical induction.

Topics covered

Paper topics

  • Principle of Mathematical Induction
  • Statements true for n \ge a
  • Statements true for all natural numbers
  • Divisibility proofs
  • Base case verification
  • Inductive step
  • Proving \(4^n - 1\) is divisible by 3
  • Proving \(2^{3n} - 1\) is divisible by 7
  • Mathematical induction examples
  • Algebraic manipulation in proofs

Important topics

  • Principle of Mathematical Induction
  • Base case verification
  • Inductive step
  • Divisibility proofs using induction
  • Proving statements for n \ge a

PDF preview

Read page by page below. PDF is streamed from the official NCERT website — no download button on this page.

Loading document …
Page of
Loading page …

Questions and Solutions

Question 1

1. Give an example of a statement P(n) which is true for all \(n \ge 4\) but P(1), P(2) and P(3) are not true. Justify your answer.
Solution: Let us consider the statement P(n): \(3n < n!\).

We need to check the truth of this statement for n = 1, 2, 3, and then for n \ge 4.

For n = 1:

The statement becomes \(3 \times 1 < 1!\), which simplifies to \(3 < 1\). This is false.

For n = 2:

The statement becomes \(3 \times 2 < 2!\), which simplifies to \(6 < 2\). This is false.

For n = 3:

The statement becomes \(3 \times 3 < 3!\), which simplifies to \(9 < 6\). This is false.

For n = 4:

The statement becomes \(3 \times 4 < 4!\), which simplifies to \(12 < 24\). This is true.

For n = 5:

The statement becomes \(3 \times 5 < 5!\), which simplifies to \(15 < 120\). This is true.

Since the factorial function \(n!\) grows much faster than the linear function \(3n\), the inequality \(3n < n!\) will hold true for all integers \(n \ge 4\). Therefore, P(n): \(3n < n!\) is a statement that is true for all \(n \ge 4\) but not for n=1, 2, or 3.

Question 2

2. Give an example of a statement P(n) which is true for all natural numbers n. Justify your answer.
Solution: Consider the statement P(n) which represents the sum of the squares of the first n natural numbers:

P(n): 1^2 + 2^2 + 3^2 + ... + n^2 = \frac{n(n+1)(2n+1)}{6}

We can verify this statement for the first few natural numbers:

For n = 1:

Left Hand Side (LHS) = \(1^2 = 1\)

Right Hand Side (RHS) = \(\frac{1(1+1)(2\times 1+1)}{6} = \frac{1(2)(3)}{6} = \frac{6}{6} = 1\)

Since LHS = RHS, P(1) is true.

For n = 2:

LHS = \(1^2 + 2^2 = 1 + 4 = 5\)

RHS = \(\frac{2(2+1)(2\times 2+1)}{6} = \frac{2(3)(5)}{6} = \frac{30}{6} = 5\)

Since LHS = RHS, P(2) is true.

For n = 3:

LHS = \(1^2 + 2^2 + 3^2 = 1 + 4 + 9 = 14\)

RHS = \(\frac{3(3+1)(2\times 3+1)}{6} = \frac{3(4)(7)}{6} = \frac{84}{6} = 14\)

Since LHS = RHS, P(3) is true.

This formula is a well-known result and can be formally proven to be true for all natural numbers n using the Principle of Mathematical Induction. Thus, P(n): \(1^2 + 2^2 + ... + n^2 = \frac{n(n+1)(2n+1)}{6}\) is a statement true for all natural numbers n.

Question 3

3. Prove that \(4^n - 1\) is divisible by 3, for each natural number n.
Solution: Let P(n) be the statement that \(4^n - 1\) is divisible by 3 for each natural number n.

Step I: Base Case (n=1)

For n = 1, the statement is \(P(1): 4^1 - 1 = 4 - 1 = 3\). Since 3 is divisible by 3, P(1) is true.

Step II: Inductive Hypothesis

Assume that P(k) is true for some arbitrary natural number k. That is, assume \(4^k - 1\) is divisible by 3.

This means we can write \(4^k - 1 = 3a\) for some integer a. Rearranging this, we get \(4^k = 3a + 1\).

Step III: Inductive Step (n=k+1)

We need to prove that P(k+1) is true, i.e., \(4^{k+1} - 1\) is divisible by 3.

Consider the expression for P(k+1):

4^{k+1} - 1 = 4^k \cdot 4 - 1

Now, substitute \(4^k = 3a + 1\) from the inductive hypothesis:

= (3a + 1) \cdot 4 - 1

= 12a + 4 - 1

= 12a + 3

= 3(4a + 1)

Since \(4a + 1\) is an integer, the expression \(3(4a + 1)\) is divisible by 3. Thus, \(4^{k+1} - 1\) is divisible by 3.

Conclusion:

Since P(1) is true and P(k) implies P(k+1), by the Principle of Mathematical Induction, the statement P(n): \(4^n - 1\) is divisible by 3 is true for all natural numbers n.

Question 4

4. Prove that \(2^{3n} - 1\) is divisible by 7, for all natural numbers n.
Solution: Let P(n) be the statement that \(2^{3n} - 1\) is divisible by 7 for all natural numbers n.

Step I: Base Case (n=1)

For n = 1, the statement is \(P(1): 2^{3\times 1} - 1 = 2^3 - 1 = 8 - 1 = 7\). Since 7 is divisible by 7, P(1) is true.

Step II: Inductive Hypothesis

Assume that P(k) is true for some arbitrary natural number k. That is, assume \(2^{3k} - 1\) is divisible by 7.

This means we can write \(2^{3k} - 1 = 7a\) for some integer a. Rearranging this, we get \(2^{3k} = 7a + 1\).

Step III: Inductive Step (n=k+1)

We need to prove that P(k+1) is true, i.e., \(2^{3(k+1)} - 1\) is divisible by 7.

Consider the expression for P(k+1):

2^{3(k+1)} - 1 = 2^{3k+3} - 1 = 2^{3k} \cdot 2^3 - 1

We know that \(2^3 = 8\). So, the expression becomes:

= 2^{3k} \cdot 8 - 1

Now, substitute \(2^{3k} = 7a + 1\) from the inductive hypothesis:

= (7a + 1) \cdot 8 - 1

= 56a + 8 - 1

= 56a + 7

= 7(8a + 1)

Since \(8a + 1\) is an integer, the expression \(7(8a + 1)\) is divisible by 7. Thus, \(2^{3(k+1)} - 1\) is divisible by 7.

Conclusion:

Since P(1) is true and P(k) implies P(k+1), by the Principle of Mathematical Induction, the statement P(n): \(2^{3n} - 1\) is divisible by 7 is true for all natural numbers n.

Common mistakes

  • Incorrectly verifying the base case (e.g., P(1)).
  • Errors in algebraic manipulation during the inductive step (P(k+1)).
  • Confusing the condition n \ge a with proving for all n.
  • Assuming P(k) is true without proper justification.
  • Not clearly stating the conclusion after completing the inductive steps.

Revision tips

  • Always start by clearly stating the statement P(n) you are trying to prove.
  • Carefully verify the base case (usually n=1 or n=a) before proceeding.
  • In the inductive step, clearly assume P(k) is true and then work towards proving P(k+1).
  • Pay close attention to algebraic manipulations, especially when using the assumption P(k).
  • Practice a variety of problems, including those involving divisibility and inequalities.

Practice MCQs

Q1. Which of the following statements is true for all natural numbers n?

Q2. For the statement P(n): \(4^n - 1\) is divisible by 3, what is the value of P(1)?

Q3. If P(k) is assumed true, which expression represents P(k+1) for the statement \(2^{3n} - 1\) is divisible by 7?

Q4. What is the base case typically checked in mathematical induction for statements about natural numbers?

Q5. The statement \(3n < n!\) is true for which of the following values of n?

Frequently asked questions

What is the Principle of Mathematical Induction?

It is a method used to prove statements about natural numbers. It involves proving a base case (e.g., for n=1) and then showing that if the statement is true for any natural number k, it must also be true for the next number, k+1.

How do I prove a statement is true for n \ge 4 using mathematical induction?

You would first prove the base case for n=4. Then, you assume the statement is true for n=k (where k \ge 4) and prove it is true for n=k+1.

What is the 'inductive step' in mathematical induction?

The inductive step is the part where you assume the statement P(k) is true for an arbitrary natural number k and then use this assumption to prove that the statement P(k+1) is also true.

Why is it important to check P(1) in induction proofs?

Checking P(1) (or the relevant base case) establishes the starting point for the induction. Without a true base case, the chain of implications from P(k) to P(k+1) doesn't guarantee the statement is true for any specific number.

How does mathematical induction help in proving divisibility?

Mathematical induction is used to show that an expression is divisible by a certain number for all natural numbers. The inductive step often involves algebraic manipulation to isolate multiples of the divisor.

Are the questions in this chapter only about proving divisibility?

No, this chapter covers proving statements for specific ranges (like n \ge 4) and for all natural numbers, including divisibility rules and other properties.

Content reviewed by the NCERT Help team. Editorial Team and update policy

NCERT Solutions PDF PDF on NCERT Help. URL unchanged for search indexing.