3.74.56 \(\int (-10 e^8 x-5 \log (x)) \, dx\) [7356]

Optimal. Leaf size=18 \[ 5 \left (2+x-e^8 x^2-x \log (x)\right ) \]

[Out]

10-5*x*ln(x)+5*x-5*x^2*exp(4)^2

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 17, normalized size of antiderivative = 0.94, number of steps used = 2, number of rules used = 1, integrand size = 11, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.091, Rules used = {2332} \begin {gather*} -5 e^8 x^2+5 x-5 x \log (x) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[-10*E^8*x - 5*Log[x],x]

[Out]

5*x - 5*E^8*x^2 - 5*x*Log[x]

Rule 2332

Int[Log[(c_.)*(x_)^(n_.)], x_Symbol] :> Simp[x*Log[c*x^n], x] - Simp[n*x, x] /; FreeQ[{c, n}, x]

Rubi steps

\begin {gather*} \begin {aligned} \text {integral} &=-5 e^8 x^2-5 \int \log (x) \, dx\\ &=5 x-5 e^8 x^2-5 x \log (x)\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]
time = 0.00, size = 17, normalized size = 0.94 \begin {gather*} 5 x-5 e^8 x^2-5 x \log (x) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[-10*E^8*x - 5*Log[x],x]

[Out]

5*x - 5*E^8*x^2 - 5*x*Log[x]

________________________________________________________________________________________

Maple [A]
time = 0.51, size = 19, normalized size = 1.06

method result size
risch \(-5 x^{2} {\mathrm e}^{8}-5 x \ln \left (x \right )+5 x\) \(17\)
default \(-5 x^{2} {\mathrm e}^{8}-5 x \ln \left (x \right )+5 x\) \(19\)
norman \(-5 x^{2} {\mathrm e}^{8}-5 x \ln \left (x \right )+5 x\) \(19\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-5*ln(x)-10*x*exp(4)^2,x,method=_RETURNVERBOSE)

[Out]

-5*x^2*exp(4)^2-5*x*ln(x)+5*x

________________________________________________________________________________________

Maxima [A]
time = 0.30, size = 16, normalized size = 0.89 \begin {gather*} -5 \, x^{2} e^{8} - 5 \, x \log \left (x\right ) + 5 \, x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-5*log(x)-10*x*exp(4)^2,x, algorithm="maxima")

[Out]

-5*x^2*e^8 - 5*x*log(x) + 5*x

________________________________________________________________________________________

Fricas [A]
time = 0.37, size = 16, normalized size = 0.89 \begin {gather*} -5 \, x^{2} e^{8} - 5 \, x \log \left (x\right ) + 5 \, x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-5*log(x)-10*x*exp(4)^2,x, algorithm="fricas")

[Out]

-5*x^2*e^8 - 5*x*log(x) + 5*x

________________________________________________________________________________________

Sympy [A]
time = 0.04, size = 17, normalized size = 0.94 \begin {gather*} - 5 x^{2} e^{8} - 5 x \log {\left (x \right )} + 5 x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-5*ln(x)-10*x*exp(4)**2,x)

[Out]

-5*x**2*exp(8) - 5*x*log(x) + 5*x

________________________________________________________________________________________

Giac [A]
time = 0.41, size = 16, normalized size = 0.89 \begin {gather*} -5 \, x^{2} e^{8} - 5 \, x \log \left (x\right ) + 5 \, x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-5*log(x)-10*x*exp(4)^2,x, algorithm="giac")

[Out]

-5*x^2*e^8 - 5*x*log(x) + 5*x

________________________________________________________________________________________

Mupad [B]
time = 4.51, size = 11, normalized size = 0.61 \begin {gather*} -5\,x\,\left (\ln \left (x\right )+x\,{\mathrm {e}}^8-1\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(- 5*log(x) - 10*x*exp(8),x)

[Out]

-5*x*(log(x) + x*exp(8) - 1)

________________________________________________________________________________________