Laurent series and region of convergence of $\frac{z}{(z+2)(z+1)}$ at $z=-2$

206 Views Asked by At

I am trying to find the Laurent series and region of convergence $\frac{z}{(z+2)(z+1)}$ at $z=-2$. I found that

$$ \frac{z}{(z+2)(z+1)}=\frac{2}{z+2}+\sum^\infty_{n=0}(z+2)^n $$

But I am confused because usually when I am asked to find the radius of convergence of Laurent series I just calculate the radius for the series but for the function above we have a series plus the term $\frac{2}{z+2}$ so do I just find the radius of convergence of the series and ignore the term $\frac{2}{z+2}$?

3

There are 3 best solutions below

2
On BEST ANSWER

Here we have to find two radii: the inner radius and the outer radius. Inner radius: the function $\frac{2}{z+2}$ is not defined at $z=-2$, so we need that $|z+2|>0$. Outer radius: the series $\sum^\infty_{n=0}(z+2)^n$ is convergent for $|z+2|<1$. Putting all together we have that the region of convergence is $0<|z+2|<1$.

0
On

If you set, as $z \to -2$, $$ u=z+2,\quad u \to 0, $$ then you get, for $|u|<1$ and $u\neq0$, $$ \frac{z}{(z+2)(z+1)}=\frac{u-2}{u(u-1)}=\frac{2}{u}+\frac{1}{1-u}=\frac{2}{u}+\sum_{n=0}^\infty u^n=\frac{2}{z+2}+\sum^\infty_{n=0}(z+2)^n $$ the latter Laurent series then exists for $0<|z+2|<1$.

0
On

If you have a laurent series $$ \sum_{k=1}^\infty a_{-k}(z-z_0)^{-k}+\sum_{k=0}^\infty a_k(z-z_0)^k $$ then you have to compute $$ r=\limsup_{k\to\infty} \sqrt[k]{|a_{-k}|} $$ and $$ R=\frac{1}{\limsup_{k\to\infty} \sqrt[k]{|a_{k}|}}. $$ Then your laurent series is defined for $r<|z-z_0|<R$.