Internal
problem
ID
[17939]
Book
:
V.V.
Stepanov,
A
course
of
differential
equations
(in
Russian),
GIFML.
Moscow
(1958)
Section
:
All
content
Problem
number
:
68
(page
109)
Date
solved
:
Tuesday, January 28, 2025 at 11:14:13 AM
CAS
classification
:
[[_homogeneous, `class A`], _rational, _dAlembert]
✓ Solution by Maple
Time used: 0.123 (sec). Leaf size: 31
dsolve(x*diff(y(x),x)^2+2*x*diff(y(x),x)-y(x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.142 (sec). Leaf size: 63
DSolve[x*D[y[x],x]^2+2*x*D[y[x],x]-y[x]==0,y[x],x,IncludeSingularSolutions -> True]