Need Help With Laurent Series Struggles?

nk735
Messages
13
Reaction score
0

Homework Statement



Hello, I'm having massive troubles with Laurent series'. I'm pretty shocking with series', so I'm probably making some fundamental mistake that you'll want to slap me for, but everytime I try one of these questions I'm wrong ever so slightly. I've attached a couple of examples of how I suck at this, any feedback would be greatly appreciated.

Note; I don't just need solutions to these problems, I need to understand the entire process. If anyone can be bothered, once I know how exactly I'm wrong, a several step walkthough on these problems would be infinitely helpful.


Homework Equations



Taylor Series
f(z) = sum((1/n!).((f^n)(z_0)).(z-z_0)^n)

Standard Taylor Series Expansions
1/(1-z) = sum(z^n)

exp(z) = sum((z^n)/n!)


The Attempt at a Solution



Attached
 

Attachments

  • Laurent 1.jpg
    Laurent 1.jpg
    9.6 KB · Views: 415
  • Laurent 2.jpg
    Laurent 2.jpg
    10 KB · Views: 387
Physics news on Phys.org
You have to do the series expansions around the point that you are told, not around zero. For example, e^z around z=1 is e^z = e + e (z-1) + e/2 (z-1)^2 +...

One thing that you can do to check if your answer is even plausible is to check how it behaves around the pole you're expanding around of. For example again, the result that you got for 1/[z^2(z-1)] is obviously wrong, since the leading order term is proportional to 1/(z-1)^2 instead of 1/(z-1).
 
I'm sorry, I still don't quite understand. So my problem's going from the problem statement to the Taylor series? Could you perhaps show me exactly where in my workings I am wrong and the correct alternative?

Thankyou
 
Okay, let f(z) = \frac{1}{z^2(z-1)}.

First, note that there's a first order pole at z=1. This is why you're doing a Laurent series, not a Taylor series (Taylor coefficients would be infinite).

Now, to solve it, you can expand the part without the pole; g(z) = 1/z^2. To expand it around z0=1, just write it out as an ordinary Taylor series,

g(z) = \sum_{n=0}^{\infty} \frac{g^{(n)}(z_0)}{n!} (z-z_0)^n

This is easy to do and the answer is

g(z) = \sum_{n=0}^{\infty} (-1)^n (n+1) (z-1)^n.

Now, just write f(z) with the help of this (notice how it's now convenient to multiply the pole inside the sum):

f(z) = g(z) \frac{1}{z-1} = \sum_{n=0}^{\infty} (-1)^n (n+1) (z-1)^{n-1}.
 
Ahh, I get it now. Just did a few more problems and managed to (finally) get them right.

Thankyou very much for you help and patience.
 
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