\(\int \frac {(a+b x+c x^2)^{3/2}}{x (d-f x^2)} \, dx\) [55]

Optimal result
Mathematica [C] (verified)
Rubi [A] (verified)
Maple [B] (verified)
Fricas [F(-1)]
Sympy [F]
Maxima [F]
Giac [F(-2)]
Mupad [F(-1)]
Reduce [F]

Optimal result

Integrand size = 28, antiderivative size = 330 \[ \int \frac {\left (a+b x+c x^2\right )^{3/2}}{x \left (d-f x^2\right )} \, dx=-\frac {c \sqrt {a+b x+c x^2}}{f}-\frac {a^{3/2} \text {arctanh}\left (\frac {2 a+b x}{2 \sqrt {a} \sqrt {a+b x+c x^2}}\right )}{d}-\frac {3 b \sqrt {c} \text {arctanh}\left (\frac {b+2 c x}{2 \sqrt {c} \sqrt {a+b x+c x^2}}\right )}{2 f}-\frac {\left (c d-b \sqrt {d} \sqrt {f}+a f\right )^{3/2} \text {arctanh}\left (\frac {b \sqrt {d}-2 a \sqrt {f}+\left (2 c \sqrt {d}-b \sqrt {f}\right ) x}{2 \sqrt {c d-b \sqrt {d} \sqrt {f}+a f} \sqrt {a+b x+c x^2}}\right )}{2 d f^{3/2}}+\frac {\left (c d+b \sqrt {d} \sqrt {f}+a f\right )^{3/2} \text {arctanh}\left (\frac {b \sqrt {d}+2 a \sqrt {f}+\left (2 c \sqrt {d}+b \sqrt {f}\right ) x}{2 \sqrt {c d+b \sqrt {d} \sqrt {f}+a f} \sqrt {a+b x+c x^2}}\right )}{2 d f^{3/2}} \] Output:

-c*(c*x^2+b*x+a)^(1/2)/f-a^(3/2)*arctanh(1/2*(b*x+2*a)/a^(1/2)/(c*x^2+b*x+ 
a)^(1/2))/d-3/2*b*c^(1/2)*arctanh(1/2*(2*c*x+b)/c^(1/2)/(c*x^2+b*x+a)^(1/2 
))/f-1/2*(c*d-b*d^(1/2)*f^(1/2)+a*f)^(3/2)*arctanh(1/2*(b*d^(1/2)-2*a*f^(1 
/2)+(2*c*d^(1/2)-b*f^(1/2))*x)/(c*d-b*d^(1/2)*f^(1/2)+a*f)^(1/2)/(c*x^2+b* 
x+a)^(1/2))/d/f^(3/2)+1/2*(c*d+b*d^(1/2)*f^(1/2)+a*f)^(3/2)*arctanh(1/2*(b 
*d^(1/2)+2*a*f^(1/2)+(2*c*d^(1/2)+b*f^(1/2))*x)/(c*d+b*d^(1/2)*f^(1/2)+a*f 
)^(1/2)/(c*x^2+b*x+a)^(1/2))/d/f^(3/2)
 

Mathematica [C] (verified)

Result contains higher order function than in optimal. Order 9 vs. order 3 in optimal.

