Theory
Use mathematical induction to prove that the following assertions are true for all
n≥1.
Exercises
Exercise 1
Question
Prove that
13+23+33+⋯+n3=41n2(n+1)2.Show solution ↓Hide solution ↑
Solution
Base Case: For n=1,
13=41(1)2(2)2=1.Thus, the base case holds.
Inductive Hypothesis: Assume
13+23+⋯+k3=41k2(k+1)2.Inductive Step:
13+⋯+k3+(k+1)3=41k2(k+1)2+(k+1)3=(k+1)2(4k2+4k+4)=4(k+1)2(k+2)2.
Exercise 2
Question
Prove that
1⋅21+2⋅31+⋯+n(n+1)1=n+1n.Show solution ↓Hide solution ↑
Solution
Base Case: For n=1,
21=21.Inductive Hypothesis: Assume
1⋅21+⋯+k(k+1)1=k+1k.Inductive Step:
k+1k+(k+1)(k+2)1=(k+1)(k+2)k(k+2)+1=(k+1)(k+2)(k+1)2=k+2k+1.
Exercise 3
Question
Prove that
11+21+31+⋯+2n1≥1+2n.Show solution ↓Hide solution ↑
Solution
Base Case: For n=1,
1+21=1+21.Inductive Hypothesis: Assume
11+⋯+2k1≥1+2k.Inductive Step:
From 2k+1 to 2k+1 there are 2k terms, each at least 2k+11.
Hence, the added sum is at least
2k⋅2k+11=21.Therefore,
11+⋯+2k+11≥(1+2k)+21=1+2k+1.
Exercise 4
Question
Prove that
121+221+321+⋯+n21≤2−n1.Show solution ↓Hide solution ↑
Solution
Base Case: For n=1,
1=2−1.Inductive Hypothesis: Assume
121+⋯+k21≤2−k1.Inductive Step:
121+⋯+(k+1)21≤2−k1+(k+1)21=2−k+11.lt;2−k1+k(k+1)1
Exercise 5
Question
Prove that
2!1+3!2+4!3+⋯+(n+1)!n=1−(n+1)!1.Show solution ↓Hide solution ↑
Solution
Base Case: For n=1,
2!1=1−2!1.Inductive Hypothesis: Assume
2!1+⋯+(k+1)!k=1−(k+1)!1.Inductive Step:
1−(k+1)!1+(k+2)!k+1=1−(k+2)!(k+2)−(k+1)=1−(k+2)!1.