Question
Find the interval of convergence and sum of the geometric series with ratio -5x
Original question: 59) $$\sum_{n=1}^{\infty}(-5)^n x^n = -5x + 25x^2 + \cdots$$ $$r=-5x$$ $$|r|<1$$ $$|-5x|<1$$ $$-1<-5x<1$$ $$\frac{1}{5}>x>-\frac{1}{5}$$ $$-\frac{1}{5}<x<\frac{1}{5}$$ $$a=-5x$$ $$\frac{-5x}{1+5x}$$
Expert Verified Solution
Key concept: This is a geometric series in disguise. Once you spot the common ratio, the convergence test and the sum formula both drop out pretty quickly.
Step by step
We have
Step 1: Rewrite it as a geometric series
a typical term is So the series becomes This is geometric with common ratio
Step 2: Use the convergence condition
A geometric series converges when So here, which gives Therefore the interval of convergence is
Step 3: Find the sum
Since the series starts at , for . Substitute :
Final result
- Converges for:
- Sum:
Pitfall alert
The most common mistake is using the wrong geometric-series formula. Because the sum starts at , you need , not . Another slip is checking only the algebraic inequality and forgetting to rewrite it as an absolute-value condition first; both are fine, but the sign flip must be handled carefully.
Try different conditions
If the series had started at , the sum would be with the same convergence interval . If the ratio were changed to instead of , the convergence rule would become , and the sum would be for a series starting at .
Further reading
geometric series, radius of convergence, common ratio
FAQ
When does the series ∑(-5)^n x^n converge?
It converges when the common ratio r = -5x satisfies |r| < 1, so the interval of convergence is -1/5 < x < 1/5.
What is the sum of ∑(-5)^n x^n for |x| < 1/5?
Rewrite it as ∑(-5x)^n. For a series starting at n=1, the sum is r/(1-r), so the sum is -5x/(1+5x).