Internal
problem
ID
[17996]
Book
:
V.V.
Stepanov,
A
course
of
differential
equations
(in
Russian),
GIFML.
Moscow
(1958)
Section
:
All
content
Problem
number
:
134
(page
195)
Date
solved
:
Tuesday, January 28, 2025 at 11:19:36 AM
CAS
classification
:
[_Lienard]
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 17
dsolve(diff(y(x),x$2)+2/x*diff(y(x),x)+y(x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.025 (sec). Leaf size: 37
DSolve[D[y[x],{x,2}]+2/x*D[y[x],x]+y[x]==0,y[x],x,IncludeSingularSolutions -> True]