Internal
problem
ID
[5029]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
15
Problem
number
:
431
Date
solved
:
Tuesday, January 28, 2025 at 02:41:22 PM
CAS
classification
:
[NONE]
✓ Solution by Maple
Time used: 0.013 (sec). Leaf size: 30
dsolve(y(x)*diff(y(x),x)+x+f(x^2+y(x)^2)*g(x) = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.298 (sec). Leaf size: 95
DSolve[y[x] D[y[x],x]+x+f[x^2+y[x]^2] g[x]==0,y[x],x,IncludeSingularSolutions -> True]