3.375 \(\int F^{a+b (c+d x)^n} (c+d x)^{-1-n} \, dx\)

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

[Out]

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

________________________________________________________________________________________

Rubi [A]  time = 0.0725984, antiderivative size = 56, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 25, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.08, Rules used = {2215, 2210} \[ \frac{b F^a \log (F) \text{Ei}\left (b (c+d x)^n \log (F)\right )}{d n}-\frac{(c+d x)^{-n} F^{a+b (c+d x)^n}}{d n} \]

Antiderivative was successfully verified.

[In]

Int[F^(a + b*(c + d*x)^n)*(c + d*x)^(-1 - n),x]

[Out]

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

Rule 2215

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)^Simplify[m + n]*F^(a +
 b*(c + d*x)^n), x], x] /; FreeQ[{F, a, b, c, d, m, n}, x] && IntegerQ[2*Simplify[(m + 1)/n]] && LtQ[-4, Simpl
ify[(m + 1)/n], 5] &&  !RationalQ[m] && SumSimplerQ[m, n]

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

Mathematica [A]  time = 0.0063399, size = 27, normalized size = 0.48 \[ \frac{b F^a \log (F) \text{Gamma}\left (-1,-b \log (F) (c+d x)^n\right )}{d n} \]

Antiderivative was successfully verified.

[In]

Integrate[F^(a + b*(c + d*x)^n)*(c + d*x)^(-1 - n),x]

[Out]

(b*F^a*Gamma[-1, -(b*(c + d*x)^n*Log[F])]*Log[F])/(d*n)

________________________________________________________________________________________

Maple [A]  time = 0.12, size = 61, normalized size = 1.1 \begin{align*} -{\frac{{F}^{b \left ( dx+c \right ) ^{n}}{F}^{a}}{dn \left ( dx+c \right ) ^{n}}}-{\frac{b\ln \left ( F \right ){F}^{a}{\it Ei} \left ( 1,-b \left ( dx+c \right ) ^{n}\ln \left ( F \right ) \right ) }{dn}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(F^(a+b*(d*x+c)^n)*(d*x+c)^(-1-n),x)

[Out]

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

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int{\left (d x + c\right )}^{-n - 1} F^{{\left (d x + c\right )}^{n} b + a}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F^(a+b*(d*x+c)^n)*(d*x+c)^(-1-n),x, algorithm="maxima")

[Out]

integrate((d*x + c)^(-n - 1)*F^((d*x + c)^n*b + a), x)

________________________________________________________________________________________

Fricas [A]  time = 1.50631, size = 147, normalized size = 2.62 \begin{align*} \frac{{\left (d x + c\right )}^{n} F^{a} b{\rm Ei}\left ({\left (d x + c\right )}^{n} b \log \left (F\right )\right ) \log \left (F\right ) - e^{\left ({\left (d x + c\right )}^{n} b \log \left (F\right ) + a \log \left (F\right )\right )}}{{\left (d x + c\right )}^{n} d n} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F^(a+b*(d*x+c)^n)*(d*x+c)^(-1-n),x, algorithm="fricas")

[Out]

((d*x + c)^n*F^a*b*Ei((d*x + c)^n*b*log(F))*log(F) - e^((d*x + c)^n*b*log(F) + a*log(F)))/((d*x + c)^n*d*n)

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F**(a+b*(d*x+c)**n)*(d*x+c)**(-1-n),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int{\left (d x + c\right )}^{-n - 1} F^{{\left (d x + c\right )}^{n} b + a}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F^(a+b*(d*x+c)^n)*(d*x+c)^(-1-n),x, algorithm="giac")

[Out]

integrate((d*x + c)^(-n - 1)*F^((d*x + c)^n*b + a), x)