\(\int \frac {1}{(d+e x)^{3/2} \sqrt {a+b x+c x^2}} \, dx\) [659]

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

Optimal result

Integrand size = 24, antiderivative size = 238 \[ \int \frac {1}{(d+e x)^{3/2} \sqrt {a+b x+c x^2}} \, dx=-\frac {2 e \sqrt {a+b x+c x^2}}{\left (c d^2-b d e+a e^2\right ) \sqrt {d+e x}}+\frac {\sqrt {2} \sqrt {b^2-4 a c} \sqrt {d+e x} \sqrt {-\frac {c \left (a+b x+c x^2\right )}{b^2-4 a c}} E\left (\arcsin \left (\frac {\sqrt {1+\frac {b+2 c x}{\sqrt {b^2-4 a c}}}}{\sqrt {2}}\right )|-\frac {2 \sqrt {b^2-4 a c} e}{2 c d-\left (b+\sqrt {b^2-4 a c}\right ) e}\right )}{\left (c d^2-b d e+a e^2\right ) \sqrt {\frac {c (d+e x)}{2 c d-\left (b+\sqrt {b^2-4 a c}\right ) e}} \sqrt {a+b x+c x^2}} \] Output:

-2*e*(c*x^2+b*x+a)^(1/2)/(a*e^2-b*d*e+c*d^2)/(e*x+d)^(1/2)+2^(1/2)*(-4*a*c 
+b^2)^(1/2)*(e*x+d)^(1/2)*(-c*(c*x^2+b*x+a)/(-4*a*c+b^2))^(1/2)*EllipticE( 
1/2*(1+(2*c*x+b)/(-4*a*c+b^2)^(1/2))^(1/2)*2^(1/2),(-2*(-4*a*c+b^2)^(1/2)* 
e/(2*c*d-(b+(-4*a*c+b^2)^(1/2))*e))^(1/2))/(a*e^2-b*d*e+c*d^2)/(c*(e*x+d)/ 
(2*c*d-(b+(-4*a*c+b^2)^(1/2))*e))^(1/2)/(c*x^2+b*x+a)^(1/2)
 

Mathematica [C] (verified)

Result contains complex when optimal does not.

Time = 11.55 (sec) , antiderivative size = 408, normalized size of antiderivative = 1.71 \[ \int \frac {1}{(d+e x)^{3/2} \sqrt {a+b x+c x^2}} \, dx=\frac {-\frac {4 e^2 (a+x (b+c x))}{\sqrt {d+e x}}+\frac {i \sqrt {2} \left (2 c d+\left (-b+\sqrt {b^2-4 a c}\right ) e\right ) \sqrt {\frac {e \left (b+\sqrt {b^2-4 a c}+2 c x\right )}{-2 c d+\left (b+\sqrt {b^2-4 a c}\right ) e}} \sqrt {1-\frac {2 c (d+e x)}{2 c d+\left (-b+\sqrt {b^2-4 a c}\right ) e}} \left (E\left (i \text {arcsinh}\left (\sqrt {2} \sqrt {\frac {c}{-2 c d+\left (b+\sqrt {b^2-4 a c}\right ) e}} \sqrt {d+e x}\right )|\frac {2 c d-\left (b+\sqrt {b^2-4 a c}\right ) e}{2 c d+\left (-b+\sqrt {b^2-4 a c}\right ) e}\right )-\operatorname {EllipticF}\left (i \text {arcsinh}\left (\sqrt {2} \sqrt {\frac {c}{-2 c d+\left (b+\sqrt {b^2-4 a c}\right ) e}} \sqrt {d+e x}\right ),\frac {2 c d-\left (b+\sqrt {b^2-4 a c}\right ) e}{2 c d+\left (-b+\sqrt {b^2-4 a c}\right ) e}\right )\right )}{\sqrt {\frac {c}{-2 c d+\left (b+\sqrt {b^2-4 a c}\right ) e}}}}{2 e \left (c d^2+e (-b d+a e)\right ) \sqrt {a+x (b+c x)}} \] Input:

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

Output:

