Internal
problem
ID
[6228]
Book
:
Mathematical
Methods
in
the
Physical
Sciences.
third
edition.
Mary
L.
Boas.
John
Wiley.
2006
Section
:
Chapter
8,
Ordinary
differential
equations.
Section
13.
Miscellaneous
problems.
page
466
Problem
number
:
21
Date
solved
:
Monday, January 27, 2025 at 01:49:26 PM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.007 (sec). Leaf size: 33
dsolve(diff(y(x),x)+x*y(x)=x/y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.932 (sec). Leaf size: 57
DSolve[D[y[x],x]+x*y[x]==x/y[x],y[x],x,IncludeSingularSolutions -> True]