3.4.48 \(\int \frac {(a+b x^2)^p}{(c+d x^2)^3} \, dx\) [348]

Optimal. Leaf size=57 \[ \frac {x \left (a+b x^2\right )^p \left (1+\frac {b x^2}{a}\right )^{-p} F_1\left (\frac {1}{2};-p,3;\frac {3}{2};-\frac {b x^2}{a},-\frac {d x^2}{c}\right )}{c^3} \]

[Out]

x*(b*x^2+a)^p*AppellF1(1/2,-p,3,3/2,-b*x^2/a,-d*x^2/c)/c^3/((1+b*x^2/a)^p)

________________________________________________________________________________________

Rubi [A]
time = 0.02, antiderivative size = 57, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 19, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.105, Rules used = {441, 440} \begin {gather*} \frac {x \left (a+b x^2\right )^p \left (\frac {b x^2}{a}+1\right )^{-p} F_1\left (\frac {1}{2};-p,3;\frac {3}{2};-\frac {b x^2}{a},-\frac {d x^2}{c}\right )}{c^3} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(a + b*x^2)^p/(c + d*x^2)^3,x]

[Out]

(x*(a + b*x^2)^p*AppellF1[1/2, -p, 3, 3/2, -((b*x^2)/a), -((d*x^2)/c)])/(c^3*(1 + (b*x^2)/a)^p)

Rule 440

Int[((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_))^(q_), x_Symbol] :> Simp[a^p*c^q*x*AppellF1[1/n, -p,
 -q, 1 + 1/n, (-b)*(x^n/a), (-d)*(x^n/c)], x] /; FreeQ[{a, b, c, d, n, p, q}, x] && NeQ[b*c - a*d, 0] && NeQ[n
, -1] && (IntegerQ[p] || GtQ[a, 0]) && (IntegerQ[q] || GtQ[c, 0])

Rule 441

Int[((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_))^(q_), x_Symbol] :> Dist[a^IntPart[p]*((a + b*x^n)^F
racPart[p]/(1 + b*(x^n/a))^FracPart[p]), Int[(1 + b*(x^n/a))^p*(c + d*x^n)^q, x], x] /; FreeQ[{a, b, c, d, n,
p, q}, x] && NeQ[b*c - a*d, 0] && NeQ[n, -1] &&  !(IntegerQ[p] || GtQ[a, 0])

Rubi steps

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

________________________________________________________________________________________

Mathematica [B] Leaf count is larger than twice the leaf count of optimal. \(162\) vs. \(2(57)=114\).
time = 0.33, size = 162, normalized size = 2.84 \begin {gather*} -\frac {3 a c x \left (a+b x^2\right )^p F_1\left (\frac {1}{2};-p,3;\frac {3}{2};-\frac {b x^2}{a},-\frac {d x^2}{c}\right )}{\left (c+d x^2\right )^3 \left (-3 a c F_1\left (\frac {1}{2};-p,3;\frac {3}{2};-\frac {b x^2}{a},-\frac {d x^2}{c}\right )-2 x^2 \left (b c p F_1\left (\frac {3}{2};1-p,3;\frac {5}{2};-\frac {b x^2}{a},-\frac {d x^2}{c}\right )-3 a d F_1\left (\frac {3}{2};-p,4;\frac {5}{2};-\frac {b x^2}{a},-\frac {d x^2}{c}\right )\right )\right )} \end {gather*}

Warning: Unable to verify antiderivative.

[In]

Integrate[(a + b*x^2)^p/(c + d*x^2)^3,x]

[Out]

(-3*a*c*x*(a + b*x^2)^p*AppellF1[1/2, -p, 3, 3/2, -((b*x^2)/a), -((d*x^2)/c)])/((c + d*x^2)^3*(-3*a*c*AppellF1
[1/2, -p, 3, 3/2, -((b*x^2)/a), -((d*x^2)/c)] - 2*x^2*(b*c*p*AppellF1[3/2, 1 - p, 3, 5/2, -((b*x^2)/a), -((d*x
^2)/c)] - 3*a*d*AppellF1[3/2, -p, 4, 5/2, -((b*x^2)/a), -((d*x^2)/c)])))

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*x^2+a)^p/(d*x^2+c)^3,x)

[Out]

int((b*x^2+a)^p/(d*x^2+c)^3,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((b*x^2+a)^p/(d*x^2+c)^3,x, algorithm="maxima")

[Out]

integrate((b*x^2 + a)^p/(d*x^2 + c)^3, 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((b*x^2+a)^p/(d*x^2+c)^3,x, algorithm="fricas")

[Out]

integral((b*x^2 + a)^p/(d^3*x^6 + 3*c*d^2*x^4 + 3*c^2*d*x^2 + c^3), 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((b*x**2+a)**p/(d*x**2+c)**3,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((b*x^2+a)^p/(d*x^2+c)^3,x, algorithm="giac")

[Out]

integrate((b*x^2 + a)^p/(d*x^2 + c)^3, x)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*x^2)^p/(c + d*x^2)^3,x)

[Out]

int((a + b*x^2)^p/(c + d*x^2)^3, x)

________________________________________________________________________________________