3.360 \(\int \frac {x}{\sqrt {-4 x+x^2}} \, dx\)

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

[Out]

4*arctanh(x/(x^2-4*x)^(1/2))+(x^2-4*x)^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 28, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 13, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.231, Rules used = {640, 620, 206} \[ \sqrt {x^2-4 x}+4 \tanh ^{-1}\left (\frac {x}{\sqrt {x^2-4 x}}\right ) \]

Antiderivative was successfully verified.

[In]

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

[Out]

Sqrt[-4*x + x^2] + 4*ArcTanh[x/Sqrt[-4*x + x^2]]

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])

Rule 620

Int[1/Sqrt[(b_.)*(x_) + (c_.)*(x_)^2], x_Symbol] :> Dist[2, Subst[Int[1/(1 - c*x^2), x], x, x/Sqrt[b*x + c*x^2
]], x] /; FreeQ[{b, c}, x]

Rule 640

Int[((d_.) + (e_.)*(x_))*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> Simp[(e*(a + b*x + c*x^2)^(p +
 1))/(2*c*(p + 1)), x] + Dist[(2*c*d - b*e)/(2*c), Int[(a + b*x + c*x^2)^p, x], x] /; FreeQ[{a, b, c, d, e, p}
, x] && NeQ[2*c*d - b*e, 0] && NeQ[p, -1]

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]  time = 0.03, size = 40, normalized size = 1.43 \[ \frac {(x-4) x-4 \sqrt {-((x-4) x)} \sin ^{-1}\left (\sqrt {1-\frac {x}{4}}\right )}{\sqrt {(x-4) x}} \]

Warning: Unable to verify antiderivative.

[In]

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

[Out]

((-4 + x)*x - 4*Sqrt[-((-4 + x)*x)]*ArcSin[Sqrt[1 - x/4]])/Sqrt[(-4 + x)*x]

________________________________________________________________________________________

fricas [A]  time = 0.41, size = 27, normalized size = 0.96 \[ \sqrt {x^{2} - 4 \, x} - 2 \, \log \left (-x + \sqrt {x^{2} - 4 \, x} + 2\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

sqrt(x^2 - 4*x) - 2*log(-x + sqrt(x^2 - 4*x) + 2)

________________________________________________________________________________________

giac [A]  time = 1.13, size = 28, normalized size = 1.00 \[ \sqrt {x^{2} - 4 \, x} - 2 \, \log \left ({\left | -x + \sqrt {x^{2} - 4 \, x} + 2 \right |}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

sqrt(x^2 - 4*x) - 2*log(abs(-x + sqrt(x^2 - 4*x) + 2))

________________________________________________________________________________________

maple [A]  time = 0.00, size = 26, normalized size = 0.93 \[ 2 \ln \left (x -2+\sqrt {x^{2}-4 x}\right )+\sqrt {x^{2}-4 x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

(x^2-4*x)^(1/2)+2*ln(x-2+(x^2-4*x)^(1/2))

________________________________________________________________________________________

maxima [A]  time = 0.43, size = 29, normalized size = 1.04 \[ \sqrt {x^{2} - 4 \, x} + 2 \, \log \left (2 \, x + 2 \, \sqrt {x^{2} - 4 \, x} - 4\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

sqrt(x^2 - 4*x) + 2*log(2*x + 2*sqrt(x^2 - 4*x) - 4)

________________________________________________________________________________________

mupad [B]  time = 0.15, size = 23, normalized size = 0.82 \[ 2\,\ln \left (x+\sqrt {x\,\left (x-4\right )}-2\right )+\sqrt {x^2-4\,x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {x}{\sqrt {x \left (x - 4\right )}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Integral(x/sqrt(x*(x - 4)), x)

________________________________________________________________________________________