3.27 \(\int \frac {\log (x)}{x^2 \sqrt {1-x^2}} \, dx\)

Optimal. Leaf size=39 \[ -\frac {\sqrt {1-x^2}}{x}-\frac {\sqrt {1-x^2} \log (x)}{x}-\sin ^{-1}(x) \]

[Out]

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

________________________________________________________________________________________

Rubi [A]  time = 0.05, antiderivative size = 39, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 17, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.176, Rules used = {2335, 277, 216} \[ -\frac {\sqrt {1-x^2}}{x}-\frac {\sqrt {1-x^2} \log (x)}{x}-\sin ^{-1}(x) \]

Antiderivative was successfully verified.

[In]

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

[Out]

-(Sqrt[1 - x^2]/x) - ArcSin[x] - (Sqrt[1 - x^2]*Log[x])/x

Rule 216

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

Rule 277

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[((c*x)^(m + 1)*(a + b*x^n)^p)/(c*(m +
1)), x] - Dist[(b*n*p)/(c^n*(m + 1)), Int[(c*x)^(m + n)*(a + b*x^n)^(p - 1), x], x] /; FreeQ[{a, b, c}, x] &&
IGtQ[n, 0] && GtQ[p, 0] && LtQ[m, -1] &&  !ILtQ[(m + n*p + n + 1)/n, 0] && IntBinomialQ[a, b, c, n, m, p, x]

Rule 2335

Int[((a_.) + Log[(c_.)*(x_)^(n_.)]*(b_.))*((f_.)*(x_))^(m_.)*((d_) + (e_.)*(x_)^(r_.))^(q_), x_Symbol] :> Simp
[((f*x)^(m + 1)*(d + e*x^r)^(q + 1)*(a + b*Log[c*x^n]))/(d*f*(m + 1)), x] - Dist[(b*n)/(d*(m + 1)), Int[(f*x)^
m*(d + e*x^r)^(q + 1), x], x] /; FreeQ[{a, b, c, d, e, f, m, n, q, r}, x] && EqQ[m + r*(q + 1) + 1, 0] && NeQ[
m, -1]

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]  time = 0.03, size = 25, normalized size = 0.64 \[ -\frac {\sqrt {1-x^2} (\log (x)+1)}{x}-\sin ^{-1}(x) \]

Antiderivative was successfully verified.

[In]

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

[Out]

-ArcSin[x] - (Sqrt[1 - x^2]*(1 + Log[x]))/x

________________________________________________________________________________________

fricas [A]  time = 0.44, size = 39, normalized size = 1.00 \[ \frac {2 \, x \arctan \left (\frac {\sqrt {-x^{2} + 1} - 1}{x}\right ) - \sqrt {-x^{2} + 1} {\left (\log \relax (x) + 1\right )}}{x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

giac [B]  time = 1.08, size = 73, normalized size = 1.87 \[ \frac {1}{2} \, {\left (\frac {x}{\sqrt {-x^{2} + 1} - 1} - \frac {\sqrt {-x^{2} + 1} - 1}{x}\right )} \log \relax (x) + \frac {x}{2 \, {\left (\sqrt {-x^{2} + 1} - 1\right )}} - \frac {\sqrt {-x^{2} + 1} - 1}{2 \, x} - \arcsin \relax (x) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/2*(x/(sqrt(-x^2 + 1) - 1) - (sqrt(-x^2 + 1) - 1)/x)*log(x) + 1/2*x/(sqrt(-x^2 + 1) - 1) - 1/2*(sqrt(-x^2 + 1
) - 1)/x - arcsin(x)

________________________________________________________________________________________

maple [A]  time = 0.11, size = 35, normalized size = 0.90 \[ -\arcsin \relax (x )+\frac {-\sqrt {-x^{2}+1}\, \ln \relax (x )-\sqrt {-x^{2}+1}}{x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maxima [A]  time = 0.96, size = 35, normalized size = 0.90 \[ -\frac {\sqrt {-x^{2} + 1} \log \relax (x)}{x} - \frac {\sqrt {-x^{2} + 1}}{x} - \arcsin \relax (x) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-sqrt(-x^2 + 1)*log(x)/x - sqrt(-x^2 + 1)/x - arcsin(x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.03 \[ \int \frac {\ln \relax (x)}{x^2\,\sqrt {1-x^2}} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\log {\relax (x )}}{x^{2} \sqrt {- \left (x - 1\right ) \left (x + 1\right )}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________