Internal
problem
ID
[3011]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
12,
page
46
Problem
number
:
8
Date
solved
:
Monday, January 27, 2025 at 07:07:45 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.021 (sec). Leaf size: 20
dsolve(2*(y(x)+3)=x*y(x)*diff(y(x),x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 18.614 (sec). Leaf size: 106
DSolve[2*(y[x]+3)==x*y[x]*D[y[x],x],y[x],x,IncludeSingularSolutions -> True]