1st Year Math Chapter 8 Exercise 8.1 Notes: Principle of Mathematical Induction (Punjab Board 2026-27)

Complete concept notes, formulas, and solved examples for ICS/FSc Part 1 Mathematics, Punjab Board (PECTAA), Single National Curriculum 2026-27 session.

Chapter 8, Mathematical Induction and Binomial Theorem, follows Permutations and Combinations in the 14-unit Mathematics 11 (PECTAA) textbook. Exercise 8.1 introduces mathematical induction, a method for proving statements that hold for every natural number.

What Does This Exercise Cover?

This exercise teaches the two-step logical structure of an induction proof, and how to apply it to prove formulas and inequalities for all natural numbers, without needing to check every case individually.

Key Concepts

1. What Is Mathematical Induction?

Mathematical induction is a method of proof used to establish that a statement involving a natural number n is true for every natural number, without testing each value one by one.

2. The Principle of Mathematical Induction

A proof by induction has two required parts: the base case, showing the statement is true for the starting value (usually n = 1), and the inductive step, showing that if the statement is true for n = k, it must also be true for n = k + 1.

  • Base Case: verify the statement for n = 1
  • Inductive Step: assume it’s true for n = k (the induction hypothesis), then prove it for n = k + 1
  • Conclusion: since both parts hold, the statement is true for all natural numbers n

3. The Extended Principle of Mathematical Induction

When a statement is only true from some starting integer m onward (not necessarily 1), the base case is verified at n = m instead, and the inductive step then establishes the statement for every n ≥ m.

Solved Examples

Example 1: Prove by induction that 1 + 2 + 3 + … + n = n(n+1)/2 for all natural numbers n.

Base case (n = 1): LHS = 1, RHS = 1(2)/2 = 1. True.

Inductive step: assume 1 + 2 + … + k = k(k+1)/2 (induction hypothesis).

Add (k+1) to both sides: 1 + 2 + … + k + (k+1) = k(k+1)/2 + (k+1) = (k+1)[k/2 + 1] = (k+1)(k+2)/2.

This matches the formula with n = k + 1.

Answer: True for all natural numbers n, by induction

Example 2: Prove that 3ⁿ > n for all natural numbers n ≥ 1.

Base case (n = 1): 3¹ = 3 > 1. True.

Inductive step: assume 3^k > k.

Then 3^(k+1) = 3 × 3^k > 3k.

Since k ≥ 1, 3k ≥ k + 1 (because 3k − (k+1) = 2k − 1 ≥ 1 for k ≥ 1), so 3^(k+1) > k + 1.

Answer: True for all natural numbers n ≥ 1, by induction

Sample MCQs

1. The first step in a proof by mathematical induction is called:

a) The inductive step   b) The base case   c) The conclusion   d) The hypothesis

Answer: b) The base case

2. In the inductive step, we assume the statement is true for:

a) n = 1 only   b) n = k, and prove it for n = k + 1   c) all n simultaneously   d) n = k − 1

Answer: b) n = k, and prove it for n = k + 1

3. Mathematical induction is used to prove statements:

a) For a single value of n   b) For all natural numbers n (or from some starting point onward)   c) Only for even n   d) Only for prime n

Answer: b) For all natural numbers n (or from some starting point onward)

4. The ‘induction hypothesis’ refers to:

a) The base case   b) Assuming the statement holds for n = k   c) The final conclusion   d) An unproven guess with no basis

Answer: b) Assuming the statement holds for n = k

5. Extended mathematical induction is used when:

a) The base case starts at n = 1   b) The base case starts at some integer other than 1   c) There is no base case needed   d) n must be negative

Answer: b) The base case starts at some integer other than 1

Important Short Questions

  • State the three parts of the principle of mathematical induction.
  • What is the ‘base case’ in a proof by induction?
  • What is the ‘inductive step’ in a proof by induction?
  • Explain the difference between the standard and extended principles of mathematical induction.
  • Verify the base case (n = 1) for the statement 1 + 3 + 5 + … + (2n − 1) = n².

Important Long Questions

  • Prove by mathematical induction that 1 + 2 + 3 + … + n = n(n+1)/2 for all natural numbers n.
  • Prove by mathematical induction that 1² + 2² + 3² + … + n² = n(n+1)(2n+1)/6 for all natural numbers n.
  • Prove by mathematical induction that 2ⁿ > n for all natural numbers n ≥ 1.
  • Explain, in your own words, why proving the base case and the inductive step together is sufficient to prove a statement for all natural numbers.

How to Approach This Exercise Effectively

  1. Always write out the base case explicitly and show both sides match numerically — don’t skip this step even when it seems obvious.
  2. In the inductive step, write down exactly what you’re assuming (the induction hypothesis) before trying to prove the n = k+1 case.
  3. Work backward from the n = k+1 target formula to see what needs to be added to the n = k case — this often reveals the algebraic trick needed.
  4. For inequality proofs, look for a chain of inequalities (like 3^(k+1) > 3k ≥ k+1) rather than trying to prove the final inequality directly in one step.
  5. Practice writing out the full logical structure (base case, hypothesis, inductive step, conclusion) every time, even for simple problems, to build the habit for harder ones.

FAQs

Q: Why isn’t checking a few cases enough to prove a statement for all n?

A: A pattern that holds for several small values of n can still fail for some larger n; induction proves the statement holds for every natural number by showing the pattern can never break once it starts.

Q: What happens if the base case fails?

A: If the base case is false, the entire induction proof fails immediately — the inductive step alone can never establish the statement without a valid starting point.

Q: Can mathematical induction be used to prove inequalities as well as equations?

A: Yes — induction works for both, though inequality proofs often require an extra algebraic inequality (like showing 3k ≥ k+1) within the inductive step.

Q: What is the difference between the ‘induction hypothesis’ and what we’re trying to prove?

A: The induction hypothesis is the assumed truth of the statement for n = k, which is a tool; what we’re trying to prove is that the same statement also holds for n = k + 1.

Notes prepared for Punjab Board (PECTAA) 1st Year Mathematics, 2026-27 session, Chapter 8: Mathematical Induction and Binomial Theorem, Exercise 8.1.