Glam Prestige Journal

Bright entertainment trends with youth appeal.

$\begingroup$

$$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?

$\endgroup$ 7

2 Answers

$\begingroup$

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.

$\endgroup$ $\begingroup$

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$.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy