Internal
problem
ID
[18137]
Book
:
DIFFERENTIAL
EQUATIONS
WITH
APPLICATIONS
AND
HISTORICAL
NOTES
by
George
F.
Simmons.
3rd
edition.
2017.
CRC
press,
Boca
Raton
FL.
Section
:
Chapter
2.
First
order
equations.
Section
8
(Exact
Equations).
Problems
at
page
72
Problem
number
:
15
Date
solved
:
Tuesday, January 28, 2025 at 11:31:42 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 28
dsolve((x*ln(y(x))+x*y(x))+(y(x)*ln(x)+x*y(x))*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.580 (sec). Leaf size: 54
DSolve[(x*Log[y[x]]+x*y[x])+(y[x]*Log[x]+x*y[x])*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]