37.15 problem 1134

Internal problem ID [3821]

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

CAS Maple gives this as type [_quadrature]

Solve \begin {gather*} \boxed {\sin \left (y^{\prime }\right )+y^{\prime }-x=0} \end {gather*}

Solution by Maple

Time used: 0.0 (sec). Leaf size: 16

dsolve(sin(diff(y(x),x))+diff(y(x),x) = x,y(x), singsol=all)
 

\[ y \relax (x ) = \int \RootOf \left (\sin \left (\textit {\_Z} \right )+\textit {\_Z} -x \right )d x +c_{1} \]

Solution by Mathematica

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

DSolve[Sin[y'[x]]+ y'[x]==x,y[x],x,IncludeSingularSolutions -> True]
 

\[ \text {Solve}\left [\left \{x=K[1]+\sin (K[1]),y(x)=\frac {K[1]^2}{2}+K[1] \sin (K[1])+\cos (K[1])+c_1\right \},\{y(x),K[1]\}\right ] \]