3.22 \(\int 2 e^{2 x} y z \, dx\)

Optimal. Leaf size=8 \[ e^{2 x} y z \]

[Out]

exp(2*x)*y*z

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 8, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 9, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.222, Rules used = {12, 2194} \[ e^{2 x} y z \]

Antiderivative was successfully verified.

[In]

Int[2*E^(2*x)*y*z,x]

[Out]

E^(2*x)*y*z

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]

Rubi steps

\begin {align*} \int 2 e^{2 x} y z \, dx &=(2 y z) \int e^{2 x} \, dx\\ &=e^{2 x} y z\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 8, normalized size = 1.00 \[ e^{2 x} y z \]

Antiderivative was successfully verified.

[In]

Integrate[2*E^(2*x)*y*z,x]

[Out]

E^(2*x)*y*z

________________________________________________________________________________________

fricas [A]  time = 0.41, size = 7, normalized size = 0.88 \[ y z e^{\left (2 \, x\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(2*exp(2*x)*y*z,x, algorithm="fricas")

[Out]

y*z*e^(2*x)

________________________________________________________________________________________

giac [A]  time = 1.10, size = 7, normalized size = 0.88 \[ y z e^{\left (2 \, x\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(2*exp(2*x)*y*z,x, algorithm="giac")

[Out]

y*z*e^(2*x)

________________________________________________________________________________________

maple [A]  time = 0.00, size = 8, normalized size = 1.00 \[ y z \,{\mathrm e}^{2 x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(2*exp(2*x)*y*z,x)

[Out]

exp(2*x)*y*z

________________________________________________________________________________________

maxima [A]  time = 0.48, size = 7, normalized size = 0.88 \[ y z e^{\left (2 \, x\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(2*exp(2*x)*y*z,x, algorithm="maxima")

[Out]

y*z*e^(2*x)

________________________________________________________________________________________

mupad [B]  time = 0.02, size = 7, normalized size = 0.88 \[ y\,z\,{\mathrm {e}}^{2\,x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(2*y*z*exp(2*x),x)

[Out]

y*z*exp(2*x)

________________________________________________________________________________________

sympy [A]  time = 0.06, size = 7, normalized size = 0.88 \[ y z e^{2 x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(2*exp(2*x)*y*z,x)

[Out]

y*z*exp(2*x)

________________________________________________________________________________________