3.20 \(\int \frac {x}{\sqrt {1+x^2} \sqrt {1+\sqrt {1+x^2}}} \, dx\)

Optimal. Leaf size=17 \[ 2 \sqrt {\sqrt {x^2+1}+1} \]

[Out]

2*((x^2+1)^(1/2)+1)^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.11, antiderivative size = 17, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 26, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.038, Rules used = {6686} \[ 2 \sqrt {\sqrt {x^2+1}+1} \]

Antiderivative was successfully verified.

[In]

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

[Out]

2*Sqrt[1 + Sqrt[1 + x^2]]

Rule 6686

Int[(u_)*(y_)^(m_.), x_Symbol] :> With[{q = DerivativeDivides[y, u, x]}, Simp[(q*y^(m + 1))/(m + 1), x] /;  !F
alseQ[q]] /; FreeQ[m, x] && NeQ[m, -1]

Rubi steps

\begin {align*} \int \frac {x}{\sqrt {1+x^2} \sqrt {1+\sqrt {1+x^2}}} \, dx &=2 \sqrt {1+\sqrt {1+x^2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.02, size = 17, normalized size = 1.00 \[ 2 \sqrt {\sqrt {x^2+1}+1} \]

Antiderivative was successfully verified.

[In]

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

[Out]

2*Sqrt[1 + Sqrt[1 + x^2]]

________________________________________________________________________________________

fricas [A]  time = 0.44, size = 13, normalized size = 0.76 \[ 2 \, \sqrt {\sqrt {x^{2} + 1} + 1} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

2*sqrt(sqrt(x^2 + 1) + 1)

________________________________________________________________________________________

giac [A]  time = 0.01, size = 13, normalized size = 0.76 \[ 2 \, \sqrt {\sqrt {x^{2} + 1} + 1} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

2*sqrt(sqrt(x^2 + 1) + 1)

________________________________________________________________________________________

maple [A]  time = 0.01, size = 14, normalized size = 0.82 \[ 2 \sqrt {\sqrt {x^{2}+1}+1} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x/(x^2+1)^(1/2)/((x^2+1)^(1/2)+1)^(1/2),x)

[Out]

2*((x^2+1)^(1/2)+1)^(1/2)

________________________________________________________________________________________

maxima [A]  time = 0.59, size = 13, normalized size = 0.76 \[ 2 \, \sqrt {\sqrt {x^{2} + 1} + 1} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

2*sqrt(sqrt(x^2 + 1) + 1)

________________________________________________________________________________________

mupad [B]  time = 0.21, size = 13, normalized size = 0.76 \[ 2\,\sqrt {\sqrt {x^2+1}+1} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

2*((x^2 + 1)^(1/2) + 1)^(1/2)

________________________________________________________________________________________

sympy [A]  time = 0.37, size = 14, normalized size = 0.82 \[ 2 \sqrt {\sqrt {x^{2} + 1} + 1} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

2*sqrt(sqrt(x**2 + 1) + 1)

________________________________________________________________________________________