Internal
problem
ID
[6681]
Book
:
Schaums
Outline.
Theory
and
problems
of
Differential
Equations,
1st
edition.
Frank
Ayres.
McGraw
Hill
1952
Section
:
Chapter
10.
Singular
solutions,
Extraneous
loci.
Supplemetary
problems.
Page
74
Problem
number
:
10
Date
solved
:
Monday, January 27, 2025 at 02:20:57 PM
CAS
classification
:
[[_1st_order, _with_linear_symmetries], _Clairaut]
✓ Solution by Maple
Time used: 0.015 (sec). Leaf size: 19
dsolve(y(x)=diff(y(x),x)*x-2*diff(y(x),x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.007 (sec). Leaf size: 25
DSolve[y[x]==D[y[x],x]*x-2*D[y[x],x]^2,y[x],x,IncludeSingularSolutions -> True]