Time = 1.10 (sec) , antiderivative size = 601, normalized size of antiderivative = 1.82 \[ \int \frac {\left (a+b x+c x^2\right )^{3/2}}{x \left (d-f x^2\right )} \, dx=-\frac {2 c d \sqrt {a+x (b+c x)}-4 a^{3/2} f \text {arctanh}\left (\frac {\sqrt {c} x-\sqrt {a+x (b+c x)}}{\sqrt {a}}\right )-3 b \sqrt {c} d \log \left (f \left (b+2 c x-2 \sqrt {c} \sqrt {a+x (b+c x)}\right )\right )+\text {RootSum}\left [b^2 d-a^2 f-4 b \sqrt {c} d \text {$\#$1}+4 c d \text {$\#$1}^2+2 a f \text {$\#$1}^2-f \text {$\#$1}^4\&,\frac {2 b^2 c d^2 \log \left (-\sqrt {c} x+\sqrt {a+b x+c x^2}-\text {$\#$1}\right )-a c^2 d^2 \log \left (-\sqrt {c} x+\sqrt {a+b x+c x^2}-\text {$\#$1}\right )+a b^2 d f \log \left (-\sqrt {c} x+\sqrt {a+b x+c x^2}-\text {$\#$1}\right )-2 a^2 c d f \log \left (-\sqrt {c} x+\sqrt {a+b x+c x^2}-\text {$\#$1}\right )-a^3 f^2 \log \left (-\sqrt {c} x+\sqrt {a+b x+c x^2}-\text {$\#$1}\right )-4 b c^{3/2} d^2 \log \left (-\sqrt {c} x+\sqrt {a+b x+c x^2}-\text {$\#$1}\right ) \text {$\#$1}-4 a b \sqrt {c} d f \log \left (-\sqrt {c} x+\sqrt {a+b x+c x^2}-\text {$\#$1}\right ) \text {$\#$1}+c^2 d^2 \log \left (-\sqrt {c} x+\sqrt {a+b x+c x^2}-\text {$\#$1}\right ) \text {$\#$1}^2+b^2 d f \log \left (-\sqrt {c} x+\sqrt {a+b x+c x^2}-\text {$\#$1}\right ) \text {$\#$1}^2+2 a c d f \log \left (-\sqrt {c} x+\sqrt {a+b x+c x^2}-\text {$\#$1}\right ) \text {$\#$1}^2+a^2 f^2 \log \left (-\sqrt {c} x+\sqrt {a+b x+c x^2}-\text {$\#$1}\right ) \text {$\#$1}^2}{b \sqrt {c} d-2 c d \text {$\#$1}-a f \text {$\#$1}+f \text {$\#$1}^3}\&\right ]}{2 d f} \] Input:

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

Output:

-1/2*(2*c*d*Sqrt[a + x*(b + c*x)] - 4*a^(3/2)*f*ArcTanh[(Sqrt[c]*x - Sqrt[ 
a + x*(b + c*x)])/Sqrt[a]] - 3*b*Sqrt[c]*d*Log[f*(b + 2*c*x - 2*Sqrt[c]*Sq 
rt[a + x*(b + c*x)])] + RootSum[b^2*d - a^2*f - 4*b*Sqrt[c]*d*#1 + 4*c*d*# 
1^2 + 2*a*f*#1^2 - f*#1^4 & , (2*b^2*c*d^2*Log[-(Sqrt[c]*x) + Sqrt[a + b*x 
 + c*x^2] - #1] - a*c^2*d^2*Log[-(Sqrt[c]*x) + Sqrt[a + b*x + c*x^2] - #1] 
 + a*b^2*d*f*Log[-(Sqrt[c]*x) + Sqrt[a + b*x + c*x^2] - #1] - 2*a^2*c*d*f* 
Log[-(Sqrt[c]*x) + Sqrt[a + b*x + c*x^2] - #1] - a^3*f^2*Log[-(Sqrt[c]*x) 
+ Sqrt[a + b*x + c*x^2] - #1] - 4*b*c^(3/2)*d^2*Log[-(Sqrt[c]*x) + Sqrt[a 
+ b*x + c*x^2] - #1]*#1 - 4*a*b*Sqrt[c]*d*f*Log[-(Sqrt[c]*x) + Sqrt[a + b* 
x + c*x^2] - #1]*#1 + c^2*d^2*Log[-(Sqrt[c]*x) + Sqrt[a + b*x + c*x^2] - # 
1]*#1^2 + b^2*d*f*Log[-(Sqrt[c]*x) + Sqrt[a + b*x + c*x^2] - #1]*#1^2 + 2* 
a*c*d*f*Log[-(Sqrt[c]*x) + Sqrt[a + b*x + c*x^2] - #1]*#1^2 + a^2*f^2*Log[ 
-(Sqrt[c]*x) + Sqrt[a + b*x + c*x^2] - #1]*#1^2)/(b*Sqrt[c]*d - 2*c*d*#1 - 
 a*f*#1 + f*#1^3) & ])/(d*f)
 

Rubi [A] (verified)

Time = 1.53 (sec) , antiderivative size = 469, normalized size of antiderivative = 1.42, number of steps used = 2, number of rules used = 2, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.071, Rules used = {7276, 2009}

Below are the steps used by Rubi to obtain the solution. The rule number used for the transformation is given above next to the arrow. The rules definitions used are listed below.

\(\displaystyle \int \frac {\left (a+b x+c x^2\right )^{3/2}}{x \left (d-f x^2\right )} \, dx\)

\(\Big \downarrow \) 7276

\(\displaystyle \int \left (\frac {\left (a+b x+c x^2\right )^{3/2}}{d x}-\frac {f x \left (a+b x+c x^2\right )^{3/2}}{d \left (f x^2-d\right )}\right )dx\)

\(\Big \downarrow \) 2009

\(\displaystyle -\frac {a^{3/2} \text {arctanh}\left (\frac {2 a+b x}{2 \sqrt {a} \sqrt {a+b x+c x^2}}\right )}{d}-\frac {b \left (b^2-12 a c\right ) \text {arctanh}\left (\frac {b+2 c x}{2 \sqrt {c} \sqrt {a+b x+c x^2}}\right )}{16 c^{3/2} d}-\frac {b \text {arctanh}\left (\frac {b+2 c x}{2 \sqrt {c} \sqrt {a+b x+c x^2}}\right ) \left (12 a c f+b^2 (-f)+24 c^2 d\right )}{16 c^{3/2} d f}-\frac {\left (a f+b \left (-\sqrt {d}\right ) \sqrt {f}+c d\right )^{3/2} \text {arctanh}\left (\frac {-2 a \sqrt {f}+x \left (2 c \sqrt {d}-b \sqrt {f}\right )+b \sqrt {d}}{2 \sqrt {a+b x+c x^2} \sqrt {a f+b \left (-\sqrt {d}\right ) \sqrt {f}+c d}}\right )}{2 d f^{3/2}}+\frac {\left (a f+b \sqrt {d} \sqrt {f}+c d\right )^{3/2} \text {arctanh}\left (\frac {2 a \sqrt {f}+x \left (b \sqrt {f}+2 c \sqrt {d}\right )+b \sqrt {d}}{2 \sqrt {a+b x+c x^2} \sqrt {a f+b \sqrt {d} \sqrt {f}+c d}}\right )}{2 d f^{3/2}}-\frac {\sqrt {a+b x+c x^2} \left (8 a c f+b^2 f+2 b c f x+8 c^2 d\right )}{8 c d f}+\frac {\left (8 a c+b^2+2 b c x\right ) \sqrt {a+b x+c x^2}}{8 c d}\)

Input:

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

Output:

((b^2 + 8*a*c + 2*b*c*x)*Sqrt[a + b*x + c*x^2])/(8*c*d) - ((8*c^2*d + b^2* 
f + 8*a*c*f + 2*b*c*f*x)*Sqrt[a + b*x + c*x^2])/(8*c*d*f) - (a^(3/2)*ArcTa 
nh[(2*a + b*x)/(2*Sqrt[a]*Sqrt[a + b*x + c*x^2])])/d - (b*(b^2 - 12*a*c)*A 
rcTanh[(b + 2*c*x)/(2*Sqrt[c]*Sqrt[a + b*x + c*x^2])])/(16*c^(3/2)*d) - (b 
*(24*c^2*d - b^2*f + 12*a*c*f)*ArcTanh[(b + 2*c*x)/(2*Sqrt[c]*Sqrt[a + b*x 
 + c*x^2])])/(16*c^(3/2)*d*f) - ((c*d - b*Sqrt[d]*Sqrt[f] + a*f)^(3/2)*Arc 
Tanh[(b*Sqrt[d] - 2*a*Sqrt[f] + (2*c*Sqrt[d] - b*Sqrt[f])*x)/(2*Sqrt[c*d - 
 b*Sqrt[d]*Sqrt[f] + a*f]*Sqrt[a + b*x + c*x^2])])/(2*d*f^(3/2)) + ((c*d + 
 b*Sqrt[d]*Sqrt[f] + a*f)^(3/2)*ArcTanh[(b*Sqrt[d] + 2*a*Sqrt[f] + (2*c*Sq 
rt[d] + b*Sqrt[f])*x)/(2*Sqrt[c*d + b*Sqrt[d]*Sqrt[f] + a*f]*Sqrt[a + b*x 
+ c*x^2])])/(2*d*f^(3/2))
 

Defintions of rubi rules used

rule 2009
Int[u_, x_Symbol] :> Simp[IntSum[u, x], x] /; SumQ[u]
 

rule 7276
Int[(u_)/((a_) + (b_.)*(x_)^(n_)), x_Symbol] :> With[{v = RationalFunctionE 
xpand[u/(a + b*x^n), x]}, Int[v, x] /; SumQ[v]] /; FreeQ[{a, b}, x] && IGtQ 
[n, 0]
 
Maple [B] (verified)

Leaf count of result is larger than twice the leaf count of optimal. \(1638\) vs. \(2(254)=508\).

Time = 2.49 (sec) , antiderivative size = 1639, normalized size of antiderivative = 4.97

method result size
default \(\text {Expression too large to display}\) \(1639\)

Input:

int((c*x^2+b*x+a)^(3/2)/x/(-f*x^2+d),x,method=_RETURNVERBOSE)
 

Output:

1/d*(1/3*(c*x^2+b*x+a)^(3/2)+1/2*b*(1/4*(2*c*x+b)*(c*x^2+b*x+a)^(1/2)/c+1/ 
8*(4*a*c-b^2)/c^(3/2)*ln((1/2*b+c*x)/c^(1/2)+(c*x^2+b*x+a)^(1/2)))+a*((c*x 
^2+b*x+a)^(1/2)+1/2*b*ln((1/2*b+c*x)/c^(1/2)+(c*x^2+b*x+a)^(1/2))/c^(1/2)- 
a^(1/2)*ln((2*a+b*x+2*a^(1/2)*(c*x^2+b*x+a)^(1/2))/x)))-1/2/d*(1/3*(c*(x-( 
d*f)^(1/2)/f)^2+(2*c*(d*f)^(1/2)+f*b)/f*(x-(d*f)^(1/2)/f)+(b*(d*f)^(1/2)+a 
*f+c*d)/f)^(3/2)+1/2*(2*c*(d*f)^(1/2)+f*b)/f*(1/4*(2*c*(x-(d*f)^(1/2)/f)+( 
2*c*(d*f)^(1/2)+f*b)/f)/c*(c*(x-(d*f)^(1/2)/f)^2+(2*c*(d*f)^(1/2)+f*b)/f*( 
x-(d*f)^(1/2)/f)+(b*(d*f)^(1/2)+a*f+c*d)/f)^(1/2)+1/8*(4*c*(b*(d*f)^(1/2)+ 
a*f+c*d)/f-(2*c*(d*f)^(1/2)+f*b)^2/f^2)/c^(3/2)*ln((1/2*(2*c*(d*f)^(1/2)+f 
*b)/f+c*(x-(d*f)^(1/2)/f))/c^(1/2)+(c*(x-(d*f)^(1/2)/f)^2+(2*c*(d*f)^(1/2) 
+f*b)/f*(x-(d*f)^(1/2)/f)+(b*(d*f)^(1/2)+a*f+c*d)/f)^(1/2)))+(b*(d*f)^(1/2 
)+a*f+c*d)/f*((c*(x-(d*f)^(1/2)/f)^2+(2*c*(d*f)^(1/2)+f*b)/f*(x-(d*f)^(1/2 
)/f)+(b*(d*f)^(1/2)+a*f+c*d)/f)^(1/2)+1/2*(2*c*(d*f)^(1/2)+f*b)/f*ln((1/2* 
(2*c*(d*f)^(1/2)+f*b)/f+c*(x-(d*f)^(1/2)/f))/c^(1/2)+(c*(x-(d*f)^(1/2)/f)^ 
2+(2*c*(d*f)^(1/2)+f*b)/f*(x-(d*f)^(1/2)/f)+(b*(d*f)^(1/2)+a*f+c*d)/f)^(1/ 
2))/c^(1/2)-(b*(d*f)^(1/2)+a*f+c*d)/f/((b*(d*f)^(1/2)+a*f+c*d)/f)^(1/2)*ln 
((2*(b*(d*f)^(1/2)+a*f+c*d)/f+(2*c*(d*f)^(1/2)+f*b)/f*(x-(d*f)^(1/2)/f)+2* 
((b*(d*f)^(1/2)+a*f+c*d)/f)^(1/2)*(c*(x-(d*f)^(1/2)/f)^2+(2*c*(d*f)^(1/2)+ 
f*b)/f*(x-(d*f)^(1/2)/f)+(b*(d*f)^(1/2)+a*f+c*d)/f)^(1/2))/(x-(d*f)^(1/2)/ 
f))))-1/2/d*(1/3*(c*(x+(d*f)^(1/2)/f)^2+1/f*(-2*c*(d*f)^(1/2)+f*b)*(x+(...
 

Fricas [F(-1)]

Timed out. \[ \int \frac {\left (a+b x+c x^2\right )^{3/2}}{x \left (d-f x^2\right )} \, dx=\text {Timed out} \] Input:

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

Output:

Timed out
 

Sympy [F]

\[ \int \frac {\left (a+b x+c x^2\right )^{3/2}}{x \left (d-f x^2\right )} \, dx=- \int \frac {a \sqrt {a + b x + c x^{2}}}{- d x + f x^{3}}\, dx - \int \frac {b x \sqrt {a + b x + c x^{2}}}{- d x + f x^{3}}\, dx - \int \frac {c x^{2} \sqrt {a + b x + c x^{2}}}{- d x + f x^{3}}\, dx \] Input:

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

Output:

-Integral(a*sqrt(a + b*x + c*x**2)/(-d*x + f*x**3), x) - Integral(b*x*sqrt 
(a + b*x + c*x**2)/(-d*x + f*x**3), x) - Integral(c*x**2*sqrt(a + b*x + c* 
x**2)/(-d*x + f*x**3), x)
 

Maxima [F]

\[ \int \frac {\left (a+b x+c x^2\right )^{3/2}}{x \left (d-f x^2\right )} \, dx=\int { -\frac {{\left (c x^{2} + b x + a\right )}^{\frac {3}{2}}}{{\left (f x^{2} - d\right )} x} \,d x } \] Input:

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

Output:

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

Giac [F(-2)]

Exception generated. \[ \int \frac {\left (a+b x+c x^2\right )^{3/2}}{x \left (d-f x^2\right )} \, dx=\text {Exception raised: TypeError} \] Input:

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

Output:

Exception raised: TypeError >> an error occurred running a Giac command:IN 
PUT:sage2:=int(sage0,sageVARx):;OUTPUT:Degree mismatch inside factorisatio 
n over extensionNot implemented, e.g. for multivariate mod/approx polynomi 
alsError:
                                                                                    
                                                                                    
 

Mupad [F(-1)]

Timed out. \[ \int \frac {\left (a+b x+c x^2\right )^{3/2}}{x \left (d-f x^2\right )} \, dx=\int \frac {{\left (c\,x^2+b\,x+a\right )}^{3/2}}{x\,\left (d-f\,x^2\right )} \,d x \] Input:

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

Output:

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

Reduce [F]

\[ \int \frac {\left (a+b x+c x^2\right )^{3/2}}{x \left (d-f x^2\right )} \, dx=\int \frac {\left (c \,x^{2}+b x +a \right )^{\frac {3}{2}}}{x \left (-f \,x^{2}+d \right )}d x \] Input:

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

Output:

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