5.9 problem 125

Internal problem ID [3382]

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

CAS Maple gives this as type [`y=_G(x,y')`]

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

Solution by Maple

dsolve(diff(y(x),x) = (1+cos(x)*sin(y(x)))*tan(y(x)),y(x), singsol=all)
 

\[ \text {No solution found} \]

Solution by Mathematica

Time used: 1.965 (sec). Leaf size: 58

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

\begin{align*} y(x)\to \csc ^{-1}\left (\frac {1}{2} \left (-\sin (x)-\cos (x)-2 c_1 e^{-x}\right )\right ) \\ y(x)\to -\csc ^{-1}\left (\frac {1}{2} \left (\sin (x)+\cos (x)+2 c_1 e^{-x}\right )\right ) \\ y(x)\to 0 \\ \end{align*}