Let $f(z)=\frac{10z}{z^2+z-6}$, find the coefficient of $z$ in the Taylor series of $f$ expanded about $z=0$ and state the open set in $\mathbb C$ where the series converges.
Find the Laurent series of $f$ about $z=-3$ and state the open set where this series converges.
- For the first part:
$$\begin{align}f(z)&=\frac{6}{z+3}+\frac{4}{z-1}\\ &=\frac{6}{3}\frac{1}{1+\frac{z}{3}}-4\frac{1}{2-z}\\ &=2\frac{1}{1-(-\frac{z}{3})}-2\frac{1}{1-\frac{z}{2}}\end{align}$$
So Taylor series would be
$$2\sum_{n=0}^{\infty}\left(-\frac{z}3\right)^n-2\sum_{n=0}^{\infty}\left(\frac{z}2\right)^n$$
Where $|-\frac{z}{3}|<1$ and $|\frac{z}{2}|<1$, so $|z|<3$ and $|z|<2$, is this correct so far and how do I deduce the open set from this? Would it be $B_3(0)\setminus B_2(0)$?
- For the second part:
Let $z=-3+w$ and input into $f$,
$$\begin{align}f(z)&=\frac{6}{(-3+w)+3}+\frac{4}{(-3+w)-2} \\ &=\frac{6}{w}+\frac{4}{-5+w}\\ &=\frac{6}{1-1+w}+\frac{-4}{5-w}\end{align}$$
....and then I get a little lost from there.
Any corrections, tips or solutions would be great!!
We consider the function \begin{align*} f(z)&=\frac{10z}{z^2+z-6}\\ &= \frac{6}{z+3} +\frac{4}{z-2}\\ \end{align*}
We are interested in an expansion as Taylor series and observe the region $D_1$ is the corresponding open set of convergence with the representation of $f$ as Taylor series as stated by OP:
\begin{align*} f(z)&= \frac{6}{z+3} + \frac{4}{z-2}\\ &= 2\sum_{n=0}^\infty\left(-\frac{z}{3}\right)^n-2\sum_{n=0}^\infty\left(-\frac{z}{2}\right)^n \end{align*}
The expansion of $f$ as Laurent series in $D_4$ is
\begin{align*} f(z)&= \frac{6}{z+3} + \frac{4}{z-2}\\ &= \frac{6}{z+3} +\frac{4}{(z+3)-5}\\ &= \frac{6}{z+3} -\frac{4}{5}\cdot\frac{1}{1-\frac{z+3}{5}}\\ &= \frac{6}{z+3} -\frac{4}{5}\sum_{n=0}^\infty\frac{1}{5^{n}}(z+3)^{n}\\ \end{align*}
The expansion of $f$ as Laurent series in $D_5$ can be calculated similarly.