Internal
problem
ID
[18850]
Book
:
Introductory
Course
On
Differential
Equations
by
Daniel
A
Murray.
Longmans
Green
and
Co.
NY.
1924
Section
:
Chapter
IV.
Singular
solutions.
problems
at
page
43
Problem
number
:
Ex.
3
Date
solved
:
Tuesday, January 28, 2025 at 12:28:58 PM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.000 (sec). Leaf size: 16
dsolve(diff(y(x),x)*sqrt(x)=sqrt(y(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.141 (sec). Leaf size: 26
DSolve[D[y[x],x]*Sqrt[x]==Sqrt[y[x]],y[x],x,IncludeSingularSolutions -> True]