3.8.40 \(\int -\log (5) \, dx\)

Optimal. Leaf size=17 \[ 5-x \log (5)-\frac {4}{5 \log (5 e)} \]

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 5, normalized size of antiderivative = 0.29, number of steps used = 1, number of rules used = 1, integrand size = 4, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.250, Rules used = {8} \begin {gather*} -x \log (5) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[-Log[5],x]

[Out]

-(x*Log[5])

Rule 8

Int[a_, x_Symbol] :> Simp[a*x, x] /; FreeQ[a, x]

Rubi steps

\begin {gather*} \begin {aligned} \text {integral} &=-x \log (5)\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 5, normalized size = 0.29 \begin {gather*} -x \log (5) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[-Log[5],x]

[Out]

-(x*Log[5])

________________________________________________________________________________________

fricas [A]  time = 0.61, size = 5, normalized size = 0.29 \begin {gather*} -x \log \relax (5) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-log(5),x, algorithm="fricas")

[Out]

-x*log(5)

________________________________________________________________________________________

giac [A]  time = 0.30, size = 5, normalized size = 0.29 \begin {gather*} -x \log \relax (5) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-log(5),x, algorithm="giac")

[Out]

-x*log(5)

________________________________________________________________________________________

maple [A]  time = 0.01, size = 6, normalized size = 0.35




method result size



default \(-x \ln \relax (5)\) \(6\)
norman \(-x \ln \relax (5)\) \(6\)
risch \(-x \ln \relax (5)\) \(6\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-ln(5),x,method=_RETURNVERBOSE)

[Out]

-x*ln(5)

________________________________________________________________________________________

maxima [A]  time = 0.57, size = 5, normalized size = 0.29 \begin {gather*} -x \log \relax (5) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-log(5),x, algorithm="maxima")

[Out]

-x*log(5)

________________________________________________________________________________________

mupad [B]  time = 0.00, size = 5, normalized size = 0.29 \begin {gather*} -x\,\ln \relax (5) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-log(5),x)

[Out]

-x*log(5)

________________________________________________________________________________________

sympy [A]  time = 0.01, size = 5, normalized size = 0.29 \begin {gather*} - x \log {\relax (5 )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-ln(5),x)

[Out]

-x*log(5)

________________________________________________________________________________________