3.707 \(\int e^{7 x} x^3 \, dx\)

Optimal. Leaf size=44 \[ \frac {1}{7} e^{7 x} x^3-\frac {3}{49} e^{7 x} x^2+\frac {6}{343} e^{7 x} x-\frac {6 e^{7 x}}{2401} \]

[Out]

-6/2401*exp(7*x)+6/343*exp(7*x)*x-3/49*exp(7*x)*x^2+1/7*exp(7*x)*x^3

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 44, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 2, integrand size = 9, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.222, Rules used = {2176, 2194} \[ \frac {1}{7} e^{7 x} x^3-\frac {3}{49} e^{7 x} x^2+\frac {6}{343} e^{7 x} x-\frac {6 e^{7 x}}{2401} \]

Antiderivative was successfully verified.

[In]

Int[E^(7*x)*x^3,x]

[Out]

(-6*E^(7*x))/2401 + (6*E^(7*x)*x)/343 - (3*E^(7*x)*x^2)/49 + (E^(7*x)*x^3)/7

Rule 2176

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] &&  !$UseGamma === True

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 e^{7 x} x^3 \, dx &=\frac {1}{7} e^{7 x} x^3-\frac {3}{7} \int e^{7 x} x^2 \, dx\\ &=-\frac {3}{49} e^{7 x} x^2+\frac {1}{7} e^{7 x} x^3+\frac {6}{49} \int e^{7 x} x \, dx\\ &=\frac {6}{343} e^{7 x} x-\frac {3}{49} e^{7 x} x^2+\frac {1}{7} e^{7 x} x^3-\frac {6}{343} \int e^{7 x} \, dx\\ &=-\frac {6 e^{7 x}}{2401}+\frac {6}{343} e^{7 x} x-\frac {3}{49} e^{7 x} x^2+\frac {1}{7} e^{7 x} x^3\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 24, normalized size = 0.55 \[ \frac {e^{7 x} \left (343 x^3-147 x^2+42 x-6\right )}{2401} \]

Antiderivative was successfully verified.

[In]

Integrate[E^(7*x)*x^3,x]

[Out]

(E^(7*x)*(-6 + 42*x - 147*x^2 + 343*x^3))/2401

________________________________________________________________________________________

fricas [A]  time = 0.39, size = 21, normalized size = 0.48 \[ \frac {1}{2401} \, {\left (343 \, x^{3} - 147 \, x^{2} + 42 \, x - 6\right )} e^{\left (7 \, x\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(7*x)*x^3,x, algorithm="fricas")

[Out]

1/2401*(343*x^3 - 147*x^2 + 42*x - 6)*e^(7*x)

________________________________________________________________________________________

giac [A]  time = 0.22, size = 21, normalized size = 0.48 \[ \frac {1}{2401} \, {\left (343 \, x^{3} - 147 \, x^{2} + 42 \, x - 6\right )} e^{\left (7 \, x\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(7*x)*x^3,x, algorithm="giac")

[Out]

1/2401*(343*x^3 - 147*x^2 + 42*x - 6)*e^(7*x)

________________________________________________________________________________________

maple [A]  time = 0.02, size = 22, normalized size = 0.50 \[ \frac {\left (343 x^{3}-147 x^{2}+42 x -6\right ) {\mathrm e}^{7 x}}{2401} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(7*x)*x^3,x)

[Out]

1/2401*(343*x^3-147*x^2+42*x-6)*exp(7*x)

________________________________________________________________________________________

maxima [A]  time = 0.85, size = 21, normalized size = 0.48 \[ \frac {1}{2401} \, {\left (343 \, x^{3} - 147 \, x^{2} + 42 \, x - 6\right )} e^{\left (7 \, x\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(7*x)*x^3,x, algorithm="maxima")

[Out]

1/2401*(343*x^3 - 147*x^2 + 42*x - 6)*e^(7*x)

________________________________________________________________________________________

mupad [B]  time = 0.03, size = 21, normalized size = 0.48 \[ \frac {{\mathrm {e}}^{7\,x}\,\left (343\,x^3-147\,x^2+42\,x-6\right )}{2401} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^3*exp(7*x),x)

[Out]

(exp(7*x)*(42*x - 147*x^2 + 343*x^3 - 6))/2401

________________________________________________________________________________________

sympy [A]  time = 0.09, size = 20, normalized size = 0.45 \[ \frac {\left (343 x^{3} - 147 x^{2} + 42 x - 6\right ) e^{7 x}}{2401} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(7*x)*x**3,x)

[Out]

(343*x**3 - 147*x**2 + 42*x - 6)*exp(7*x)/2401

________________________________________________________________________________________