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