Laurent series in complex functions

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
3 replies · 4K views
y.moghadamnia
Messages
23
Reaction score
1
hey there,
I just studied the whole taylor and laurent series, and I think I mixed them up alittle.so here's what I know:
- if we have a contor in which our f(z) is analytic completely, we can expand it in taylor series.
- if we have singularities, we can expand the functions around the singularities in laurent series.
now, suppose we have a funcion that we want to expand around some point. what formula exactly we should use? the integrals? the [tex]\Sigma[/tex] s?
suppose for example the function f(z)=exp(z).
what is the taylor expansion of that?
- can anyone give me some hard example and solve it?:confused:
 
Physics news on Phys.org
Well, for f(x)= exp(z), you just said it didn't you? exp(z) is analytic for all z so it can be exended in a Taylor's series for any a: around z= a,
[tex]e^z= \sum_{n=0}^\infty \frac{e^a}{n!}(z- a)^n[/tex]

The function [itex]f(x)= e^z/(z- 1)[/itex] is analytic everywhere except at z= 1. To find its Laurent series, about z= 1, take the Taylor's series for [itex]e^z[/itex] around z= 1,
[tex]\sum_{n=0}^\infty \frac{e}{n!}(z- 1)^n[/tex]
and divide each term by z- 1:
[tex]\sum_{n=0}^\infty \frac{e}{n!}(z- 1)^{n-1}[/tex]
which can be written as
[tex]\sum_{m=-1}^\infty \frac{e}{((m+1)!}(z-a)^m[/tex]
which is a Laurent series because it contains negative powers,
by letting m= n- 1.
 
thanx for the nice example which I completely understood, but I still feel like my knowledge on this subject is a bit bald! can u suggest me anything good to read? I have had churchill complex analysis and it was o.k, but I think I need more examples.