Explanation vs Derivation Math Example 2

Follow the full solution, then compare it with the other examples linked below.

Example 2

medium
The sum formula โˆ‘k=1nk=n(n+1)2\sum_{k=1}^{n}k = \frac{n(n+1)}{2} can be derived by induction or explained by Gauss's pairing argument. Give both.

Solution

  1. 1
    Derivation (induction): Base n=1n=1: 1=1โ‹…221 = \frac{1 \cdot 2}{2}. Inductive step: โˆ‘k=1n+1k=n(n+1)2+(n+1)=(n+1)(n+2)2\sum_{k=1}^{n+1}k = \frac{n(n+1)}{2}+(n+1) = \frac{(n+1)(n+2)}{2}. QED.
  2. 2
    Explanation (Gauss's pairing): Write the sum forwards and backwards: S=1+2+โ‹ฏ+nS = 1+2+\cdots+n and S=n+(nโˆ’1)+โ‹ฏ+1S = n+(n-1)+\cdots+1. Adding: 2S=n2S = n pairs each summing to n+1n+1. So S=n(n+1)2S = \frac{n(n+1)}{2}.
  3. 3
    The induction proves it; the pairing explains why โ€” the symmetry of pairing first-and-last terms is the geometric insight.

Answer

โˆ‘k=1nk=n(n+1)2\sum_{k=1}^{n}k = \frac{n(n+1)}{2}
The derivation by induction is logically complete but provides no insight into why the formula has the form n(n+1)/2n(n+1)/2. Gauss's pairing argument reveals the structure: nn pairs, each summing to n+1n+1.

About Explanation vs Derivation

The distinction between explaining WHY a result is true (conceptual insight) and showing HOW it can be derived step by step (procedural derivation).

Learn more about Explanation vs Derivation โ†’

More Explanation vs Derivation Examples