3.3.9 \(\int e^{a^3+3 a^2 b x+3 a b^2 x^2+b^3 x^3} x^3 \, dx\) [209]

Optimal. Leaf size=138 \[ -\frac {a e^{(a+b x)^3}}{b^4}+\frac {a^3 (a+b x) \Gamma \left (\frac {1}{3},-(a+b x)^3\right )}{3 b^4 \sqrt [3]{-(a+b x)^3}}-\frac {a^2 (a+b x)^2 \Gamma \left (\frac {2}{3},-(a+b x)^3\right )}{b^4 \left (-(a+b x)^3\right )^{2/3}}-\frac {(a+b x)^4 \Gamma \left (\frac {4}{3},-(a+b x)^3\right )}{3 b^4 \left (-(a+b x)^3\right )^{4/3}} \]

[Out]

-a*exp((b*x+a)^3)/b^4+1/3*a^3*(b*x+a)*GAMMA(1/3,-(b*x+a)^3)/b^4/(-(b*x+a)^3)^(1/3)-a^2*(b*x+a)^2*GAMMA(2/3,-(b
*x+a)^3)/b^4/(-(b*x+a)^3)^(2/3)-1/3*(b*x+a)^4*GAMMA(4/3,-(b*x+a)^3)/b^4/(-(b*x+a)^3)^(4/3)

________________________________________________________________________________________

Rubi [A]
time = 0.11, antiderivative size = 138, normalized size of antiderivative = 1.00, number of steps used = 7, number of rules used = 5, integrand size = 33, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.152, Rules used = {2259, 2258, 2239, 2250, 2240} \begin {gather*} \frac {a^3 (a+b x) \text {Gamma}\left (\frac {1}{3},-(a+b x)^3\right )}{3 b^4 \sqrt [3]{-(a+b x)^3}}-\frac {a^2 (a+b x)^2 \text {Gamma}\left (\frac {2}{3},-(a+b x)^3\right )}{b^4 \left (-(a+b x)^3\right )^{2/3}}-\frac {(a+b x)^4 \text {Gamma}\left (\frac {4}{3},-(a+b x)^3\right )}{3 b^4 \left (-(a+b x)^3\right )^{4/3}}-\frac {a e^{(a+b x)^3}}{b^4} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[E^(a^3 + 3*a^2*b*x + 3*a*b^2*x^2 + b^3*x^3)*x^3,x]

[Out]

-((a*E^(a + b*x)^3)/b^4) + (a^3*(a + b*x)*Gamma[1/3, -(a + b*x)^3])/(3*b^4*(-(a + b*x)^3)^(1/3)) - (a^2*(a + b
*x)^2*Gamma[2/3, -(a + b*x)^3])/(b^4*(-(a + b*x)^3)^(2/3)) - ((a + b*x)^4*Gamma[4/3, -(a + b*x)^3])/(3*b^4*(-(
a + b*x)^3)^(4/3))

Rule 2239

Int[(F_)^((a_.) + (b_.)*((c_.) + (d_.)*(x_))^(n_)), x_Symbol] :> Simp[(-F^a)*(c + d*x)*(Gamma[1/n, (-b)*(c + d
*x)^n*Log[F]]/(d*n*((-b)*(c + d*x)^n*Log[F])^(1/n))), x] /; FreeQ[{F, a, b, c, d, n}, x] &&  !IntegerQ[2/n]

Rule 2240

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

Rule 2250

Int[(F_)^((a_.) + (b_.)*((c_.) + (d_.)*(x_))^(n_))*((e_.) + (f_.)*(x_))^(m_.), x_Symbol] :> Simp[(-F^a)*((e +
f*x)^(m + 1)/(f*n*((-b)*(c + d*x)^n*Log[F])^((m + 1)/n)))*Gamma[(m + 1)/n, (-b)*(c + d*x)^n*Log[F]], x] /; Fre
eQ[{F, a, b, c, d, e, f, m, n}, x] && EqQ[d*e - c*f, 0]

Rule 2258

Int[(F_)^((a_.) + (b_.)*((c_.) + (d_.)*(x_))^(n_))*(u_), x_Symbol] :> Int[ExpandLinearProduct[F^(a + b*(c + d*
x)^n), u, c, d, x], x] /; FreeQ[{F, a, b, c, d, n}, x] && PolynomialQ[u, x]

Rule 2259

Int[(u_.)*(F_)^((a_.) + (b_.)*(v_)), x_Symbol] :> Int[u*F^(a + b*NormalizePowerOfLinear[v, x]), x] /; FreeQ[{F
, a, b}, x] && PolynomialQ[u, x] && PowerOfLinearQ[v, x] &&  !PowerOfLinearMatchQ[v, x]

Rubi steps

