3.6.79 \(\int F^{a+b \log (c+d x^n)} x^2 \, dx\) [579]

Optimal. Leaf size=65 \[ \frac {1}{3} F^a x^3 \left (c+d x^n\right )^{b \log (F)} \left (1+\frac {d x^n}{c}\right )^{-b \log (F)} \, _2F_1\left (\frac {3}{n},-b \log (F);\frac {3+n}{n};-\frac {d x^n}{c}\right ) \]

[Out]

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

________________________________________________________________________________________

Rubi [A]
time = 0.04, antiderivative size = 65, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 4, integrand size = 18, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.222, Rules used = {2306, 12, 372, 371} \begin {gather*} \frac {1}{3} x^3 F^a \left (c+d x^n\right )^{b \log (F)} \left (\frac {d x^n}{c}+1\right )^{-b \log (F)} \, _2F_1\left (\frac {3}{n},-b \log (F);\frac {n+3}{n};-\frac {d x^n}{c}\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

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

Rule 12

Int[(a_)*(u_), x_Symbol] :> Dist[a, Int[u, x], x] /; FreeQ[a, x] &&  !MatchQ[u, (b_)*(v_) /; FreeQ[b, x]]

Rule 371

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[a^p*((c*x)^(m + 1)/(c*(m + 1)))*Hyperg
eometric2F1[-p, (m + 1)/n, (m + 1)/n + 1, (-b)*(x^n/a)], x] /; FreeQ[{a, b, c, m, n, p}, x] &&  !IGtQ[p, 0] &&
 (ILtQ[p, 0] || GtQ[a, 0])

Rule 372

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Dist[a^IntPart[p]*((a + b*x^n)^FracPart[p]/
(1 + b*(x^n/a))^FracPart[p]), Int[(c*x)^m*(1 + b*(x^n/a))^p, x], x] /; FreeQ[{a, b, c, m, n, p}, x] &&  !IGtQ[
p, 0] &&  !(ILtQ[p, 0] || GtQ[a, 0])

Rule 2306

Int[(u_.)*(F_)^((a_.)*(Log[z_]*(b_.) + (v_.))), x_Symbol] :> Int[u*F^(a*v)*z^(a*b*Log[F]), x] /; FreeQ[{F, a,
b}, x]

Rubi steps

\begin {align*} \int F^{a+b \log \left (c+d x^n\right )} x^2 \, dx &=\int F^a x^2 \left (c+d x^n\right )^{b \log (F)} \, dx\\ &=F^a \int x^2 \left (c+d x^n\right )^{b \log (F)} \, dx\\ &=\left (F^a \left (c+d x^n\right )^{b \log (F)} \left (1+\frac {d x^n}{c}\right )^{-b \log (F)}\right ) \int x^2 \left (1+\frac {d x^n}{c}\right )^{b \log (F)} \, dx\\ &=\frac {1}{3} F^a x^3 \left (c+d x^n\right )^{b \log (F)} \left (1+\frac {d x^n}{c}\right )^{-b \log (F)} \, _2F_1\left (\frac {3}{n},-b \log (F);\frac {3+n}{n};-\frac {d x^n}{c}\right )\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.15, size = 85, normalized size = 1.31 \begin {gather*} -\frac {F^{a+b \log \left (c+d x^n\right )} x^3 \left (-\frac {d x^n}{c}\right )^{-3/n} \left (c+d x^n\right ) \, _2F_1\left (\frac {-3+n}{n},1+b \log (F);2+b \log (F);1+\frac {d x^n}{c}\right )}{c n (1+b \log (F))} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

Maple [F]
time = 0.01, size = 0, normalized size = 0.00 \[\int F^{a +b \ln \left (c +d \,x^{n}\right )} x^{2}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(F^(a+b*ln(c+d*x^n))*x^2,x)

[Out]

int(F^(a+b*ln(c+d*x^n))*x^2,x)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate(F^(b*log(d*x^n + c) + a)*x^2, x)

________________________________________________________________________________________

Fricas [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*log(c+d*x^n))*x^2,x, algorithm="fricas")

[Out]

integral(F^(b*log(d*x^n + c) + a)*x^2, x)

________________________________________________________________________________________

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

[Out]

integrate(F^(b*log(d*x^n + c) + a)*x^2, x)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(F^(a + b*log(c + d*x^n))*x^2,x)

[Out]

int(F^(a + b*log(c + d*x^n))*x^2, x)

________________________________________________________________________________________