Internal
problem
ID
[4797]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
7
Problem
number
:
197
Date
solved
:
Tuesday, January 28, 2025 at 02:39:48 PM
CAS
classification
:
[[_1st_order, `_with_symmetry_[F(x),G(x)*y+H(x)]`]]
✓ Solution by Maple
Time used: 0.092 (sec). Leaf size: 50
dsolve(x*diff(y(x),x) = y(x)-x*(x-y(x))*sqrt(x^2+y(x)^2),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 53.906 (sec). Leaf size: 154
DSolve[x D[y[x],x]==y[x]-x(x-y[x])Sqrt[x^2+y[x]^2],y[x],x,IncludeSingularSolutions -> True]