Internal
problem
ID
[6209]
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
:
2
Date
solved
:
Monday, January 27, 2025 at 01:47:45 PM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.014 (sec). Leaf size: 31
dsolve(x*ln(y(x))*diff(y(x),x)-y(x)*ln(x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.786 (sec). Leaf size: 60
DSolve[x*Log[y[x]]*D[y[x],x]-y[x]*Log[x]==0,y[x],x,IncludeSingularSolutions -> True]