Questions tagged [laurent-series]

This tag is for questions about finding a Laurent series of functions and their convergence. The Laurent series is a generalisation of the power series which allows negative indices and is essential for investigating the behaviour of functions near poles.

Laurent series: Suppose that $~f(z)~$ is analytic on the annulus $~A : r_1 <|z − z_0| < r_2~$. Then $~f(z)~$ can be expressed as a series $$f(z) = \sum_{n=1}^{\infty}\frac{b_n}{(z-z_0)^n}+\sum_{n=0}^{\infty}a_n(z-z_0)^n$$ The coefficients have the formulas $$a_n=\frac{1}{2\pi i}\int_\gamma \frac{f(w)}{(w-z_0)^{n+1}}\, dw$$and$$b_n=\frac{1}{2\pi i}\int_\gamma {f(w)}{(w-z_0)^{n-1}}\, dw$$where $~\gamma~$ is any circle $~|w − z_0| = r~$ inside the annulus, i.e. $~r_1 < r < r_2~.~$

The entire series is called the Laurent series for $~f~$ around $~z_0~$.

Notes: $~(a)~~~$ The series $$\sum_{n=0}^{\infty}a_n(z-z_0)^n$$ is called the analytic or regular part of the Laurent series.

$(b)~~~$ The series $$\sum_{n=1}^{\infty}\frac{b_n}{(z-z_0)^n}$$ is called the singular or principal part of the Laurent series.

$(c)~~~$ Since $~f(z)~$ may not be analytic (or even defined) at $~z_0~$ we don’t have any formulas for the coefficients using derivatives.

Remarks:

  • The series $$\sum_{n=0}^{\infty}a_n(z-z_0)^n$$converges to an analytic function for $~|z − z_0| < r_2~$.
  • The series $$\sum_{n=1}^{\infty}\frac{b_n}{(z-z_0)^n}$$converges to an analytic function for $~ |z − z_0| > r_1~$.
  • Together, the series both converge on the annulus $~A~$ where $~f~$ is analytic.

The Laurent series is calculated over contour integrals of counterclockwise self-avoiding rectifiable paths of the function. For holomorphic functions the Taylor series and Laurent series are identical.

The Laurent series has a principal part, which consists entirely of negative-degree terms. When the principal part vanishes (there are no negative indices) the function is holomorphic; when it is an infinite sum the function has an essential pole.

Reference:

https://en.wikipedia.org/wiki/Laurent_series

1827 questions
0
votes
0 answers

Laurent expansion of 1/sin(z)

I've been looking for a concise explanation of how to obtain the Laurent expansion for $$\frac{1}{\sin(z)}$$ My attempt at it has me confused by it pretty quickly. I start with the knowledge that…
Taylor
  • 685
0
votes
2 answers

residue theorem, laurent espansion, singularities and order of poles

for this question i have found that for part (i) at $z=0$ we have an essential singularity however, I'm not sure how to solve for the residual? (ii) at $z=0$ we have a pole of order $2$, and i have found the residual to be $1$ (iii) at $z=0$ we…
jimmy
  • 79
0
votes
0 answers

Laurent expansion question

I'm quite stuck on how to solve this using the Laurent expansion as the denominator is simply $z^3$ rather than something like $1-z$ separate question! I'm not too sure how to solve this, I've found that for $|z|<1$ we have $$i\sum_{n=0}^\infty…
jimmy
  • 79
0
votes
1 answer

Laurent series question

Determine the Laurent expansion about $z_0=0$ for $$g(z)=\frac1{(z-1)(z-3)} \text{ on } \left\{z\in\mathbb C:1<\lvert z\rvert<3\right\}$$ I'm currently trying to solve this question, I have work out the solution to be $$-\frac{1}{2}…
jimmy
  • 79
0
votes
1 answer

Problem from complex analysis regarding series representation

The question asks Represent the function $f(z) = \frac{z+1}{z-1}$ by its Maclaurin series for $|z|<1$ and its Laurent series for $1<|z|<\infty$. The answers the book gives are: Maclaurin series: $-1-2\sum_{n=1}^{\infty}z^n$ Laurent series:…
Kevin Sheng
  • 2,483
-1
votes
1 answer

What is the Laurent series of function $f(z)= 1 / (1- z ^2)$ with centre at $z=1$?

What will be the Laurent series for above function?
-1
votes
1 answer

Laurent series expansion of $\frac1{(x-1)^2(x-3)}$

What is the Laurent series expansion of $\;\dfrac1{\left(x-1\right)^2\left(x-3 \right)}\,$ over $\;0<\left\lvert x-1\right\rvert < 2$ and $0<\left\lvert x-3 \right\rvert < 3$?
-2
votes
1 answer

What's the Laurent series expansion to (1/(z-1)*(z+i))

I need to find the expansion of Laurent series to $\frac{1}{( z-1)( z+i)}$, specifying the singularities and the ring in which it is valid. I tried to use the example of the function $\frac{1}{( z-1)( z+2)}$ as a base, but I couldn't develop it as a…
1 2 3 4 5
6