Mathematical Induction - Problems With Solutions
Mathematical Induction - Problems With Solutions
Solutions
Several problems with detailed solutions on mathematical induction are
presented.
The principle of mathematical induction is used to prove that a given proposition
(formula, equality, inequality) is true for all positive integer numbers greater than or
equal to some integer N.
Let us denote the proposition in question by P (n), where n is a positive integer. The
proof involves two steps:
Step 1: We first establish that the proposition P (n) is true for the lowest possible value
of the positive integer n.
Step 2: We assume that P (k) is true and establish that P (k+1) is also true
Problem 1:
Use mathematical induction to prove that
1 + 2 + 3 + ... + n = n (n + 1) / 2
for all positive integers n.
Solution to Problem 1:
1 + 2 + 3 + ... + n = n (n + 1) / 2
Problem 2:
Prove that
1 2 + 2 2 + 3 2 + ... + n 2 = n (n + 1) (2n + 1)/ 6
For all positive integers n.
Solution to Problem 2:
Now factor 2k 2 + 7k + 6.
= (k + 1) [ (k + 2) (2k + 3) ] /6
Problem 3:
Use mathematical induction to prove that
1 3 + 2 3 + 3 3 + ... + n 3 = n 2 (n + 1) 2 / 4
for all positive integers n.
Solution to Problem 3:
Problem 4:
Prove that for any positive integer number n , n 3 + 2 n is divisible by 3
Solution to Problem 4:
(k + 1) 3 + 2 (k + 1) = k 3 + 3 k 2 + 5 k + 3
= [ k 3 + 2 k] + [3 k 2 + 3 k + 3]
= 3 M + 3 [ k2 + k + 1 ] = 3 [ M + k2 + k + 1 ]
Problem 5:
Prove that 3 n > n 2 for n = 1, n = 2 and use the mathematical induction to prove that 3 n >
n 2 for n a positive integer greater than 2.
Solution to Problem 5:
31 = 3
12 = 1
Problem 6:
Prove that n ! > 2 n for n a positive integer greater than or equal to 4. (Note: n! is n
factorial and is given by 1 * 2 * ...* (n-1)*n.)
Solution to Problem 6:
4! = 24
2 4 = 16
(k + 1)! > 2 k + 1
Problem 7:
Use mathematical induction to prove De Moivre's theorem
[ R (cos t + i sin t) ] n = R n(cos nt + i sin nt)
for n a positive integer.
Solution to Problem 7:
STEP 1: For n = 1
[ R (cos t + i sin t) ] 1 = R 1(cos 1*t + i sin 1*t)
t)
[ R (cos t + i sin t) ] k R (cos t + i sin t) = R k(cos kt + i sin kt) R (cos t + i sin t)