Internal
problem
ID
[5188]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
21
Problem
number
:
594
Date
solved
:
Monday, January 27, 2025 at 10:18:34 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 27
dsolve(y(x)^2*diff(y(x),x)+x*(2-y(x)) = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.356 (sec). Leaf size: 43
DSolve[y[x]^2*D[y[x],x]+x*(2-y[x])==0,y[x],x,IncludeSingularSolutions -> True]