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

Optimal. Leaf size=192 \[ \frac{a^4 c \sqrt{c \left (a+b x^2\right )^3}}{a+b x^2}+\frac{1}{3} a^3 c \sqrt{c \left (a+b x^2\right )^3}+\frac{1}{5} a^2 c \left (a+b x^2\right ) \sqrt{c \left (a+b x^2\right )^3}-\frac{a^3 c \sqrt{c \left (a+b x^2\right )^3} \tanh ^{-1}\left (\sqrt{\frac{b x^2}{a}+1}\right )}{\left (\frac{b x^2}{a}+1\right )^{3/2}}+\frac{1}{7} a c \left (a+b x^2\right )^2 \sqrt{c \left (a+b x^2\right )^3}+\frac{1}{9} c \left (a+b x^2\right )^3 \sqrt{c \left (a+b x^2\right )^3} \]

[Out]

(a^3*c*Sqrt[c*(a + b*x^2)^3])/3 + (a^4*c*Sqrt[c*(a + b*x^2)^3])/(a + b*x^2) + (a^2*c*(a + b*x^2)*Sqrt[c*(a + b
*x^2)^3])/5 + (a*c*(a + b*x^2)^2*Sqrt[c*(a + b*x^2)^3])/7 + (c*(a + b*x^2)^3*Sqrt[c*(a + b*x^2)^3])/9 - (a^3*c
*Sqrt[c*(a + b*x^2)^3]*ArcTanh[Sqrt[1 + (b*x^2)/a]])/(1 + (b*x^2)/a)^(3/2)

________________________________________________________________________________________

Rubi [A]  time = 0.217076, antiderivative size = 194, normalized size of antiderivative = 1.01, number of steps used = 9, number of rules used = 5, integrand size = 19, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.263, Rules used = {6720, 266, 50, 63, 208} \[ \frac{a^4 c \sqrt{c \left (a+b x^2\right )^3}}{a+b x^2}+\frac{1}{3} a^3 c \sqrt{c \left (a+b x^2\right )^3}+\frac{1}{5} a^2 c \left (a+b x^2\right ) \sqrt{c \left (a+b x^2\right )^3}-\frac{a^{9/2} c \sqrt{c \left (a+b x^2\right )^3} \tanh ^{-1}\left (\frac{\sqrt{a+b x^2}}{\sqrt{a}}\right )}{\left (a+b x^2\right )^{3/2}}+\frac{1}{7} a c \left (a+b x^2\right )^2 \sqrt{c \left (a+b x^2\right )^3}+\frac{1}{9} c \left (a+b x^2\right )^3 \sqrt{c \left (a+b x^2\right )^3} \]

Antiderivative was successfully verified.

[In]

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

[Out]

(a^3*c*Sqrt[c*(a + b*x^2)^3])/3 + (a^4*c*Sqrt[c*(a + b*x^2)^3])/(a + b*x^2) + (a^2*c*(a + b*x^2)*Sqrt[c*(a + b
*x^2)^3])/5 + (a*c*(a + b*x^2)^2*Sqrt[c*(a + b*x^2)^3])/7 + (c*(a + b*x^2)^3*Sqrt[c*(a + b*x^2)^3])/9 - (a^(9/
2)*c*Sqrt[c*(a + b*x^2)^3]*ArcTanh[Sqrt[a + b*x^2]/Sqrt[a]])/(a + b*x^2)^(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 266

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Dist[1/n, Subst[Int[x^(Simplify[(m + 1)/n] - 1)*(a
+ b*x)^p, x], x, x^n], x] /; FreeQ[{a, b, m, n, p}, x] && IntegerQ[Simplify[(m + 1)/n]]

Rule 50

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((a + b*x)^(m + 1)*(c + d*x)^n)/(b*
(m + n + 1)), x] + Dist[(n*(b*c - a*d))/(b*(m + n + 1)), Int[(a + b*x)^m*(c + d*x)^(n - 1), x], x] /; FreeQ[{a
, b, c, d}, x] && NeQ[b*c - a*d, 0] && GtQ[n, 0] && NeQ[m + n + 1, 0] &&  !(IGtQ[m, 0] && ( !IntegerQ[n] || (G
tQ[m, 0] && LtQ[m - n, 0]))) &&  !ILtQ[m + n + 2, 0] && IntLinearQ[a, b, c, d, m, n, x]

