Internal
problem
ID
[10810]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
Additional
non-linear
first
order
Problem
number
:
799
Date
solved
:
Monday, January 27, 2025 at 10:02:46 PM
CAS
classification
:
[_Bernoulli]
✓ Solution by Maple
Time used: 0.061 (sec). Leaf size: 107
dsolve(diff(y(x),x) = y(x)*(-1-x*exp((x+1)/(x-1))+x^2*exp((x+1)/(x-1))*y(x)-x^2*exp((x+1)/(x-1))+x^3*exp((x+1)/(x-1))*y(x))/x,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.258 (sec). Leaf size: 228
DSolve[D[y[x],x] == (y[x]*(-1 - E^((1 + x)/(-1 + x))*x - E^((1 + x)/(-1 + x))*x^2 + E^((1 + x)/(-1 + x))*x^2*y[x] + E^((1 + x)/(-1 + x))*x^3*y[x]))/x,y[x],x,IncludeSingularSolutions -> True]