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

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

[Out]

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

________________________________________________________________________________________

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

Antiderivative was successfully verified.

[In]

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

[Out]

(F^(a + b/(c + d*x)^3)*(c + d*x)^3)/(3*d) - (b*F^a*ExpIntegralEi[(b*Log[F])/(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]

Rule 2214

Int[(F_)^((a_.) + (b_.)*((c_.) + (d_.)*(x_))^(n_))*((c_.) + (d_.)*(x_))^(m_.), x_Symbol] :> Simp[((c + d*x)^(m
 + 1)*F^(a + b*(c + d*x)^n))/(d*(m + 1)), x] - Dist[(b*n*Log[F])/(m + 1), Int[(c + d*x)^(m + n)*F^(a + b*(c +
d*x)^n), x], x] /; FreeQ[{F, a, b, c, d}, x] && IntegerQ[(2*(m + 1))/n] && LtQ[-4, (m + 1)/n, 5] && IntegerQ[n
] && ((GtQ[n, 0] && LtQ[m, -1]) || (GtQ[-n, 0] && LeQ[-n, m + 1]))

Rubi steps

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

________________________________________________________________________________________

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

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/3*(F^a*d^2*x^3 + 3*F^a*c*d*x^2 + 3*F^a*c^2*x)*F^(b/(d^3*x^3 + 3*c*d^2*x^2 + 3*c^2*d*x + c^3)) + integrate((F
^a*b*d^3*x^3*log(F) + 3*F^a*b*c*d^2*x^2*log(F) + 3*F^a*b*c^2*d*x*log(F))*F^(b/(d^3*x^3 + 3*c*d^2*x^2 + 3*c^2*d
*x + c^3))/(d^4*x^4 + 4*c*d^3*x^3 + 6*c^2*d^2*x^2 + 4*c^3*d*x + c^4), x)

________________________________________________________________________________________

mupad [B]  time = 3.72, size = 51, normalized size = 0.96 \[ \frac {F^a\,F^{\frac {b}{{\left (c+d\,x\right )}^3}}\,{\left (c+d\,x\right )}^3}{3\,d}+\frac {F^a\,b\,\ln \relax (F)\,\mathrm {expint}\left (-\frac {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)^2,x)

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________