Internal
problem
ID
[10932]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
Additional
non-linear
first
order
Problem
number
:
922
Date
solved
:
Monday, January 27, 2025 at 10:25:29 PM
CAS
classification
:
[[_1st_order, _with_linear_symmetries], _rational]
✓ Solution by Maple
Time used: 0.269 (sec). Leaf size: 45
dsolve(diff(y(x),x) = y(x)^2/(y(x)^2+y(x)^(3/2)+y(x)^(1/2)*x^2-2*y(x)^(3/2)*x+y(x)^(5/2)+x^3-3*x^2*y(x)+3*x*y(x)^2-y(x)^3),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.940 (sec). Leaf size: 437
DSolve[D[y[x],x] == y[x]^2/(x^3 + x^2*Sqrt[y[x]] - 3*x^2*y[x] + y[x]^(3/2) - 2*x*y[x]^(3/2) + y[x]^2 + 3*x*y[x]^2 + y[x]^(5/2) - y[x]^3),y[x],x,IncludeSingularSolutions -> True]