Internal
problem
ID
[5624]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
35
Problem
number
:
1060
Date
solved
:
Monday, January 27, 2025 at 12:29:40 PM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.005 (sec). Leaf size: 23
dsolve(x*diff(y(x),x)^3-(x+x^2+y(x))*diff(y(x),x)^2+(x^2+y(x)+x*y(x))*diff(y(x),x)-x*y(x) = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.050 (sec). Leaf size: 36
DSolve[x (D[y[x],x])^3 - (x+x^2+y[x])(D[y[x],x])^2 + (x^2+y[x]+x y[x]) D[y[x],x]-x y[x]==0,y[x],x,IncludeSingularSolutions -> True]