Over 7,029,000 live tutoring sessions served!
Top

Mathematical Induction

The mathematical induction is one of the numerical proof naturally it is used to find the given statement is accurate for all normal numbers. It can be a deducted by proving that the 1st statement may be the countless succession of the statement is accurate and we have to prove that if any other statement in the countless succession is real. In this article we shall discuss about the examples involved in induction proof.

 

Mathematical Induction Proof

Back to Top
  1. illustrate the true for n = 1

  2. Suppose true for n = k

  3. Explain true for n = k + 1

  4. Conclusion: Statement is true for all n 1

Problems

Back to Top
Problem 1: Apply mathematical induction rule to prove 1 + 2 + 3 +… + n = n $\frac{(n+1)}{2}$ for all positive integers n.

Solution: Let p (n) be
1 + 2 + 3 +… + n = n $\frac{(n+1)}{2}$

Step 1: First we show p (1) is true
Left side = 1
Right side = 1 $\frac{(1+1)}{2}$ = 1
Both sides are equal hence p (1) is true

Step 2: Let us assume p (k) is true
1 + 2 + 3 +… + k = k $\frac{(k+1)}{2}$
Show that p (k+1) is true by adding a (k +1) on both the sides at the above statement
1 + 2 + 3 +… + k (k+1) = k $\frac{(k+1)}{2}$ + (k+1)
= (k+1) ($\frac{k}{2}$ + 1)

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

The above statement can be rewritten as
1 + 2 + 3 +… + k (k+1) = $\frac{(k+1)(k+2)}{2}$

This is the statement for p (k+1)

Problem 2: Apply mathematical induction rule to prove 13 + 23 + 33+….+ n3 = n2 $\frac{(n+1)^2}{4}$ for all positive integers n.

Solution: Let p(n) be

13 + 23 + 33+….+ n3 = n2 $\frac{(n+1)^2}{4}$

Step 1: First we show p (1) is true.

Left side = 13 = 1

Right side = 12 $\frac{(1+1)^2}{4}$ = 1

Both sides are equal hence p (1) is true.

Step 2: Let us assume p (k) is true

13 + 23 + 33+….+ k3 = k2 $\frac{(k+1)^2}{4}$

Adding (k+1)3 on both the sides

13 + 23 + 33+….+ k3 (k+1)3 =k2 $\frac{(k+1)^2}{4}$ + (k+1)3

Factor (k+1)2 on the right side

= (k+1)2 [$\frac{k^2}{4}$ + (k+1)]

Now set a common denominator and make group

= (k+1)2 $\frac{[k^2 + 4k + 4]}{4}$

= (k+1)2 $\frac{[ (k+2)^2]}{4}$

The above statement can be rewritten as

13 + 23 + 33+….+ k3 (k+1)3 = (k+1)2 $\frac{[ (k+2)^2]}{4}$

This is the statement for p (k+1)

More topics in  Mathematical Induction
Principle of Mathematical Induction (pmi)
*AP and SAT are registered trademarks of the College Board.