Internal
problem
ID
[17943]
Book
:
V.V.
Stepanov,
A
course
of
differential
equations
(in
Russian),
GIFML.
Moscow
(1958)
Section
:
All
content
Problem
number
:
72
(page
112)
Date
solved
:
Tuesday, January 28, 2025 at 11:14:35 AM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.319 (sec). Leaf size: 38
dsolve(y(x)=exp(diff(y(x),x))*diff(y(x),x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.322 (sec). Leaf size: 102
DSolve[y[x]==Exp[D[y[x],x]]*D[y[x],x]^2,y[x],x,IncludeSingularSolutions -> True]