3.911 \(\int \frac{\sqrt{b x^2+\sqrt{a+b^2 x^4}}}{\sqrt{a+b^2 x^4}} \, dx\)

Optimal. Leaf size=47 \[ \frac{\tanh ^{-1}\left (\frac{\sqrt{2} \sqrt{b} x}{\sqrt{\sqrt{a+b^2 x^4}+b x^2}}\right )}{\sqrt{2} \sqrt{b}} \]

[Out]

ArcTanh[(Sqrt[2]*Sqrt[b]*x)/Sqrt[b*x^2 + Sqrt[a + b^2*x^4]]]/(Sqrt[2]*Sqrt[b])

________________________________________________________________________________________

Rubi [A]  time = 0.10908, antiderivative size = 47, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 37, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.054, Rules used = {2132, 206} \[ \frac{\tanh ^{-1}\left (\frac{\sqrt{2} \sqrt{b} x}{\sqrt{\sqrt{a+b^2 x^4}+b x^2}}\right )}{\sqrt{2} \sqrt{b}} \]

Antiderivative was successfully verified.

[In]

Int[Sqrt[b*x^2 + Sqrt[a + b^2*x^4]]/Sqrt[a + b^2*x^4],x]

[Out]

ArcTanh[(Sqrt[2]*Sqrt[b]*x)/Sqrt[b*x^2 + Sqrt[a + b^2*x^4]]]/(Sqrt[2]*Sqrt[b])

Rule 2132

Int[Sqrt[(c_.)*(x_)^2 + (d_.)*Sqrt[(a_) + (b_.)*(x_)^4]]/Sqrt[(a_) + (b_.)*(x_)^4], x_Symbol] :> Dist[d, Subst
[Int[1/(1 - 2*c*x^2), x], x, x/Sqrt[c*x^2 + d*Sqrt[a + b*x^4]]], x] /; FreeQ[{a, b, c, d}, x] && EqQ[c^2 - b*d
^2, 0]

Rule 206

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTanh[(Rt[-b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[-b, 2]), x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rubi steps

\begin{align*} \int \frac{\sqrt{b x^2+\sqrt{a+b^2 x^4}}}{\sqrt{a+b^2 x^4}} \, dx &=\operatorname{Subst}\left (\int \frac{1}{1-2 b x^2} \, dx,x,\frac{x}{\sqrt{b x^2+\sqrt{a+b^2 x^4}}}\right )\\ &=\frac{\tanh ^{-1}\left (\frac{\sqrt{2} \sqrt{b} x}{\sqrt{b x^2+\sqrt{a+b^2 x^4}}}\right )}{\sqrt{2} \sqrt{b}}\\ \end{align*}

Mathematica [A]  time = 0.022504, size = 47, normalized size = 1. \[ \frac{\tanh ^{-1}\left (\frac{\sqrt{2} \sqrt{b} x}{\sqrt{\sqrt{a+b^2 x^4}+b x^2}}\right )}{\sqrt{2} \sqrt{b}} \]

Antiderivative was successfully verified.

[In]

Integrate[Sqrt[b*x^2 + Sqrt[a + b^2*x^4]]/Sqrt[a + b^2*x^4],x]

[Out]

ArcTanh[(Sqrt[2]*Sqrt[b]*x)/Sqrt[b*x^2 + Sqrt[a + b^2*x^4]]]/(Sqrt[2]*Sqrt[b])

________________________________________________________________________________________

Maple [F]  time = 0.016, size = 0, normalized size = 0. \begin{align*} \int{\sqrt{b{x}^{2}+\sqrt{{b}^{2}{x}^{4}+a}}{\frac{1}{\sqrt{{b}^{2}{x}^{4}+a}}}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*x^2+(b^2*x^4+a)^(1/2))^(1/2)/(b^2*x^4+a)^(1/2),x)

[Out]

int((b*x^2+(b^2*x^4+a)^(1/2))^(1/2)/(b^2*x^4+a)^(1/2),x)

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\sqrt{b x^{2} + \sqrt{b^{2} x^{4} + a}}}{\sqrt{b^{2} x^{4} + a}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x^2+(b^2*x^4+a)^(1/2))^(1/2)/(b^2*x^4+a)^(1/2),x, algorithm="maxima")

[Out]

integrate(sqrt(b*x^2 + sqrt(b^2*x^4 + a))/sqrt(b^2*x^4 + a), x)

________________________________________________________________________________________

Fricas [A]  time = 12.0447, size = 348, normalized size = 7.4 \begin{align*} \left [\frac{\sqrt{2} \log \left (4 \, b^{2} x^{4} + 4 \, \sqrt{b^{2} x^{4} + a} b x^{2} + 2 \,{\left (\sqrt{2} b^{\frac{3}{2}} x^{3} + \sqrt{2} \sqrt{b^{2} x^{4} + a} \sqrt{b} x\right )} \sqrt{b x^{2} + \sqrt{b^{2} x^{4} + a}} + a\right )}{4 \, \sqrt{b}}, -\frac{1}{2} \, \sqrt{2} \sqrt{-\frac{1}{b}} \arctan \left (\frac{\sqrt{2} \sqrt{b x^{2} + \sqrt{b^{2} x^{4} + a}} \sqrt{-\frac{1}{b}}}{2 \, x}\right )\right ] \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x^2+(b^2*x^4+a)^(1/2))^(1/2)/(b^2*x^4+a)^(1/2),x, algorithm="fricas")

[Out]

[1/4*sqrt(2)*log(4*b^2*x^4 + 4*sqrt(b^2*x^4 + a)*b*x^2 + 2*(sqrt(2)*b^(3/2)*x^3 + sqrt(2)*sqrt(b^2*x^4 + a)*sq
rt(b)*x)*sqrt(b*x^2 + sqrt(b^2*x^4 + a)) + a)/sqrt(b), -1/2*sqrt(2)*sqrt(-1/b)*arctan(1/2*sqrt(2)*sqrt(b*x^2 +
 sqrt(b^2*x^4 + a))*sqrt(-1/b)/x)]

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\sqrt{b x^{2} + \sqrt{a + b^{2} x^{4}}}}{\sqrt{a + b^{2} x^{4}}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x**2+(b**2*x**4+a)**(1/2))**(1/2)/(b**2*x**4+a)**(1/2),x)

[Out]

Integral(sqrt(b*x**2 + sqrt(a + b**2*x**4))/sqrt(a + b**2*x**4), x)

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\sqrt{b x^{2} + \sqrt{b^{2} x^{4} + a}}}{\sqrt{b^{2} x^{4} + a}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x^2+(b^2*x^4+a)^(1/2))^(1/2)/(b^2*x^4+a)^(1/2),x, algorithm="giac")

[Out]

integrate(sqrt(b*x^2 + sqrt(b^2*x^4 + a))/sqrt(b^2*x^4 + a), x)