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

Optimal. Leaf size=2 \[ \sinh ^{-1}(x) \]

[Out]

arcsinh(x)

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 2, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 9, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.111, Rules used = {215} \[ \sinh ^{-1}(x) \]

Antiderivative was successfully verified.

[In]

Int[1/Sqrt[1 + x^2],x]

[Out]

ArcSinh[x]

Rule 215

Int[1/Sqrt[(a_) + (b_.)*(x_)^2], x_Symbol] :> Simp[ArcSinh[(Rt[b, 2]*x)/Sqrt[a]]/Rt[b, 2], x] /; FreeQ[{a, b},
 x] && GtQ[a, 0] && PosQ[b]

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 2, normalized size = 1.00 \[ \sinh ^{-1}(x) \]

Antiderivative was successfully verified.

[In]

Integrate[1/Sqrt[1 + x^2],x]

[Out]

ArcSinh[x]

________________________________________________________________________________________

fricas [B]  time = 0.42, size = 14, normalized size = 7.00 \[ -\log \left (-x + \sqrt {x^{2} + 1}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-log(-x + sqrt(x^2 + 1))

________________________________________________________________________________________

giac [B]  time = 0.43, size = 14, normalized size = 7.00 \[ -\log \left (-x + \sqrt {x^{2} + 1}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-log(-x + sqrt(x^2 + 1))

________________________________________________________________________________________

maple [A]  time = 0.00, size = 3, normalized size = 1.50 \[ \arcsinh \relax (x ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

arcsinh(x)

________________________________________________________________________________________

maxima [A]  time = 2.00, size = 2, normalized size = 1.00 \[ \operatorname {arsinh}\relax (x) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

arcsinh(x)

________________________________________________________________________________________

mupad [B]  time = 0.03, size = 2, normalized size = 1.00 \[ \mathrm {asinh}\relax (x) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

asinh(x)

________________________________________________________________________________________

sympy [A]  time = 0.14, size = 2, normalized size = 1.00 \[ \operatorname {asinh}{\relax (x )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

asinh(x)

________________________________________________________________________________________