Internal
problem
ID
[18574]
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
(d)
Date
solved
:
Tuesday, January 28, 2025 at 12:00:44 PM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.000 (sec). Leaf size: 21
dsolve(1/x*diff(y(x),x)=y(x)*sin(x^2-1)-2*y(x)/sqrt(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.102 (sec). Leaf size: 37
DSolve[1/x*D[y[x],x]==y[x]*Sin[x^2-1]-2*y[x]/Sqrt[x],y[x],x,IncludeSingularSolutions -> True]