3.243 \(\int x^2 (\frac{c}{a+b x^2})^{3/2} \, dx\)

Optimal. Leaf size=77 \[ \frac{\sqrt{a} c \sqrt{\frac{b x^2}{a}+1} \sqrt{\frac{c}{a+b x^2}} \sinh ^{-1}\left (\frac{\sqrt{b} x}{\sqrt{a}}\right )}{b^{3/2}}-\frac{c x \sqrt{\frac{c}{a+b x^2}}}{b} \]

[Out]

-((c*x*Sqrt[c/(a + b*x^2)])/b) + (Sqrt[a]*c*Sqrt[c/(a + b*x^2)]*Sqrt[1 + (b*x^2)/a]*ArcSinh[(Sqrt[b]*x)/Sqrt[a
]])/b^(3/2)

________________________________________________________________________________________

Rubi [A]  time = 0.14265, antiderivative size = 75, normalized size of antiderivative = 0.97, number of steps used = 4, number of rules used = 4, integrand size = 19, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.21, Rules used = {6720, 288, 217, 206} \[ \frac{c \sqrt{a+b x^2} \sqrt{\frac{c}{a+b x^2}} \tanh ^{-1}\left (\frac{\sqrt{b} x}{\sqrt{a+b x^2}}\right )}{b^{3/2}}-\frac{c x \sqrt{\frac{c}{a+b x^2}}}{b} \]

Antiderivative was successfully verified.

[In]

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

[Out]

-((c*x*Sqrt[c/(a + b*x^2)])/b) + (c*Sqrt[c/(a + b*x^2)]*Sqrt[a + b*x^2]*ArcTanh[(Sqrt[b]*x)/Sqrt[a + b*x^2]])/
b^(3/2)

Rule 6720

Int[(u_.)*((a_.)*(v_)^(m_.))^(p_), x_Symbol] :> Dist[(a^IntPart[p]*(a*v^m)^FracPart[p])/v^(m*FracPart[p]), Int
[u*v^(m*p), x], x] /; FreeQ[{a, m, p}, x] &&  !IntegerQ[p] &&  !FreeQ[v, x] &&  !(EqQ[a, 1] && EqQ[m, 1]) &&
!(EqQ[v, x] && EqQ[m, 1])

Rule 288

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

Rule 217

Int[1/Sqrt[(a_) + (b_.)*(x_)^2], x_Symbol] :> Subst[Int[1/(1 - b*x^2), x], x, x/Sqrt[a + b*x^2]] /; FreeQ[{a,
b}, x] &&  !GtQ[a, 0]

