Laurent series of z^2sin(1/(z-1))

Arya Prasetya
Messages
8
Reaction score
3

Homework Statement



Find Laurent series of $$z^2sin(\frac{1}{1-z})$$ at $$0<\lvert z-1 \rvert<\infty$$

Homework Equations



sine series expansion.

The Attempt at a Solution



At first, it seems pretty elementary since you can set
w=\frac{1}{z-1} and expand at infinity in z, which is 0 in w. Therefore, $$z^2sin(\frac{1}{z-1})=(\frac{1}{w^2}+\frac{2}{w}+1)sin(w)$$
$$=(\frac{1}{w^2}+\frac{2}{w}+1)\sum_{n=0}^\infty\frac{(-1)^nw^{2n+1}}{(2n+1)!}$$
$$=\sum_{n=0}^\infty\frac{(-1)^nw^{2n-1}}{(2n+1)!}+2\sum_{n=0}^\infty\frac{(-1)^nw^{2n}}{(2n+1)!}+\sum_{n=0}^\infty\frac{(-1)^nw^{2n+1}}{(2n+1)!}$$

But now, I am having troubles adjusting the sums so that the coefficients coincide into one series. The problem I have right now is the change of indices. I believe it is possible to do it for the 1st and 3rd term so that it becomes one. However, It might be impossible incorporating the term contributing to even powers of the w into one sum. Is it the case that Laurent series is able to be represented as 2 or more sums and have its coefficient on an even-odd case basis? Have I done something wrong?

Looking forward for the help and thanks in advance.
 
Physics news on Phys.org
Arya Prasetya said:

Homework Statement



Find Laurent series of $$z^2sin(\frac{1}{1-z})$$ at $$0<\lvert z-1 \rvert<\infty$$

Homework Equations



sine series expansion.

The Attempt at a Solution



At first, it seems pretty elementary since you can set
w=\frac{1}{z-1} and expand at infinity in z, which is 0 in w. Therefore, $$z^2sin(\frac{1}{z-1})=(\frac{1}{w^2}+\frac{2}{w}+1)sin(w)$$
$$=(\frac{1}{w^2}+\frac{2}{w}+1)\sum_{n=0}^\infty\frac{(-1)^nw^{2n+1}}{(2n+1)!}$$
$$=\sum_{n=0}^\infty\frac{(-1)^nw^{2n-1}}{(2n+1)!}+2\sum_{n=0}^\infty\frac{(-1)^nw^{2n}}{(2n+1)!}+\sum_{n=0}^\infty\frac{(-1)^nw^{2n+1}}{(2n+1)!}$$

But now, I am having troubles adjusting the sums so that the coefficients coincide into one series. The problem I have right now is the change of indices. I believe it is possible to do it for the 1st and 3rd term so that it becomes one. However, It might be impossible incorporating the term contributing to even powers of the w into one sum. Is it the case that Laurent series is able to be represented as 2 or more sums and have its coefficient on an even-odd case basis? Have I done something wrong?

Looking forward for the help and thanks in advance.
It often helps to write down a couple of terms, say from ##w^{-1}## to ##w^3##. Another possibility is to introduce new counters: ##m=2n-1## in the first series, ##m=2n## in the second, and ##m=2n+1## in the third. The second has only even powers, and the first and third have only odd powers, so they can be added. You'll get an extra term for ##w^{-1}## which occurs only once. In the end you'll get something like
$$
a_{-1}w^{-1} + \sum_{m \;even}a_mw^m + \sum_{m \;odd}a_mw^m
$$
which results in ##\sum_{m \geq -1}a_mw^m## with ##a_m =
\begin{cases}
\ldots & \text{if } m = -1 \\
\ldots & \text{if } m \geq 0 \text{ and } m \text{ odd } \\
\ldots & \text{if } m \geq 0 \text{ and } m \text{ even }
\end{cases}##
 
Ahh ok, got it got it, that's what I thought. Thanks for the insight! :)
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top