Internal
problem
ID
[10072]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
linear
first
order
Problem
number
:
58
Date
solved
:
Monday, January 27, 2025 at 06:21:49 PM
CAS
classification
:
[[_homogeneous, `class G`], _Chini]
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 68
dsolve(diff(y(x),x) - a*sqrt(y(x)) - b*x=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.269 (sec). Leaf size: 118
DSolve[D[y[x],x] - a*Sqrt[y[x]] - b*x==0,y[x],x,IncludeSingularSolutions -> True]