Internal
problem
ID
[8889]
Book
:
Own
collection
of
miscellaneous
problems
Section
:
section
3.0
Problem
number
:
31
Date
solved
:
Monday, January 27, 2025 at 05:18:38 PM
CAS
classification
:
[_rational, _Bernoulli]
✓ Solution by Maple
Time used: 0.023 (sec). Leaf size: 97
dsolve(v(r)*diff(v(r),r)=2*v(r)^2/r^3+1/3*lambda*r,v(r), singsol=all)
✓ Solution by Mathematica
Time used: 8.745 (sec). Leaf size: 98
DSolve[v[r]*D[v[r],r]==2*v[r]^2/r^3+1/3*\[Lambda]*r,v[r],r,IncludeSingularSolutions -> True]