Internal
problem
ID
[18537]
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
:
16
(b)
Date
solved
:
Tuesday, January 28, 2025 at 11:54:40 AM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 24
dsolve(diff(v(u),u)+u^2*v(u)=sin(u),v(u), singsol=all)
✓ Solution by Mathematica
Time used: 0.058 (sec). Leaf size: 39
DSolve[D[v[u],u]+u^2*v[u]==Sin[u],v[u],u,IncludeSingularSolutions -> True]