((-4*e^2*(a + x*(b + c*x)))/Sqrt[d + e*x] + (I*Sqrt[2]*(2*c*d + (-b + Sqrt 
[b^2 - 4*a*c])*e)*Sqrt[(e*(b + Sqrt[b^2 - 4*a*c] + 2*c*x))/(-2*c*d + (b + 
Sqrt[b^2 - 4*a*c])*e)]*Sqrt[1 - (2*c*(d + e*x))/(2*c*d + (-b + Sqrt[b^2 - 
4*a*c])*e)]*(EllipticE[I*ArcSinh[Sqrt[2]*Sqrt[c/(-2*c*d + (b + Sqrt[b^2 - 
4*a*c])*e)]*Sqrt[d + e*x]], (2*c*d - (b + Sqrt[b^2 - 4*a*c])*e)/(2*c*d + ( 
-b + Sqrt[b^2 - 4*a*c])*e)] - EllipticF[I*ArcSinh[Sqrt[2]*Sqrt[c/(-2*c*d + 
 (b + Sqrt[b^2 - 4*a*c])*e)]*Sqrt[d + e*x]], (2*c*d - (b + Sqrt[b^2 - 4*a* 
c])*e)/(2*c*d + (-b + Sqrt[b^2 - 4*a*c])*e)]))/Sqrt[c/(-2*c*d + (b + Sqrt[ 
b^2 - 4*a*c])*e)])/(2*e*(c*d^2 + e*(-(b*d) + a*e))*Sqrt[a + x*(b + c*x)])
 

Rubi [A] (verified)

Time = 0.34 (sec) , antiderivative size = 248, normalized size of antiderivative = 1.04, number of steps used = 5, number of rules used = 4, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.167, Rules used = {1167, 27, 1172, 327}

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 {1}{(d+e x)^{3/2} \sqrt {a+b x+c x^2}} \, dx\)

\(\Big \downarrow \) 1167

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

\(\Big \downarrow \) 27

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

\(\Big \downarrow \) 1172

\(\displaystyle \frac {\sqrt {2} \sqrt {b^2-4 a c} \sqrt {d+e x} \sqrt {-\frac {c \left (a+b x+c x^2\right )}{b^2-4 a c}} \int \frac {\sqrt {\frac {e \left (b+2 c x+\sqrt {b^2-4 a c}\right )}{2 c d-\left (b+\sqrt {b^2-4 a c}\right ) e}+1}}{\sqrt {1-\frac {b+2 c x+\sqrt {b^2-4 a c}}{2 \sqrt {b^2-4 a c}}}}d\frac {\sqrt {\frac {b+2 c x+\sqrt {b^2-4 a c}}{\sqrt {b^2-4 a c}}}}{\sqrt {2}}}{\sqrt {a+b x+c x^2} \left (a e^2-b d e+c d^2\right ) \sqrt {\frac {c (d+e x)}{2 c d-e \left (\sqrt {b^2-4 a c}+b\right )}}}-\frac {2 e \sqrt {a+b x+c x^2}}{\sqrt {d+e x} \left (a e^2-b d e+c d^2\right )}\)

\(\Big \downarrow \) 327

\(\displaystyle \frac {\sqrt {2} \sqrt {b^2-4 a c} \sqrt {d+e x} \sqrt {-\frac {c \left (a+b x+c x^2\right )}{b^2-4 a c}} E\left (\arcsin \left (\frac {\sqrt {\frac {b+2 c x+\sqrt {b^2-4 a c}}{\sqrt {b^2-4 a c}}}}{\sqrt {2}}\right )|-\frac {2 \sqrt {b^2-4 a c} e}{2 c d-\left (b+\sqrt {b^2-4 a c}\right ) e}\right )}{\sqrt {a+b x+c x^2} \left (a e^2-b d e+c d^2\right ) \sqrt {\frac {c (d+e x)}{2 c d-e \left (\sqrt {b^2-4 a c}+b\right )}}}-\frac {2 e \sqrt {a+b x+c x^2}}{\sqrt {d+e x} \left (a e^2-b d e+c d^2\right )}\)

Input:

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

Output:

