3.287 \(\int \frac {F^{a+b (c+d x)^3}}{c+d x} \, dx\)

Optimal. Leaf size=22 \[ \frac {F^a \text {Ei}\left (b (c+d x)^3 \log (F)\right )}{3 d} \]

[Out]

1/3*F^a*Ei(b*(d*x+c)^3*ln(F))/d

________________________________________________________________________________________

Rubi [A]  time = 0.07, antiderivative size = 22, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 21, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.048, Rules used = {2210} \[ \frac {F^a \text {Ei}\left (b (c+d x)^3 \log (F)\right )}{3 d} \]

Antiderivative was successfully verified.

[In]

Int[F^(a + b*(c + d*x)^3)/(c + d*x),x]

[Out]

(F^a*ExpIntegralEi[b*(c + d*x)^3*Log[F]])/(3*d)

Rule 2210

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

Rubi steps

\begin {align*} \int \frac {F^{a+b (c+d x)^3}}{c+d x} \, dx &=\frac {F^a \text {Ei}\left (b (c+d x)^3 \log (F)\right )}{3 d}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 22, normalized size = 1.00 \[ \frac {F^a \text {Ei}\left (b (c+d x)^3 \log (F)\right )}{3 d} \]

Antiderivative was successfully verified.

[In]

Integrate[F^(a + b*(c + d*x)^3)/(c + d*x),x]

[Out]

(F^a*ExpIntegralEi[b*(c + d*x)^3*Log[F]])/(3*d)

________________________________________________________________________________________

fricas [B]  time = 0.43, size = 44, normalized size = 2.00 \[ \frac {F^{a} {\rm Ei}\left ({\left (b d^{3} x^{3} + 3 \, b c d^{2} x^{2} + 3 \, b c^{2} d x + b c^{3}\right )} \log \relax (F)\right )}{3 \, d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/3*F^a*Ei((b*d^3*x^3 + 3*b*c*d^2*x^2 + 3*b*c^2*d*x + b*c^3)*log(F))/d

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate(F^((d*x + c)^3*b + a)/(d*x + c), x)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(F^(a+(d*x+c)^3*b)/(d*x+c),x)

[Out]

int(F^(a+(d*x+c)^3*b)/(d*x+c),x)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate(F^((d*x + c)^3*b + a)/(d*x + c), x)

________________________________________________________________________________________

mupad [B]  time = 3.58, size = 20, normalized size = 0.91 \[ \frac {F^a\,\mathrm {ei}\left (b\,\ln \relax (F)\,{\left (c+d\,x\right )}^3\right )}{3\,d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(F^(a + b*(c + d*x)^3)/(c + d*x),x)

[Out]

(F^a*ei(b*log(F)*(c + d*x)^3))/(3*d)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F**(a+b*(d*x+c)**3)/(d*x+c),x)

[Out]

Integral(F**(a + b*(c + d*x)**3)/(c + d*x), x)

________________________________________________________________________________________