Here's a line integral that turned out I couldn't find its closed form:
$I=\int_{C}{arcsin(y)dx}+{x^3dy}$,
where curve C: { $x=t\sqrt{t}$, $y=arctan(\sqrt{t})$ and $t\in[0,1]$ };
$x'(t)={\frac{3}{2}\sqrt{t}}$
$y'(t)={\frac{1}{2\sqrt{t}(1+t)}}$
=> $I=\int_{0}^{1}[{arcsin(arctan(\sqrt{t})){\frac{3}{2}\sqrt{t}}}+{\frac{t^4}{2(1+t^2)}]dt}$,
Let us note:
$I_1=\int_{0}^{1}{arcsin(arctan(\sqrt{t})){\frac{3}{2}\sqrt{t}}}dt$
and
$I_2=\int_{0}^{1}{\frac{t^4}{2(1+t^2)}dt}$;
There shouldn't be any problems solving $I_2$. But there are some problems (as I see it) regarding integral $I_1$.
My approach to it was setting $t=tan^2{(u)};$
$t=0\rightarrow$ $u=0$; $t=1 \rightarrow u=\frac{\pi}{4}$
$dt=2\tan(u){\cdot}\tan{'}(u)du;$
So, $I_1=\int_{0}^{\frac{\pi}{4}}{\arcsin(arctan{(|\tan{u}|)}}{\cdot}3{\ |\tan{u}|}{\cdot}\tan(u)\tan{'}(u)du$
I assumed that $tan{(u)}>0$ for $u {\in}[0, {\frac{\pi}{4}}]$ which implies $|\tan{(u)}|=\tan{(u)}$,
Therefore, we would have:
$I_1=\int_{0}^{\frac{\pi}{4}}{\arcsin{(u)}}{\cdot}3{\cdot}{\tan^2{(u)}{\cdot}{\tan'{(u)}}}du=\int_{0}^{\frac{\pi}{4}}{\arcsin{(u)}}{\cdot}[{\tan^3{(u)}}]'du$
$={\arcsin{(u)}{\cdot}{\tan^3{(u)}|_{0}^{\frac{\pi}{4}}}}-\int_{0}^{\frac{\pi}{4}}{\frac{\tan^3{(u)}}{\sqrt{1-u^2}}}du$.
Let $J=\int_{0}^{\frac{\pi}{4}}{\frac{\tan^3{(u)}}{\sqrt{1-u^2}}}du$
So what would $J$ round up to? Can we end up with a closed form solution? Or is it bound to be numerically integrated or approximated with Taylor series? Or maybe we could get it in form of Struve/Bessel functions? If one of these possibilites is available, how can it be done? If not, then what?
To be honest with you, I think (to be interpreted as 'I'm not so sure') it shouldn't be something too complicated given the fact that after all, it is a line integral.
If I did something wrong I will be most eager to know what and learn from it. Thank you for your time invested in it.
Best regards.
This is not an answer.
Considering $$I=\int \sqrt{t} \sin ^{-1}\left(\tan ^{-1}\left(\sqrt{t}\right)\right)\,dt$$ none of the CAS I tried has been able to provide any expression (even using special functions).
Considering the numerical integration $$J=\int_0^1 \sqrt{t} \sin ^{-1}\left(\tan ^{-1}\left(\sqrt{t}\right)\right)\,dt=0.4632123107582015077125384493582154662529123249$$ none of the inverse symbolic calculators has been able to identify the result.
In any manner, in my humble opinion, for numerical integration, it would be better to leave it as written since, over the range, the integrand is almost linear (this is not at all the case after the change of variable $t=\tan^2{(u)}$).
If you make $t=u^2$, the integrand fo $I$ becomes $2 u^2 \sin ^{-1}\left(\tan ^{-1}(u)\right)$ which, expanded as a Taylor series, gives $$2 u^2 \sin ^{-1}\left(\tan ^{-1}(u)\right)=2 \sum_{n=1}^\infty \frac{a_n}{b_n}u ^{2n+1}$$ where the $a_n$ and $b_n$ respectively correspond to sequences $A096717$ and $A096718$ at $OEIS$. You should notice that no asymptotics are provided.