Internal
problem
ID
[18708]
Book
:
A
short
course
on
differential
equations.
By
Donald
Francis
Campbell.
Maxmillan
company.
London.
1907
Section
:
Chapter
VI.
Certain
particular
forms
of
equations.
Exercises
at
page
74
Problem
number
:
12
Date
solved
:
Tuesday, January 28, 2025 at 12:12:08 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.008 (sec). Leaf size: 25
DSolve[y[x]==x*D[y[x],x]-D[y[x],x]^2,y[x],x,IncludeSingularSolutions -> True]