Internal
problem
ID
[18707]
Book
:
A
short
course
on
differential
equations.
By
Donald
Francis
Campbell.
Maxmillan
company.
London.
1907
Section
:
Chapter
VI.
Certain
particular
forms
of
equations.
Exercises
at
page
74
Problem
number
:
11
Date
solved
:
Tuesday, January 28, 2025 at 12:12:07 PM
CAS
classification
:
[[_homogeneous, `class C`], _dAlembert]
✓ Solution by Maple
Time used: 0.020 (sec). Leaf size: 31
dsolve(x=y(x)+diff(y(x),x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 14.855 (sec). Leaf size: 98
DSolve[x==y[x]+D[y[x],x]^2,y[x],x,IncludeSingularSolutions -> True]