Class 11 Maths MCQ – Principle of Mathematical Induction

The Principle of Mathematical Induction (PMI) is a fascinating and crucial concept in mathematics. It allows us to prove a statement’s validity for all natural numbers by establishing its truth for a base case and then showing that if it holds for an arbitrary case, it must also be valid for the next. This is a fundamental tool in discrete mathematics and number theory. To help reinforce your understanding, here’s a compilation of 20 MCQs with their answers and explanations.

1. What is the first step in the Principle of Mathematical Induction?

a) Prove for n = 1
b) Assume true for n = k
c) Prove true for n = k + 1
d) Summarize the result

Answer:

a) Prove for n = 1

Explanation:

The first step is to establish the base case, usually by proving the statement for n = 1.

2. After assuming the statement is true for n = k, what should you prove next?

a) True for n = k^2
b) True for n = k – 1
c) True for n = k + 1
d) True for n = 2k

Answer:

c) True for n = k + 1

Explanation:

The second step of induction is to prove the statement for n = k + 1, using the assumption that it's true for n = k.

3. Which of these is a common use for the Principle of Mathematical Induction?

a) Solving differential equations
b) Proving inequalities
c) Graphing functions
d) Integrating functions

Answer:

b) Proving inequalities

Explanation:

Mathematical induction is often used to prove inequalities for all natural numbers.

4. The PMI is based on the well-ordering principle, which states:

a) Every non-empty set has a greatest element
b) Every non-empty set has a least element
c) Every infinite set is countable
d) Every set is either finite or countably infinite

Answer:

b) Every non-empty set has a least element

Explanation:

The well-ordering principle states that every non-empty set of positive integers contains a least element.

5. The base case in PMI is usually n = 1. In which cases might this differ?

a) When the statement is about even numbers
b) When the statement starts from a different integer
c) When the statement is about real numbers
d) When the statement is false

Answer:

b) When the statement starts from a different integer

Explanation:

Sometimes, a statement might be valid starting from an integer other than 1. In such cases, the base case will be that integer.

6. If P(n) is a statement and P(1) is true, and assuming P(k) is true implies P(k+1) is also true, then P(n) is true for:

a) n = 1 only
b) No values of n
c) All positive integral values of n
d) n = k only

Answer:

c) All positive integral values of n

Explanation:

This is the essence of the Principle of Mathematical Induction. If the base case holds, and the truth of one case implies the truth of the next, then the statement is true for all positive integers.

7. The second step of PMI is often referred to as:

a) The base step
b) The assumption step
c) The induction step
d) The conclusion step

Answer:

c) The induction step

Explanation:

The second step, where we prove the statement for n = k + 1 assuming it's true for n = k, is called the induction step.

8. If the PMI is applied to prove a statement for all natural numbers and the base case is false, then:

a) The statement can still be true for other numbers
b) The statement is false for all natural numbers
c) The method of induction is incorrect
d) The statement is true for all natural numbers except the base case

Answer:

a) The statement can still be true for other numbers

Explanation:

If the base case fails, the induction method doesn't provide a conclusion for all natural numbers. The statement might still be true for other specific numbers.

9. To prove the formula for the sum of the first n natural numbers using PMI, the first step would be to verify the formula for:

a) n = 0
b) n = 1
c) n = k
d) n = k + 1

Answer:

b) n = 1

Explanation:

The base case for proving a statement about natural numbers is typically n = 1.

10. The statement "For all n, 2^n > n^2" is true for:

a) All positive values of n
b) No positive values of n
c) Values of n greater than 4
d) Values of n less than 4

Answer:

c) Values of n greater than 4

Explanation:

For n = 1, 2, and 3, the statement doesn't hold. Using PMI, we can prove it's true for all n > 4.

Leave a Comment

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

Scroll to Top