Laurent series around infinity

Click For Summary
SUMMARY

The discussion focuses on calculating the Laurent series of the function \(\frac{1}{(z^{2}+1)^{2}}\) around the point \(z_{0} = \infty\). The user initially derived the series using partial fractions and infinite series expansions but sought a more efficient method. The alternative approach involves substituting \(w = \frac{1}{z}\) to transform the function, leading to a simplified calculation of the series. The final result is expressed as \(\frac{1}{4} \sum_{n=0}^{\infty} (n+2)\left(\left(\frac{1}{iz}\right)^{n+4} + \left(\frac{1}{-iz}\right)^{n+4}\right)\).

PREREQUISITES
  • Understanding of Laurent series and their applications in complex analysis.
  • Familiarity with infinite series and power series expansions.
  • Knowledge of complex functions and their derivatives.
  • Proficiency in substitution methods in calculus, particularly in complex variables.
NEXT STEPS
  • Study the properties of Laurent series and their convergence in complex analysis.
  • Learn about the residue theorem and its applications in evaluating complex integrals.
  • Explore advanced techniques for series expansion, including Taylor and Laurent series comparisons.
  • Investigate the use of symbolic computation tools like WolframAlpha for verifying complex calculations.
USEFUL FOR

Mathematicians, students of complex analysis, and anyone involved in advanced calculus or mathematical physics who seeks to deepen their understanding of series expansions around singularities.

SqueeSpleen
Messages
138
Reaction score
5
Laurent series at infinity point

I already calculated it, but my work was too long, I really wish to find a shorter route.
Calculate the Laurent series of [itex]\frac{1}{(z^{2}+1)^{2}}[/itex] around [itex]z_{0} = 0[/itex]
First, I used simple fractions and I got:
[itex]\frac{1}{(z^{2}+1)^{2}}=\frac{-i}{4} \frac{1}{z-i} + \frac{i}{4} \frac{1}{z+i} + \frac{-1}{4} \frac{1}{(z-i)^{2}} + \frac{-1}{4} \frac{1}{(z+i)^{2}}[/itex]
Then I did:
[itex]\frac{1}{z-i}=\frac{1}{-i(1+iz)}= i \displaystyle \sum_{n=0}^{\infty} (-iz)^{n}[/itex]
[itex]\frac{1}{z+i}=\frac{1}{i(1-iz)}= -i \displaystyle \sum_{n=0}^{\infty} (iz)^{n}[/itex]
[itex]\frac{1}{(z-i)^{2}} = \frac{\partial}{\partial z} ( - \frac{1}{z-i} )[/itex]
[itex]\frac{1}{(z+i)^{2}} = \frac{\partial}{\partial z} ( - \frac{1}{z+i} )[/itex]
Then we got:
[itex]\frac{1}{(z-i)^{2}} = \frac{\partial}{\partial z}( -i \displaystyle \sum_{n=0}^{\infty} (-iz)^{n} ) = -i \displaystyle \sum_{n=0}^{\infty} (n+1) (-i) (-iz)^{n}[/itex]
[itex]\frac{1}{(z+i)^{2}} = \frac{\partial}{\partial z}( i \displaystyle \sum_{n=0}^{\infty} (iz)^{n} ) = i \displaystyle \sum_{n=0}^{\infty} (n+1) (i) (iz)^{n}[/itex]
Then we have
[itex]\frac{1}{4} (-i i \displaystyle \sum_{n=0}^{\infty} (-iz)^{n} + i(-i) \displaystyle \sum_{n=0}^{\infty} (iz)^{n} + (-1) (-i) \displaystyle \sum_{n=0}^{\infty} (n+1) (-i) (-iz)^{n} + (-1) i \displaystyle \sum_{n=0}^{\infty} (n+1) (i) (iz)^{n} =[/itex]
[itex]= \frac{1}{4} (\displaystyle \sum_{n=0}^{\infty} (-iz)^{n} + \displaystyle \sum_{n=0}^{\infty} (iz)^{n} + i \displaystyle \sum_{n=0}^{\infty} (n+1) (-i) (-iz)^{n} + (-i) \displaystyle \sum_{n=0}^{\infty} (n+1) (i) (iz)^{n} ) =[/itex]
[itex]= \frac{1}{4} (\displaystyle \sum_{n=0}^{\infty} (-iz)^{n} + (iz)^{n} + i(n+1) (-i) (-iz)^{n} + (-i) (n+1) (i) (iz)^{n} ) =[/itex]
[itex]= \frac{1}{4} (\displaystyle \sum_{n=0}^{\infty} ((-iz)^{n} + (iz)^{n}) + (n+1)((-iz)^{n} + (iz)^{n}) )) =[/itex]
[itex]= \frac{1}{4} (\displaystyle \sum_{n=0}^{\infty} (n+2)((-iz)^{n} + (iz)^{n}))[/itex]
So we have [itex]a_{n}=0[/itex] [itex]n=2k+1[/itex] and if [itex]n=2k[/itex] [itex]a_{n} = (2n+4)/4 = 2k+1[/itex]
This is the Taylor series around [itex]z_{0}=0[/itex]
We want the Laurent series around [itex]z_{0} = \infty[/itex] so we do:
[itex]\frac{1}{(z^{2}+1)^{2}} = \frac{1}{z^{4}} \frac{1}{(z^{-2}+1)^{2}}[/itex]
We take [itex]w = \frac{1}{z}[/itex] and when [itex]w \to 0[/itex] we have [itex]\frac{1}{z} \to 0[/itex]
As [itex]\frac{1}{z^{4}} \frac{1}{(z^{-2}+1)^{2}} = w^{4} \frac{1}{(w^{2}+1)^{2}}[/itex], the Laurent series of this function is the same we previously calculated with a +4 in the exponent.
We revert the change of variable and we got the series.

