Internal
problem
ID
[2939]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
9,
page
38
Problem
number
:
3
Date
solved
:
Monday, January 27, 2025 at 06:59:45 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.010 (sec). Leaf size: 13
dsolve((x-2*x*y(x))*diff(y(x),x)+2*y(x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 2.784 (sec). Leaf size: 26
DSolve[(x-2*x*y[x])*D[y[x],x]+2*y[x]==0,y[x],x,IncludeSingularSolutions -> True]