Internal
problem
ID
[18553]
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
31.
Problems
at
page
85
Problem
number
:
2
Date
solved
:
Tuesday, January 28, 2025 at 11:58:10 AM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 17
dsolve(diff(y(x),x)+y(x)/x=sin(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.030 (sec). Leaf size: 19
DSolve[D[y[x],x]+y[x]/x==Sin[x],y[x],x,IncludeSingularSolutions -> True]