\(\int \frac {F^{c (a+b x)}}{d^4+4 d^3 e x+6 d^2 e^2 x^2+4 d e^3 x^3+e^4 x^4} \, dx\) [53]

Optimal result
Mathematica [A] (verified)
Rubi [A] (verified)
Maple [A] (verified)
Fricas [A] (verification not implemented)
Sympy [F]
Maxima [F]
Giac [F]
Mupad [F(-1)]
Reduce [F]

Optimal result

Integrand size = 50, antiderivative size = 128 \[ \int \frac {F^{c (a+b x)}}{d^4+4 d^3 e x+6 d^2 e^2 x^2+4 d e^3 x^3+e^4 x^4} \, dx=-\frac {F^{c (a+b x)}}{3 e (d+e x)^3}-\frac {b c F^{c (a+b x)} \log (F)}{6 e^2 (d+e x)^2}-\frac {b^2 c^2 F^{c (a+b x)} \log ^2(F)}{6 e^3 (d+e x)}+\frac {b^3 c^3 F^{c \left (a-\frac {b d}{e}\right )} \operatorname {ExpIntegralEi}\left (\frac {b c (d+e x) \log (F)}{e}\right ) \log ^3(F)}{6 e^4} \] Output:

-1/3*F^(c*(b*x+a))/e/(e*x+d)^3-1/6*b*c*F^(c*(b*x+a))*ln(F)/e^2/(e*x+d)^2-1 
/6*b^2*c^2*F^(c*(b*x+a))*ln(F)^2/e^3/(e*x+d)+1/6*b^3*c^3*F^(c*(a-b*d/e))*E 
i(b*c*(e*x+d)*ln(F)/e)*ln(F)^3/e^4
 

Mathematica [A] (verified)

Time = 0.07 (sec) , antiderivative size = 99, normalized size of antiderivative = 0.77 \[ \int \frac {F^{c (a+b x)}}{d^4+4 d^3 e x+6 d^2 e^2 x^2+4 d e^3 x^3+e^4 x^4} \, dx=\frac {F^{a c} \left (b^3 c^3 F^{-\frac {b c d}{e}} \operatorname {ExpIntegralEi}\left (\frac {b c (d+e x) \log (F)}{e}\right ) \log ^3(F)-\frac {e F^{b c x} \left (2 e^2+b c e (d+e x) \log (F)+b^2 c^2 (d+e x)^2 \log ^2(F)\right )}{(d+e x)^3}\right )}{6 e^4} \] Input:

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

Output:

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

Rubi [A] (verified)

Time = 0.63 (sec) , antiderivative size = 127, normalized size of antiderivative = 0.99, number of steps used = 5, number of rules used = 5, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.100, Rules used = {2007, 2608, 2608, 2608, 2609}

Below are the steps used by Rubi to obtain the solution. The rule number used for the transformation is given above next to the arrow. The rules definitions used are listed below.

\(\displaystyle \int \frac {F^{c (a+b x)}}{d^4+4 d^3 e x+6 d^2 e^2 x^2+4 d e^3 x^3+e^4 x^4} \, dx\)

\(\Big \downarrow \) 2007

\(\displaystyle \int \frac {F^{c (a+b x)}}{(d+e x)^4}dx\)

\(\Big \downarrow \) 2608

\(\displaystyle \frac {b c \log (F) \int \frac {F^{c (a+b x)}}{(d+e x)^3}dx}{3 e}-\frac {F^{c (a+b x)}}{3 e (d+e x)^3}\)

\(\Big \downarrow \) 2608

\(\displaystyle \frac {b c \log (F) \left (\frac {b c \log (F) \int \frac {F^{c (a+b x)}}{(d+e x)^2}dx}{2 e}-\frac {F^{c (a+b x)}}{2 e (d+e x)^2}\right )}{3 e}-\frac {F^{c (a+b x)}}{3 e (d+e x)^3}\)

\(\Big \downarrow \) 2608

\(\displaystyle \frac {b c \log (F) \left (\frac {b c \log (F) \left (\frac {b c \log (F) \int \frac {F^{c (a+b x)}}{d+e x}dx}{e}-\frac {F^{c (a+b x)}}{e (d+e x)}\right )}{2 e}-\frac {F^{c (a+b x)}}{2 e (d+e x)^2}\right )}{3 e}-\frac {F^{c (a+b x)}}{3 e (d+e x)^3}\)

\(\Big \downarrow \) 2609

