Sum
ArithmeticThe sum is the result of adding two or more numbers together.
Formula
a + b = \text{sum}
Definition
The sum is the answer you get when you add numbers together.
Example
In $6 + 4 = 10$, the sum is $10$.
Key Insight
Sum, total, and "all together" all describe the same thing: the result of addition.
Definition
The sum of two numbers $a$ and $b$ is denoted $a + b$. For a set of numbers, the sum is the result of adding all elements. Sigma notation (capital Greek letter S) compactly expresses sums: $\sum_{k=1}^{n} a_k$.
Example
Sum of the first $5$ natural numbers: $1 + 2 + 3 + 4 + 5 = 15$. In sigma notation: $\sum_{k=1}^{5} k = 15$.
Key Insight
Gauss as a child found the sum $1 + 2 + \ldots + 100 = 5{,}050$ by pairing: $(1+100) + (2+99) + \ldots = 50$ pairs each summing to $101$. The formula is $n(n+1)/2$.
Definition
In analysis, infinite series are defined as limits of partial sums: $\sum_{k=1}^{\infty} a_k = \lim_{n \to \infty} S_n$ where $S_n = \sum_{k=1}^{n} a_k$. Convergence of this limit is non-trivial and requires tests (ratio, root, comparison, integral). Divergent series can sometimes be assigned meaningful values via analytic continuation.
Example
Geometric series: $\sum_{k=0}^{\infty} r^k = 1/(1-r)$ for $|r| < 1$. For $r = 1/2$: $1 + 1/2 + 1/4 + \ldots = 2$. This is the rigorous resolution of Zeno's paradox.
Key Insight
The Riemann zeta function $\zeta(s) = \sum_{n=1}^{\infty} n^{-s}$ is an infinite sum that encodes deep information about the distribution of prime numbers. Its analytic continuation to $s = -1$ gives the famous "sum" $1+2+3+\ldots = -1/12$ in a regularized sense.