1

$$f(x)= \frac{x}{1+5x^2}$$ I got the power series: $$\sum_{n=0}^\infty (-1)^n (5^n)(x^{2n+1})$$ Assuming this is correct I would think the domain would be $$(-5^{1/3}, 5^{1/3})$$ because the absolute value for convergence would be $$|5x^3|<1$$However, my classmate thinks the answer is 1, because the series is derived from the basic geometric series. Any ideas?

abiessu
  • 8,115

2 Answers2

0

I think you almost nailed it. Using the $\;n\,-$ th root test (for the Cauchy- Hadamard formula):

$$\sqrt[n]{\left|(-1)^n5^nx^{2n+1}\right|}=5|x|^2\sqrt[n]{|x|}\xrightarrow[n\to\infty]{}5|x|^2<1\implies |x|<5^{-1/2}$$

Don't forget now to check the interval's end points.

DonAntonio
  • 211,718
  • 17
  • 136
  • 287
0

Your power series is correct.

The binomial expansion gives $$\frac{1}{1+5x^2} \equiv (1+5x^2)^{-1} = 1- 5x^2 + (5x^2)^2 - (5x^2)^3 + \cdots$$ and so we need $|5x^2| < 1$ for the infinite series to converge.

Multiplying by $x$ does not change the domain of convergence. When we substitute a value for $x$, $x$ will just be a finite number. It's only infinite series we need to worry about.

$$\frac{x}{1+5x^2} \equiv x(1+5x^2)^{-1} = x(1- 5x^2 + (5x^2)^2 - (5x^2)^3 + \cdots)$$ will converge for all $|5x^2| < 1$, i.e. $|x| < \frac{1}{5}\sqrt 5$.

Fly by Night
  • 32,272