\begin {align*} \int e^{a^3+3 a^2 b x+3 a b^2 x^2+b^3 x^3} x^3 \, dx &=\int e^{(a+b x)^3} x^3 \, dx\\ &=\int \left (-\frac {a^3 e^{(a+b x)^3}}{b^3}+\frac {3 a^2 e^{(a+b x)^3} (a+b x)}{b^3}-\frac {3 a e^{(a+b x)^3} (a+b x)^2}{b^3}+\frac {e^{(a+b x)^3} (a+b x)^3}{b^3}\right ) \, dx\\ &=\frac {\int e^{(a+b x)^3} (a+b x)^3 \, dx}{b^3}-\frac {(3 a) \int e^{(a+b x)^3} (a+b x)^2 \, dx}{b^3}+\frac {\left (3 a^2\right ) \int e^{(a+b x)^3} (a+b x) \, dx}{b^3}-\frac {a^3 \int e^{(a+b x)^3} \, dx}{b^3}\\ &=-\frac {a e^{(a+b x)^3}}{b^4}+\frac {a^3 (a+b x) \Gamma \left (\frac {1}{3},-(a+b x)^3\right )}{3 b^4 \sqrt [3]{-(a+b x)^3}}-\frac {a^2 (a+b x)^2 \Gamma \left (\frac {2}{3},-(a+b x)^3\right )}{b^4 \left (-(a+b x)^3\right )^{2/3}}-\frac {(a+b x)^4 \Gamma \left (\frac {4}{3},-(a+b x)^3\right )}{3 b^4 \left (-(a+b x)^3\right )^{4/3}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.37, size = 138, normalized size = 1.00 \begin {gather*} -\frac {a e^{(a+b x)^3}}{b^4}+\frac {a^3 (a+b x) \Gamma \left (\frac {1}{3},-(a+b x)^3\right )}{3 b^4 \sqrt [3]{-(a+b x)^3}}-\frac {a^2 (a+b x)^2 \Gamma \left (\frac {2}{3},-(a+b x)^3\right )}{b^4 \left (-(a+b x)^3\right )^{2/3}}-\frac {(a+b x)^4 \Gamma \left (\frac {4}{3},-(a+b x)^3\right )}{3 b^4 \left (-(a+b x)^3\right )^{4/3}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[E^(a^3 + 3*a^2*b*x + 3*a*b^2*x^2 + b^3*x^3)*x^3,x]

[Out]

-((a*E^(a + b*x)^3)/b^4) + (a^3*(a + b*x)*Gamma[1/3, -(a + b*x)^3])/(3*b^4*(-(a + b*x)^3)^(1/3)) - (a^2*(a + b
*x)^2*Gamma[2/3, -(a + b*x)^3])/(b^4*(-(a + b*x)^3)^(2/3)) - ((a + b*x)^4*Gamma[4/3, -(a + b*x)^3])/(3*b^4*(-(
a + b*x)^3)^(4/3))

________________________________________________________________________________________

Maple [F]
time = 0.01, size = 0, normalized size = 0.00 \[\int {\mathrm e}^{b^{3} x^{3}+3 a \,b^{2} x^{2}+3 a^{2} b x +a^{3}} x^{3}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(b^3*x^3+3*a*b^2*x^2+3*a^2*b*x+a^3)*x^3,x)

[Out]

int(exp(b^3*x^3+3*a*b^2*x^2+3*a^2*b*x+a^3)*x^3,x)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(b^3*x^3+3*a*b^2*x^2+3*a^2*b*x+a^3)*x^3,x, algorithm="maxima")

[Out]

integrate(x^3*e^(b^3*x^3 + 3*a*b^2*x^2 + 3*a^2*b*x + a^3), x)

________________________________________________________________________________________

Fricas [A]
time = 0.08, size = 141, normalized size = 1.02 \begin {gather*} \frac {9 \, \left (-b^{3}\right )^{\frac {1}{3}} a^{2} b \Gamma \left (\frac {2}{3}, -b^{3} x^{3} - 3 \, a b^{2} x^{2} - 3 \, a^{2} b x - a^{3}\right ) - {\left (3 \, a^{3} + 1\right )} \left (-b^{3}\right )^{\frac {2}{3}} \Gamma \left (\frac {1}{3}, -b^{3} x^{3} - 3 \, a b^{2} x^{2} - 3 \, a^{2} b x - a^{3}\right ) + 3 \, {\left (b^{3} x - 2 \, a b^{2}\right )} e^{\left (b^{3} x^{3} + 3 \, a b^{2} x^{2} + 3 \, a^{2} b x + a^{3}\right )}}{9 \, b^{6}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(b^3*x^3+3*a*b^2*x^2+3*a^2*b*x+a^3)*x^3,x, algorithm="fricas")

[Out]

1/9*(9*(-b^3)^(1/3)*a^2*b*gamma(2/3, -b^3*x^3 - 3*a*b^2*x^2 - 3*a^2*b*x - a^3) - (3*a^3 + 1)*(-b^3)^(2/3)*gamm
a(1/3, -b^3*x^3 - 3*a*b^2*x^2 - 3*a^2*b*x - a^3) + 3*(b^3*x - 2*a*b^2)*e^(b^3*x^3 + 3*a*b^2*x^2 + 3*a^2*b*x +
a^3))/b^6

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} e^{a^{3}} \int x^{3} e^{b^{3} x^{3}} e^{3 a b^{2} x^{2}} e^{3 a^{2} b x}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(b**3*x**3+3*a*b**2*x**2+3*a**2*b*x+a**3)*x**3,x)

[Out]

exp(a**3)*Integral(x**3*exp(b**3*x**3)*exp(3*a*b**2*x**2)*exp(3*a**2*b*x), x)

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(b^3*x^3+3*a*b^2*x^2+3*a^2*b*x+a^3)*x^3,x, algorithm="giac")

[Out]

integrate(x^3*e^(b^3*x^3 + 3*a*b^2*x^2 + 3*a^2*b*x + a^3), x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int x^3\,{\mathrm {e}}^{a^3+3\,a^2\,b\,x+3\,a\,b^2\,x^2+b^3\,x^3} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^3*exp(a^3 + b^3*x^3 + 3*a*b^2*x^2 + 3*a^2*b*x),x)

[Out]

int(x^3*exp(a^3 + b^3*x^3 + 3*a*b^2*x^2 + 3*a^2*b*x), x)

________________________________________________________________________________________