Internal
problem
ID
[18539]
Book
:
Elementary
Differential
Equations.
By
Thornton
C.
Fry.
D
Van
Nostrand.
NY.
First
Edition
(1929)
Section
:
Chapter
1.
section
5.
Problems
at
page
19
Problem
number
:
18
Date
solved
:
Tuesday, January 28, 2025 at 11:54:42 AM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.000 (sec). Leaf size: 11
dsolve(diff(v(u),u)+2*v(u)/u= 3,v(u), singsol=all)
✓ Solution by Mathematica
Time used: 0.023 (sec). Leaf size: 13
DSolve[D[v[u],u]+2*v[u]/u==3,v[u],u,IncludeSingularSolutions -> True]