Internal
problem
ID
[13919]
Book
:
Differential
equations
and
the
calculus
of
variations
by
L.
ElSGOLTS.
MIR
PUBLISHERS,
MOSCOW,
Third
printing
1977.
Section
:
Chapter
2,
DIFFERENTIAL
EQUATIONS
OF
THE
SECOND
ORDER
AND
HIGHER.
Problems
page
172
Problem
number
:
Problem
20
Date
solved
:
Tuesday, January 28, 2025 at 06:08:36 AM
CAS
classification
:
[[_2nd_order, _missing_y]]
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 11
dsolve(diff(u(r),r$2)+2/r*diff(u(r),r)=0,u(r), singsol=all)
✓ Solution by Mathematica
Time used: 0.009 (sec). Leaf size: 15
DSolve[D[u[r],{r,2}]+2/r*D[u[r],r]==0,u[r],r,IncludeSingularSolutions -> True]