3.8.77 \(\int \frac {1-6 x^2 \log (5)}{5 x} \, dx\) [777]

Optimal. Leaf size=15 \[ \frac {1}{5} \left (3-3 x^2 \log (5)+\log (x)\right ) \]

[Out]

3/5-3/5*x^2*ln(5)+1/5*ln(x)

________________________________________________________________________________________

Rubi [A]
time = 0.00, antiderivative size = 16, normalized size of antiderivative = 1.07, number of steps used = 3, number of rules used = 2, integrand size = 16, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.125, Rules used = {12, 14} \begin {gather*} \frac {\log (x)}{5}-\frac {3}{5} x^2 \log (5) \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

(-3*x^2*Log[5])/5 + Log[x]/5

Rule 12

Int[(a_)*(u_), x_Symbol] :> Dist[a, Int[u, x], x] /; FreeQ[a, x] &&  !MatchQ[u, (b_)*(v_) /; FreeQ[b, x]]

Rule 14

Int[(u_)*((c_.)*(x_))^(m_.), x_Symbol] :> Int[ExpandIntegrand[(c*x)^m*u, x], x] /; FreeQ[{c, m}, x] && SumQ[u]
 &&  !LinearQ[u, x] &&  !MatchQ[u, (a_) + (b_.)*(v_) /; FreeQ[{a, b}, x] && InverseFunctionQ[v]]

Rubi steps

\begin {gather*} \begin {aligned} \text {integral} &=\frac {1}{5} \int \frac {1-6 x^2 \log (5)}{x} \, dx\\ &=\frac {1}{5} \int \left (\frac {1}{x}-6 x \log (5)\right ) \, dx\\ &=-\frac {3}{5} x^2 \log (5)+\frac {\log (x)}{5}\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]
time = 0.00, size = 16, normalized size = 1.07 \begin {gather*} -\frac {3}{5} x^2 \log (5)+\frac {\log (x)}{5} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

(-3*x^2*Log[5])/5 + Log[x]/5

________________________________________________________________________________________

Maple [A]
time = 0.08, size = 13, normalized size = 0.87

method result size
default \(-\frac {3 x^{2} \ln \left (5\right )}{5}+\frac {\ln \left (x \right )}{5}\) \(13\)
norman \(-\frac {3 x^{2} \ln \left (5\right )}{5}+\frac {\ln \left (x \right )}{5}\) \(13\)
risch \(-\frac {3 x^{2} \ln \left (5\right )}{5}+\frac {\ln \left (x \right )}{5}\) \(13\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/5*(-6*x^2*ln(5)+1)/x,x,method=_RETURNVERBOSE)

[Out]

-3/5*x^2*ln(5)+1/5*ln(x)

________________________________________________________________________________________

Maxima [A]
time = 0.26, size = 14, normalized size = 0.93 \begin {gather*} -\frac {3}{5} \, x^{2} \log \left (5\right ) + \frac {1}{10} \, \log \left (x^{2}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Fricas [A]
time = 0.47, size = 12, normalized size = 0.80 \begin {gather*} -\frac {3}{5} \, x^{2} \log \left (5\right ) + \frac {1}{5} \, \log \left (x\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Sympy [A]
time = 0.02, size = 14, normalized size = 0.93 \begin {gather*} - \frac {3 x^{2} \log {\left (5 \right )}}{5} + \frac {\log {\left (x \right )}}{5} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-3*x**2*log(5)/5 + log(x)/5

________________________________________________________________________________________

Giac [A]
time = 0.42, size = 14, normalized size = 0.93 \begin {gather*} -\frac {3}{5} \, x^{2} \log \left (5\right ) + \frac {1}{10} \, \log \left (x^{2}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Mupad [B]
time = 0.61, size = 12, normalized size = 0.80 \begin {gather*} \frac {\ln \left (x\right )}{5}-\frac {3\,x^2\,\ln \left (5\right )}{5} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

log(x)/5 - (3*x^2*log(5))/5

________________________________________________________________________________________