3.79.13 \(\int 5 e^x \, dx\) [7813]

Optimal. Leaf size=28 \[ 5 \left (e^x+\frac {e^5}{\left (i \pi +\log \left (-4+\frac {e^{10}}{16}\right )\right )^2}\right ) \]

[Out]

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

________________________________________________________________________________________

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

Antiderivative was successfully verified.

[In]

Int[5*E^x,x]

[Out]

5*E^x

Rule 12

Int[(a_)*(u_), x_Symbol] :> Dist[a, Int[u, x], x] /; FreeQ[a, x] &&  !MatchQ[u, (b_)*(v_) /; FreeQ[b, 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} &=5 \int e^x \, dx\\ &=5 e^x\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

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

Antiderivative was successfully verified.

[In]

Integrate[5*E^x,x]

[Out]

5*E^x

________________________________________________________________________________________

Maple [A]
time = 0.14, size = 5, normalized size = 0.18

method result size
gosper \(5 \,{\mathrm e}^{x}\) \(5\)
derivativedivides \(5 \,{\mathrm e}^{x}\) \(5\)
default \(5 \,{\mathrm e}^{x}\) \(5\)
norman \(5 \,{\mathrm e}^{x}\) \(5\)
risch \(5 \,{\mathrm e}^{x}\) \(5\)
meijerg \(5 \,{\mathrm e}^{x}-5\) \(7\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

5*exp(x)

________________________________________________________________________________________

Maxima [A]
time = 0.29, size = 4, normalized size = 0.14 \begin {gather*} 5 \, e^{x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

5*e^x

________________________________________________________________________________________

Fricas [A]
time = 0.40, size = 4, normalized size = 0.14 \begin {gather*} 5 \, e^{x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

5*e^x

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(5*exp(x),x)

[Out]

5*exp(x)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

5*e^x

________________________________________________________________________________________

Mupad [B]
time = 0.01, size = 4, normalized size = 0.14 \begin {gather*} 5\,{\mathrm {e}}^x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(5*exp(x),x)

[Out]

5*exp(x)

________________________________________________________________________________________