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*(d*x+c)^n)/d/n/((d*x+c)^n)+b*F^a*Ei(b*(d*x+c)^n*ln(F))*ln(F)/d/n

________________________________________________________________________________________

Rubi [A]  time = 0.07, antiderivative size = 56, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 25, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.080, 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 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 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]

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.01, size = 27, normalized size = 0.48 \[ \frac {b F^a \log (F) \Gamma \left (-1,-b (c+d x)^n \log (F)\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)

________________________________________________________________________________________

fricas [A]  time = 0.42, size = 62, normalized size = 1.11 \[ \frac {{\left (d x + c\right )}^{n} F^{a} b {\rm Ei}\left ({\left (d x + c\right )}^{n} b \log \relax (F)\right ) \log \relax (F) - e^{\left ({\left (d x + c\right )}^{n} b \log \relax (F) + a \log \relax (F)\right )}}{{\left (d x + c\right )}^{n} d n} \]

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)

________________________________________________________________________________________

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

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)

________________________________________________________________________________________

maple [A]  time = 0.15, size = 61, normalized size = 1.09 \[ -\frac {b \,F^{a} \Ei \left (1, -b \left (d x +c \right )^{n} \ln \relax (F )\right ) \ln \relax (F )}{d n}-\frac {F^{a} F^{b \left (d x +c \right )^{n}} \left (d x +c \right )^{-n}}{d n} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(F^(b*(d*x+c)^n+a)*(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.00, size = 0, normalized size = 0.00 \[ \int {\left (d x + c\right )}^{-n - 1} F^{{\left (d x + c\right )}^{n} b + a}\,{d x} \]

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)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.02 \[ \int \frac {F^{a+b\,{\left (c+d\,x\right )}^n}}{{\left (c+d\,x\right )}^{n+1}} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

sympy [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

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

________________________________________________________________________________________