Prove by Mathematical Induction that for all positive integers n:
12+22+32+⋯+n2=6n(n+1)(2n+1)
Left-hand side (LHS):
12=1
Right-hand side (RHS):
61(1+1)(2⋅1+1)=61⋅2⋅3=66=1
Since LHS = RHS =1, the statement holds for n=1. ✓
Assume the statement is true for n=k, i.e., assume:
12+22+32+⋯+k2=6k(k+1)(2k+1)
We must prove that:
12+22+⋯+k2+(k+1)2=6(k+1)(k+2)(2k+3)
Starting from the LHS and using the inductive hypothesis:
=6k(k+1)(2k+1)12+22+⋯+k2+(k+1)2
=6k(k+1)(2k+1)+(k+1)2
Factor out (k+1):
=(k+1)[6k(2k+1)+(k+1)]
=(k+1)[6k(2k+1)+6(k+1)]
Expand the numerator:
k(2k+1)+6(k+1)=2k2+k+6k+6=2k2+7k+6
Factor 2k2+7k+6:
2k2+7k+6=(k+2)(2k+3)
Therefore:
=6(k+1)(k+2)(2k+3)
This is exactly the RHS for n=k+1. ✓
By the Principle of Mathematical Induction, the statement
12+22+32+⋯+n2=6n(n+1)(2n+1)
is true for all positive integers n.
Key Structure of a Proof by Induction:
- Base Case — verify the statement for n=1.
- Inductive Hypothesis — assume true for n=k.
- Inductive Step — prove true for n=k+1 using the hypothesis.
- Conclusion — state the result holds for all n∈Z+.