Internal
problem
ID
[5456]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
30
Problem
number
:
875
Date
solved
:
Monday, January 27, 2025 at 11:24:35 AM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.005 (sec). Leaf size: 21
dsolve(x*diff(y(x),x)^2+(1-x^2*y(x))*diff(y(x),x)-x*y(x) = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.012 (sec). Leaf size: 28
DSolve[x (D[y[x],x])^2+(1-x^2 y[x])D[y[x],x]-x y[x]==0,y[x],x,IncludeSingularSolutions -> True]