Internal
problem
ID
[3546]
Book
:
Differential
equations
and
linear
algebra,
Stephen
W.
Goode,
second
edition,
2000
Section
:
1.8,
page
68
Problem
number
:
11
Date
solved
:
Monday, January 27, 2025 at 07:41:21 AM
CAS
classification
:
[[_homogeneous, `class A`], _dAlembert]
✓ Solution by Maple
Time used: 0.010 (sec). Leaf size: 14
dsolve(sin(y(x)/x)*(x*diff(y(x),x)-y(x))=x*cos(y(x)/x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 26.462 (sec). Leaf size: 56
DSolve[Sin[y[x]/x]*(x*D[y[x],x]-y[x])==x*Cos[y[x]/x],y[x],x,IncludeSingularSolutions -> True]