Internal
problem
ID
[5313]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
25
Problem
number
:
723
Date
solved
:
Monday, January 27, 2025 at 11:08:30 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 16
dsolve(diff(y(x),x)*sqrt(y(x)) = sqrt(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.797 (sec). Leaf size: 21
DSolve[D[y[x],x]*Sqrt[y[x]]==Sqrt[x],y[x],x,IncludeSingularSolutions -> True]