Internal
problem
ID
[13874]
Book
:
Differential
equations
and
the
calculus
of
variations
by
L.
ElSGOLTS.
MIR
PUBLISHERS,
MOSCOW,
Third
printing
1977.
Section
:
Chapter
1,
First-Order
Differential
Equations.
Problems
page
88
Problem
number
:
Problem
39
Date
solved
:
Tuesday, January 28, 2025 at 06:06:38 AM
CAS
classification
:
[[_1st_order, _with_linear_symmetries], _dAlembert]
✓ Solution by Maple
Time used: 0.116 (sec). Leaf size: 93
dsolve(y(x)=5*x*diff(y(x),x)-diff(y(x),x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 41.801 (sec). Leaf size: 2238
DSolve[y[x]==5*x*D[y[x],x]-D[y[x],x]^2,y[x],x,IncludeSingularSolutions -> True]
Too large to display