3.44.74 \(\int \frac {1}{3} e^{\frac {1}{3} (12-43 x+12 x^2)} (-172+96 x) \, dx\)

Optimal. Leaf size=33 \[ 4 e^{-x+\left (\frac {4}{3}-4 x\right ) \left (-2 x+\frac {-x+x (4+x)}{x}\right )} \]

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 16, normalized size of antiderivative = 0.48, number of steps used = 3, number of rules used = 3, integrand size = 25, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.120, Rules used = {12, 2244, 2236} \begin {gather*} 4 e^{4 x^2-\frac {43 x}{3}+4} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(E^((12 - 43*x + 12*x^2)/3)*(-172 + 96*x))/3,x]

[Out]

4*E^(4 - (43*x)/3 + 4*x^2)

Rule 12

Int[(a_)*(u_), x_Symbol] :> Dist[a, Int[u, x], x] /; FreeQ[a, x] &&  !MatchQ[u, (b_)*(v_) /; FreeQ[b, x]]

Rule 2236

Int[(F_)^((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)*((d_.) + (e_.)*(x_)), x_Symbol] :> Simp[(e*F^(a + b*x + c*x^2))/(
2*c*Log[F]), x] /; FreeQ[{F, a, b, c, d, e}, x] && EqQ[b*e - 2*c*d, 0]

Rule 2244

Int[(F_)^(v_)*(u_)^(m_.), x_Symbol] :> Int[ExpandToSum[u, x]^m*F^ExpandToSum[v, x], x] /; FreeQ[{F, m}, x] &&
LinearQ[u, x] && QuadraticQ[v, x] &&  !(LinearMatchQ[u, x] && QuadraticMatchQ[v, x])

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]  time = 0.03, size = 16, normalized size = 0.48 \begin {gather*} 4 e^{4-\frac {43 x}{3}+4 x^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(E^((12 - 43*x + 12*x^2)/3)*(-172 + 96*x))/3,x]

[Out]

4*E^(4 - (43*x)/3 + 4*x^2)

________________________________________________________________________________________

fricas [A]  time = 0.91, size = 13, normalized size = 0.39 \begin {gather*} 4 \, e^{\left (4 \, x^{2} - \frac {43}{3} \, x + 4\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/3*(96*x-172)/exp(-4*x^2+43/3*x-4),x, algorithm="fricas")

[Out]

4*e^(4*x^2 - 43/3*x + 4)

________________________________________________________________________________________

giac [A]  time = 0.18, size = 13, normalized size = 0.39 \begin {gather*} 4 \, e^{\left (4 \, x^{2} - \frac {43}{3} \, x + 4\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/3*(96*x-172)/exp(-4*x^2+43/3*x-4),x, algorithm="giac")

[Out]

4*e^(4*x^2 - 43/3*x + 4)

________________________________________________________________________________________

maple [A]  time = 0.03, size = 14, normalized size = 0.42




method result size



default \(4 \,{\mathrm e}^{4 x^{2}-\frac {43}{3} x +4}\) \(14\)
risch \(4 \,{\mathrm e}^{4 x^{2}-\frac {43}{3} x +4}\) \(14\)
gosper \(4 \,{\mathrm e}^{4 x^{2}-\frac {43}{3} x +4}\) \(16\)
norman \(4 \,{\mathrm e}^{4 x^{2}-\frac {43}{3} x +4}\) \(16\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/3*(96*x-172)/exp(-4*x^2+43/3*x-4),x,method=_RETURNVERBOSE)

[Out]

4*exp(4*x^2-43/3*x+4)

________________________________________________________________________________________

maxima [A]  time = 0.35, size = 13, normalized size = 0.39 \begin {gather*} 4 \, e^{\left (4 \, x^{2} - \frac {43}{3} \, x + 4\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/3*(96*x-172)/exp(-4*x^2+43/3*x-4),x, algorithm="maxima")

[Out]

4*e^(4*x^2 - 43/3*x + 4)

________________________________________________________________________________________

mupad [B]  time = 0.07, size = 14, normalized size = 0.42 \begin {gather*} 4\,{\mathrm {e}}^{-\frac {43\,x}{3}}\,{\mathrm {e}}^4\,{\mathrm {e}}^{4\,x^2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(4*x^2 - (43*x)/3 + 4)*(32*x - 172/3),x)

[Out]

4*exp(-(43*x)/3)*exp(4)*exp(4*x^2)

________________________________________________________________________________________

sympy [A]  time = 0.10, size = 14, normalized size = 0.42 \begin {gather*} 4 e^{4 x^{2} - \frac {43 x}{3} + 4} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/3*(96*x-172)/exp(-4*x**2+43/3*x-4),x)

[Out]

4*exp(4*x**2 - 43*x/3 + 4)

________________________________________________________________________________________