Representing a Function as Laurent Series: Example

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
12 replies · 3K views
Petar Mali
Messages
283
Reaction score
0

Homework Statement



How to represent function

[tex]\frac{1}{e^x-x-1}[/tex]

in form of Laurent series around point [tex]0[/tex]

Homework Equations



Laurent series

[tex]f(z)=\sum^{\infty}_{n=-\infty}a_n(z-z_0)^n[/tex]

Here is [tex]z_0=0[/tex]



The Attempt at a Solution



Computer gives

[tex]\frac{2}{x^2}-\frac{2}{3 x}+\frac{1}{18}+\frac{x}{270}-\frac{x^2}{3240}-\frac{x^3}{13608}-\frac{x^4}{2041200}+\frac{x^5}{874800}+\frac{13 x^6}{146966400}-\frac{307 x^7}{24249456000}-\frac{479 x^8}{203695430400}+O[x]^9[/tex]

in form of [tex]12[/tex] first members in series.

[tex]e^{x}=1+x+\frac{x^2}{2!}+...[/tex]

so I can say

[tex]e^x-x-1=\sum^{\infty}_{n=2}\frac{x^n}{n!}[/tex]

[tex]\frac{1}{e^x-x-1}=\frac{1}{\sum^{\infty}_{n=2}\frac{x^n}{n!}}[/tex]

But I don't know what to do with that.
 
Physics news on Phys.org
Take [tex]2/x^2[/tex] common, the expression becomes

[tex]\frac{2}{x^2}\left(1+\frac{x}{3}+\frac{x^2}{12}+...\right)^{-1} = \frac{2}{x^2}(1+y)^{-1}[/tex]
where
[tex]y = \frac{x}{3}+\frac{x^2}{12}+...[/tex]

Now expand [itex](1+y)^{-1}[/itex] and then substitute back.
 
praharmitra said:
Take [tex]2/x^2[/tex] common, the expression becomes

[tex]\frac{2}{x^2}\left(1+\frac{x}{3}+\frac{x^2}{12}+...\right)^{-1} = \frac{2}{x^2}(1+y)^{-1}[/tex]
where
[tex]y = \frac{x}{3}+\frac{x^2}{12}+...[/tex]

Now expand [itex](1+y)^{-1}[/itex] and then substitute back.

Ok. I will get

[tex]\frac{2}{x^2}\sum^{\infty}_{n=0}(-1)^n(\frac{x}{3}+\frac{x^2}{12}+...)^n[/tex]

But I don't have this form

[tex] \frac{2}{x^2}-\frac{2}{3 x}+\frac{1}{18}+\frac{x}{270}-\frac{x^2}{3240}-\frac{x^3}{13608}-\frac{x^4}{2041200}+\frac{x^5}{874800}+\frac{13 x^6}{146966400}-\frac{307 x^7}{24249456000}-\frac{479 x^8}{203695430400}+O[x]^9[/tex]

and I want to do that analyticaly from

[tex] \frac{1}{e^x-x-1}[/tex]
 
So open up the brackets and expand it further. You will get that.
 
Open up the brackets?
 
Open up
[tex] (\frac{x}{3}+\frac{x^2}{12}+...)^n[/tex]
for the first few terms. then do the summation.
 
Listen to me. I have just this[tex]\frac{1}{e^x-x-1}[/tex]
 
I understand. What I am asking you to do is simple. Lots of irritating calculations, but simple.

Let me work out the first two terms for you (upto [itex]{\cal O}(1)[/itex]). Do you agree that you got the following?

[tex]\frac{2}{x^2}(1+y)^{-1} = \frac{2}{x^2}(1-y+y^2-y^3+...)[/tex]

Now plug in the expression for y

first term is
[tex] y = (\frac{x}{3}+\frac{x^2}{12}+...)[/tex]
second is
[tex]y^2 = \frac{x^2}{9} + ...[/tex]

Note that you don't require to calculate any higher terms since those will just contribute to [itex]x^3[/itex] and higher. Now plug it in

[tex]\frac{2}{x^2}(1-y+y^2-y^3+...) = \frac{2}{x^2}\left(1 - \frac{x}{3} - \frac{x^2}{12} + \frac{x^2}{9}\right)[/tex]

[tex]\Rightarrow = \frac{1}{e^x-x-1} = \frac{2}{x^2} - \frac{2}{3x}+\frac{1}{18} +...[/tex]

And to go up one higher order you will have to go till y^3, and to next order in the expansion of y. Got it?
 
I understand what you trying to tell me. But

[tex] <br /> \frac{2}{x^2}-\frac{2}{3 x}+\frac{1}{18}+\frac{x}{270}-\frac{x^2}{3240}-\frac{x^3}{13608}-\frac{x^4}{2041200}+\frac{x^5}{874800}+\frac{13 x^6}{146966400}-\frac{307 x^7}{24249456000}-\frac{479 x^8}{203695430400}+O[x]^9<br /> [/tex]


this relation is given by the computer and I can't use it.

I must take

[tex] \frac{1}{e^x-x-1} [/tex]
and get from that Laurent series!
 
I am not asking you to use it! I am asking you to calculate by series expanding by hand! And then VERIFY your answer by matching it with what the computer has given you. The method I have written is an analytic series expansion that I have done by hand. I haven't used any computer to do any part of my calculations.

This calculation is exactly that of getting the Laurent Series.
 
Ok just tell me

[tex]\frac{1}{e^x-x-1}=...[/tex]

what you have done before you put [tex]\frac{2}{x^2}[/tex]?
 
Write
[tex] e^x = 1+x+\frac{x^2}{2!}+...[/tex]
 
Last edited:
You figured out

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

so

[tex]\frac{1}{e^x-x-1} = \frac{1}{\frac{x^2}{2}\left(1+\frac{2x}{3!}+\frac{2x^2}{4!}+\cdots\right)} = \frac{2}{x^2}\,\frac{1}{1+\left(\frac{2x}{3!}+\frac{2x^2}{4!}+\cdots\right)}[/tex]

Now compare this to what praharmitra wrote in post 8.