3.1.95 \(\int f^{a+b x^3} x^m \, dx\) [95]

Optimal. Leaf size=46 \[ -\frac {1}{3} f^a x^{1+m} \Gamma \left (\frac {1+m}{3},-b x^3 \log (f)\right ) \left (-b x^3 \log (f)\right )^{\frac {1}{3} (-1-m)} \]

[Out]

-1/3*f^a*x^(1+m)*GAMMA(1/3+1/3*m,-b*x^3*ln(f))*(-b*x^3*ln(f))^(-1/3-1/3*m)

________________________________________________________________________________________

Rubi [A]
time = 0.02, antiderivative size = 46, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 13, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.077, Rules used = {2250} \begin {gather*} -\frac {1}{3} f^a x^{m+1} \left (-b x^3 \log (f)\right )^{\frac {1}{3} (-m-1)} \text {Gamma}\left (\frac {m+1}{3},-b x^3 \log (f)\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[f^(a + b*x^3)*x^m,x]

[Out]

-1/3*(f^a*x^(1 + m)*Gamma[(1 + m)/3, -(b*x^3*Log[f])]*(-(b*x^3*Log[f]))^((-1 - m)/3))

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]

Rubi steps

\begin {align*} \int f^{a+b x^3} x^m \, dx &=-\frac {1}{3} f^a x^{1+m} \Gamma \left (\frac {1+m}{3},-b x^3 \log (f)\right ) \left (-b x^3 \log (f)\right )^{\frac {1}{3} (-1-m)}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.02, size = 46, normalized size = 1.00 \begin {gather*} -\frac {1}{3} f^a x^{1+m} \Gamma \left (\frac {1+m}{3},-b x^3 \log (f)\right ) \left (-b x^3 \log (f)\right )^{\frac {1}{3} (-1-m)} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[f^(a + b*x^3)*x^m,x]

[Out]

-1/3*(f^a*x^(1 + m)*Gamma[(1 + m)/3, -(b*x^3*Log[f])]*(-(b*x^3*Log[f]))^((-1 - m)/3))

________________________________________________________________________________________

Maple [B] Leaf count of result is larger than twice the leaf count of optimal. \(139\) vs. \(2(38)=76\).
time = 0.03, size = 140, normalized size = 3.04

method result size
meijerg \(\frac {f^{a} \left (-b \right )^{-\frac {m}{3}-\frac {1}{3}} \ln \left (f \right )^{-\frac {m}{3}-\frac {1}{3}} \left (\frac {3 x^{1+m} \left (-b \right )^{\frac {1}{3}+\frac {m}{3}} \ln \left (f \right )^{\frac {1}{3}+\frac {m}{3}} \left (\frac {1}{3}+\frac {m}{3}\right ) \left (-b \,x^{3} \ln \left (f \right )\right )^{-\frac {m}{3}-\frac {1}{3}} \Gamma \left (\frac {1}{3}+\frac {m}{3}\right )}{1+m}+\frac {3 x^{1+m} \left (-b \right )^{\frac {1}{3}+\frac {m}{3}} \ln \left (f \right )^{\frac {1}{3}+\frac {m}{3}} \left (-\frac {m}{3}-\frac {1}{3}\right ) \left (-b \,x^{3} \ln \left (f \right )\right )^{-\frac {m}{3}-\frac {1}{3}} \Gamma \left (\frac {1}{3}+\frac {m}{3}, -b \,x^{3} \ln \left (f \right )\right )}{1+m}\right )}{3}\) \(140\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(f^(b*x^3+a)*x^m,x,method=_RETURNVERBOSE)

[Out]

1/3*f^a*(-b)^(-1/3*m-1/3)*ln(f)^(-1/3*m-1/3)*(3/(1+m)*x^(1+m)*(-b)^(1/3+1/3*m)*ln(f)^(1/3+1/3*m)*(1/3+1/3*m)*(
-b*x^3*ln(f))^(-1/3*m-1/3)*GAMMA(1/3+1/3*m)+3/(1+m)*x^(1+m)*(-b)^(1/3+1/3*m)*ln(f)^(1/3+1/3*m)*(-1/3*m-1/3)*(-
b*x^3*ln(f))^(-1/3*m-1/3)*GAMMA(1/3+1/3*m,-b*x^3*ln(f)))

________________________________________________________________________________________

Maxima [A]
time = 0.07, size = 38, normalized size = 0.83 \begin {gather*} -\frac {1}{3} \, \left (-b x^{3} \log \left (f\right )\right )^{-\frac {1}{3} \, m - \frac {1}{3}} f^{a} x^{m + 1} \Gamma \left (\frac {1}{3} \, m + \frac {1}{3}, -b x^{3} \log \left (f\right )\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(f^(b*x^3+a)*x^m,x, algorithm="maxima")

[Out]

-1/3*(-b*x^3*log(f))^(-1/3*m - 1/3)*f^a*x^(m + 1)*gamma(1/3*m + 1/3, -b*x^3*log(f))

________________________________________________________________________________________

Fricas [A]
time = 0.08, size = 40, normalized size = 0.87 \begin {gather*} \frac {e^{\left (-\frac {1}{3} \, {\left (m - 2\right )} \log \left (-b \log \left (f\right )\right ) + a \log \left (f\right )\right )} \Gamma \left (\frac {1}{3} \, m + \frac {1}{3}, -b x^{3} \log \left (f\right )\right )}{3 \, b \log \left (f\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(f^(b*x^3+a)*x^m,x, algorithm="fricas")

[Out]

1/3*e^(-1/3*(m - 2)*log(-b*log(f)) + a*log(f))*gamma(1/3*m + 1/3, -b*x^3*log(f))/(b*log(f))

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(f**(b*x**3+a)*x**m,x)

[Out]

Integral(f**(a + b*x**3)*x**m, 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(f^(b*x^3+a)*x^m,x, algorithm="giac")

[Out]

integrate(f^(b*x^3 + a)*x^m, x)

________________________________________________________________________________________

Mupad [B]
time = 3.39, size = 56, normalized size = 1.22 \begin {gather*} \frac {f^a\,x^{m+1}\,{\mathrm {e}}^{\frac {b\,x^3\,\ln \left (f\right )}{2}}\,{\mathrm {M}}_{\frac {1}{3}-\frac {m}{6},\frac {m}{6}+\frac {1}{6}}\left (b\,x^3\,\ln \left (f\right )\right )}{\left (m+1\right )\,{\left (b\,x^3\,\ln \left (f\right )\right )}^{\frac {m}{6}+\frac {2}{3}}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(f^(a + b*x^3)*x^m,x)

[Out]

(f^a*x^(m + 1)*exp((b*x^3*log(f))/2)*whittakerM(1/3 - m/6, m/6 + 1/6, b*x^3*log(f)))/((m + 1)*(b*x^3*log(f))^(
m/6 + 2/3))

________________________________________________________________________________________