3.19.46 \(\int \frac {\sqrt {b+\sqrt {b^2+a x^2}}}{(b^2+a x^2)^2} \, dx\) [1846]

Optimal. Leaf size=125 \[ \frac {x}{2 b \left (b^2+a x^2\right ) \sqrt {b+\sqrt {b^2+a x^2}}}+\frac {3 x}{4 b^2 \sqrt {b^2+a x^2} \sqrt {b+\sqrt {b^2+a x^2}}}+\frac {3 \text {ArcTan}\left (\frac {\sqrt {a} x}{\sqrt {b} \sqrt {b+\sqrt {b^2+a x^2}}}\right )}{4 \sqrt {a} b^{5/2}} \]

[Out]

1/2*x/b/(a*x^2+b^2)/(b+(a*x^2+b^2)^(1/2))^(1/2)+3/4*x/b^2/(a*x^2+b^2)^(1/2)/(b+(a*x^2+b^2)^(1/2))^(1/2)+3/4*ar
ctan(a^(1/2)*x/b^(1/2)/(b+(a*x^2+b^2)^(1/2))^(1/2))/a^(1/2)/b^(5/2)

________________________________________________________________________________________

Rubi [F]
time = 0.79, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} \int \frac {\sqrt {b+\sqrt {b^2+a x^2}}}{\left (b^2+a x^2\right )^2} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

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

[Out]

Defer[Int][Sqrt[b + Sqrt[b^2 + a*x^2]]/(b - Sqrt[-a]*x), x]/(4*b^3) + Defer[Int][Sqrt[b + Sqrt[b^2 + a*x^2]]/(
b + Sqrt[-a]*x), x]/(4*b^3) - (a*Defer[Int][Sqrt[b + Sqrt[b^2 + a*x^2]]/(Sqrt[-a]*b - a*x)^2, x])/(4*b^2) - (a
*Defer[Int][Sqrt[b + Sqrt[b^2 + a*x^2]]/(Sqrt[-a]*b + a*x)^2, x])/(4*b^2)

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]
time = 0.29, size = 115, normalized size = 0.92 \begin {gather*} \frac {x \left (3 b^2+3 a x^2+2 b \sqrt {b^2+a x^2}\right )}{4 b^2 \left (b^2+a x^2\right )^{3/2} \sqrt {b+\sqrt {b^2+a x^2}}}+\frac {3 \text {ArcTan}\left (\frac {\sqrt {a} x}{\sqrt {b} \sqrt {b+\sqrt {b^2+a x^2}}}\right )}{4 \sqrt {a} b^{5/2}} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

(x*(3*b^2 + 3*a*x^2 + 2*b*Sqrt[b^2 + a*x^2]))/(4*b^2*(b^2 + a*x^2)^(3/2)*Sqrt[b + Sqrt[b^2 + a*x^2]]) + (3*Arc
Tan[(Sqrt[a]*x)/(Sqrt[b]*Sqrt[b + Sqrt[b^2 + a*x^2]])])/(4*Sqrt[a]*b^(5/2))

________________________________________________________________________________________

Maple [F]
time = 0.02, size = 0, normalized size = 0.00 \[\int \frac {\sqrt {b +\sqrt {a \,x^{2}+b^{2}}}}{\left (a \,x^{2}+b^{2}\right )^{2}}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Fricas [F(-1)] Timed out
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Timed out

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\sqrt {b + \sqrt {a x^{2} + b^{2}}}}{\left (a x^{2} + b^{2}\right )^{2}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int \frac {\sqrt {b+\sqrt {b^2+a\,x^2}}}{{\left (b^2+a\,x^2\right )}^2} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________