3.89.80 \(\int (e^4 x \log (4)+2 e^4 x \log (4) \log (x)) \, dx\) [8880]

Optimal. Leaf size=15 \[ \frac {9}{5}+e^4 x^2 \log (4) \log (x) \]

[Out]

2*ln(x)*ln(2)*exp(1)^4*x^2+9/5

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 11, normalized size of antiderivative = 0.73, number of steps used = 2, number of rules used = 1, integrand size = 18, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.056, Rules used = {2341} \begin {gather*} e^4 x^2 \log (4) \log (x) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[E^4*x*Log[4] + 2*E^4*x*Log[4]*Log[x],x]

[Out]

E^4*x^2*Log[4]*Log[x]

Rule 2341

Int[((a_.) + Log[(c_.)*(x_)^(n_.)]*(b_.))*((d_.)*(x_))^(m_.), x_Symbol] :> Simp[(d*x)^(m + 1)*((a + b*Log[c*x^
n])/(d*(m + 1))), x] - Simp[b*n*((d*x)^(m + 1)/(d*(m + 1)^2)), x] /; FreeQ[{a, b, c, d, m, n}, x] && NeQ[m, -1
]

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]
time = 0.00, size = 11, normalized size = 0.73 \begin {gather*} e^4 x^2 \log (4) \log (x) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[E^4*x*Log[4] + 2*E^4*x*Log[4]*Log[x],x]

[Out]

E^4*x^2*Log[4]*Log[x]

________________________________________________________________________________________

Maple [A]
time = 0.26, size = 14, normalized size = 0.93

method result size
risch \(2 \ln \left (x \right ) \ln \left (2\right ) {\mathrm e}^{4} x^{2}\) \(12\)
default \(2 \ln \left (x \right ) \ln \left (2\right ) {\mathrm e}^{4} x^{2}\) \(14\)
norman \(2 \ln \left (x \right ) \ln \left (2\right ) {\mathrm e}^{4} x^{2}\) \(14\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(4*x*exp(1)^4*ln(2)*ln(x)+2*x*exp(1)^4*ln(2),x,method=_RETURNVERBOSE)

[Out]

2*ln(x)*ln(2)*exp(1)^4*x^2

________________________________________________________________________________________

Maxima [B] Leaf count of result is larger than twice the leaf count of optimal. 27 vs. \(2 (13) = 26\).
time = 0.26, size = 27, normalized size = 1.80 \begin {gather*} x^{2} e^{4} \log \left (2\right ) + {\left (2 \, x^{2} \log \left (x\right ) - x^{2}\right )} e^{4} \log \left (2\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(4*x*exp(1)^4*log(2)*log(x)+2*x*exp(1)^4*log(2),x, algorithm="maxima")

[Out]

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

________________________________________________________________________________________

Fricas [A]
time = 0.38, size = 11, normalized size = 0.73 \begin {gather*} 2 \, x^{2} e^{4} \log \left (2\right ) \log \left (x\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(4*x*exp(1)^4*log(2)*log(x)+2*x*exp(1)^4*log(2),x, algorithm="fricas")

[Out]

2*x^2*e^4*log(2)*log(x)

________________________________________________________________________________________

Sympy [A]
time = 0.04, size = 14, normalized size = 0.93 \begin {gather*} 2 x^{2} e^{4} \log {\left (2 \right )} \log {\left (x \right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(4*x*exp(1)**4*ln(2)*ln(x)+2*x*exp(1)**4*ln(2),x)

[Out]

2*x**2*exp(4)*log(2)*log(x)

________________________________________________________________________________________

Giac [B] Leaf count of result is larger than twice the leaf count of optimal. 27 vs. \(2 (13) = 26\).
time = 0.41, size = 27, normalized size = 1.80 \begin {gather*} x^{2} e^{4} \log \left (2\right ) + {\left (2 \, x^{2} \log \left (x\right ) - x^{2}\right )} e^{4} \log \left (2\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(4*x*exp(1)^4*log(2)*log(x)+2*x*exp(1)^4*log(2),x, algorithm="giac")

[Out]

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

________________________________________________________________________________________

Mupad [B]
time = 5.12, size = 11, normalized size = 0.73 \begin {gather*} 2\,x^2\,{\mathrm {e}}^4\,\ln \left (2\right )\,\ln \left (x\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(2*x*exp(4)*log(2) + 4*x*exp(4)*log(2)*log(x),x)

[Out]

2*x^2*exp(4)*log(2)*log(x)

________________________________________________________________________________________