Internal
problem
ID
[4706]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
4
Problem
number
:
104
Date
solved
:
Monday, January 27, 2025 at 09:32:34 AM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 24
dsolve(diff(y(x),x) = y(x)*sqrt(a+b*y(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 17.603 (sec). Leaf size: 42
DSolve[D[y[x],x]==y[x] Sqrt[a+b y[x]],y[x],x,IncludeSingularSolutions -> True]