Internal
problem
ID
[18709]
Book
:
A
short
course
on
differential
equations.
By
Donald
Francis
Campbell.
Maxmillan
company.
London.
1907
Section
:
Chapter
VI.
Certain
particular
forms
of
equations.
Exercises
at
page
74
Problem
number
:
13
Date
solved
:
Tuesday, January 28, 2025 at 12:12:09 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]