3.89.53 \(\int 2 e^{10} \, dx\)

Optimal. Leaf size=6 \[ 2 e^{10} x \]

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 6, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 5, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.200, Rules used = {8} \begin {gather*} 2 e^{10} x \end {gather*}

Antiderivative was successfully verified.

[In]

Int[2*E^10,x]

[Out]

2*E^10*x

Rule 8

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

Rubi steps

\begin {gather*} \begin {aligned} \text {integral} &=2 e^{10} x\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 6, normalized size = 1.00 \begin {gather*} 2 e^{10} x \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[2*E^10,x]

[Out]

2*E^10*x

________________________________________________________________________________________

fricas [A]  time = 0.62, size = 5, normalized size = 0.83 \begin {gather*} 2 \, x e^{10} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(2*exp(5)^2,x, algorithm="fricas")

[Out]

2*x*e^10

________________________________________________________________________________________

giac [A]  time = 0.22, size = 5, normalized size = 0.83 \begin {gather*} 2 \, x e^{10} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(2*exp(5)^2,x, algorithm="giac")

[Out]

2*x*e^10

________________________________________________________________________________________

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




method result size



risch \(2 x \,{\mathrm e}^{10}\) \(6\)
default \(2 x \,{\mathrm e}^{10}\) \(8\)
norman \(2 x \,{\mathrm e}^{10}\) \(8\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(2*exp(5)^2,x,method=_RETURNVERBOSE)

[Out]

2*x*exp(10)

________________________________________________________________________________________

maxima [A]  time = 0.38, size = 5, normalized size = 0.83 \begin {gather*} 2 \, x e^{10} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(2*exp(5)^2,x, algorithm="maxima")

[Out]

2*x*e^10

________________________________________________________________________________________

mupad [B]  time = 0.00, size = 5, normalized size = 0.83 \begin {gather*} 2\,x\,{\mathrm {e}}^{10} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(2*exp(10),x)

[Out]

2*x*exp(10)

________________________________________________________________________________________

sympy [A]  time = 0.01, size = 5, normalized size = 0.83 \begin {gather*} 2 x e^{10} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(2*exp(5)**2,x)

[Out]

2*x*exp(10)

________________________________________________________________________________________