Question Appendix.3: Using Mathematical Induction Use mathematical induction to p...

Using Mathematical Induction

Use mathematical induction to prove the formula for the sum of the first n squares.

S_n = 1^2 + 2^2 + 3^2 + 4 ^2 + \cdot \cdot \cdot + n^2 = \frac{n(n  +  1)(2n  +  1)}{6}
The blue check mark means that this solution has been answered and checked by an expert. This guarantees that the final answer is accurate.
Learn more on how we answer questions.

1.  When n = 1, the formula is valid, because

S_1 = 1^ 2 = \frac{1 (1  +  1)[2(1)  +  1]}{6} = \frac{1(2)(3)}{6} = 1 .

2.  Assuming the formula is true for k,

S_k = 1^ 2  +  2^2  +  3^2  +  4^2  +  \cdot \cdot \cdot  +   k^2  =  \frac{k (k  +  1)(2k   +   1)}{6}

you must show that it is true for k + 1

S_{k+1}  =  \frac{(k + 1)[(k + 1) + 1][2(k + 1) + 1]}{6} = \frac{(k + 1)(k + 2)(2k + 3)}{6} .

To do this, write S_{k + 1} as the sum of S_k and the (k + 1) st term, (k + 1)^{2} , as follows.

S_{k +1} = (1^2 + 2^2 + 3^2 + 4^2 + \cdot \cdot \cdot + k^2) + (k + 1)^{2} \\\quad \quad = \frac{k(k + 1)(2k + 1)}{6} + (k + 1)^{2} \quad \quad \quad \text{ Induction  hypothesis }\\\quad \quad = \frac{(k + 1)(2k^2 + 7k +6)}{6} \quad \quad \quad \quad \quad \quad \text{ Combine fractions and simplify. } \\\quad \quad = \frac{(k + 1)(k + 2)(2k +3)}{6} \quad \quad \quad \quad \quad\quad S_k \text{ implies } S_{k+1}.

Combining the results of parts (1) and (2), you can conclude by mathematical induction that the formula is valid for all positive integers n.

Related Answered Questions

Question: Appendix.2

Verified Answer:

Mathematical induction consists of two distinct pa...
Question: Appendix.5

Verified Answer:

Begin by assuming that \sqrt{2}  is...
Question: Appendix.8

Verified Answer:

Certainly, you can list many odd numbers that are ...