3.34.98 \(\int e^{2+x} \, dx\) [3398]

Optimal. Leaf size=5 \[ e^{2+x} \]

[Out]

exp(2+x)

________________________________________________________________________________________

Rubi [A]
time = 0.00, antiderivative size = 5, 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 = {2225} \begin {gather*} e^{x+2} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[E^(2 + x),x]

[Out]

E^(2 + x)

Rule 2225

Int[((F_)^((c_.)*((a_.) + (b_.)*(x_))))^(n_.), x_Symbol] :> Simp[(F^(c*(a + b*x)))^n/(b*c*n*Log[F]), x] /; Fre
eQ[{F, a, b, c, n}, x]

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]
time = 0.01, size = 5, normalized size = 1.00 \begin {gather*} e^{2+x} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[E^(2 + x),x]

[Out]

E^(2 + x)

________________________________________________________________________________________

Maple [A]
time = 0.11, size = 5, normalized size = 1.00

method result size
gosper \({\mathrm e}^{2+x}\) \(5\)
derivativedivides \({\mathrm e}^{2+x}\) \(5\)
default \({\mathrm e}^{2+x}\) \(5\)
norman \({\mathrm e}^{2+x}\) \(5\)
risch \({\mathrm e}^{2+x}\) \(5\)
meijerg \(-{\mathrm e}^{2} \left (1-{\mathrm e}^{x}\right )\) \(11\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(2+x),x,method=_RETURNVERBOSE)

[Out]

exp(2+x)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(2+x),x, algorithm="maxima")

[Out]

e^(x + 2)

________________________________________________________________________________________

Fricas [A]
time = 0.45, size = 4, normalized size = 0.80 \begin {gather*} e^{\left (x + 2\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(2+x),x, algorithm="fricas")

[Out]

e^(x + 2)

________________________________________________________________________________________

Sympy [A]
time = 0.02, size = 3, normalized size = 0.60 \begin {gather*} e^{x + 2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(2+x),x)

[Out]

exp(x + 2)

________________________________________________________________________________________

Giac [A]
time = 0.41, size = 4, normalized size = 0.80 \begin {gather*} e^{\left (x + 2\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(2+x),x, algorithm="giac")

[Out]

e^(x + 2)

________________________________________________________________________________________

Mupad [B]
time = 0.02, size = 4, normalized size = 0.80 \begin {gather*} {\mathrm {e}}^{x+2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(x + 2),x)

[Out]

exp(x + 2)

________________________________________________________________________________________