3.75.34 \(\int e^{x+2 e^5 x} (1+2 e^5) \, dx\)

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

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 11, normalized size of antiderivative = 0.92, number of steps used = 3, number of rules used = 3, integrand size = 18, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.167, Rules used = {12, 2227, 2194} \begin {gather*} e^{\left (1+2 e^5\right ) x} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[E^(x + 2*E^5*x)*(1 + 2*E^5),x]

[Out]

E^((1 + 2*E^5)*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 2194

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]

Rule 2227

Int[(u_.)*(F_)^((a_.) + (b_.)*(v_)), x_Symbol] :> Int[u*F^(a + b*NormalizePowerOfLinear[v, x]), x] /; FreeQ[{F
, a, b}, x] && PolynomialQ[u, x] && PowerOfLinearQ[v, x] &&  !PowerOfLinearMatchQ[v, x]

Rubi steps

\begin {gather*} \begin {aligned} \text {integral} &=\left (1+2 e^5\right ) \int e^{x+2 e^5 x} \, dx\\ &=\left (1+2 e^5\right ) \int e^{\left (1+2 e^5\right ) x} \, dx\\ &=e^{\left (1+2 e^5\right ) x}\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 11, normalized size = 0.92 \begin {gather*} e^{\left (1+2 e^5\right ) x} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[E^(x + 2*E^5*x)*(1 + 2*E^5),x]

[Out]

E^((1 + 2*E^5)*x)

________________________________________________________________________________________

fricas [A]  time = 0.56, size = 8, normalized size = 0.67 \begin {gather*} e^{\left (2 \, x e^{5} + x\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

e^(2*x*e^5 + x)

________________________________________________________________________________________

giac [A]  time = 0.19, size = 8, normalized size = 0.67 \begin {gather*} e^{\left (2 \, x e^{5} + x\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

e^(2*x*e^5 + x)

________________________________________________________________________________________

maple [A]  time = 0.03, size = 9, normalized size = 0.75




method result size



gosper \({\mathrm e}^{x +2 x \,{\mathrm e}^{5}}\) \(9\)
derivativedivides \({\mathrm e}^{x +2 x \,{\mathrm e}^{5}}\) \(9\)
default \({\mathrm e}^{x +2 x \,{\mathrm e}^{5}}\) \(9\)
norman \({\mathrm e}^{x +2 x \,{\mathrm e}^{5}}\) \(9\)
risch \({\mathrm e}^{x \left (2 \,{\mathrm e}^{5}+1\right )}\) \(10\)
meijerg \(\frac {2 \,{\mathrm e}^{5} \left (1-{\mathrm e}^{-x \left (-2 \,{\mathrm e}^{5}-1\right )}\right )}{-2 \,{\mathrm e}^{5}-1}+\frac {1-{\mathrm e}^{-x \left (-2 \,{\mathrm e}^{5}-1\right )}}{-2 \,{\mathrm e}^{5}-1}\) \(51\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

exp(x+2*x*exp(5))

________________________________________________________________________________________

maxima [A]  time = 0.36, size = 8, normalized size = 0.67 \begin {gather*} e^{\left (2 \, x e^{5} + x\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

e^(2*x*e^5 + x)

________________________________________________________________________________________

mupad [B]  time = 0.09, size = 9, normalized size = 0.75 \begin {gather*} {\mathrm {e}}^{x\,\left (2\,{\mathrm {e}}^5+1\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(x + 2*x*exp(5))*(2*exp(5) + 1),x)

[Out]

exp(x*(2*exp(5) + 1))

________________________________________________________________________________________

sympy [A]  time = 0.09, size = 8, normalized size = 0.67 \begin {gather*} e^{x + 2 x e^{5}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

exp(x + 2*x*exp(5))

________________________________________________________________________________________