Internal
problem
ID
[17949]
Book
:
V.V.
Stepanov,
A
course
of
differential
equations
(in
Russian),
GIFML.
Moscow
(1958)
Section
:
All
content
Problem
number
:
78
(page
120)
Date
solved
:
Tuesday, January 28, 2025 at 11:15:05 AM
CAS
classification
:
[_dAlembert]
✓ Solution by Maple
Time used: 0.174 (sec). Leaf size: 391
dsolve(x=diff(y(x),x)*y(x)+a*diff(y(x),x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.754 (sec). Leaf size: 61
DSolve[x==D[y[x],x]*y[x]+a*D[y[x],x]^2,y[x],x,IncludeSingularSolutions -> True]