0

How find this $$I=\int\dfrac{1}{\sin^5{x}+\cos^6{x}}dx$$

this problem is from china exam.so I think have closed form

I find this [wolf]

[wolf]:http://www.wolframalpha.com/input/?i=1%2F%28%28sinx%29%5E5%2B%28cosx%29%5E6%29dxenter image description here

such this example: use wolf give us too hard form,But I can use hand to solve it:

How find this integral $I=\int\frac{1}{\sin^5{x}+\cos^5{x}}dx$

see this wolf

enter image description here

math110
  • 93,304

1 Answers1

1

The best i can do:

By substituting \begin{align*} t&=\tan\frac x2\\ \sin x&=\frac{2t}{1+t^2}\\ \cos x&=\frac{1-t^2}{1+t^2} \end{align*} the integral can be written as $$2\int\frac{\left(1+t^2\right)^5}{t^{12}-6t^{10}+32t^7-20t^6+32t^5+15t^4-6t^2+1}\,dt$$ This integral is solvable by partial fractions if we know the roots of the denominator, but the roots can probably not be expressed in any nice way. Wolfram Alpha is just calling the roots $\omega$ I believe.

slo
  • 699