Internal
problem
ID
[10418]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
linear
first
order
Problem
number
:
406
Date
solved
:
Tuesday, January 28, 2025 at 04:49:39 PM
CAS
classification
:
[_dAlembert]
✓ Solution by Maple
Time used: 0.045 (sec). Leaf size: 269
dsolve(a*diff(y(x),x)^2-y(x)*diff(y(x),x)-x = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.313 (sec). Leaf size: 117
DSolve[-x - y[x]*D[y[x],x] + a*D[y[x],x]^2==0,y[x],x,IncludeSingularSolutions -> True]