3.3.88 \(\int \frac {F^{a+b (c+d x)^3}}{(c+d x)^4} \, dx\) [288]

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

[Out]

-1/3*F^(a+b*(d*x+c)^3)/d/(d*x+c)^3+1/3*b*F^a*Ei(b*(d*x+c)^3*ln(F))*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 = {2245, 2241} \begin {gather*} \frac {b F^a \log (F) \text {Ei}\left (b (c+d x)^3 \log (F)\right )}{3 d}-\frac {F^{a+b (c+d x)^3}}{3 d (c+d x)^3} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

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

Rule 2241

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 2245

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 \frac {F^{a+b (c+d x)^3}}{(c+d x)^4} \, dx &=-\frac {F^{a+b (c+d x)^3}}{3 d (c+d x)^3}+(b \log (F)) \int \frac {F^{a+b (c+d x)^3}}{c+d x} \, dx\\ &=-\frac {F^{a+b (c+d x)^3}}{3 d (c+d x)^3}+\frac {b F^a \text {Ei}\left (b (c+d x)^3 \log (F)\right ) \log (F)}{3 d}\\ \end {align*}

________________________________________________________________________________________

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

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Fricas [B] Leaf count of result is larger than twice the leaf count of optimal. 147 vs. \(2 (49) = 98\).
time = 0.35, size = 147, normalized size = 2.77 \begin {gather*} \frac {{\left (b d^{3} x^{3} + 3 \, b c d^{2} x^{2} + 3 \, b c^{2} d x + b c^{3}\right )} 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 \left (F\right )\right ) \log \left (F\right ) - F^{b d^{3} x^{3} + 3 \, b c d^{2} x^{2} + 3 \, b c^{2} d x + b c^{3} + a}}{3 \, {\left (d^{4} x^{3} + 3 \, c d^{3} x^{2} + 3 \, c^{2} d^{2} x + c^{3} d\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/3*((b*d^3*x^3 + 3*b*c*d^2*x^2 + 3*b*c^2*d*x + b*c^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))*log(F) - F^(b*d^3*x^3 + 3*b*c*d^2*x^2 + 3*b*c^2*d*x + b*c^3 + a))/(d^4*x^3 + 3*c*d^3*x^2 + 3*c^2*d^2
*x + c^3*d)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Integral(F**(a + b*(c + d*x)**3)/(c + d*x)**4, 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^(a+b*(d*x+c)^3)/(d*x+c)^4,x, algorithm="giac")

[Out]

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

________________________________________________________________________________________

Mupad [B]
time = 3.92, size = 51, normalized size = 0.96 \begin {gather*} -\frac {F^a\,\left (F^{b\,{\left (c+d\,x\right )}^3}+b\,\ln \left (F\right )\,\mathrm {expint}\left (-b\,\ln \left (F\right )\,{\left (c+d\,x\right )}^3\right )\,{\left (c+d\,x\right )}^3\right )}{3\,d\,{\left (c+d\,x\right )}^3} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________