Internal
problem
ID
[10847]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
Additional
non-linear
first
order
Problem
number
:
836
Date
solved
:
Monday, January 27, 2025 at 10:13:47 PM
CAS
classification
:
[_rational, [_Abel, `2nd type`, `class C`]]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 79
dsolve(diff(y(x),x) = y(x)*(x-y(x))*(y(x)+1)/x/(x*y(x)+x-y(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.375 (sec). Leaf size: 105
DSolve[D[y[x],x] == ((x - y[x])*y[x]*(1 + y[x]))/(x*(x - y[x] + x*y[x])),y[x],x,IncludeSingularSolutions -> True]