3.4.71 \(\int F^{a+b (c+d x)^n} (c+d x)^{-1+3 n} \, dx\) [371]

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

[Out]

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

________________________________________________________________________________________

Rubi [A]
time = 0.08, antiderivative size = 100, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 25, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.080, Rules used = {2244, 2240} \begin {gather*} \frac {2 F^{a+b (c+d x)^n}}{b^3 d n \log ^3(F)}-\frac {2 (c+d x)^n F^{a+b (c+d x)^n}}{b^2 d n \log ^2(F)}+\frac {(c+d x)^{2 n} F^{a+b (c+d x)^n}}{b d n \log (F)} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

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

Rule 2240

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]

Rule 2244

Int[(F_)^((a_.) + (b_.)*((c_.) + (d_.)*(x_))^(n_))*((c_.) + (d_.)*(x_))^(m_.), x_Symbol] :> Simp[(c + d*x)^(m
- n + 1)*(F^(a + b*(c + d*x)^n)/(b*d*n*Log[F])), x] - Dist[(m - n + 1)/(b*n*Log[F]), 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]] && Lt
Q[0, Simplify[(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+3 n} \, dx &=\frac {F^{a+b (c+d x)^n} (c+d x)^{2 n}}{b d n \log (F)}-\frac {2 \int F^{a+b (c+d x)^n} (c+d x)^{-1+2 n} \, dx}{b \log (F)}\\ &=-\frac {2 F^{a+b (c+d x)^n} (c+d x)^n}{b^2 d n \log ^2(F)}+\frac {F^{a+b (c+d x)^n} (c+d x)^{2 n}}{b d n \log (F)}+\frac {2 \int F^{a+b (c+d x)^n} (c+d x)^{-1+n} \, dx}{b^2 \log ^2(F)}\\ &=\frac {2 F^{a+b (c+d x)^n}}{b^3 d n \log ^3(F)}-\frac {2 F^{a+b (c+d x)^n} (c+d x)^n}{b^2 d n \log ^2(F)}+\frac {F^{a+b (c+d x)^n} (c+d x)^{2 n}}{b d n \log (F)}\\ \end {align*}

________________________________________________________________________________________

Mathematica [C] Result contains higher order function than in optimal. Order 4 vs. order 3 in optimal.
time = 0.01, size = 31, normalized size = 0.31 \begin {gather*} \frac {F^a \Gamma \left (3,-b (c+d x)^n \log (F)\right )}{b^3 d n \log ^3(F)} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

Maple [A]
time = 0.06, size = 59, normalized size = 0.59

method result size
risch \(\frac {\left (b^{2} \left (d x +c \right )^{2 n} \ln \left (F \right )^{2}-2 b \left (d x +c \right )^{n} \ln \left (F \right )+2\right ) F^{a +b \left (d x +c \right )^{n}}}{b^{3} \ln \left (F \right )^{3} n d}\) \(59\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Maxima [A]
time = 0.29, size = 66, normalized size = 0.66 \begin {gather*} \frac {{\left ({\left (d x + c\right )}^{2 \, n} F^{a} b^{2} \log \left (F\right )^{2} - 2 \, {\left (d x + c\right )}^{n} F^{a} b \log \left (F\right ) + 2 \, F^{a}\right )} F^{{\left (d x + c\right )}^{n} b}}{b^{3} d n \log \left (F\right )^{3}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Fricas [A]
time = 0.36, size = 62, normalized size = 0.62 \begin {gather*} \frac {{\left ({\left (d x + c\right )}^{2 \, n} b^{2} \log \left (F\right )^{2} - 2 \, {\left (d x + c\right )}^{n} b \log \left (F\right ) + 2\right )} e^{\left ({\left (d x + c\right )}^{n} b \log \left (F\right ) + a \log \left (F\right )\right )}}{b^{3} d n \log \left (F\right )^{3}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Timed out

________________________________________________________________________________________

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)^n)*(d*x+c)^(-1+3*n),x, algorithm="giac")

[Out]

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

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int F^{a+b\,{\left (c+d\,x\right )}^n}\,{\left (c+d\,x\right )}^{3\,n-1} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________