Internal
problem
ID
[10952]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
Additional
non-linear
first
order
Problem
number
:
942
Date
solved
:
Monday, January 27, 2025 at 10:30:33 PM
CAS
classification
:
[[_1st_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.254 (sec). Leaf size: 43
dsolve(diff(y(x),x) = -(y(x)^2+2*x*y(x)+x^2+exp(2*(x-y(x))^3*(x+y(x))^3/(-y(x)^2+x^2-1)))/(-y(x)^2-2*x*y(x)-x^2+exp(2*(x-y(x))^3*(x+y(x))^3/(-y(x)^2+x^2-1))),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 2.307 (sec). Leaf size: 349
DSolve[D[y[x],x] == (-E^((2*(x - y[x])^3*(x + y[x])^3)/(-1 + x^2 - y[x]^2)) - x^2 - 2*x*y[x] - y[x]^2)/(E^((2*(x - y[x])^3*(x + y[x])^3)/(-1 + x^2 - y[x]^2)) - x^2 - 2*x*y[x] - y[x]^2),y[x],x,IncludeSingularSolutions -> True]