Internal
problem
ID
[10634]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
Additional
non-linear
first
order
Problem
number
:
623
Date
solved
:
Monday, January 27, 2025 at 09:19:00 PM
CAS
classification
:
[[_1st_order, _with_linear_symmetries], _rational, [_Abel, `2nd type`, `class C`]]
✓ Solution by Maple
Time used: 0.141 (sec). Leaf size: 51
dsolve(diff(y(x),x) = x^2/(y(x)+x^(3/2)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.141 (sec). Leaf size: 77
DSolve[D[y[x],x] == x^2/(x^(3/2) + y[x]),y[x],x,IncludeSingularSolutions -> True]