Integrate: $$\int { \arctan{t} \over \sqrt{t} }\,\mathrm dt$$
My attempt:
I first substituted $y = \sqrt{t}$
then $$\int { \arctan{t} \over \sqrt{t} }\,\mathrm dt = 2\int { \arctan{y^2}}\,\mathrm dy$$
then I integrated by parts:
$u = \arctan{y^2}$, $v' = 1$ $$ = 2\left(y\arctan{y^2} - \int { y^2 \over 1+y^4}\,\mathrm dy\right)$$
but I am stuck, I cannot think of a way to solve this other integral. I believe there is a more straightforward approach than the one I am using.
Thanks in advance.
Elaborating on the comment, the key is to note that the denominator can indeed be further factored
$$\begin{align*}y^4+1 & =y^4+2y^2+1-2y^2\\ & =\left(y^2+1\right)^2-2y^2\\ & =\left(y^2+y\sqrt2+1\right)\left(y^2-y\sqrt2+1\right)\end{align*}$$
Therefore, we can use standard partial fraction decomposition to arrive at
$$\frac {y^2}{y^4+1}=\frac {Ay+B}{y^2+y\sqrt2+1}+\frac {Cy+D}{y^2-y\sqrt2+1}=\frac 1{2\sqrt{2}}\left(\frac {y}{y^2-y\sqrt{2}+1}-\frac {y}{y^2+y\sqrt{2}+1}\right)$$
The integral becomes
$$\int\frac {y^2}{y^4+1}\,\mathrm dy=\frac 1{2\sqrt{2}}\int\frac {y}{y^2-y\sqrt{2}+1}\,\mathrm dy-\frac 1{2\sqrt2}\int\frac {y}{y^2+y\sqrt{2}+1}\,\mathrm dy$$
The resulting integral can be evaluated by first observing that $(y^2\pm y\sqrt{2}+1)'=2y\pm\sqrt{2}$. Thus, adding and subtracting $1/\sqrt2$ from the numerator then gives
$$\begin{align*}\int\frac {y}{y^2\pm y\sqrt{2}+1}\,\mathrm dy & =\frac 12\int\frac {2y\pm\sqrt{2}\mp\sqrt{2}}{y^2\pm y\sqrt{2}+1}\,\mathrm dy\\ & =\frac 12\int\frac {2y\pm\sqrt{2}}{y^2\pm y\sqrt{2}+1}\,\mathrm dy\mp\frac 1{\sqrt{2}}\int\frac {\mathrm dy}{\left(y\pm\frac 1{\sqrt2}\right)^2+\frac 12}\\ & =\frac 12\log(y^2\pm y\sqrt{2}+1)\mp\arctan\left(y\sqrt{2}\pm 1\right)\end{align*}$$
Putting everything together, then we see that
$$\begin{align*}\int\frac {y^2}{y^4+1}\,\mathrm dy=\frac 1{4\sqrt2}\log\left(\frac {y^2-y\sqrt{2}+1}{y^2+y\sqrt{2}+1}\right) & +\frac 1{2\sqrt{2}}\arctan\left(y\sqrt{2}-1\right)\\ & +\frac 1{2\sqrt{2}}\arctan\left(y\sqrt{2}+1\right)+C\end{align*}$$
Thus, our integral becomes
$$\begin{align*}\int\arctan y^2\,\mathrm dy=y\arctan y^2-\frac 1{2\sqrt2}\log\left(\frac {y^2-y\sqrt2+1}{y^2+y\sqrt2+1}\right) & -\frac 1{\sqrt2}\arctan\left(y\sqrt2-1\right)\\ & -\frac 1{\sqrt2}\arctan\left(y\sqrt2+1\right)+C\end{align*}$$
Confirmed by Wolfram Alpha