Internal
problem
ID
[18554]
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
:
3
Date
solved
:
Tuesday, January 28, 2025 at 11:58:11 AM
CAS
classification
:
[_Bernoulli]
✓ Solution by Maple
Time used: 0.027 (sec). Leaf size: 156
dsolve(diff(y(x),x)+y(x)/x=sin(x)/y(x)^3,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.476 (sec). Leaf size: 114
DSolve[D[y[x],x]+y[x]/x==Sin[x]/y[x]^2,y[x],x,IncludeSingularSolutions -> True]