3.8.33 \(\int \frac {\sqrt {-1+x}}{x^2 \sqrt {1+x}} \, dx\) [733]

Optimal. Leaf size=36 \[ -\frac {\sqrt {-1+x} \sqrt {1+x}}{x}+\tan ^{-1}\left (\sqrt {-1+x} \sqrt {1+x}\right ) \]

[Out]

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

________________________________________________________________________________________

Rubi [A]
time = 0.00, antiderivative size = 36, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 18, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.167, Rules used = {96, 94, 209} \begin {gather*} \text {ArcTan}\left (\sqrt {x-1} \sqrt {x+1}\right )-\frac {\sqrt {x-1} \sqrt {x+1}}{x} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

-((Sqrt[-1 + x]*Sqrt[1 + x])/x) + ArcTan[Sqrt[-1 + x]*Sqrt[1 + x]]

Rule 94

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

Rule 96

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_.)*((e_.) + (f_.)*(x_))^(p_.), x_Symbol] :> Simp[(a + b*
x)^(m + 1)*(c + d*x)^n*((e + f*x)^(p + 1)/((m + 1)*(b*e - a*f))), x] - Dist[n*((d*e - c*f)/((m + 1)*(b*e - a*f
))), Int[(a + b*x)^(m + 1)*(c + d*x)^(n - 1)*(e + f*x)^p, x], x] /; FreeQ[{a, b, c, d, e, f, m, p}, x] && EqQ[
m + n + p + 2, 0] && GtQ[n, 0] && (SumSimplerQ[m, 1] ||  !SumSimplerQ[p, 1]) && NeQ[m, -1]

Rule 209

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

Rubi steps

\begin {align*} \int \frac {\sqrt {-1+x}}{x^2 \sqrt {1+x}} \, dx &=-\frac {\sqrt {-1+x} \sqrt {1+x}}{x}+\int \frac {1}{\sqrt {-1+x} x \sqrt {1+x}} \, dx\\ &=-\frac {\sqrt {-1+x} \sqrt {1+x}}{x}+\text {Subst}\left (\int \frac {1}{1+x^2} \, dx,x,\sqrt {-1+x} \sqrt {1+x}\right )\\ &=-\frac {\sqrt {-1+x} \sqrt {1+x}}{x}+\tan ^{-1}\left (\sqrt {-1+x} \sqrt {1+x}\right )\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.11, size = 66, normalized size = 1.83 \begin {gather*} -\frac {\sqrt {\frac {-1+x}{1+x}} \left (\sqrt {-1+x} (1+x)+2 x \sqrt {1+x} \tan ^{-1}\left (x-\sqrt {-1+x} \sqrt {1+x}\right )\right )}{\sqrt {-1+x} x} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

-((Sqrt[(-1 + x)/(1 + x)]*(Sqrt[-1 + x]*(1 + x) + 2*x*Sqrt[1 + x]*ArcTan[x - Sqrt[-1 + x]*Sqrt[1 + x]]))/(Sqrt
[-1 + x]*x))

________________________________________________________________________________________

Maple [A]
time = 0.40, size = 43, normalized size = 1.19

method result size
default \(\frac {\left (-\arctan \left (\frac {1}{\sqrt {x^{2}-1}}\right ) x -\sqrt {x^{2}-1}\right ) \sqrt {-1+x}\, \sqrt {1+x}}{x \sqrt {x^{2}-1}}\) \(43\)
risch \(-\frac {\sqrt {-1+x}\, \sqrt {1+x}}{x}-\frac {\arctan \left (\frac {1}{\sqrt {x^{2}-1}}\right ) \sqrt {\left (1+x \right ) \left (-1+x \right )}}{\sqrt {-1+x}\, \sqrt {1+x}}\) \(46\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((-1+x)^(1/2)/x^2/(1+x)^(1/2),x,method=_RETURNVERBOSE)

[Out]

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

________________________________________________________________________________________

Maxima [A]
time = 0.50, size = 20, normalized size = 0.56 \begin {gather*} -\frac {\sqrt {x^{2} - 1}}{x} - \arcsin \left (\frac {1}{{\left | x \right |}}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-sqrt(x^2 - 1)/x - arcsin(1/abs(x))

________________________________________________________________________________________

Fricas [A]
time = 0.36, size = 39, normalized size = 1.08 \begin {gather*} \frac {2 \, x \arctan \left (\sqrt {x + 1} \sqrt {x - 1} - x\right ) - \sqrt {x + 1} \sqrt {x - 1} - x}{x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

(2*x*arctan(sqrt(x + 1)*sqrt(x - 1) - x) - sqrt(x + 1)*sqrt(x - 1) - x)/x

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\sqrt {x - 1}}{x^{2} \sqrt {x + 1}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Integral(sqrt(x - 1)/(x**2*sqrt(x + 1)), x)

________________________________________________________________________________________

Giac [A]
time = 1.85, size = 42, normalized size = 1.17 \begin {gather*} -\frac {8}{{\left (\sqrt {x + 1} - \sqrt {x - 1}\right )}^{4} + 4} - 2 \, \arctan \left (\frac {1}{2} \, {\left (\sqrt {x + 1} - \sqrt {x - 1}\right )}^{2}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-8/((sqrt(x + 1) - sqrt(x - 1))^4 + 4) - 2*arctan(1/2*(sqrt(x + 1) - sqrt(x - 1))^2)

________________________________________________________________________________________

Mupad [B]
time = 5.09, size = 138, normalized size = 3.83 \begin {gather*} -\ln \left (\frac {{\left (\sqrt {x-1}-\mathrm {i}\right )}^2}{{\left (\sqrt {x+1}-1\right )}^2}+1\right )\,1{}\mathrm {i}+\ln \left (\frac {\sqrt {x-1}-\mathrm {i}}{\sqrt {x+1}-1}\right )\,1{}\mathrm {i}-\frac {\sqrt {x-1}-\mathrm {i}}{4\,\left (\sqrt {x+1}-1\right )}-\frac {\frac {5\,{\left (\sqrt {x-1}-\mathrm {i}\right )}^2}{{\left (\sqrt {x+1}-1\right )}^2}+1}{\frac {4\,{\left (\sqrt {x-1}-\mathrm {i}\right )}^3}{{\left (\sqrt {x+1}-1\right )}^3}+\frac {4\,\left (\sqrt {x-1}-\mathrm {i}\right )}{\sqrt {x+1}-1}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

log(((x - 1)^(1/2) - 1i)/((x + 1)^(1/2) - 1))*1i - log(((x - 1)^(1/2) - 1i)^2/((x + 1)^(1/2) - 1)^2 + 1)*1i -
((x - 1)^(1/2) - 1i)/(4*((x + 1)^(1/2) - 1)) - ((5*((x - 1)^(1/2) - 1i)^2)/((x + 1)^(1/2) - 1)^2 + 1)/((4*((x
- 1)^(1/2) - 1i)^3)/((x + 1)^(1/2) - 1)^3 + (4*((x - 1)^(1/2) - 1i))/((x + 1)^(1/2) - 1))

________________________________________________________________________________________