Question

Determine the convergence interval of $\sum_{n=1}^{\infty} \left(\frac{x}{5}\right)^n$

Original question: 9. n=1ftyxn5n\sum_{n=1}^{ fty} \frac{x^n}{5^n}

Expert Verified Solution

thumb_up100%(1 rated)

Key takeaway: This one looks like a power series, but it is really a geometric series in disguise. Once you spot that, everything becomes quick: ratio, interval, and endpoints all line up neatly.

Consider

n=1xn5n=n=1(x5)n.\sum_{n=1}^{\infty} \frac{x^n}{5^n}=\sum_{n=1}^{\infty}\left(\frac{x}{5}\right)^n.

This is a geometric series with common ratio

r=x5.r=\frac{x}{5}.

Step 1: Convergence condition

A geometric series converges exactly when

r<1.|r|<1.

So we need

x5<1x<5.\left|\frac{x}{5}\right|<1 \quad \Longrightarrow \quad |x|<5.

That gives the open interval

(5,5).(-5,5).

Step 2: Check the endpoints

  • At x=5x=5:

    n=11\sum_{n=1}^{\infty} 1

    diverges.

  • At x=5x=-5:

    n=1(1)n\sum_{n=1}^{\infty} (-1)^n

    also diverges, because the terms do not approach 00.

Final answer

(5,5)\boxed{(-5,5)}

and the radius of convergence is

R=5.\boxed{R=5}.


Pitfalls the pros know 👇 Don’t be fooled by the alternating sign at x=5x=-5. An alternating series still needs terms that go to zero. Here the terms are just ±1\pm 1, so convergence fails right away. Also, endpoint checks matter even when the interior test is obvious.

What if the problem changes? If the series were (xa5)n\sum \left(\frac{x-a}{5}\right)^n, the center would shift to x=ax=a and the convergence interval would become (a5,a+5)(a-5,a+5), with the same endpoint test logic.

Tags: geometric series, radius of convergence, endpoint test

chat