ODE No. 669

y(x)=ex(3ex2y(x)3/2)24y(x) Mathematica : cpu = 0.712139 (sec), leaf count = 264

DSolve[Derivative[1][y][x] == (E^x*(3*E^x - 2*y[x]^(3/2))^2)/(4*Sqrt[y[x]]),y[x],x]
 

{{y(x)(2e3ex+3ex+3ex+3ex+3c1+2e3c1)2/34e6ex+8e3ex+3c1+4e6c13},{y(x)13(2e3ex+3ex+3ex+3ex+3c1+2e3c1)2/34e6ex+8e3ex+3c1+4e6c13},{y(x)(1)2/3(2e3ex+3ex+3ex+3ex+3c1+2e3c1)2/34e6ex+8e3ex+3c1+4e6c13}} Maple : cpu = 0.19 (sec), leaf count = 72

dsolve(diff(y(x),x) = 1/4*(-2*y(x)^(3/2)+3*exp(x))^2*exp(x)/y(x)^(1/2),y(x))
 

c1+e3ex29e2x8(2y(x)32ex2ex3e2x)e3ex2+9e2x82y(x)32ex+2ex3e2x=0