[itex]\frac{1}{4} \displaystyle \sum_{n=0}^{\infty} (n+2)((\frac{1}{iz})^{n+4} + (\frac{1}{-iz})^{n+4})[/itex]

Finally, there are a lots of things I did I'm not really sure if were well done, I verified my work with calculator and later with wolframalpha, but I'm not sure what I this is right.
 
Last edited:
Physics news on Phys.org
That's well-done in my opinion. Suppose you could have outright made the substitution [itex]z\to 1/w[/itex] to obtain

[tex]w^4\left(-\frac{1}{2w}\frac{d}{dw} \frac{1}{1+w^2}\right)[/tex]

and just expand the [itex]\frac{1}{1+w^2}[/itex] about zero.
 
  • Like
Likes   Reactions: 1 person
Thanks, it's a waaay shorter.
[itex]z = \frac{1}{w} \Rightarrow \frac{1}{(z^{2}+1)^{2}} = \frac{1}{(\frac{1}{w^{2}}+1)^{2}} = \frac{1}{\frac{1}{w^{4}} ( 1+w^{2})^{2}} = w^{4} \frac{1}{(w^{2}+1)^{2}}[/itex]
[itex]\frac{d}{d w} (\frac{1}{w^{2}+1}) = \frac{-2w}{(w^{2}+1)^{2}} \Rightarrow \frac{1}{(w^{2}+1)^{2}} = -\frac{1}{2w} \frac{d}{d w} (\frac{1}{w^{2}+1})[/itex]
[itex]w^{4} (-\frac{1}{2w} \frac{d}{d w} (\frac{1}{w^{2}+1})) = (-\frac{w^{3}}{2} \frac{d}{d w} (\frac{1}{w^{2}+1}))[/itex]
[itex]\frac{1}{1+w^{2}} = \displaystyle \sum_{n=0}^{\infty} (-w^{2})^{n}[/itex]
[itex]\frac{d}{d w} \frac{1}{1+w^{2}} = \displaystyle \sum_{n=0}^{\infty} (n+1) (-w^{2})^{n} (-2w) \Rightarrow (-\frac{w^{3}}{2} \frac{d}{d w} (\frac{1}{w^{2}+1})) = \displaystyle \sum_{n=0}^{\infty} (n+1) (-w^{2})^{n} (-2w) (-\frac{w^{3}}{2})=[/itex]
[itex]= \displaystyle \sum_{n=0}^{\infty} (n+1) (-w^{2})^{n} (w^{4}) = \displaystyle \sum_{n=0}^{\infty} (n+1) (-1)^{n} w^{2n+4} = \displaystyle \sum _{n=0}^{\infty} (n+1) (-1)^{n} \frac{1}{z^{2n+4}}[/itex]

Which is valid for all [itex]z \in \mathbb{C} / | z | > 1[/itex] (In the mess I forget to mention it my the previous post). We know it's valid here because it's where the geometric series equality is true.
 
Last edited:

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
13
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
8
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K