Internal
problem
ID
[5737]
Book
:
Differential
Equations,
By
George
Boole
F.R.S.
1865
Section
:
Chapter
4
Problem
number
:
5.4
Date
solved
:
Monday, January 27, 2025 at 01:12:17 PM
CAS
classification
:
[[_homogeneous, `class A`], _dAlembert]
✓ Solution by Maple
Time used: 0.264 (sec). Leaf size: 18
dsolve((x*cos(y(x)/x)+y(x)*sin(y(x)/x))*y(x)+(x*cos(y(x)/x)-y(x)*sin(y(x)/x))*x*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.341 (sec). Leaf size: 31
DSolve[(x*Cos[y[x]/x]+y[x]*Sin[y[x]/x])*y[x]+(x*Cos[y[x]/x]-y[x]*Sin[y[x]/x])*x*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]