Internal
problem
ID
[10874]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
Additional
non-linear
first
order
Problem
number
:
864
Date
solved
:
Monday, January 27, 2025 at 10:19:27 PM
CAS
classification
:
[[_Abel, `2nd type`, `class C`], [_1st_order, `_with_symmetry_[F(x),G(x)*y+H(x)]`]]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 45
dsolve(diff(y(x),x) = y(x)*(exp(-1/4*x^2)^2*x*y(x)+exp(-1/4*x^2)*x+2*y(x)^2*exp(-3/4*x^2))*exp(1/4*x^2)/(2*y(x)*exp(-1/4*x^2)+2),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 8.486 (sec). Leaf size: 103
DSolve[D[y[x],x] == (E^(x^2/4)*y[x]*(x/E^(x^2/4) + (x*y[x])/E^(x^2/2) + (2*y[x]^2)/E^((3*x^2)/4)))/(2 + (2*y[x])/E^(x^2/4)),y[x],x,IncludeSingularSolutions -> True]