Rule 63

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> With[{p = Denominator[m]}, Dist[p/b, Sub
st[Int[x^(p*(m + 1) - 1)*(c - (a*d)/b + (d*x^p)/b)^n, x], x, (a + b*x)^(1/p)], x]] /; FreeQ[{a, b, c, d}, x] &
& NeQ[b*c - a*d, 0] && LtQ[-1, m, 0] && LeQ[-1, n, 0] && LeQ[Denominator[n], Denominator[m]] && IntLinearQ[a,
b, c, d, m, n, x]

Rule 208

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

Rubi steps

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

Mathematica [A]  time = 0.0749732, size = 111, normalized size = 0.58 \[ \frac{\left (c \left (a+b x^2\right )^3\right )^{3/2} \left (\sqrt{a+b x^2} \left (408 a^2 b^2 x^4+506 a^3 b x^2+563 a^4+185 a b^3 x^6+35 b^4 x^8\right )-315 a^{9/2} \tanh ^{-1}\left (\frac{\sqrt{a+b x^2}}{\sqrt{a}}\right )\right )}{315 \left (a+b x^2\right )^{9/2}} \]

Antiderivative was successfully verified.

[In]

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

[Out]

((c*(a + b*x^2)^3)^(3/2)*(Sqrt[a + b*x^2]*(563*a^4 + 506*a^3*b*x^2 + 408*a^2*b^2*x^4 + 185*a*b^3*x^6 + 35*b^4*
x^8) - 315*a^(9/2)*ArcTanh[Sqrt[a + b*x^2]/Sqrt[a]]))/(315*(a + b*x^2)^(9/2))

________________________________________________________________________________________

