Internal
problem
ID
[10851]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
Additional
non-linear
first
order
Problem
number
:
840
Date
solved
:
Monday, January 27, 2025 at 10:15:18 PM
CAS
classification
:
[[_1st_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.022 (sec). Leaf size: 21
dsolve(diff(y(x),x) = (exp(-y(x)/x)*y(x)+exp(-y(x)/x)*x+x^3)*exp(y(x)/x)/x,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.403 (sec). Leaf size: 387
DSolve[D[y[x],x] == (E^(y[x]/x)*(x/E^(y[x]/x) + x^3 + y[x]/E^(y[x]/x)))/x,y[x],x,IncludeSingularSolutions -> True]