Internal
problem
ID
[18725]
Book
:
Introductory
Course
On
Differential
Equations
by
Daniel
A
Murray.
Longmans
Green
and
Co.
NY.
1924
Section
:
Chapter
I.
Definitions.
Formation
of
differential
equation.
Exercises
at
page
12
Problem
number
:
Ex.
5
Date
solved
:
Tuesday, January 28, 2025 at 12:12:25 PM
CAS
classification
:
[[_2nd_order, _missing_y]]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 11
dsolve(diff(v(r),r$2)+2/r*diff(v(r),r)=0,v(r), singsol=all)
✓ Solution by Mathematica
Time used: 0.010 (sec). Leaf size: 15
DSolve[D[v[r],{r,2}]+2/r*D[v[r],r]==0,v[r],r,IncludeSingularSolutions -> True]