3.85.10 \(\int \frac {1}{16} e^{\frac {1}{4} (4 x-65 e^x x)} (12+12 x+e^x (-195 x-195 x^2)) \, dx\)

Optimal. Leaf size=17 \[ \frac {3}{4} e^{x-\frac {65 e^x x}{4}} x \]

________________________________________________________________________________________

Rubi [B]  time = 0.07, antiderivative size = 49, normalized size of antiderivative = 2.88, number of steps used = 2, number of rules used = 2, integrand size = 38, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.053, Rules used = {12, 2288} \begin {gather*} \frac {3 e^{\frac {1}{4} \left (4 x-65 e^x x\right )} \left (4 x-65 e^x \left (x^2+x\right )\right )}{4 \left (-65 e^x x-65 e^x+4\right )} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(E^((4*x - 65*E^x*x)/4)*(12 + 12*x + E^x*(-195*x - 195*x^2)))/16,x]

[Out]

(3*E^((4*x - 65*E^x*x)/4)*(4*x - 65*E^x*(x + x^2)))/(4*(4 - 65*E^x - 65*E^x*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 2288

Int[(y_.)*(F_)^(u_)*((v_) + (w_)), x_Symbol] :> With[{z = (v*y)/(Log[F]*D[u, x])}, Simp[F^u*z, x] /; EqQ[D[z,
x], w*y]] /; FreeQ[F, x]

Rubi steps

\begin {gather*} \begin {aligned} \text {integral} &=\frac {1}{16} \int e^{\frac {1}{4} \left (4 x-65 e^x x\right )} \left (12+12 x+e^x \left (-195 x-195 x^2\right )\right ) \, dx\\ &=\frac {3 e^{\frac {1}{4} \left (4 x-65 e^x x\right )} \left (4 x-65 e^x \left (x+x^2\right )\right )}{4 \left (4-65 e^x-65 e^x x\right )}\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]  time = 0.28, size = 17, normalized size = 1.00 \begin {gather*} \frac {3}{4} e^{x-\frac {65 e^x x}{4}} x \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(E^((4*x - 65*E^x*x)/4)*(12 + 12*x + E^x*(-195*x - 195*x^2)))/16,x]

[Out]

(3*E^(x - (65*E^x*x)/4)*x)/4

________________________________________________________________________________________

fricas [A]  time = 0.54, size = 11, normalized size = 0.65 \begin {gather*} \frac {3}{4} \, x e^{\left (-\frac {65}{4} \, x e^{x} + x\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/16*((-195*x^2-195*x)*exp(x)+12*x+12)/exp(65/4*exp(x)*x-x),x, algorithm="fricas")

[Out]

3/4*x*e^(-65/4*x*e^x + x)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int -\frac {3}{16} \, {\left (65 \, {\left (x^{2} + x\right )} e^{x} - 4 \, x - 4\right )} e^{\left (-\frac {65}{4} \, x e^{x} + x\right )}\,{d x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/16*((-195*x^2-195*x)*exp(x)+12*x+12)/exp(65/4*exp(x)*x-x),x, algorithm="giac")

[Out]

integrate(-3/16*(65*(x^2 + x)*e^x - 4*x - 4)*e^(-65/4*x*e^x + x), x)

________________________________________________________________________________________

maple [A]  time = 0.04, size = 14, normalized size = 0.82




method result size



risch \(\frac {3 \,{\mathrm e}^{-\frac {x \left (65 \,{\mathrm e}^{x}-4\right )}{4}} x}{4}\) \(14\)
norman \(\frac {3 \,{\mathrm e}^{-\frac {65 \,{\mathrm e}^{x} x}{4}+x} x}{4}\) \(16\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/16*((-195*x^2-195*x)*exp(x)+12*x+12)/exp(65/4*exp(x)*x-x),x,method=_RETURNVERBOSE)

[Out]

3/4*exp(-1/4*x*(65*exp(x)-4))*x

________________________________________________________________________________________

maxima [A]  time = 0.42, size = 11, normalized size = 0.65 \begin {gather*} \frac {3}{4} \, x e^{\left (-\frac {65}{4} \, x e^{x} + x\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/16*((-195*x^2-195*x)*exp(x)+12*x+12)/exp(65/4*exp(x)*x-x),x, algorithm="maxima")

[Out]

3/4*x*e^(-65/4*x*e^x + x)

________________________________________________________________________________________

mupad [B]  time = 5.14, size = 11, normalized size = 0.65 \begin {gather*} \frac {3\,x\,{\mathrm {e}}^{-\frac {65\,x\,{\mathrm {e}}^x}{4}}\,{\mathrm {e}}^x}{4} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(x - (65*x*exp(x))/4)*((3*x)/4 - (exp(x)*(195*x + 195*x^2))/16 + 3/4),x)

[Out]

(3*x*exp(-(65*x*exp(x))/4)*exp(x))/4

________________________________________________________________________________________

sympy [A]  time = 0.20, size = 15, normalized size = 0.88 \begin {gather*} \frac {3 x e^{- \frac {65 x e^{x}}{4} + x}}{4} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/16*((-195*x**2-195*x)*exp(x)+12*x+12)/exp(65/4*exp(x)*x-x),x)

[Out]

3*x*exp(-65*x*exp(x)/4 + x)/4

________________________________________________________________________________________