I was trying to compute the value of the integral
$$\ I = \int_1^{\sqrt2} \frac{\operatorname{arctanh}(\sqrt{2-x^2})}{1+x}dx$$
I began by declaring the family of integrals:
$$\ I(a) = \int_1^{\sqrt2} \frac{\operatorname{arctanh}(a\sqrt{2-x^2})}{1+x}dx$$
And then differentiating under the integral sign in accordance to the Leibnitz rule, keeping in mind that:
$$\frac{d}{dx}\operatorname{arctanh}(x) = \frac{1}{1-x^2}$$
I obtained:
$$\ I'(a) = \int_1^{\sqrt2} \frac{\sqrt{2-x^2}dx}{(1-a^2(2-x^2))\cdot (1+x)}$$
Now I substitute $\ x = \sqrt2 sin\theta$. Changing the bounds, I received:
$$\ I'(a) = \int_{\frac{\pi}{4}}^{\frac{\pi}{2}} \frac{2\cos^2\theta d\theta}{(1-2a^2\cos^2\theta)\cdot (1+\sqrt2 \sin\theta)}$$
The problem with this integral is that - When the cosine term in the denominator varies from $\frac{1}{\sqrt2}$ to $0$, it will reach a point within the above range such that
$$\ 1 = 2a^2cos^2\theta$$
For all non zero $a>1$, it will have an asymptote. I do not understand how we will be able to then simplify the integral further. Maybe the radius of convergence of the integral necessitates that $\ a<1$?
If we assume that the integral converges, I think we can evaluate $I'(a)$ by multiplying and dividing by $\frac{-1}{a^2}$.
I am getting a not-so-good expression for $I'(a)$:
$$\ I'(a) = \frac{-1}{a^2}\cdot \big[ \frac{1}{2}\cdot \log(2) - \int_{\frac{\pi}{4}}^{\frac{\pi}{2}} \frac{d\theta}{(1-2a^2\cos^2\theta)(1+\sqrt2\sin\theta)}\big]$$
Note that for the special case $\ a = 1$, it is probably the case that
$$\ I(1) = \frac{\pi^2}{48}$$
This was deduced from WolframAlpha as a possible closed form for the integral. I have not confirmed whether this is the real answer or not, but it does seem to match.
Any help is appreciated. I am also open to other techniques for evaluating the original integral. Thanks for reading!