Internal
problem
ID
[18571]
Book
:
Elementary
Differential
Equations.
By
Thornton
C.
Fry.
D
Van
Nostrand.
NY.
First
Edition
(1929)
Section
:
Chapter
IV.
Methods
of
solution:
First
order
equations.
section
33.
Problems
at
page
91
Problem
number
:
9
(a)
Date
solved
:
Tuesday, January 28, 2025 at 12:00:39 PM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 13
dsolve(diff(v(u),u)+2*v(u)/u=3*v(u),v(u), singsol=all)
✓ Solution by Mathematica
Time used: 0.026 (sec). Leaf size: 21
DSolve[D[v[u],u]+2*v[u]/u==3*v[u],v[u],u,IncludeSingularSolutions -> True]