\(\int 90 e^{9 e^{10 x}+10 x} \, dx\) [43]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [A] (verified)
   Fricas [A] (verification not implemented)
   Sympy [A] (verification not implemented)
   Maxima [A] (verification not implemented)
   Giac [A] (verification not implemented)
   Mupad [B] (verification not implemented)

Optimal result

Integrand size = 15, antiderivative size = 9 \[ \int 90 e^{9 e^{10 x}+10 x} \, dx=e^{9 e^{10 x}} \]

[Out]

exp(9*exp(10*x))

Rubi [A] (verified)

Time = 0.01 (sec) , antiderivative size = 9, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.200, Rules used = {12, 2320, 2225} \[ \int 90 e^{9 e^{10 x}+10 x} \, dx=e^{9 e^{10 x}} \]

[In]

Int[90*E^(9*E^(10*x) + 10*x),x]

[Out]

E^(9*E^(10*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]

Rule 2320

Int[u_, x_Symbol] :> With[{v = FunctionOfExponential[u, x]}, Dist[v/D[v, x], Subst[Int[FunctionOfExponentialFu
nction[u, x]/x, x], x, v], x]] /; FunctionOfExponentialQ[u, x] &&  !MatchQ[u, (w_)*((a_.)*(v_)^(n_))^(m_) /; F
reeQ[{a, m, n}, x] && IntegerQ[m*n]] &&  !MatchQ[u, E^((c_.)*((a_.) + (b_.)*x))*(F_)[v_] /; FreeQ[{a, b, c}, x
] && InverseFunctionQ[F[x]]]

Rubi steps \begin{align*} \text {integral}& = 90 \int e^{9 e^{10 x}+10 x} \, dx \\ & = 9 \text {Subst}\left (\int e^{9 x} \, dx,x,e^{10 x}\right ) \\ & = e^{9 e^{10 x}} \\ \end{align*}

Mathematica [A] (verified)

Time = 0.01 (sec) , antiderivative size = 9, normalized size of antiderivative = 1.00 \[ \int 90 e^{9 e^{10 x}+10 x} \, dx=e^{9 e^{10 x}} \]

[In]

Integrate[90*E^(9*E^(10*x) + 10*x),x]

[Out]

E^(9*E^(10*x))

Maple [A] (verified)

Time = 0.02 (sec) , antiderivative size = 8, normalized size of antiderivative = 0.89

method result size
derivativedivides \({\mathrm e}^{9 \,{\mathrm e}^{10 x}}\) \(8\)
default \({\mathrm e}^{9 \,{\mathrm e}^{10 x}}\) \(8\)
norman \({\mathrm e}^{9 \,{\mathrm e}^{10 x}}\) \(8\)
risch \({\mathrm e}^{9 \,{\mathrm e}^{10 x}}\) \(8\)
parallelrisch \({\mathrm e}^{9 \,{\mathrm e}^{10 x}}\) \(8\)

[In]

int(90*exp(10*x)*exp(9*exp(10*x)),x,method=_RETURNVERBOSE)

[Out]

exp(9*exp(10*x))

Fricas [A] (verification not implemented)

none

Time = 0.26 (sec) , antiderivative size = 7, normalized size of antiderivative = 0.78 \[ \int 90 e^{9 e^{10 x}+10 x} \, dx=e^{\left (9 \, e^{\left (10 \, x\right )}\right )} \]

[In]

integrate(90*exp(10*x)*exp(9*exp(10*x)),x, algorithm="fricas")

[Out]

e^(9*e^(10*x))

Sympy [A] (verification not implemented)

Time = 0.06 (sec) , antiderivative size = 7, normalized size of antiderivative = 0.78 \[ \int 90 e^{9 e^{10 x}+10 x} \, dx=e^{9 e^{10 x}} \]

[In]

integrate(90*exp(10*x)*exp(9*exp(10*x)),x)

[Out]

exp(9*exp(10*x))

Maxima [A] (verification not implemented)

none

Time = 0.18 (sec) , antiderivative size = 7, normalized size of antiderivative = 0.78 \[ \int 90 e^{9 e^{10 x}+10 x} \, dx=e^{\left (9 \, e^{\left (10 \, x\right )}\right )} \]

[In]

integrate(90*exp(10*x)*exp(9*exp(10*x)),x, algorithm="maxima")

[Out]

e^(9*e^(10*x))

Giac [A] (verification not implemented)

none

Time = 0.25 (sec) , antiderivative size = 7, normalized size of antiderivative = 0.78 \[ \int 90 e^{9 e^{10 x}+10 x} \, dx=e^{\left (9 \, e^{\left (10 \, x\right )}\right )} \]

[In]

integrate(90*exp(10*x)*exp(9*exp(10*x)),x, algorithm="giac")

[Out]

e^(9*e^(10*x))

Mupad [B] (verification not implemented)

Time = 0.06 (sec) , antiderivative size = 7, normalized size of antiderivative = 0.78 \[ \int 90 e^{9 e^{10 x}+10 x} \, dx={\mathrm {e}}^{9\,{\mathrm {e}}^{10\,x}} \]

[In]

int(90*exp(9*exp(10*x))*exp(10*x),x)

[Out]

exp(9*exp(10*x))