Internal
problem
ID
[3580]
Book
:
Differential
equations
and
linear
algebra,
Stephen
W.
Goode
and
Scott
A
Annin.
Fourth
edition,
2015
Section
:
Chapter
1,
First-Order
Differential
Equations.
Section
1.2,
Basic
Ideas
and
Terminology.
page
21
Problem
number
:
Problem
31
Date
solved
:
Monday, January 27, 2025 at 07:45:31 AM
CAS
classification
:
[`y=_G(x,y')`]
✓ Solution by Maple
Time used: 0.009 (sec). Leaf size: 21
dsolve(diff(y(x),x)=(x^2*(1-y(x)^2)+y(x)*exp(y(x)/x))/(x*(exp(y(x)/x)+2*x^2*y(x))),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.339 (sec). Leaf size: 24
DSolve[D[y[x],x]==(x^2*(1-y[x]^2)+y[x]*Exp[y[x]/x])/(x*(Exp[y[x]/x]+2*x^2*y[x])),y[x],x,IncludeSingularSolutions -> True]