Internal
problem
ID
[1242]
Book
:
Elementary
differential
equations
and
boundary
value
problems,
10th
ed.,
Boyce
and
DiPrima
Section
:
Miscellaneous
problems,
end
of
chapter
2.
Page
133
Problem
number
:
25
Date
solved
:
Monday, January 27, 2025 at 04:47:18 AM
CAS
classification
:
[_exact, _rational]
✓ Solution by Maple
Time used: 0.016 (sec). Leaf size: 17
dsolve(2*x/y(x)-y(x)/(x^2+y(x)^2)+(-x^2/y(x)^2+x/(x^2+y(x)^2))*diff(y(x),x) = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.292 (sec). Leaf size: 23
DSolve[2*x/y[x]-y[x]/(x^2+y[x]^2)+(-x^2/y[x]^2+x/(x^2+y[x]^2))*D[y[x],x] == 0,y[x],x,IncludeSingularSolutions -> True]