Internal
problem
ID
[4257]
Book
:
Differential
equations
with
applications
and
historial
notes,
George
F.
Simmons.
Second
edition.
1971
Section
:
Chapter
2,
section
8,
page
41
Problem
number
:
8
Date
solved
:
Monday, January 27, 2025 at 08:45:59 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.026 (sec). Leaf size: 13
dsolve(-1/y(x)*sin(x/y(x))+x/y(x)^2*sin(x/y(x))*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.038 (sec). Leaf size: 19
DSolve[-1/y[x]*Sin[x/y[x]]+x/y[x]^2*Sin[x/y[x]]*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]