Complex analysis, taylor series, radius of convergence

nugget
Messages
44
Reaction score
0

Homework Statement



For f(z) = 1/(1+z^2)

a) find the taylor series centred at the origin and the radius of convergence.

b)find the laurent series for the annulus centred at the origin with inner radius given by the r.o.c. from part a), and an arbitrarily large outer radius.

Homework Equations



for a) (sum from j = 0 to infinity)

f(z) = \Sigma [(f^{j}(0))\div(j!)] \times z^{j}

for b) laurent series formula?

The Attempt at a Solution



From what I understand, the radius of convergence is from Zo (in this case, the origin) to the closest point where f(z) isn't analytic. f(z) isn't analytic at i or -i. This function is a circle, discontinuous at i and -i. So, by inspection(?), the r.o.c. should be 1.

I don't get how to input the information I have into the formula for a). I think that in understanding this, finding the laurent series should be simplified.

Thanks
 
Physics news on Phys.org
Indeed, the radius of convergence is 1.

To find the Taylor/Laurent series; I suggest you factor the denominator first and split into partial fractions. Then you should use

\frac{1}{1-z}=1+z+z^3+z^4+...

for |z|<1.
 
You CAN find the taylor series of f(z) by taking derivatives and putting z=0, as you said. But the easy way is the use the geometric sum formula 1/(1-u)=1+u+u^2+... What should u be?
 
Hey guys,

Thanks for your help, but I'm still confused. I have found f(z) = 1/(z+i)(z-i) and I think I've found the partial fractions representation:

f(z) = 1/2i(z-i) - 1/2i(z+i)

but don't know where to go from here... do I seperately apply taylor series expansion to each of these fractions...?
 
nugget said:
Hey guys,

Thanks for your help, but I'm still confused. I have found f(z) = 1/(z+i)(z-i) and I think I've found the partial fractions representation:

f(z) = 1/2i(z-i) - 1/2i(z+i)

but don't know where to go from here... do I seperately apply taylor series expansion to each of these fractions...?

Yes, that's the idea. Let me do an example

\frac{1}{z-2} = -\frac{1}{2-z} = -\frac{1}{2}\frac{1}{1-\frac{z}{2}} = -\frac{1}{2}\sum_{n=0}^{+\infty} {\left(\frac{z}{2}\right)^2}

This is how to find the Laurent/Taylor series of \frac{1}{z-2}. Can you do the same for your two dractions?
 
I got part a)

I'm fairly confident that the answer is f(z) = (\frac{1}{2})0\sum\infty ((zj) + (-z)j)/(ij)

(sum from 0 to infinity)

But don't understand how to do laurent series... I think I need to do it for the annulus centered at the origin with radius 1, and then again for the annulus centered at the origin but with arbitrarily large outer radius and inner radius of 1...

Do I need to change the format of this sum? split it into two parts? take out the first few terms? any ideas would be great!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top