1.354 problem 355

Internal problem ID [7934]

Book: Differential Gleichungen, E. Kamke, 3rd ed. Chelsea Pub. NY, 1948
Section: Chapter 1, linear first order
Problem number: 355.
ODE order: 1.
ODE degree: 1.

CAS Maple gives this as type [_exact]

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

Solution by Maple

Time used: 0.031 (sec). Leaf size: 15

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

\[ y \left (x \right ) \cos \left (x \right )+x \sin \left (y \left (x \right )\right )+c_{1} = 0 \]

Solution by Mathematica

Time used: 0.155 (sec). Leaf size: 17

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

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