Internal
problem
ID
[18861]
Book
:
Introductory
Course
On
Differential
Equations
by
Daniel
A
Murray.
Longmans
Green
and
Co.
NY.
1924
Section
:
Chapter
IV.
Singular
solutions.
problems
on
chapter
IV.
page
49
Problem
number
:
Ex.
5
Date
solved
:
Tuesday, January 28, 2025 at 12:31:09 PM
CAS
classification
:
[[_1st_order, _with_linear_symmetries], _Clairaut]
✓ Solution by Maple
Time used: 0.018 (sec). Leaf size: 19
dsolve(y(x)=x*diff(y(x),x)-diff(y(x),x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.009 (sec). Leaf size: 25
DSolve[y[x]==x*D[y[x],x]-D[y[x],x]^2,y[x],x,IncludeSingularSolutions -> True]