(-2*e*Sqrt[a + b*x + c*x^2])/((c*d^2 - b*d*e + a*e^2)*Sqrt[d + e*x]) + (Sq 
rt[2]*Sqrt[b^2 - 4*a*c]*Sqrt[d + e*x]*Sqrt[-((c*(a + b*x + c*x^2))/(b^2 - 
4*a*c))]*EllipticE[ArcSin[Sqrt[(b + Sqrt[b^2 - 4*a*c] + 2*c*x)/Sqrt[b^2 - 
4*a*c]]/Sqrt[2]], (-2*Sqrt[b^2 - 4*a*c]*e)/(2*c*d - (b + Sqrt[b^2 - 4*a*c] 
)*e)])/((c*d^2 - b*d*e + a*e^2)*Sqrt[(c*(d + e*x))/(2*c*d - (b + Sqrt[b^2 
- 4*a*c])*e)]*Sqrt[a + b*x + c*x^2])
 

Defintions of rubi rules used

rule 27
Int[(a_)*(Fx_), x_Symbol] :> Simp[a   Int[Fx, x], x] /; FreeQ[a, x] &&  !Ma 
tchQ[Fx, (b_)*(Gx_) /; FreeQ[b, x]]
 

rule 327
Int[Sqrt[(a_) + (b_.)*(x_)^2]/Sqrt[(c_) + (d_.)*(x_)^2], x_Symbol] :> Simp[ 
(Sqrt[a]/(Sqrt[c]*Rt[-d/c, 2]))*EllipticE[ArcSin[Rt[-d/c, 2]*x], b*(c/(a*d) 
)], x] /; FreeQ[{a, b, c, d}, x] && NegQ[d/c] && GtQ[c, 0] && GtQ[a, 0]
 

rule 1167
Int[((d_.) + (e_.)*(x_))^(m_)*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_), x_S 
ymbol] :> Simp[e*(d + e*x)^(m + 1)*((a + b*x + c*x^2)^(p + 1)/((m + 1)*(c*d 
^2 - b*d*e + a*e^2))), x] + Simp[1/((m + 1)*(c*d^2 - b*d*e + a*e^2))   Int[ 
(d + e*x)^(m + 1)*Simp[c*d*(m + 1) - b*e*(m + p + 2) - c*e*(m + 2*p + 3)*x, 
 x]*(a + b*x + c*x^2)^p, x], x] /; FreeQ[{a, b, c, d, e, m, p}, x] && NeQ[m 
, -1] && ((LtQ[m, -1] && IntQuadraticQ[a, b, c, d, e, m, p, x]) || (SumSimp 
lerQ[m, 1] && IntegerQ[p]) || ILtQ[Simplify[m + 2*p + 3], 0])
 

rule 1172
Int[((d_.) + (e_.)*(x_))^(m_)/Sqrt[(a_.) + (b_.)*(x_) + (c_.)*(x_)^2], x_Sy 
mbol] :> Simp[2*Rt[b^2 - 4*a*c, 2]*(d + e*x)^m*(Sqrt[(-c)*((a + b*x + c*x^2 
)/(b^2 - 4*a*c))]/(c*Sqrt[a + b*x + c*x^2]*(2*c*((d + e*x)/(2*c*d - b*e - e 
*Rt[b^2 - 4*a*c, 2])))^m))   Subst[Int[(1 + 2*e*Rt[b^2 - 4*a*c, 2]*(x^2/(2* 
c*d - b*e - e*Rt[b^2 - 4*a*c, 2])))^m/Sqrt[1 - x^2], x], x, Sqrt[(b + Rt[b^ 
2 - 4*a*c, 2] + 2*c*x)/(2*Rt[b^2 - 4*a*c, 2])]], x] /; FreeQ[{a, b, c, d, e 
}, x] && EqQ[m^2, 1/4]
 
Maple [B] (verified)

Leaf count of result is larger than twice the leaf count of optimal. \(871\) vs. \(2(212)=424\).

Time = 5.43 (sec) , antiderivative size = 872, normalized size of antiderivative = 3.66

