Internal
problem
ID
[10401]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
linear
first
order
Problem
number
:
388
Date
solved
:
Monday, January 27, 2025 at 07:39:13 PM
CAS
classification
:
[_dAlembert]
✓ Solution by Maple
Time used: 0.039 (sec). Leaf size: 223
dsolve(diff(y(x),x)^2-2*y(x)*diff(y(x),x)-2*x = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.405 (sec). Leaf size: 121
DSolve[-2*x - 2*y[x]*D[y[x],x] + D[y[x],x]^2==0,y[x],x,IncludeSingularSolutions -> True]