\(\int f^{a+b x^3} x^2 \, dx\) [101]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [A] (verified)
   Fricas [A] (verification not implemented)
   Sympy [A] (verification not implemented)
   Maxima [A] (verification not implemented)
   Giac [A] (verification not implemented)
   Mupad [B] (verification not implemented)

Optimal result

Integrand size = 13, antiderivative size = 20 \[ \int f^{a+b x^3} x^2 \, dx=\frac {f^{a+b x^3}}{3 b \log (f)} \]

[Out]

1/3*f^(b*x^3+a)/b/ln(f)

Rubi [A] (verified)

Time = 0.01 (sec) , antiderivative size = 20, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.077, Rules used = {2240} \[ \int f^{a+b x^3} x^2 \, dx=\frac {f^{a+b x^3}}{3 b \log (f)} \]

[In]

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

[Out]

f^(a + b*x^3)/(3*b*Log[f])

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]

Rubi steps \begin{align*} \text {integral}& = \frac {f^{a+b x^3}}{3 b \log (f)} \\ \end{align*}

Mathematica [A] (verified)

Time = 0.01 (sec) , antiderivative size = 20, normalized size of antiderivative = 1.00 \[ \int f^{a+b x^3} x^2 \, dx=\frac {f^{a+b x^3}}{3 b \log (f)} \]

[In]

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

[Out]

f^(a + b*x^3)/(3*b*Log[f])

Maple [A] (verified)

Time = 0.02 (sec) , antiderivative size = 19, normalized size of antiderivative = 0.95

method result size
gosper \(\frac {f^{b \,x^{3}+a}}{3 b \ln \left (f \right )}\) \(19\)
derivativedivides \(\frac {f^{b \,x^{3}+a}}{3 b \ln \left (f \right )}\) \(19\)
default \(\frac {f^{b \,x^{3}+a}}{3 b \ln \left (f \right )}\) \(19\)
risch \(\frac {f^{b \,x^{3}+a}}{3 b \ln \left (f \right )}\) \(19\)
parallelrisch \(\frac {f^{b \,x^{3}+a}}{3 b \ln \left (f \right )}\) \(19\)
norman \(\frac {{\mathrm e}^{\left (b \,x^{3}+a \right ) \ln \left (f \right )}}{3 b \ln \left (f \right )}\) \(21\)
meijerg \(-\frac {f^{a} \left (1-{\mathrm e}^{b \,x^{3} \ln \left (f \right )}\right )}{3 b \ln \left (f \right )}\) \(25\)

[In]

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

[Out]

1/3*f^(b*x^3+a)/b/ln(f)

Fricas [A] (verification not implemented)

none

Time = 0.29 (sec) , antiderivative size = 18, normalized size of antiderivative = 0.90 \[ \int f^{a+b x^3} x^2 \, dx=\frac {f^{b x^{3} + a}}{3 \, b \log \left (f\right )} \]

[In]

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

[Out]

1/3*f^(b*x^3 + a)/(b*log(f))

Sympy [A] (verification not implemented)

Time = 0.05 (sec) , antiderivative size = 22, normalized size of antiderivative = 1.10 \[ \int f^{a+b x^3} x^2 \, dx=\begin {cases} \frac {f^{a + b x^{3}}}{3 b \log {\left (f \right )}} & \text {for}\: b \log {\left (f \right )} \neq 0 \\\frac {x^{3}}{3} & \text {otherwise} \end {cases} \]

[In]

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

[Out]

Piecewise((f**(a + b*x**3)/(3*b*log(f)), Ne(b*log(f), 0)), (x**3/3, True))

Maxima [A] (verification not implemented)

none

Time = 0.17 (sec) , antiderivative size = 18, normalized size of antiderivative = 0.90 \[ \int f^{a+b x^3} x^2 \, dx=\frac {f^{b x^{3} + a}}{3 \, b \log \left (f\right )} \]

[In]

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

[Out]

1/3*f^(b*x^3 + a)/(b*log(f))

Giac [A] (verification not implemented)

none

Time = 0.32 (sec) , antiderivative size = 18, normalized size of antiderivative = 0.90 \[ \int f^{a+b x^3} x^2 \, dx=\frac {f^{b x^{3} + a}}{3 \, b \log \left (f\right )} \]

[In]

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

[Out]

1/3*f^(b*x^3 + a)/(b*log(f))

Mupad [B] (verification not implemented)

Time = 0.11 (sec) , antiderivative size = 18, normalized size of antiderivative = 0.90 \[ \int f^{a+b x^3} x^2 \, dx=\frac {f^{b\,x^3+a}}{3\,b\,\ln \left (f\right )} \]

[In]

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

[Out]

f^(a + b*x^3)/(3*b*log(f))