\(\displaystyle \frac {b c \log (F) \left (\frac {b c \log (F) \left (\frac {b c \log (F) F^{c \left (a-\frac {b d}{e}\right )} \operatorname {ExpIntegralEi}\left (\frac {b c (d+e x) \log (F)}{e}\right )}{e^2}-\frac {F^{c (a+b x)}}{e (d+e x)}\right )}{2 e}-\frac {F^{c (a+b x)}}{2 e (d+e x)^2}\right )}{3 e}-\frac {F^{c (a+b x)}}{3 e (d+e x)^3}\)

Input:

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

Output:

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

Defintions of rubi rules used

rule 2007
Int[(u_.)*(Px_)^(p_), x_Symbol] :> With[{a = Rt[Coeff[Px, x, 0], Expon[Px, 
x]], b = Rt[Coeff[Px, x, Expon[Px, x]], Expon[Px, x]]}, Int[u*(a + b*x)^(Ex 
pon[Px, x]*p), x] /; EqQ[Px, (a + b*x)^Expon[Px, x]]] /; IntegerQ[p] && Pol 
yQ[Px, x] && GtQ[Expon[Px, x], 1] && NeQ[Coeff[Px, x, 0], 0]
 

rule 2608
Int[((b_.)*(F_)^((g_.)*((e_.) + (f_.)*(x_))))^(n_.)*((c_.) + (d_.)*(x_))^(m 
_), x_Symbol] :> Simp[(c + d*x)^(m + 1)*((b*F^(g*(e + f*x)))^n/(d*(m + 1))) 
, x] - Simp[f*g*n*(Log[F]/(d*(m + 1)))   Int[(c + d*x)^(m + 1)*(b*F^(g*(e + 
 f*x)))^n, x], x] /; FreeQ[{F, b, c, d, e, f, g, n}, x] && LtQ[m, -1] && In 
tegerQ[2*m] &&  !TrueQ[$UseGamma]
 

rule 2609
Int[(F_)^((g_.)*((e_.) + (f_.)*(x_)))/((c_.) + (d_.)*(x_)), x_Symbol] :> Si 
mp[(F^(g*(e - c*(f/d)))/d)*ExpIntegralEi[f*g*(c + d*x)*(Log[F]/d)], x] /; F 
reeQ[{F, c, d, e, f, g}, x] &&  !TrueQ[$UseGamma]
 
Maple [A] (verified)

Time = 0.15 (sec) , antiderivative size = 199, normalized size of antiderivative = 1.55

method result size
risch \(-\frac {\ln \left (F \right )^{3} b^{3} c^{3} F^{b c x} F^{a c}}{3 e^{4} \left (b c x \ln \left (F \right )+\frac {b c \ln \left (F \right ) d}{e}\right )^{3}}-\frac {\ln \left (F \right )^{3} b^{3} c^{3} F^{b c x} F^{a c}}{6 e^{4} \left (b c x \ln \left (F \right )+\frac {b c \ln \left (F \right ) d}{e}\right )^{2}}-\frac {\ln \left (F \right )^{3} b^{3} c^{3} F^{b c x} F^{a c}}{6 e^{4} \left (b c x \ln \left (F \right )+\frac {b c \ln \left (F \right ) d}{e}\right )}-\frac {\ln \left (F \right )^{3} b^{3} c^{3} F^{\frac {c \left (e a -b d \right )}{e}} \operatorname {expIntegral}_{1}\left (-b c x \ln \left (F \right )-a c \ln \left (F \right )-\frac {-e a \ln \left (F \right ) c +b c d \ln \left (F \right )}{e}\right )}{6 e^{4}}\) \(199\)

Input:

int(F^(c*(b*x+a))/(e^4*x^4+4*d*e^3*x^3+6*d^2*e^2*x^2+4*d^3*e*x+d^4),x,meth 
od=_RETURNVERBOSE)
 

Output:

-1/3*ln(F)^3*b^3*c^3/e^4*F^(b*c*x)*F^(a*c)/(b*c*x*ln(F)+b*c*ln(F)/e*d)^3-1 
/6*ln(F)^3*b^3*c^3/e^4*F^(b*c*x)*F^(a*c)/(b*c*x*ln(F)+b*c*ln(F)/e*d)^2-1/6 
*ln(F)^3*b^3*c^3/e^4*F^(b*c*x)*F^(a*c)/(b*c*x*ln(F)+b*c*ln(F)/e*d)-1/6*ln( 
F)^3*b^3*c^3/e^4*F^(c*(a*e-b*d)/e)*Ei(1,-b*c*x*ln(F)-a*c*ln(F)-(-e*a*ln(F) 
*c+b*c*d*ln(F))/e)
 

