Summing it Up
A Series is the sum of the terms of a sequence. For an arithmetic series, there is a shortcut formula discovered by Gauss when he was a child.
\[S_n = \frac{n(a_1 + a_n)}{2}\]
The Rule: Multiply the number of terms by the average of the first and last terms.
Worked Examples
Example 1: Summing 1 to 100
Find the sum of all integers from 1 to 100.
- \(n = 100\), \(a_1 = 1\), \(a_{100} = 100\).
- \(S_{100} = \frac{100(1 + 100)}{2} = 50 \cdot 101 = 5050\).
- Result: 5050
Example 2: Finding the Sum of an Odd Sequence
Find the sum of the first 10 odd numbers: 1, 3, 5, ..., 19.
- \(n = 10, a_1 = 1, a_{10} = 19\).
- \(S_{10} = \frac{10(1 + 19)}{2} = 5 \cdot 20 = 100\).
- (Interesting Fact: The sum of the first \(n\) odd numbers is always \(n^2\)).
The Bridge to Quantum Mechanics
In Quantum Mechanics, we often have to calculate the "Total Energy" of a collection of particles. If these particles are in a system where the energy levels increase linearly (like in certain idealized models of light), we use arithmetic series to find the total energy of the group. This is the first step toward Statistical Mechanics—the study of how billions of quantum particles combine to create the macroscopic properties of temperature and pressure.