I am a newbie in learning topic of integration. My friend asked me to find indefinite integral shown below
$$I=\int \frac{1} {{\sin x+\sec^2x}} \, \mathrm{d}x \tag 1$$
What I tried until now is the substitution $t=\sin x$ and $\frac{\textrm{d}t}{\textrm{d}x}=\cos x$. Now, converting equation $(1)$ in terms of $t$ to get
$$I=\int \frac{(1-t^2)^{1/2}} {{1+t(1-t^2)}} \, \mathrm{d}t$$
But, as you can see, it became more complicated than the original equation $(1)$. So, can anybody help me to integrate this integral?
With the usual tangent half-angle substitution, $x=2\arctan t$, the integral becomes: $$ I = 2\int \frac{(1-t^2)^2}{1+2t+3t^2-4t^3+3t^4+2t^5+t^6}\,dt\tag{1}$$ So, assuming we know the roots of the polynomial $p(t)=1+2t+3t^2-4t^3+3t^4+2t^5+t^6$, we can solve the above integral through partial fraction decomposition. That polynomial is palyndromic, so if $\zeta$ is a root, $\frac{1}{\zeta}$ is a root, too, and the original problem boils down to finding the roots of a third-degree polynomial.
For instance, by replacing $t+\frac{1}{t}$ with $u$, then $u$ with $2v$, we get: $$ I = 2\int\frac{\sqrt{u^2-4}}{u^3+2u^2-8}\,du = \int \frac{\sqrt{v^2-1}}{v^3+v^2-1}\,dv\tag{2}$$ and by replacing $v$ with $\cosh z$ we have: $$ I = \int \frac{\sinh^2 z}{\cosh^3 z+\cosh^2 z-1}\,dz. \tag{3}$$ Anyway, since the discriminant of $v^3+v^2-1$ is $-23$, the closed form of $(1)$ is not nice at all.