26.4 problem 737

Internal problem ID [3981]

Book: Ordinary differential equations and their solutions. By George Moseley Murphy. 1960
Section: Various 26
Problem number: 737.
ODE order: 1.
ODE degree: 1.

CAS Maple gives this as type [_exact]

\[ \boxed {\left (a \cos \left (b x +a y\right )-b \sin \left (x a +y b \right )\right ) y^{\prime }+b \cos \left (b x +a y\right )-a \sin \left (x a +y b \right )=0} \]

Solution by Maple

Time used: 0.015 (sec). Leaf size: 40

dsolve((a*cos(b*x+a*y(x))-b*sin(a*x+b*y(x)))*diff(y(x),x)+b*cos(b*x+a*y(x))-a*sin(a*x+b*y(x)) = 0,y(x), singsol=all)
 

\[ y \left (x \right ) = \frac {-x b +\operatorname {RootOf}\left (a^{2} x -b^{2} x +a \arccos \left (\sin \left (\textit {\_Z} \right )+c_{1} \right )-a \pi +\textit {\_Z} b \right )}{a} \]

Solution by Mathematica

Time used: 1.106 (sec). Leaf size: 50

DSolve[(a Cos[b x+a y[x]]-b Sin[a x+ b y[x]])y'[x]+b Cos[b x+a y[x]]-a Sin[a x+b y[x]]==0,y[x],x,IncludeSingularSolutions -> True]
 

\[ \text {Solve}[\sin (a x) \sin (b y(x))-\cos (a x) \cos (b y(x))-\sin (b x) \cos (a y(x))-\cos (b x) \sin (a y(x))=c_1,y(x)] \]