method result size
elliptic \(\frac {\sqrt {\left (e x +d \right ) \left (c \,x^{2}+b x +a \right )}\, \left (-\frac {2 \left (c e \,x^{2}+b e x +a e \right )}{\left (a \,e^{2}-b d e +c \,d^{2}\right ) \sqrt {\left (x +\frac {d}{e}\right ) \left (c e \,x^{2}+b e x +a e \right )}}+\frac {2 \left (-\frac {b e -c d}{a \,e^{2}-b d e +c \,d^{2}}+\frac {b e}{a \,e^{2}-b d e +c \,d^{2}}\right ) \left (\frac {d}{e}-\frac {b +\sqrt {-4 a c +b^{2}}}{2 c}\right ) \sqrt {\frac {x +\frac {d}{e}}{\frac {d}{e}-\frac {b +\sqrt {-4 a c +b^{2}}}{2 c}}}\, \sqrt {\frac {x -\frac {-b +\sqrt {-4 a c +b^{2}}}{2 c}}{-\frac {d}{e}-\frac {-b +\sqrt {-4 a c +b^{2}}}{2 c}}}\, \sqrt {\frac {x +\frac {b +\sqrt {-4 a c +b^{2}}}{2 c}}{-\frac {d}{e}+\frac {b +\sqrt {-4 a c +b^{2}}}{2 c}}}\, \operatorname {EllipticF}\left (\sqrt {\frac {x +\frac {d}{e}}{\frac {d}{e}-\frac {b +\sqrt {-4 a c +b^{2}}}{2 c}}}, \sqrt {\frac {-\frac {d}{e}+\frac {b +\sqrt {-4 a c +b^{2}}}{2 c}}{-\frac {d}{e}-\frac {-b +\sqrt {-4 a c +b^{2}}}{2 c}}}\right )}{\sqrt {c e \,x^{3}+b e \,x^{2}+c d \,x^{2}+a e x +b d x +a d}}+\frac {2 c e \left (\frac {d}{e}-\frac {b +\sqrt {-4 a c +b^{2}}}{2 c}\right ) \sqrt {\frac {x +\frac {d}{e}}{\frac {d}{e}-\frac {b +\sqrt {-4 a c +b^{2}}}{2 c}}}\, \sqrt {\frac {x -\frac {-b +\sqrt {-4 a c +b^{2}}}{2 c}}{-\frac {d}{e}-\frac {-b +\sqrt {-4 a c +b^{2}}}{2 c}}}\, \sqrt {\frac {x +\frac {b +\sqrt {-4 a c +b^{2}}}{2 c}}{-\frac {d}{e}+\frac {b +\sqrt {-4 a c +b^{2}}}{2 c}}}\, \left (\left (-\frac {d}{e}-\frac {-b +\sqrt {-4 a c +b^{2}}}{2 c}\right ) \operatorname {EllipticE}\left (\sqrt {\frac {x +\frac {d}{e}}{\frac {d}{e}-\frac {b +\sqrt {-4 a c +b^{2}}}{2 c}}}, \sqrt {\frac {-\frac {d}{e}+\frac {b +\sqrt {-4 a c +b^{2}}}{2 c}}{-\frac {d}{e}-\frac {-b +\sqrt {-4 a c +b^{2}}}{2 c}}}\right )+\frac {\left (-b +\sqrt {-4 a c +b^{2}}\right ) \operatorname {EllipticF}\left (\sqrt {\frac {x +\frac {d}{e}}{\frac {d}{e}-\frac {b +\sqrt {-4 a c +b^{2}}}{2 c}}}, \sqrt {\frac {-\frac {d}{e}+\frac {b +\sqrt {-4 a c +b^{2}}}{2 c}}{-\frac {d}{e}-\frac {-b +\sqrt {-4 a c +b^{2}}}{2 c}}}\right )}{2 c}\right )}{\left (a \,e^{2}-b d e +c \,d^{2}\right ) \sqrt {c e \,x^{3}+b e \,x^{2}+c d \,x^{2}+a e x +b d x +a d}}\right )}{\sqrt {e x +d}\, \sqrt {c \,x^{2}+b x +a}}\) \(872\)
default \(\text {Expression too large to display}\) \(1365\)

Input:

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

Output:

