Internal
problem
ID
[10686]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
Additional
non-linear
first
order
Problem
number
:
675
Date
solved
:
Monday, January 27, 2025 at 09:26:19 PM
CAS
classification
:
[[_homogeneous, `class D`], _Riccati]
✓ Solution by Maple
Time used: 0.008 (sec). Leaf size: 37
dsolve(diff(y(x),x) = (y(x)+x^3*a*exp(x)+a*x^4+x^3*a-x*y(x)^2*exp(x)-x^2*y(x)^2-x*y(x)^2)/x,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.292 (sec). Leaf size: 47
DSolve[D[y[x],x] == (a*x^3 + a*E^x*x^3 + a*x^4 + y[x] - x*y[x]^2 - E^x*x*y[x]^2 - x^2*y[x]^2)/x,y[x],x,IncludeSingularSolutions -> True]