Rule 206

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTanh[(Rt[-b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[-b, 2]), x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rubi steps

\begin{align*} \int x^2 \left (\frac{c}{a+b x^2}\right )^{3/2} \, dx &=\left (c \sqrt{\frac{c}{a+b x^2}} \sqrt{a+b x^2}\right ) \int \frac{x^2}{\left (a+b x^2\right )^{3/2}} \, dx\\ &=-\frac{c x \sqrt{\frac{c}{a+b x^2}}}{b}+\frac{\left (c \sqrt{\frac{c}{a+b x^2}} \sqrt{a+b x^2}\right ) \int \frac{1}{\sqrt{a+b x^2}} \, dx}{b}\\ &=-\frac{c x \sqrt{\frac{c}{a+b x^2}}}{b}+\frac{\left (c \sqrt{\frac{c}{a+b x^2}} \sqrt{a+b x^2}\right ) \operatorname{Subst}\left (\int \frac{1}{1-b x^2} \, dx,x,\frac{x}{\sqrt{a+b x^2}}\right )}{b}\\ &=-\frac{c x \sqrt{\frac{c}{a+b x^2}}}{b}+\frac{c \sqrt{\frac{c}{a+b x^2}} \sqrt{a+b x^2} \tanh ^{-1}\left (\frac{\sqrt{b} x}{\sqrt{a+b x^2}}\right )}{b^{3/2}}\\ \end{align*}

Mathematica [A]  time = 0.0660019, size = 89, normalized size = 1.16 \[ \frac{\sqrt{a} \sqrt{\frac{b x^2}{a}+1} \left (\frac{c}{a+b x^2}\right )^{3/2} \left (\left (a+b x^2\right ) \sinh ^{-1}\left (\frac{\sqrt{b} x}{\sqrt{a}}\right )-\sqrt{a} \sqrt{b} x \sqrt{\frac{b x^2}{a}+1}\right )}{b^{3/2}} \]

Antiderivative was successfully verified.

[In]

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

[Out]

(Sqrt[a]*(c/(a + b*x^2))^(3/2)*Sqrt[1 + (b*x^2)/a]*(-(Sqrt[a]*Sqrt[b]*x*Sqrt[1 + (b*x^2)/a]) + (a + b*x^2)*Arc
Sinh[(Sqrt[b]*x)/Sqrt[a]]))/b^(3/2)

________________________________________________________________________________________

Maple [A]  time = 0.01, size = 59, normalized size = 0.8 \begin{align*}{(b{x}^{2}+a) \left ({\frac{c}{b{x}^{2}+a}} \right ) ^{{\frac{3}{2}}} \left ( -x{b}^{{\frac{3}{2}}}+\ln \left ( \sqrt{b}x+\sqrt{b{x}^{2}+a} \right ) b\sqrt{b{x}^{2}+a} \right ){b}^{-{\frac{5}{2}}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

(c/(b*x^2+a))^(3/2)*(b*x^2+a)*(-x*b^(3/2)+ln(b^(1/2)*x+(b*x^2+a)^(1/2))*b*(b*x^2+a)^(1/2))/b^(5/2)

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int x^{2} \left (\frac{c}{b x^{2} + a}\right )^{\frac{3}{2}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2*(c/(b*x^2+a))^(3/2),x, algorithm="maxima")

[Out]

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

________________________________________________________________________________________

Fricas [A]  time = 1.55354, size = 294, normalized size = 3.82 \begin{align*} \left [-\frac{2 \, c x \sqrt{\frac{c}{b x^{2} + a}} - c \sqrt{\frac{c}{b}} \log \left (-2 \, b c x^{2} - a c - 2 \,{\left (b^{2} x^{3} + a b x\right )} \sqrt{\frac{c}{b x^{2} + a}} \sqrt{\frac{c}{b}}\right )}{2 \, b}, -\frac{c x \sqrt{\frac{c}{b x^{2} + a}} + c \sqrt{-\frac{c}{b}} \arctan \left (\frac{b x \sqrt{\frac{c}{b x^{2} + a}} \sqrt{-\frac{c}{b}}}{c}\right )}{b}\right ] \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2*(c/(b*x^2+a))^(3/2),x, algorithm="fricas")

[Out]

[-1/2*(2*c*x*sqrt(c/(b*x^2 + a)) - c*sqrt(c/b)*log(-2*b*c*x^2 - a*c - 2*(b^2*x^3 + a*b*x)*sqrt(c/(b*x^2 + a))*
sqrt(c/b)))/b, -(c*x*sqrt(c/(b*x^2 + a)) + c*sqrt(-c/b)*arctan(b*x*sqrt(c/(b*x^2 + a))*sqrt(-c/b)/c))/b]

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int x^{2} \left (\frac{c}{a + b x^{2}}\right )^{\frac{3}{2}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Integral(x**2*(c/(a + b*x**2))**(3/2), x)

________________________________________________________________________________________

Giac [A]  time = 1.20456, size = 96, normalized size = 1.25 \begin{align*} -{\left (\frac{c x \mathrm{sgn}\left (b x^{2} + a\right )}{\sqrt{b c x^{2} + a c} b} + \frac{c \log \left ({\left | -\sqrt{b c} x + \sqrt{b c x^{2} + a c} \right |}\right ) \mathrm{sgn}\left (b x^{2} + a\right )}{\sqrt{b c} b}\right )} c \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2*(c/(b*x^2+a))^(3/2),x, algorithm="giac")

[Out]

-(c*x*sgn(b*x^2 + a)/(sqrt(b*c*x^2 + a*c)*b) + c*log(abs(-sqrt(b*c)*x + sqrt(b*c*x^2 + a*c)))*sgn(b*x^2 + a)/(
sqrt(b*c)*b))*c