What Is the Radius of Convergence for the Taylor Series of x/(1+x^2) at x=0?

melihaltintas
Messages
6
Reaction score
0
Hi everybody,
Firstly sorry for my bad English . I have a question related to taylor series . I did not find easy way to solve it .Derivatives are becoming more and more complex . Please help me.

question : Work out the taylor series of the function x/(1+x^2) at x =0 .Find the radius of converge and interval of converge of the series Integrating the series obtained estimate the value of ln2 ?

You don't have to find answer .I need only easy way to solve this problem . Thanks a lot
 
Physics news on Phys.org
melihaltintas said:
Hi everybody,
Firstly sorry for my bad English . I have a question related to taylor series . I did not find easy way to solve it .Derivatives are becoming more and more complex . Please help me.

question : Work out the taylor series of the function x/(1+x^2) at x =0 .Find the radius of converge and interval of converge of the series Integrating the series obtained estimate the value of ln2 ?

You don't have to find answer .I need only easy way to solve this problem . Thanks a lot

If you know the following then it'll be very easy:

\text{For}\,\,|x|<1\,\,,\,\frac{1}{1+x}=1-x+x^2-x^3+...=\sum_{n=0}^\infty(-1)^nx^n\Longrightarrow \frac{1}{1+x^2}=1-x^2+x^4-x^6+...=\sum_{n=0}^\infty(-1)^nx^{2n}

Well, now just multiply the above by \,x\, and you're done.

DonAntonio
 
wow thanks a lot . Can I multiply series and x directly ? (-1)^n (x)^2n+1 ?
 
Another way lies in the Taylor series for the arctangent function. We know that
\int \frac{1}{1+x^2}dx=\arctan(x)+C
so we first start by assuming that the power series expansion exists. If so, we can write this for some sequence a:
\frac{1}{1+x^2}=\sum_{k=0}^{\infty}a_{k}x^k
Integrating both sides, we obtain
\arctan(x)+C=\sum_{k=0}^{\infty}\frac{a_{k} x^{k+1}}{k+1}
Evaluation at x=0 easily yields C as 0. Hence, we can strike that out. Now setting x=1, we obtain
\pi/4 = \sum_{k=0}^{\infty}\frac{a_{k}}{k+1}
For this equality to hold, we use the Leibniz formula for pi. This formula requires all odd k, so all even k+1 to vanish, which implies for odd k the sequence a_k equals zero. For even k, the sequence equals (-1)^{k/2}. This leaves us with the formula:
\frac{1}{1+x^2}=\sum_{k=0}(-1)^k x^{2k}

Indeed complicated, but it is still legitimate.
 
Millennial said:
Evaluation at x=0 easily yields C as 0. Hence, we can strike that out. Now setting x=1, we obtain
\pi/4 = \sum_{k=0}^{\infty}\frac{a_{k}}{k+1}
For this equality to hold, we use the Leibniz formula for pi. This formula requires all odd k, so all even k+1 to vanish, which implies for odd k the sequence a_k equals zero. For even k, the sequence equals (-1)^{k/2}. This leaves us with the formula:
\frac{1}{1+x^2}=\sum_{k=0}(-1)^k x^{2k}

Indeed complicated, but it is still legitimate.
a0=pi/4, ak=0 otherwise would satisfy the formula for x=1, too, and give a wrong answer.

You cannot derive the whole taylor series by evaluating it at a single point. It works in this case, but it is pure luck.
 
It is not pure luck. This also holds true. Take arctangent and differentiate it, along with its power series, to obtain the very same formula I gave. I just showed another way of working it out. You are right, but it is not a coincidence.
 
melihaltintas said:
wow thanks a lot . Can I multiply series and x directly ? (-1)^n (x)^2n+1 ?

Yes you can! :smile:
 
Millennial said:
It is not pure luck. This also holds true. Take arctangent and differentiate it, along with its power series, to obtain the very same formula I gave. I just showed another way of working it out. You are right, but it is not a coincidence.
You picked a specific series to get the sum pi/4. This choice is arbitrary, and you just picked the one which gives the correct taylor series (by luck, by "good eye", whatever). Any other choice would be valid in this step, but lead to a wrong taylor series. You have no way to check whether you picked the right series or not in your post.

You can differentiate arctan n times (and find a general formula), but you did not use this.
 
mfb, if I started with arctan, it would be a valid proof but it would have no sense of intuition. How did I get arctan in the first place? You need to do what I did before you can actually think of differentiating arctan.
 
  • #10
As far as the "radius of convergence" is concerned, the simplest thing to do is to note that the denominator of the fraction, x^2+ 1, will be 0 when x= i or -i, both at distance 1 from 0 in the complex plane. A Taylor's series will converge until it "hits a singularity".
 
Back
Top