Internal
problem
ID
[12912]
Book
:
An
elementary
treatise
on
differential
equations
by
Abraham
Cohen.
DC
heath
publishers.
1906
Section
:
Chapter
V,
Singular
solutions.
Article
30.
Page
63
Problem
number
:
Ex
1
Date
solved
:
Tuesday, January 28, 2025 at 04:43:19 AM
CAS
classification
:
[[_homogeneous, `class G`], _rational, _Clairaut]
✓ Solution by Maple
Time used: 0.066 (sec). Leaf size: 27
dsolve(y(x)=diff(y(x),x)*x+1/diff(y(x),x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.016 (sec). Leaf size: 41
DSolve[y[x]==D[y[x],x]*x+1/D[y[x],x],y[x],x,IncludeSingularSolutions -> True]