Fricas [A] (verification not implemented)

Time = 0.08 (sec) , antiderivative size = 209, normalized size of antiderivative = 1.63 \[ \int \frac {F^{c (a+b x)}}{d^4+4 d^3 e x+6 d^2 e^2 x^2+4 d e^3 x^3+e^4 x^4} \, dx=\frac {\frac {{\left (b^{3} c^{3} e^{3} x^{3} + 3 \, b^{3} c^{3} d e^{2} x^{2} + 3 \, b^{3} c^{3} d^{2} e x + b^{3} c^{3} d^{3}\right )} {\rm Ei}\left (\frac {{\left (b c e x + b c d\right )} \log \left (F\right )}{e}\right ) \log \left (F\right )^{3}}{F^{\frac {b c d - a c e}{e}}} - {\left (2 \, e^{3} + {\left (b^{2} c^{2} e^{3} x^{2} + 2 \, b^{2} c^{2} d e^{2} x + b^{2} c^{2} d^{2} e\right )} \log \left (F\right )^{2} + {\left (b c e^{3} x + b c d e^{2}\right )} \log \left (F\right )\right )} F^{b c x + a c}}{6 \, {\left (e^{7} x^{3} + 3 \, d e^{6} x^{2} + 3 \, d^{2} e^{5} x + d^{3} e^{4}\right )}} \] Input:

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

Output:

1/6*((b^3*c^3*e^3*x^3 + 3*b^3*c^3*d*e^2*x^2 + 3*b^3*c^3*d^2*e*x + b^3*c^3* 
d^3)*Ei((b*c*e*x + b*c*d)*log(F)/e)*log(F)^3/F^((b*c*d - a*c*e)/e) - (2*e^ 
3 + (b^2*c^2*e^3*x^2 + 2*b^2*c^2*d*e^2*x + b^2*c^2*d^2*e)*log(F)^2 + (b*c* 
e^3*x + b*c*d*e^2)*log(F))*F^(b*c*x + a*c))/(e^7*x^3 + 3*d*e^6*x^2 + 3*d^2 
*e^5*x + d^3*e^4)
 

Sympy [F]

\[ \int \frac {F^{c (a+b x)}}{d^4+4 d^3 e x+6 d^2 e^2 x^2+4 d e^3 x^3+e^4 x^4} \, dx=\int \frac {F^{c \left (a + b x\right )}}{\left (d + e x\right )^{4}}\, dx \] Input:

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

Output:

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

Maxima [F]

\[ \int \frac {F^{c (a+b x)}}{d^4+4 d^3 e x+6 d^2 e^2 x^2+4 d e^3 x^3+e^4 x^4} \, dx=\int { \frac {F^{{\left (b x + a\right )} c}}{e^{4} x^{4} + 4 \, d e^{3} x^{3} + 6 \, d^{2} e^{2} x^{2} + 4 \, d^{3} e x + d^{4}} \,d x } \] Input:

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

Output:

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

Giac [F]

\[ \int \frac {F^{c (a+b x)}}{d^4+4 d^3 e x+6 d^2 e^2 x^2+4 d e^3 x^3+e^4 x^4} \, dx=\int { \frac {F^{{\left (b x + a\right )} c}}{e^{4} x^{4} + 4 \, d e^{3} x^{3} + 6 \, d^{2} e^{2} x^{2} + 4 \, d^{3} e x + d^{4}} \,d x } \] Input:

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

Output:

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

Mupad [F(-1)]

Timed out. \[ \int \frac {F^{c (a+b x)}}{d^4+4 d^3 e x+6 d^2 e^2 x^2+4 d e^3 x^3+e^4 x^4} \, dx=\int \frac {F^{c\,\left (a+b\,x\right )}}{d^4+4\,d^3\,e\,x+6\,d^2\,e^2\,x^2+4\,d\,e^3\,x^3+e^4\,x^4} \,d x \] Input:

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

Output:

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

Reduce [F]

\[ \int \frac {F^{c (a+b x)}}{d^4+4 d^3 e x+6 d^2 e^2 x^2+4 d e^3 x^3+e^4 x^4} \, dx=f^{a c} \left (\int \frac {f^{b c x}}{e^{4} x^{4}+4 d \,e^{3} x^{3}+6 d^{2} e^{2} x^{2}+4 d^{3} e x +d^{4}}d x \right ) \] Input:

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

Output:

f**(a*c)*int(f**(b*c*x)/(d**4 + 4*d**3*e*x + 6*d**2*e**2*x**2 + 4*d*e**3*x 
**3 + e**4*x**4),x)