1. Find the radius of convergence of $\sum_{n=1}^{\infty} \frac{x^n}{n \cdot 3^n}$.
- A.$R = 1$
- B.$R = 3$
- C.$R = \frac{1}{3}$
- D.$R = 9$
View Answer
Answer: $R = 3$
Apply the Ratio Test: Let $a_n = \frac{x^n}{n \cdot 3^n}$. Then $\left|\frac{a_{n+1}}{a_n}\right| = \frac{|x|}{3} \cdot \frac{n}{n+1}$. As $n \to \infty$, this approaches $\frac{|x|}{3}$. Solve for convergence: For convergence, $\frac{|x|}{3} < 1$, so $|x| < 3$. Therefore $R = 3$. Why distractors fail: $R = 1$ ignores the factor $3^n$ in the denominator. $R = \frac{1}{3}$ confuses $R$ with $\frac{1}{R}$. $R = 9$ has no justification from the Ratio Test.