((e*x+d)*(c*x^2+b*x+a))^(1/2)/(e*x+d)^(1/2)/(c*x^2+b*x+a)^(1/2)*(-2*(c*e*x 
^2+b*e*x+a*e)/(a*e^2-b*d*e+c*d^2)/((x+d/e)*(c*e*x^2+b*e*x+a*e))^(1/2)+2*(- 
(b*e-c*d)/(a*e^2-b*d*e+c*d^2)+1/(a*e^2-b*d*e+c*d^2)*b*e)*(d/e-1/2*(b+(-4*a 
*c+b^2)^(1/2))/c)*((x+d/e)/(d/e-1/2*(b+(-4*a*c+b^2)^(1/2))/c))^(1/2)*((x-1 
/2/c*(-b+(-4*a*c+b^2)^(1/2)))/(-d/e-1/2/c*(-b+(-4*a*c+b^2)^(1/2))))^(1/2)* 
((x+1/2*(b+(-4*a*c+b^2)^(1/2))/c)/(-d/e+1/2*(b+(-4*a*c+b^2)^(1/2))/c))^(1/ 
2)/(c*e*x^3+b*e*x^2+c*d*x^2+a*e*x+b*d*x+a*d)^(1/2)*EllipticF(((x+d/e)/(d/e 
-1/2*(b+(-4*a*c+b^2)^(1/2))/c))^(1/2),((-d/e+1/2*(b+(-4*a*c+b^2)^(1/2))/c) 
/(-d/e-1/2/c*(-b+(-4*a*c+b^2)^(1/2))))^(1/2))+2*c*e/(a*e^2-b*d*e+c*d^2)*(d 
/e-1/2*(b+(-4*a*c+b^2)^(1/2))/c)*((x+d/e)/(d/e-1/2*(b+(-4*a*c+b^2)^(1/2))/ 
c))^(1/2)*((x-1/2/c*(-b+(-4*a*c+b^2)^(1/2)))/(-d/e-1/2/c*(-b+(-4*a*c+b^2)^ 
(1/2))))^(1/2)*((x+1/2*(b+(-4*a*c+b^2)^(1/2))/c)/(-d/e+1/2*(b+(-4*a*c+b^2) 
^(1/2))/c))^(1/2)/(c*e*x^3+b*e*x^2+c*d*x^2+a*e*x+b*d*x+a*d)^(1/2)*((-d/e-1 
/2/c*(-b+(-4*a*c+b^2)^(1/2)))*EllipticE(((x+d/e)/(d/e-1/2*(b+(-4*a*c+b^2)^ 
(1/2))/c))^(1/2),((-d/e+1/2*(b+(-4*a*c+b^2)^(1/2))/c)/(-d/e-1/2/c*(-b+(-4* 
a*c+b^2)^(1/2))))^(1/2))+1/2/c*(-b+(-4*a*c+b^2)^(1/2))*EllipticF(((x+d/e)/ 
(d/e-1/2*(b+(-4*a*c+b^2)^(1/2))/c))^(1/2),((-d/e+1/2*(b+(-4*a*c+b^2)^(1/2) 
)/c)/(-d/e-1/2/c*(-b+(-4*a*c+b^2)^(1/2))))^(1/2))))
 

Fricas [B] (verification not implemented)

Leaf count of result is larger than twice the leaf count of optimal. 459 vs. \(2 (216) = 432\).

