I'm trying to find the summation of a finite alternating geometric series. I know that normally the sum of a geometric series can be calculated using $a\frac{1-r^n}{1-r}$. This same equation doesn't work for an alternating geometric series such as $(-2^n)$, where the series is $1,-2,4,-8,16$. I'm looking to find the summation of the first 50 terms.
2026-04-13 16:11:35.1776096695
Finding a finite sum of an alternating geometric series
1.9k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
The same formula works. Evaluate $$\frac{a(1-r^n)}{1-r}$$ at $r=-2$.
For example when $n=3$, it is $$\frac{(1)(1-(-2)^3)}{1-(-2)}=3=1-2+4$$