ODE No. 293

\[ x \left (y(x)^2-3 x\right ) y'(x)+2 y(x)^3-5 x y(x)=0 \] Mathematica : cpu = 0.181795 (sec), leaf count = 661

DSolve[-5*x*y[x] + 2*y[x]^3 + x*(-3*x + y[x]^2)*Derivative[1][y][x] == 0,y[x],x]
 

\[\left \{\left \{y(x)\to \text {Root}\left [-\text {$\#$1}^{15}-\frac {25 \text {$\#$1}^2 e^{\frac {65 c_1}{2}}}{x^{26}}+\frac {65 e^{\frac {65 c_1}{2}}}{x^{25}}\& ,1\right ]\right \},\left \{y(x)\to \text {Root}\left [-\text {$\#$1}^{15}-\frac {25 \text {$\#$1}^2 e^{\frac {65 c_1}{2}}}{x^{26}}+\frac {65 e^{\frac {65 c_1}{2}}}{x^{25}}\& ,2\right ]\right \},\left \{y(x)\to \text {Root}\left [-\text {$\#$1}^{15}-\frac {25 \text {$\#$1}^2 e^{\frac {65 c_1}{2}}}{x^{26}}+\frac {65 e^{\frac {65 c_1}{2}}}{x^{25}}\& ,3\right ]\right \},\left \{y(x)\to \text {Root}\left [-\text {$\#$1}^{15}-\frac {25 \text {$\#$1}^2 e^{\frac {65 c_1}{2}}}{x^{26}}+\frac {65 e^{\frac {65 c_1}{2}}}{x^{25}}\& ,4\right ]\right \},\left \{y(x)\to \text {Root}\left [-\text {$\#$1}^{15}-\frac {25 \text {$\#$1}^2 e^{\frac {65 c_1}{2}}}{x^{26}}+\frac {65 e^{\frac {65 c_1}{2}}}{x^{25}}\& ,5\right ]\right \},\left \{y(x)\to \text {Root}\left [-\text {$\#$1}^{15}-\frac {25 \text {$\#$1}^2 e^{\frac {65 c_1}{2}}}{x^{26}}+\frac {65 e^{\frac {65 c_1}{2}}}{x^{25}}\& ,6\right ]\right \},\left \{y(x)\to \text {Root}\left [-\text {$\#$1}^{15}-\frac {25 \text {$\#$1}^2 e^{\frac {65 c_1}{2}}}{x^{26}}+\frac {65 e^{\frac {65 c_1}{2}}}{x^{25}}\& ,7\right ]\right \},\left \{y(x)\to \text {Root}\left [-\text {$\#$1}^{15}-\frac {25 \text {$\#$1}^2 e^{\frac {65 c_1}{2}}}{x^{26}}+\frac {65 e^{\frac {65 c_1}{2}}}{x^{25}}\& ,8\right ]\right \},\left \{y(x)\to \text {Root}\left [-\text {$\#$1}^{15}-\frac {25 \text {$\#$1}^2 e^{\frac {65 c_1}{2}}}{x^{26}}+\frac {65 e^{\frac {65 c_1}{2}}}{x^{25}}\& ,9\right ]\right \},\left \{y(x)\to \text {Root}\left [-\text {$\#$1}^{15}-\frac {25 \text {$\#$1}^2 e^{\frac {65 c_1}{2}}}{x^{26}}+\frac {65 e^{\frac {65 c_1}{2}}}{x^{25}}\& ,10\right ]\right \},\left \{y(x)\to \text {Root}\left [-\text {$\#$1}^{15}-\frac {25 \text {$\#$1}^2 e^{\frac {65 c_1}{2}}}{x^{26}}+\frac {65 e^{\frac {65 c_1}{2}}}{x^{25}}\& ,11\right ]\right \},\left \{y(x)\to \text {Root}\left [-\text {$\#$1}^{15}-\frac {25 \text {$\#$1}^2 e^{\frac {65 c_1}{2}}}{x^{26}}+\frac {65 e^{\frac {65 c_1}{2}}}{x^{25}}\& ,12\right ]\right \},\left \{y(x)\to \text {Root}\left [-\text {$\#$1}^{15}-\frac {25 \text {$\#$1}^2 e^{\frac {65 c_1}{2}}}{x^{26}}+\frac {65 e^{\frac {65 c_1}{2}}}{x^{25}}\& ,13\right ]\right \},\left \{y(x)\to \text {Root}\left [-\text {$\#$1}^{15}-\frac {25 \text {$\#$1}^2 e^{\frac {65 c_1}{2}}}{x^{26}}+\frac {65 e^{\frac {65 c_1}{2}}}{x^{25}}\& ,14\right ]\right \},\left \{y(x)\to \text {Root}\left [-\text {$\#$1}^{15}-\frac {25 \text {$\#$1}^2 e^{\frac {65 c_1}{2}}}{x^{26}}+\frac {65 e^{\frac {65 c_1}{2}}}{x^{25}}\& ,15\right ]\right \}\right \}\] Maple : cpu = 0.283 (sec), leaf count = 35

dsolve(x*(y(x)^2-3*x)*diff(y(x),x)+2*y(x)^3-5*x*y(x) = 0,y(x))
 

\[\ln \left (x \right )-c_{1}-\frac {2 \ln \left (\frac {5 y \left (x \right )^{2}-13 x}{x}\right )}{65}+\frac {6 \ln \left (\frac {y \left (x \right )}{\sqrt {x}}\right )}{13} = 0\]