Laurent series throwing away terms

Click For Summary

Homework Help Overview

The discussion revolves around determining the Laurent series and residue for the function f(z) = 1/(e^z - 1)^z. Participants explore the series expansion of e^z and the implications of "throwing away" terms in the context of the Laurent series.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Problem interpretation, Assumption checking

Approaches and Questions Raised

  • Participants discuss expanding the function around z=0 and the series expansion of e^z. There is a focus on how to appropriately discard terms that do not contribute to the desired series. Questions arise about the nature of the function and its singularities, particularly regarding the multi-valued nature of the logarithm involved.

Discussion Status

Some participants provide guidance on the expansion process and the importance of identifying contributing terms. There is acknowledgment of the complexity of the function and the need to clarify assumptions regarding the exponent in the denominator. Multiple interpretations of the function's behavior are being explored.

Contextual Notes

Participants note the potential confusion regarding the exponent in the denominator and the implications of multi-valued functions. There is also mention of the limitations of the preview function affecting the clarity of mathematical expressions shared in the discussion.

Meggle
Messages
16
Reaction score
0
Laurent series "throwing away" terms

Homework Statement


Veeeery similar to https://www.physicsforums.com/showthread.php?p=1868354#post1868354":

Determine the Laurent series and residue for f(z) = [tex]\frac{1}{(e^{z} - 1)^{z}}[/tex]

Homework Equations



We know that the Taylor series expansion of [tex]e^{z} is = 1 + z + z^{2}/2! + ...[/tex]

The Attempt at a Solution



Dick responded with the advice "You expand around z=0. exp(z)-1=z+z^2/2!+...=z(1+z/2!+...). Write that as z(1+a) where a=z/2!+z^2/3!+... So 1 over that squared is (1/z^2)*(1/(1+a)^2). The series expansion for 1/(1+a)^2 is 1-2a+3a^2+... As you said, you only need the first few terms. Now start throwing away terms that you know won't contribute to the terms you need. E.g. a^2 starts with a z^2 term."

So I have:
[tex]\frac{1}{(e^{z} - 1)^{z}}[/tex] = [tex]\frac{1}{z^{2}}[/tex] [1 - 2a + [tex]3a^{2}[/tex] ...]

= [tex]\frac{1}{z^{2}}[/tex] [1 - [tex]\frac{2z}{2!}[/tex] + [tex]\frac{3z^{2}}{2!}[/tex] ...
-[tex]\frac{2z^{2}}{3!} + \frac{3z^{4}}{3!}...[/tex]]

But now I'm stuck again. How do I know what to throw away? It doesn't looks like terms cancel. How do I know terms won't contribute to the term I need?
 
Last edited by a moderator:
Physics news on Phys.org


I would say there isn't a Laurent series about any point 2n pi because the function is multi-valued and neither are there any (isolated) poles with residues. You can however compute a Taylor series for a particular analytic "determination" away from and not including any branch-points.

Also, the function:

[tex]f(z)=\frac{1}{(e^z-1)^z}[/tex]

is qualitatively different than:

[tex]g(z)=\frac{1}{(e^z-1)^2}[/tex]

The function g(z) is analytic except for poles at 2npi. However, the function

[tex]f(z)=e^{-z\log(e^z-1)}[/tex]

is multi-valued because of the multivalued log term and the points at 2n\pi are non-isolated branch-point singularities.
 


Meggle said:

Homework Statement


Veeeery similar to https://www.physicsforums.com/showthread.php?p=1868354#post1868354":

Determine the Laurent series and residue for f(z) = [tex]\frac{1}{(e^{z} - 1)^{z}}[/tex]

Homework Equations



We know that the Taylor series expansion of [tex]e^{z} is = 1 + z + z^{2}/2! + ...[/tex]

The Attempt at a Solution



Dick responded with the advice "You expand around z=0. exp(z)-1=z+z^2/2!+...=z(1+z/2!+...). Write that as z(1+a) where a=z/2!+z^2/3!+... So 1 over that squared is (1/z^2)*(1/(1+a)^2). The series expansion for 1/(1+a)^2 is 1-2a+3a^2+... As you said, you only need the first few terms. Now start throwing away terms that you know won't contribute to the terms you need. E.g. a^2 starts with a z^2 term."

