1.564 problem 566

Internal problem ID [8901]

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

CAS Maple gives this as type [_quadrature]

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

Solution by Maple

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

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

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

Solution by Mathematica

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

DSolve[-x + Sin[y'[x]] + y'[x]==0,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 ] \]