Sum of Arithmetic progression:
Classic “reverse-and-add” proof for the sum of an arithmetic progression
Let
where
1. Write the same sum in reverse order
2. Add the two expressions term-by-term
Notice every bracket on the right is the same:
Because there are brackets, we have
3. Solve for
4. Alternate form using the last term
Let the last term be .
Then
the well-known “average of first and last, times number of terms.”
Why it works
Reversing the list pairs each smallest term with the matching largest term, the next-smallest with the next-largest, and so on. Every pair sums to the same constant ; there are such pairs, so the double-sum is . Dividing by 2 gives the desired formula.
This elegant trick—often credited to a young Gauss—works for any arithmetic progression, no matter the starting value , common difference , or length .
Sum of Geometric progression:
“Multiply-and-subtract” proof for the finite geometric series
Let
where
1. Multiply the entire sum by the common ratio
2. Subtract the second equation from the first
Every intermediate term cancels: cancels, cancels, and so on, leaving only the first term and the “extra” term from the shifted series.
3. Solve for
4. Special case
If , every term is , so
5. Infinite-series extension ( )
Taking the limit as with :
because .
Why it works
Multiplying by shifts every term one place to the right. Subtracting aligns the two sums so that all interior terms cancel pairwise, isolating just the first term of the original series and the “overflow” term at the end. The resulting simple linear equation in yields the closed-form formula.
Example 1:
1) Find sum of
Solution:
Whenever you see a series which is "partially" G.P., you can use the same trick we used to prove G.P. sum formula, i.e. multiply by common ratio and subtract.
Here we will have to do it twice.
Example 2:
Solution:
It's quite simple.
Split it into 2 sums.
One of them is a simple G.P.
For the other we will multiply by common ratio and subtract once.
For
split the summand into two simpler series:
1. The geometric part
2. The “” part
A standard closed form is
With :
3. Combine
Final closed form
Quick verification
|
Direct sum |
Formula |
Match? |
1 |
|
|
✅ |
2 |
|
|
✅ |
Both checks confirm the closed-form formula is correct.
Comments
Post a Comment