Internal
problem
ID
[3333]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
39,
page
179
Problem
number
:
31
Date
solved
:
Monday, January 27, 2025 at 07:34:23 AM
CAS
classification
:
[[_homogeneous, `class G`], _rational, _Clairaut]
✓ Solution by Maple
Time used: 0.062 (sec). Leaf size: 39
dsolve(diff(y(x),x)^2*x-diff(y(x),x)*y(x)-2=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.012 (sec). Leaf size: 57
DSolve[D[y[x],x]^2*x-D[y[x],x]*y[x]-2==0,y[x],x,IncludeSingularSolutions -> True]