Calculate $$\int ^{4\pi} _{-4\pi} \frac{(\sin x)^2-(\sin x)^4}{1-(\sin x)^4}dx$$
I tried to do this task in several ways, but none of them proved to be effective.
For example:
$$\int ^{4\pi} _{-4\pi} \frac{(\sin x)^2-(\sin x)^4}{1-(\sin x)^4}dx=\int ^{4\pi} _{-4\pi} \frac{(\sin x)^2(1-(\sin x)^2)}{1-(\sin x)^4}dx=\int ^{4\pi} _{-4\pi} \frac{(\sin x)^2}{1+(\sin x)^2}dx=\int ^{4\pi} _{-4\pi} \frac{1}{1+\frac{1}{(\sin x)^2}}dx$$
However I don't know what I can do the next to finish this task. When I use $u=(\sin x)^2 $ I have $du=\cos x dx$ so I can't use it.
Have you got some intelligent way to do this task?
Doing $x=\arctan t$ and $\mathrm dx=\frac1{1+t^2}\,\mathrm dt$, you get$$\int\frac{\sin^2x}{1+\sin^2x}\,\mathrm dx=\int\frac{t^2}{2 t^4+3 t^2+1}\,\mathrm dt=\int\frac{1}{t^2+1}-\frac{1}{2 t^2+1}\,\mathrm dt.$$Can you take it from here?