Arithmetic Progression
An arithmetic progression (AP) is a sequence of numbers where each term increases or decreases by the same fixed amount, called the common difference.
General Term:
an = nth term
a1 = first term
d = common difference
Generalized Formula:
This generalized formula is applicable in most arithmetic progression problems and is much more flexible.
$a_n =$ succeeding term
$a_m =$ preceding term
Sum of the First n Terms:
This formula works for any AP — whether the number of terms is even or odd — because it relies on a clever pairing strategy.
How the Pairing Works (Using 2, 4, 6, 8, 10):
Let's add the AP: 2, 4, 6, 8, 10.
We can pair the first and last terms:
- 2 + 10 = 12
- 4 + 8 = 12
The middle term (6) is left unpaired, but we can treat it as “paired with itself.”
So the total sum is:
Or, using the formula:
The formula works because it essentially averages the first and last term, then multiplies by how many terms there are.
Why It Always Works:
In an AP, the first and last terms always sum to the same value as the second and second-to-last, third and third-to-last, and so on. Whether the number of terms is even or odd, this symmetry lets us group and multiply efficiently — which is exactly what the formula captures.