3.8.8 \(\int e^{8-2 x} x^3 \, dx\) [708]

Optimal. Leaf size=52 \[ -\frac {3}{8} e^{8-2 x}-\frac {3}{4} e^{8-2 x} x-\frac {3}{4} e^{8-2 x} x^2-\frac {1}{2} e^{8-2 x} x^3 \]

[Out]

-3/8*exp(8-2*x)-3/4*exp(8-2*x)*x-3/4*exp(8-2*x)*x^2-1/2*exp(8-2*x)*x^3

________________________________________________________________________________________

Rubi [A]
time = 0.03, antiderivative size = 52, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 2, integrand size = 11, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.182, Rules used = {2207, 2225} \begin {gather*} -\frac {1}{2} e^{8-2 x} x^3-\frac {3}{4} e^{8-2 x} x^2-\frac {3}{4} e^{8-2 x} x-\frac {3}{8} e^{8-2 x} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[E^(8 - 2*x)*x^3,x]

[Out]

(-3*E^(8 - 2*x))/8 - (3*E^(8 - 2*x)*x)/4 - (3*E^(8 - 2*x)*x^2)/4 - (E^(8 - 2*x)*x^3)/2

Rule 2207

Int[((b_.)*(F_)^((g_.)*((e_.) + (f_.)*(x_))))^(n_.)*((c_.) + (d_.)*(x_))^(m_.), x_Symbol] :> Simp[(c + d*x)^m*
((b*F^(g*(e + f*x)))^n/(f*g*n*Log[F])), x] - Dist[d*(m/(f*g*n*Log[F])), Int[(c + d*x)^(m - 1)*(b*F^(g*(e + f*x
)))^n, x], x] /; FreeQ[{F, b, c, d, e, f, g, n}, x] && GtQ[m, 0] && IntegerQ[2*m] &&  !TrueQ[$UseGamma]

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]

Rubi steps

\begin {align*} \int e^{8-2 x} x^3 \, dx &=-\frac {1}{2} e^{8-2 x} x^3+\frac {3}{2} \int e^{8-2 x} x^2 \, dx\\ &=-\frac {3}{4} e^{8-2 x} x^2-\frac {1}{2} e^{8-2 x} x^3+\frac {3}{2} \int e^{8-2 x} x \, dx\\ &=-\frac {3}{4} e^{8-2 x} x-\frac {3}{4} e^{8-2 x} x^2-\frac {1}{2} e^{8-2 x} x^3+\frac {3}{4} \int e^{8-2 x} \, dx\\ &=-\frac {3}{8} e^{8-2 x}-\frac {3}{4} e^{8-2 x} x-\frac {3}{4} e^{8-2 x} x^2-\frac {1}{2} e^{8-2 x} x^3\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.02, size = 26, normalized size = 0.50 \begin {gather*} -\frac {1}{8} e^{8-2 x} \left (3+6 x+6 x^2+4 x^3\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[E^(8 - 2*x)*x^3,x]

[Out]

-1/8*(E^(8 - 2*x)*(3 + 6*x + 6*x^2 + 4*x^3))

________________________________________________________________________________________

Maple [A]
time = 0.02, size = 53, normalized size = 1.02

method result size
risch \(\left (-\frac {1}{2} x^{3}-\frac {3}{4} x^{2}-\frac {3}{4} x -\frac {3}{8}\right ) {\mathrm e}^{8-2 x}\) \(23\)
gosper \(-\frac {\left (4 x^{3}+6 x^{2}+6 x +3\right ) {\mathrm e}^{8-2 x}}{8}\) \(24\)
meijerg \(\frac {{\mathrm e}^{8} \left (6-\frac {\left (32 x^{3}+48 x^{2}+48 x +24\right ) {\mathrm e}^{-2 x}}{4}\right )}{16}\) \(28\)
norman \(-\frac {3 \,{\mathrm e}^{8-2 x}}{8}-\frac {3 \,{\mathrm e}^{8-2 x} x}{4}-\frac {3 \,{\mathrm e}^{8-2 x} x^{2}}{4}-\frac {{\mathrm e}^{8-2 x} x^{3}}{2}\) \(41\)
derivativedivides \(\frac {123 \,{\mathrm e}^{8-2 x} \left (8-2 x \right )}{8}-\frac {379 \,{\mathrm e}^{8-2 x}}{8}-\frac {27 \,{\mathrm e}^{8-2 x} \left (8-2 x \right )^{2}}{16}+\frac {{\mathrm e}^{8-2 x} \left (8-2 x \right )^{3}}{16}\) \(53\)
default \(\frac {123 \,{\mathrm e}^{8-2 x} \left (8-2 x \right )}{8}-\frac {379 \,{\mathrm e}^{8-2 x}}{8}-\frac {27 \,{\mathrm e}^{8-2 x} \left (8-2 x \right )^{2}}{16}+\frac {{\mathrm e}^{8-2 x} \left (8-2 x \right )^{3}}{16}\) \(53\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(8-2*x)*x^3,x,method=_RETURNVERBOSE)

[Out]

123/8*exp(8-2*x)*(8-2*x)-379/8*exp(8-2*x)-27/16*exp(8-2*x)*(8-2*x)^2+1/16*exp(8-2*x)*(8-2*x)^3

________________________________________________________________________________________

Maxima [A]
time = 0.29, size = 30, normalized size = 0.58 \begin {gather*} -\frac {1}{8} \, {\left (4 \, x^{3} e^{8} + 6 \, x^{2} e^{8} + 6 \, x e^{8} + 3 \, e^{8}\right )} e^{\left (-2 \, x\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(8-2*x)*x^3,x, algorithm="maxima")

[Out]

-1/8*(4*x^3*e^8 + 6*x^2*e^8 + 6*x*e^8 + 3*e^8)*e^(-2*x)

________________________________________________________________________________________

Fricas [A]
time = 0.34, size = 23, normalized size = 0.44 \begin {gather*} -\frac {1}{8} \, {\left (4 \, x^{3} + 6 \, x^{2} + 6 \, x + 3\right )} e^{\left (-2 \, x + 8\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(8-2*x)*x^3,x, algorithm="fricas")

[Out]

-1/8*(4*x^3 + 6*x^2 + 6*x + 3)*e^(-2*x + 8)

________________________________________________________________________________________

Sympy [A]
time = 0.03, size = 24, normalized size = 0.46 \begin {gather*} \frac {\left (- 4 x^{3} - 6 x^{2} - 6 x - 3\right ) e^{8 - 2 x}}{8} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(8-2*x)*x**3,x)

[Out]

(-4*x**3 - 6*x**2 - 6*x - 3)*exp(8 - 2*x)/8

________________________________________________________________________________________

Giac [A]
time = 6.48, size = 23, normalized size = 0.44 \begin {gather*} -\frac {1}{8} \, {\left (4 \, x^{3} + 6 \, x^{2} + 6 \, x + 3\right )} e^{\left (-2 \, x + 8\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(8-2*x)*x^3,x, algorithm="giac")

[Out]

-1/8*(4*x^3 + 6*x^2 + 6*x + 3)*e^(-2*x + 8)

________________________________________________________________________________________

Mupad [B]
time = 0.05, size = 23, normalized size = 0.44 \begin {gather*} -{\mathrm {e}}^{8-2\,x}\,\left (\frac {x^3}{2}+\frac {3\,x^2}{4}+\frac {3\,x}{4}+\frac {3}{8}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^3*exp(8 - 2*x),x)

[Out]

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

________________________________________________________________________________________