Internal
problem
ID
[2949]
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
:
13
Date
solved
:
Monday, January 27, 2025 at 07:00:16 AM
CAS
classification
:
[_rational]
✓ Solution by Maple
Time used: 0.045 (sec). Leaf size: 36
dsolve((x^2+y(x)^2+x)*diff(y(x),x)=y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.117 (sec). Leaf size: 18
DSolve[(x^2+y[x]^2+x)*D[y[x],x]==y[x],y[x],x,IncludeSingularSolutions -> True]