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

Optimal. Leaf size=27 \[ \frac {F^{a+b (c+d x)^n}}{b d n \log (F)} \]

[Out]

F^(a+b*(d*x+c)^n)/b/d/n/ln(F)

________________________________________________________________________________________

Rubi [A]  time = 0.04, antiderivative size = 27, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 23, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.043, Rules used = {2209} \[ \frac {F^{a+b (c+d x)^n}}{b d n \log (F)} \]

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)/(b*d*n*Log[F])

Rule 2209

Int[(F_)^((a_.) + (b_.)*((c_.) + (d_.)*(x_))^(n_))*((e_.) + (f_.)*(x_))^(m_.), x_Symbol] :> Simp[((e + f*x)^n*
F^(a + b*(c + d*x)^n))/(b*f*n*(c + d*x)^n*Log[F]), x] /; FreeQ[{F, a, b, c, d, e, f, n}, x] && EqQ[m, n - 1] &
& 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}}{b d n \log (F)}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 27, normalized size = 1.00 \[ \frac {F^{a+b (c+d x)^n}}{b d n \log (F)} \]

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

fricas [A]  time = 0.43, size = 31, normalized size = 1.15 \[ \frac {e^{\left ({\left (d x + c\right )}^{n} b \log \relax (F) + a \log \relax (F)\right )}}{b d n \log \relax (F)} \]

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]

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

________________________________________________________________________________________

giac [A]  time = 0.30, size = 27, normalized size = 1.00 \[ \frac {F^{{\left (d x + c\right )}^{n} b + a}}{b d n \log \relax (F)} \]

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]

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

________________________________________________________________________________________

maple [A]  time = 0.05, size = 32, normalized size = 1.19 \[ \frac {{\mathrm e}^{\left (b \,{\mathrm e}^{n \ln \left (d x +c \right )}+a \right ) \ln \relax (F )}}{b d n \ln \relax (F )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/d/b/n/ln(F)*exp((b*exp(n*ln(d*x+c))+a)*ln(F))

________________________________________________________________________________________

maxima [A]  time = 0.90, size = 27, normalized size = 1.00 \[ \frac {F^{{\left (d x + c\right )}^{n} b + a}}{b d n \log \relax (F)} \]

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]

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

________________________________________________________________________________________

mupad [B]  time = 3.68, size = 27, normalized size = 1.00 \[ \frac {F^{a+b\,{\left (c+d\,x\right )}^n}}{b\,d\,n\,\ln \relax (F)} \]

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]

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

________________________________________________________________________________________

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

________________________________________________________________________________________