Internal
problem
ID
[4702]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
4
Problem
number
:
100
Date
solved
:
Monday, January 27, 2025 at 09:32:24 AM
CAS
classification
:
[[_homogeneous, `class G`], _Chini]
✓ Solution by Maple
Time used: 0.010 (sec). Leaf size: 68
dsolve(diff(y(x),x) = a*x+b*sqrt(y(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.276 (sec). Leaf size: 118
DSolve[D[y[x],x]==a x+b Sqrt[y[x]],y[x],x,IncludeSingularSolutions -> True]