Internal
problem
ID
[10994]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
Additional
non-linear
first
order
Problem
number
:
984
Date
solved
:
Tuesday, January 28, 2025 at 05:40:23 PM
CAS
classification
:
[[_1st_order, `_with_symmetry_[F(x),G(y)]`], _Abel]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 44
dsolve(diff(y(x),x) = y(x)/x*(x^2*y(x)^2+y(x)*x*exp(x)+exp(x)^2)/exp(x)^2*(x-1),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.694 (sec). Leaf size: 112
DSolve[D[y[x],x] == ((-1 + x)*y[x]*(E^(2*x) + E^x*x*y[x] + x^2*y[x]^2))/(E^(2*x)*x),y[x],x,IncludeSingularSolutions -> True]