3.204 \(\int f^{c (a+b x)^3} \, dx\)

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

[Out]

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

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 44, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 11, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.091, Rules used = {2208} \[ -\frac {(a+b x) \text {Gamma}\left (\frac {1}{3},-c \log (f) (a+b x)^3\right )}{3 b \sqrt [3]{-c \log (f) (a+b x)^3}} \]

Antiderivative was successfully verified.

[In]

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

[Out]

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

Rule 2208

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]

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 44, normalized size = 1.00 \[ -\frac {(a+b x) \Gamma \left (\frac {1}{3},-c (a+b x)^3 \log (f)\right )}{3 b \sqrt [3]{-c \log (f) (a+b x)^3}} \]

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

fricas [A]  time = 0.42, size = 60, normalized size = 1.36 \[ \frac {\left (-b^{3} c \log \relax (f)\right )^{\frac {2}{3}} \Gamma \left (\frac {1}{3}, -{\left (b^{3} c x^{3} + 3 \, a b^{2} c x^{2} + 3 \, a^{2} b c x + a^{3} c\right )} \log \relax (f)\right )}{3 \, b^{3} c \log \relax (f)} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int f^{{\left (b x + a\right )}^{3} c}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maple [F]  time = 0.04, size = 0, normalized size = 0.00 \[ \int f^{\left (b x +a \right )^{3} c}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int f^{{\left (b x + a\right )}^{3} c}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.02 \[ \int f^{c\,{\left (a+b\,x\right )}^3} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int f^{c \left (a + b x\right )^{3}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Integral(f**(c*(a + b*x)**3), x)

________________________________________________________________________________________