1. Find the interval of convergence of $\sum_{n=1}^{\infty} \frac{(x-3)^n}{n^2 \cdot 2^n}$.
- A.$(1, 5)$
- B.$[1, 5]$
- C.$[1, 5)$
- D.$(1, 5]$
View Answer
Answer: $[1, 5]$
Find the radius: Using the Ratio Test: $\left|\frac{a_{n+1}}{a_n}\right| = \frac{|x-3|}{2} \cdot \frac{n^2}{(n+1)^2} \to \frac{|x-3|}{2}$. Convergence when $\frac{|x-3|}{2} < 1$, giving $R = 2$ and open interval $(1, 5)$. Test $x = 1$ (left endpoint): At $x = 1$: $\sum_{n=1}^{\infty} \frac{(-2)^n}{n^2 \cdot 2^n} = \sum_{n=1}^{\infty} \frac{(-1)^n}{n^2}$. This converges absolutely because $\sum \frac{1}{n^2}$ is a convergent $p$-series ($p = 2 > 1$). Test $x = 5$ (right endpoint): At $x = 5$: $\sum_{n=1}^{\infty} \frac{2^n}{n^2 \cdot 2^n} = \sum_{n=1}^{\infty} \frac{1}{n^2}$. This is the same convergent $p$-series. Why distractors fail: Options A, C, and D exclude one or both endpoints. Since the series converges at both endpoints, the interval is the closed interval $[1, 5]$.