Internal
problem
ID
[4089]
Book
:
Applied
Differential
equations,
Newby
Curle.
Van
Nostrand
Reinhold.
1972
Section
:
Examples,
page
35
Problem
number
:
3
Date
solved
:
Monday, January 27, 2025 at 08:08:19 AM
CAS
classification
:
[[_homogeneous, `class C`], _dAlembert]
✓ Solution by Maple
Time used: 0.034 (sec). Leaf size: 49
dsolve(y(x)-x=(diff(y(x),x))^2*(1-2/3* diff(y(x),x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 176.550 (sec). Leaf size: 14234
DSolve[y[x]-x==D[y[x],x]^2*(1-2/3* D[y[x],x]),y[x],x,IncludeSingularSolutions -> True]
Too large to display