Maple [A]  time = 0.013, size = 221, normalized size = 1.2 \begin{align*}{\frac{1}{315\,c \left ( b{x}^{2}+a \right ) ^{3}} \left ( c \left ( b{x}^{2}+a \right ) ^{3} \right ) ^{{\frac{3}{2}}} \left ( 35\,\sqrt{ac} \left ( bc{x}^{2}+ac \right ) ^{5/2}{x}^{4}{b}^{2}+115\,\sqrt{ac} \left ( bc{x}^{2}+ac \right ) ^{5/2}{x}^{2}ab-315\,\ln \left ( 2\,{\frac{\sqrt{ac}\sqrt{bc{x}^{2}+ac}+ac}{x}} \right ){a}^{5}{c}^{3}-46\,\sqrt{ac} \left ( bc{x}^{2}+ac \right ) ^{5/2}{a}^{2}+105\,\sqrt{ac} \left ( bc{x}^{2}+ac \right ) ^{3/2}{a}^{3}c+315\,\sqrt{ac}\sqrt{bc{x}^{2}+ac}{a}^{4}{c}^{2}+189\,{a}^{2} \left ( c \left ( b{x}^{2}+a \right ) \right ) ^{5/2}\sqrt{ac} \right ) \left ( c \left ( b{x}^{2}+a \right ) \right ) ^{-{\frac{3}{2}}}{\frac{1}{\sqrt{ac}}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/315*(c*(b*x^2+a)^3)^(3/2)*(35*(a*c)^(1/2)*(b*c*x^2+a*c)^(5/2)*x^4*b^2+115*(a*c)^(1/2)*(b*c*x^2+a*c)^(5/2)*x^
2*a*b-315*ln(2*((a*c)^(1/2)*(b*c*x^2+a*c)^(1/2)+a*c)/x)*a^5*c^3-46*(a*c)^(1/2)*(b*c*x^2+a*c)^(5/2)*a^2+105*(a*
c)^(1/2)*(b*c*x^2+a*c)^(3/2)*a^3*c+315*(a*c)^(1/2)*(b*c*x^2+a*c)^(1/2)*a^4*c^2+189*a^2*(c*(b*x^2+a))^(5/2)*(a*
c)^(1/2))/(b*x^2+a)^3/(c*(b*x^2+a))^(3/2)/c/(a*c)^(1/2)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Fricas [A]  time = 1.72856, size = 864, normalized size = 4.5 \begin{align*} \left [\frac{315 \,{\left (a^{4} b c x^{2} + a^{5} c\right )} \sqrt{a c} \log \left (-\frac{b^{2} c x^{4} + 3 \, a b c x^{2} + 2 \, a^{2} c - 2 \, \sqrt{b^{3} c x^{6} + 3 \, a b^{2} c x^{4} + 3 \, a^{2} b c x^{2} + a^{3} c} \sqrt{a c}}{b x^{4} + a x^{2}}\right ) + 2 \,{\left (35 \, b^{4} c x^{8} + 185 \, a b^{3} c x^{6} + 408 \, a^{2} b^{2} c x^{4} + 506 \, a^{3} b c x^{2} + 563 \, a^{4} c\right )} \sqrt{b^{3} c x^{6} + 3 \, a b^{2} c x^{4} + 3 \, a^{2} b c x^{2} + a^{3} c}}{630 \,{\left (b x^{2} + a\right )}}, \frac{315 \,{\left (a^{4} b c x^{2} + a^{5} c\right )} \sqrt{-a c} \arctan \left (\frac{\sqrt{b^{3} c x^{6} + 3 \, a b^{2} c x^{4} + 3 \, a^{2} b c x^{2} + a^{3} c} \sqrt{-a c}}{b^{2} c x^{4} + 2 \, a b c x^{2} + a^{2} c}\right ) +{\left (35 \, b^{4} c x^{8} + 185 \, a b^{3} c x^{6} + 408 \, a^{2} b^{2} c x^{4} + 506 \, a^{3} b c x^{2} + 563 \, a^{4} c\right )} \sqrt{b^{3} c x^{6} + 3 \, a b^{2} c x^{4} + 3 \, a^{2} b c x^{2} + a^{3} c}}{315 \,{\left (b x^{2} + a\right )}}\right ] \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

[1/630*(315*(a^4*b*c*x^2 + a^5*c)*sqrt(a*c)*log(-(b^2*c*x^4 + 3*a*b*c*x^2 + 2*a^2*c - 2*sqrt(b^3*c*x^6 + 3*a*b
^2*c*x^4 + 3*a^2*b*c*x^2 + a^3*c)*sqrt(a*c))/(b*x^4 + a*x^2)) + 2*(35*b^4*c*x^8 + 185*a*b^3*c*x^6 + 408*a^2*b^
2*c*x^4 + 506*a^3*b*c*x^2 + 563*a^4*c)*sqrt(b^3*c*x^6 + 3*a*b^2*c*x^4 + 3*a^2*b*c*x^2 + a^3*c))/(b*x^2 + a), 1
/315*(315*(a^4*b*c*x^2 + a^5*c)*sqrt(-a*c)*arctan(sqrt(b^3*c*x^6 + 3*a*b^2*c*x^4 + 3*a^2*b*c*x^2 + a^3*c)*sqrt
(-a*c)/(b^2*c*x^4 + 2*a*b*c*x^2 + a^2*c)) + (35*b^4*c*x^8 + 185*a*b^3*c*x^6 + 408*a^2*b^2*c*x^4 + 506*a^3*b*c*
x^2 + 563*a^4*c)*sqrt(b^3*c*x^6 + 3*a*b^2*c*x^4 + 3*a^2*b*c*x^2 + a^3*c))/(b*x^2 + a)]

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Giac [A]  time = 1.23287, size = 194, normalized size = 1.01 \begin{align*} \frac{1}{315} \,{\left (\frac{315 \, a^{5} c \arctan \left (\frac{\sqrt{b c x^{2} + a c}}{\sqrt{-a c}}\right )}{\sqrt{-a c}} + \frac{315 \, \sqrt{b c x^{2} + a c} a^{4} c^{36} + 105 \,{\left (b c x^{2} + a c\right )}^{\frac{3}{2}} a^{3} c^{35} + 63 \,{\left (b c x^{2} + a c\right )}^{\frac{5}{2}} a^{2} c^{34} + 45 \,{\left (b c x^{2} + a c\right )}^{\frac{7}{2}} a c^{33} + 35 \,{\left (b c x^{2} + a c\right )}^{\frac{9}{2}} c^{32}}{c^{36}}\right )} c \mathrm{sgn}\left (b x^{2} + a\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/315*(315*a^5*c*arctan(sqrt(b*c*x^2 + a*c)/sqrt(-a*c))/sqrt(-a*c) + (315*sqrt(b*c*x^2 + a*c)*a^4*c^36 + 105*(
b*c*x^2 + a*c)^(3/2)*a^3*c^35 + 63*(b*c*x^2 + a*c)^(5/2)*a^2*c^34 + 45*(b*c*x^2 + a*c)^(7/2)*a*c^33 + 35*(b*c*
x^2 + a*c)^(9/2)*c^32)/c^36)*c*sgn(b*x^2 + a)