Time = 0.09 (sec) , antiderivative size = 459, normalized size of antiderivative = 1.93 \[ \int \frac {1}{(d+e x)^{3/2} \sqrt {a+b x+c x^2}} \, dx=-\frac {2 \, {\left (3 \, \sqrt {c x^{2} + b x + a} \sqrt {e x + d} c e^{2} - {\left (2 \, c d^{2} - b d e + {\left (2 \, c d e - b e^{2}\right )} x\right )} \sqrt {c e} {\rm weierstrassPInverse}\left (\frac {4 \, {\left (c^{2} d^{2} - b c d e + {\left (b^{2} - 3 \, a c\right )} e^{2}\right )}}{3 \, c^{2} e^{2}}, -\frac {4 \, {\left (2 \, c^{3} d^{3} - 3 \, b c^{2} d^{2} e - 3 \, {\left (b^{2} c - 6 \, a c^{2}\right )} d e^{2} + {\left (2 \, b^{3} - 9 \, a b c\right )} e^{3}\right )}}{27 \, c^{3} e^{3}}, \frac {3 \, c e x + c d + b e}{3 \, c e}\right ) + 3 \, {\left (c e^{2} x + c d e\right )} \sqrt {c e} {\rm weierstrassZeta}\left (\frac {4 \, {\left (c^{2} d^{2} - b c d e + {\left (b^{2} - 3 \, a c\right )} e^{2}\right )}}{3 \, c^{2} e^{2}}, -\frac {4 \, {\left (2 \, c^{3} d^{3} - 3 \, b c^{2} d^{2} e - 3 \, {\left (b^{2} c - 6 \, a c^{2}\right )} d e^{2} + {\left (2 \, b^{3} - 9 \, a b c\right )} e^{3}\right )}}{27 \, c^{3} e^{3}}, {\rm weierstrassPInverse}\left (\frac {4 \, {\left (c^{2} d^{2} - b c d e + {\left (b^{2} - 3 \, a c\right )} e^{2}\right )}}{3 \, c^{2} e^{2}}, -\frac {4 \, {\left (2 \, c^{3} d^{3} - 3 \, b c^{2} d^{2} e - 3 \, {\left (b^{2} c - 6 \, a c^{2}\right )} d e^{2} + {\left (2 \, b^{3} - 9 \, a b c\right )} e^{3}\right )}}{27 \, c^{3} e^{3}}, \frac {3 \, c e x + c d + b e}{3 \, c e}\right )\right )\right )}}{3 \, {\left (c^{2} d^{3} e - b c d^{2} e^{2} + a c d e^{3} + {\left (c^{2} d^{2} e^{2} - b c d e^{3} + a c e^{4}\right )} x\right )}} \] Input:

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

Output:

-2/3*(3*sqrt(c*x^2 + b*x + a)*sqrt(e*x + d)*c*e^2 - (2*c*d^2 - b*d*e + (2* 
c*d*e - b*e^2)*x)*sqrt(c*e)*weierstrassPInverse(4/3*(c^2*d^2 - b*c*d*e + ( 
b^2 - 3*a*c)*e^2)/(c^2*e^2), -4/27*(2*c^3*d^3 - 3*b*c^2*d^2*e - 3*(b^2*c - 
 6*a*c^2)*d*e^2 + (2*b^3 - 9*a*b*c)*e^3)/(c^3*e^3), 1/3*(3*c*e*x + c*d + b 
*e)/(c*e)) + 3*(c*e^2*x + c*d*e)*sqrt(c*e)*weierstrassZeta(4/3*(c^2*d^2 - 
b*c*d*e + (b^2 - 3*a*c)*e^2)/(c^2*e^2), -4/27*(2*c^3*d^3 - 3*b*c^2*d^2*e - 
 3*(b^2*c - 6*a*c^2)*d*e^2 + (2*b^3 - 9*a*b*c)*e^3)/(c^3*e^3), weierstrass 
PInverse(4/3*(c^2*d^2 - b*c*d*e + (b^2 - 3*a*c)*e^2)/(c^2*e^2), -4/27*(2*c 
^3*d^3 - 3*b*c^2*d^2*e - 3*(b^2*c - 6*a*c^2)*d*e^2 + (2*b^3 - 9*a*b*c)*e^3 
)/(c^3*e^3), 1/3*(3*c*e*x + c*d + b*e)/(c*e))))/(c^2*d^3*e - b*c*d^2*e^2 + 
 a*c*d*e^3 + (c^2*d^2*e^2 - b*c*d*e^3 + a*c*e^4)*x)
 

Sympy [F]

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

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

Output:

Integral(1/((d + e*x)**(3/2)*sqrt(a + b*x + c*x**2)), x)
 

Maxima [F]

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

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

Output:

integrate(1/(sqrt(c*x^2 + b*x + a)*(e*x + d)^(3/2)), x)
 

Giac [F]

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

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

Output:

integrate(1/(sqrt(c*x^2 + b*x + a)*(e*x + d)^(3/2)), x)
 

Mupad [F(-1)]

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

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

Output:

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

Reduce [F]

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

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

Output:

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