3.51.53 \(\int (1+e^x) \, dx\) [5053]

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

[Out]

exp(x)+x

________________________________________________________________________________________

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

Antiderivative was successfully verified.

[In]

Int[1 + E^x,x]

[Out]

E^x + 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} &=x+\int e^x \, dx\\ &=e^x+x\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

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

Antiderivative was successfully verified.

[In]

Integrate[1 + E^x,x]

[Out]

E^x + x

________________________________________________________________________________________

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

method result size
default \({\mathrm e}^{x}+x\) \(5\)
norman \({\mathrm e}^{x}+x\) \(5\)
risch \({\mathrm e}^{x}+x\) \(5\)
derivativedivides \({\mathrm e}^{x}+\ln \left ({\mathrm e}^{x}\right )\) \(7\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

exp(x)+x

________________________________________________________________________________________

Maxima [A]
time = 0.28, size = 4, normalized size = 0.80 \begin {gather*} x + e^{x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

x + e^x

________________________________________________________________________________________

Fricas [A]
time = 0.36, size = 4, normalized size = 0.80 \begin {gather*} x + e^{x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

x + e^x

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(x)+1,x)

[Out]

x + exp(x)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

x + e^x

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(x) + 1,x)

[Out]

x + exp(x)

________________________________________________________________________________________