Laurent series expansion in powers of $z$

74 Views Asked by At

Find the Laurent series expansion in powers of $z$ of
$f(z) = \frac{\cos(z^2)}{z^3}$
valid in the region $|z| > 0$

My Instinct is to make use of the fact that $\cos(z^2) = \frac{1}{2}(e^{z^2 i\theta} + e^{-z^2 i\theta} ) $. But I am a bit lost and have never seen a Laurent series with trigonometric functions in before this.

1

There are 1 best solutions below

0
On BEST ANSWER

Remember that

$$ \cos z = \sum_{k = 0}^{+\infty} \frac{(-1)^k}{(2k)!}z^{2k} $$

So that

$$ \frac{\cos z^2}{z^3} = \frac{1}{z^3}\sum_{k = 0}^{+\infty} \frac{(-1)^k}{(2k)!}z^{4k} $$