Internal
problem
ID
[4299]
Book
:
An
introduction
to
the
solution
and
applications
of
differential
equations,
J.W.
Searl,
1966
Section
:
Chapter
4,
Ex.
4.1
Problem
number
:
5
Date
solved
:
Monday, January 27, 2025 at 08:50:52 AM
CAS
classification
:
[_exact]
✓ Solution by Maple
Time used: 0.026 (sec). Leaf size: 23
dsolve((y(x)*sin(x/y(x))+x*cos(x/y(x))-1)+(x*sin(x/y(x))-x^2/y(x)*cos(x/y(x)))*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.398 (sec). Leaf size: 20
DSolve[(y[x]*Sin[x/y[x]]+x*Cos[x/y[x]]-1)+(x*Sin[x/y[x]]-x^2/y[x]*Cos[x/y[x]])*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]