Internal
problem
ID
[18849]
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.
2
Date
solved
:
Tuesday, January 28, 2025 at 12:28:57 PM
CAS
classification
:
[[_1st_order, _with_linear_symmetries], _Clairaut]
✓ Solution by Maple
Time used: 0.017 (sec). Leaf size: 17
dsolve(diff(y(x),x)^2+x*diff(y(x),x)-y(x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.006 (sec). Leaf size: 23
DSolve[D[y[x],x]^2+x*D[y[x],x]-y[x]==0,y[x],x,IncludeSingularSolutions -> True]