Internal
problem
ID
[10987]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
Additional
non-linear
first
order
Problem
number
:
977
Date
solved
:
Monday, January 27, 2025 at 10:38:43 PM
CAS
classification
:
[[_1st_order, `_with_symmetry_[F(x),G(y)]`], _Abel]
✓ Solution by Maple
Time used: 0.005 (sec). Leaf size: 85
dsolve(diff(y(x),x) = y(x)*(y(x)^2+exp(-x^2)*y(x)+exp(-x^2)^2)/exp(-x^2)^2*x,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.331 (sec). Leaf size: 109
DSolve[D[y[x],x] == E^(2*x^2)*x*y[x]*(E^(-2*x^2) + y[x]/E^x^2 + y[x]^2),y[x],x,IncludeSingularSolutions -> True]