Laurent Series expansion for the following function

In summary, the Laurent series expansion for f(z) at z = 0 is:f(0) = infinitef(z) = [exp(z) - 1]/[sin(z)]^3 = a/z^2 + b/z + c + d z + ...For 1/(sinz)^3, I am still confused. I'm not even sure about (sinz)^3, nevermind the inverse. Do you take the power series of sinz multiplied three times to get (sinz)^3 and then somehow inverse it? I mean, nevermind the Laurent series, I'm not even sure what the Taylor series of (sinz)
  • #1
Volt
10
0

Homework Statement



Find the Laurent series expansion of f(z) = (e^z - 1) / (sinz)^3 at z = 0.

The Attempt at a Solution



Ok, so I'm confused on a number of fronts here. For e^z - 1, I assume you just use the standard power series expansion of e^z and then tack on a -1 at the end, which would give you the Taylor series of that part.

For 1/(sinz)^3 though, I'm really confused. I'm not even sure about (sinz)^3, nevermind the inverse. Do you take the power series of sinz multiplied three times to get (sinz)^3 and then somehow inverse it? I mean, nevermind the Laurent series, I'm not even sure what the Taylor series of (sinz)^3 is. I guess you could try to find a formula for the nth derivative and then use that formula for the Taylor series, but that looks like it would be pretty messy or even impossible. I'm sure I'm missing something obvious here but I don't know what.
 
Physics news on Phys.org
  • #2
There is something wrong with your question. f(z=0) = infinite, which does not work well with a Laurent series.
 
  • #3
Are you sure it's infinite? If you substitute z = 0, then the function is of the form 0/0 where it's not immediately clear what's going on.
 
  • #4
Yes I am. sin^3 z behaves like z^3 and e^z-1 behaves like z near z=0.
 
  • #5
I don't understand your point that it doesn't "work well" with a Laurent series. As far as I know Laurent series are supposed to be used in these cases where a function fails to be analytic at a point, and when you find the Laurent series for the function you'll see what type the singularity is from the principal part (i.e. a removable singularity, a simple pole, a pole of order n, or an essential singularity).
 
  • #6
This is a good exercise to practice Laurent expansions using different methods.

1) Direct substitution of the Taylor expansions in the expression.

You can write:

f(z) = [exp(z) - 1]/[sin(z)]^3 =

[z + z^2/2 + z^3/6 + ...]/[z - z^3/6 + z^5/5! - ...]^3 =

(take out factor of z in the numerator and a factor of z from the brackets in the denominator) =

1/z^2 [1+ z/2 + z^2/6 + ...]/[1 - z^2/6 + z^3/5! - ...]^3


You can now expand this in 3 possible way:

1.1) Use the formula for 1/(1+x)^n and substitute
x = - z^2/6 + z^3/5! -

1.2) Write

[1+ z/2 + z^2/6 + ...]/[1 - z^2/6 + z^3/5! - ...]^3 =

a + b z + c z^2 + ...

mulitply both sides by [1 - z^2/6 + z^3/5! - ...]^3 expand out the product on the r.h.s and solve for a, b, c,...

1.3) Expand [1 - z^2/6 + z^3/5! - ...]^3 and perform a long division.

---------------------------------------------------------------------------


2) It is easy to see that f(z) behaves as 1/z^2 near z = 0, so you could multiply f(z) by z^2 and expand that in the Taylor expansion. However, you do then have to consider quite nasty limits that are best computed by substituting Taylor expansions.

-----------------------------------------------------------------------------
3) Directly using the method (1.2): Write:


[exp(z) - 1]/[sin(z)]^3 = a/z^2 + b/z + c + d z + ...

Multiply both sides by sin^3(z) insert the Taylor expansion of sin(z) and expand ot everything, solve for a, b, c, etc.


In all of the above, you can also rewrite sin^3(z) in terms of sin(3z) and sin(z) which saves you from having to take the third power of the Taylor expansion of sin(z).


-----------------------------------------------------------------------------

4) Newton-Raphson method. Useful if you want find many terms of the expansion using just a few steps. You have seen that almost all of the above methods involve performing a division. Long division will yield the terms of the expansions one by one, which means performing a billion computations, if you want to find the billionth term. To speed of things, you can use use division using Newton-Raphson, instead of long division.

Let's first see how you can use Newton-Raphson when dividing ordinary numbers (instead of Taylor expansions or Polynomials). If you want to compute:

x = 1/y

for given y, you can consider this has solving the non-linear equation:

1/x - y = 0

Newton-Raphson then gives:

x_{n+1} = x_{n} - [1/x_{n} - y]/(-1/x_{n}^2) =

2 x_{n} -y x_{n}^2

There are no divisions to be performed in this algorithm, so it is a proper division algorithm. Also the covergence is quadratic, much faster than long division.

In case of poynomials/Taylor expansions, we want to compute:

P(x) = 1/Q(x)

Then you simply take the above Newton-Raphson algorithm:

P_{n+1} = 2 P_{n} - Q P_{n}^2

You take P_{0} to be correct to lowest order and then the above algorithm will double the number of correct expansion coefficients in each iteration.
 
  • #7
1.1) Use the formula for 1/(1+x)^n and substitute
x = - z^2/6 + z^3/5! -

Sorry, I'm not familiar with this formula, where does it come from?

1.3) Expand [1 - z^2/6 + z^3/5! - ...]^3 and perform a long division.

This is probably a really dumb question, but how do I divide an infinite series by another infinite series? I'm not following how you are doing the division in your examples (for example, how you end up with a/z^2 as the first term).Edit: I think I managed to do the long division correctly (possibly?). Can someone confirm whether the coefficient of the z^-1 term is 1/2? It's important because the next several parts all depend on the value of the residue at z = 0.
 
Last edited:

1. What is a Laurent Series expansion?

A Laurent series expansion is a representation of a complex function as a sum of infinitely many terms, including both positive and negative powers of the variable, typically written in the form of a power series.

2. Why is the Laurent Series expansion important?

The Laurent series expansion is important because it allows us to express a complex function in a simpler form, making it easier to analyze and understand its behavior. It is also useful for approximating values of the function and determining its singularities.

3. How do you find the Laurent Series expansion of a function?

The Laurent series expansion can be found using the following formula:

f(z) = ∑n= -∞ an (z - z0)n

where an are the coefficients of the series and z0 is the center of the expansion.

4. What is the difference between a Laurent Series expansion and a Taylor Series expansion?

The main difference between a Laurent series expansion and a Taylor series expansion is that a Taylor series only includes positive powers of the variable, while a Laurent series includes both positive and negative powers. Additionally, a Taylor series is centered around a point where the function is analytic, while a Laurent series can be centered around any point within the function's domain.

5. Can any function be represented by a Laurent Series?

No, not all functions can be represented by a Laurent series. The function must have an isolated singularity (such as a pole or essential singularity) at the center of the expansion in order for the Laurent series to exist. Functions with non-isolated singularities or branch points cannot be represented by a Laurent series.

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
12
Views
3K
  • Calculus and Beyond Homework Help
Replies
2
Views
3K
  • Calculus and Beyond Homework Help
Replies
17
Views
827
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
4K
  • Calculus and Beyond Homework Help
Replies
3
Views
165
  • Calculus and Beyond Homework Help
Replies
3
Views
267
  • Calculus and Beyond Homework Help
Replies
3
Views
357
  • Calculus and Beyond Homework Help
Replies
2
Views
2K
Back
Top