My task is to compute $\int _\gamma \frac {sinz} {z^2+1}dz$, where $\gamma$ is the positvely oriented circle centered at the origin of radius 2.
I tried an approach similar to Jacky Chong's solution for a previous question I asked. I wrote $\int _\gamma \frac {sinz} {z^2+1}dz=\int _0 ^{2π} \frac {sin(2e^{it})} {4e^{i2t}+1}2ie^{it}dt=\int _0 ^{2π}f(t)dt+i\int _0 ^{2π}g(t)dt$ for some real functions $f$ and $g$.
But these functions are not pretty. We have $f(t)= \frac {6sint[e^{-2sint}sin(2cost)+e^{2sint}sin(2cost)]-10cost[e^{2sint}cos(2cost)-e^{-2sint}cos(2cost)} {36cos^2t+18}$
One could, in theory, compute this ugly integral, although I am having trouble doing that. But looking at the graph of $f(t)$, we should have $\int _0 ^{2π}f(t)dt=0$.
Now, to finish the problem, one could compute $g(t)$ (another ugly function) and integrate it.
Anyways, I suspect that there is an easier way to solve the problem. (Hopefully without involving the Cauchy Residue Theorem, since my class hasn't learned that yet.)
An acceptable answer will be one of the following:
- Show me how to integrate $f$ and $g$
- Come up with a different way of solving the problem
HINT: use the expansion of the sine function, that is, $\sin z=\sum_{k=0}^\infty(-1)^k\frac{z^{2k+1}}{(2k+1)!}$. It "reduces" to a series of integrals of the kind
$$\int_\gamma\frac{z^{2k+1}}{z^2+1}\, dz$$
that probably you can handle using the ideas of the answer of Jacky Chong that you had linked. However, the expression of the series as a simple value could be difficult.