3.101.16 \(\int \frac {2 e^4+6 x \log (9)}{e^4} \, dx\) [10016]

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

[Out]

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

________________________________________________________________________________________

Rubi [A]
time = 0.00, antiderivative size = 22, normalized size of antiderivative = 1.47, number of steps used = 1, number of rules used = 1, integrand size = 15, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.067, Rules used = {9} \begin {gather*} \frac {\left (3 x \log (9)+e^4\right )^2}{3 e^4 \log (9)} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(2*E^4 + 6*x*Log[9])/E^4,x]

[Out]

(E^4 + 3*x*Log[9])^2/(3*E^4*Log[9])

Rule 9

Int[(a_)*((b_) + (c_.)*(x_)), x_Symbol] :> Simp[a*((b + c*x)^2/(2*c)), x] /; FreeQ[{a, b, c}, x]

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]
time = 0.00, size = 14, normalized size = 0.93 \begin {gather*} 2 x+\frac {3 x^2 \log (9)}{e^4} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(2*E^4 + 6*x*Log[9])/E^4,x]

[Out]

2*x + (3*x^2*Log[9])/E^4

________________________________________________________________________________________

Maple [A]
time = 0.02, size = 21, normalized size = 1.40

method result size
risch \(6 \ln \left (3\right ) x^{2} {\mathrm e}^{-4}+2 x\) \(14\)
gosper \(2 x \left ({\mathrm e}^{4}+3 x \ln \left (3\right )\right ) {\mathrm e}^{-4}\) \(18\)
default \({\mathrm e}^{-4} \left (6 x^{2} \ln \left (3\right )+2 x \,{\mathrm e}^{4}\right )\) \(21\)
norman \(\left (2 \,{\mathrm e}^{2} x +6 \,{\mathrm e}^{-2} \ln \left (3\right ) x^{2}\right ) {\mathrm e}^{-2}\) \(23\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((12*x*ln(3)+2*exp(2)^2)/exp(2)^2,x,method=_RETURNVERBOSE)

[Out]

1/exp(2)^2*(6*x^2*ln(3)+2*x*exp(2)^2)

________________________________________________________________________________________

Maxima [A]
time = 0.26, size = 16, normalized size = 1.07 \begin {gather*} 2 \, {\left (3 \, x^{2} \log \left (3\right ) + x e^{4}\right )} e^{\left (-4\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((12*x*log(3)+2*exp(2)^2)/exp(2)^2,x, algorithm="maxima")

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((12*x*log(3)+2*exp(2)^2)/exp(2)^2,x, algorithm="fricas")

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((12*x*ln(3)+2*exp(2)**2)/exp(2)**2,x)

[Out]

6*x**2*exp(-4)*log(3) + 2*x

________________________________________________________________________________________

Giac [A]
time = 0.40, size = 16, normalized size = 1.07 \begin {gather*} 2 \, {\left (3 \, x^{2} \log \left (3\right ) + x e^{4}\right )} e^{\left (-4\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((12*x*log(3)+2*exp(2)^2)/exp(2)^2,x, algorithm="giac")

[Out]

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

________________________________________________________________________________________

Mupad [B]
time = 0.13, size = 18, normalized size = 1.20 \begin {gather*} \frac {{\mathrm {e}}^{-4}\,{\left ({\mathrm {e}}^4+6\,x\,\ln \left (3\right )\right )}^2}{6\,\ln \left (3\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(-4)*(2*exp(4) + 12*x*log(3)),x)

[Out]

(exp(-4)*(exp(4) + 6*x*log(3))^2)/(6*log(3))

________________________________________________________________________________________