So I have:
[tex]\frac{1}{(e^{z} - 1)^{z}}[/tex] = [tex]\frac{1}{z^{2}}[/tex] [1 - 2a + [tex]3a^{2}[/tex] ...]

= [tex]\frac{1}{z^{2}}[/tex] [1 - [tex]\frac{2z}{2!}[/tex] + [tex]\frac{3z^{2}}{2!}[/tex] ...
-[tex]\frac{2z^{2}}{3!} + \frac{3z^{4}}{3!}...[/tex]]

But now I'm stuck again. How do I know what to throw away? It doesn't looks like terms cancel. How do I know terms won't contribute to the term I need?
I'll assume the exponent in the denominator is supposed to be 2, not z. You have

[tex]\frac{1}{(e^z-1)^2} = \frac{1}{(z+z^2/2!+z^3/3!+\cdots)^2} = \frac{1}{z^2(1+z/2!+z^2/3!+\cdots)^2}[/tex]

In your work, you use a=z, but it's actually equal to a=z/2!+z2/3!+... When you do the expansion, you need to find powers of that series.
 
Last edited by a moderator:


vela said:
I'll assume the exponent in the denominator is supposed to be 2, not z. You have

[tex]\frac{1}{(e^z-1)^2} = \frac{1}{(z+z^2/2!+z^3/3!+\cdots)^2} = \frac{1}{z^2(1+z/2!+z^2/3!+\cdots)^2}[/tex]

In your work, you use a=z, but it's actually equal to a=z/2!+z2/3!+... When you do the expansion, you need to find powers of that series.

Yes, sorry, the exponent in the denominator is supposed to be 2.

I was trying to show using a=z/2!+z^2/3!+... in the last two lines, i.e. the first line was for z/2!, the second line was for z^2/3!... :rolleyes:
So what I have is:

[tex]\frac{1}{(e^{z}-1)^{2}} = \frac{(1 - 2(\frac{z}{2!}) + 3(\frac{z}{2!})^{2} -2(\frac{z^{2}}{3!}) - 2(\frac{z^{3}}{4!}) +...)}{z^{2}}[/tex]

(Because I think my expansion of [tex]\frac{1}{(1+a)^{2}}[/tex] is in positive powers of z? Using [tex]\frac{1}{(1+z)^{2}} = \sum^{\infty}_{n=0} (-1)^{n}(n+1)z^{n}[/tex] for modulus z <1 ) )

[tex]\frac{1}{(e^{z}-1)^{2}} = \frac{1}{z^{2}}(1 - z + (\frac{3}{2!} - \frac{2}{3!})z^{2} -\frac{z^{3}}{2} + (\frac{3}{3!} - \frac{2}{4!})z^{2}...)[/tex]

[tex]\frac{1}{(e^{z}-1)^{2}} = \frac{1}{z^{2}} + \frac{1}{z} + (\frac{3}{2!} - \frac{2}{3!}) -\frac{z}{2} + (\frac{3}{3!} - \frac{2}{4!})z^{2} ...[/tex]

I get that the first two terms of the last one are negative powers of z and then there's a term where z^{0} followed by positive powers of z. I've been trying to make that into a power series (either as one piece or with [tex]a_{n}[/tex] with positive powers and [tex]b_{n}[/tex] overnight but I can't seem to work it out.

(And the preview function completely isn't working, so hopefully the equations will come out ok!)
 
Last edited:


The preview thing is a bug. Just refresh the page, and the images will update to the correct rendering.

I don't think you're going to find a simple expression for the coefficients. Usually in this type of problem, you just work out the first few terms to demonstrate you know what you're doing. If you need to find the residue, you need to get b1.

It helps to realize you can factor z out of a, so the an term will only contribute to terms in the series of order zn and higher.

Just so you know what you're shooting for, this is what Mathematica gave for the series expansion:

[tex]\frac{1}{e^z-1} = \frac{1}{z^2}-\frac{1}{z}+\frac{5}{12}-\frac{z}{12}+\frac{z^2}{240}+\cdots[/tex]
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
4K
Replies
2
Views
1K
  • · Replies 12 ·
Replies
12
Views
6K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 15 ·
Replies
15
Views
4K