1.23 problem 23

Internal problem ID [1892]

Book: Differential Equations, Nelson, Folley, Coral, 3rd ed, 1964
Section: Exercis 5, page 21
Problem number: 23.
ODE order: 1.
ODE degree: 1.

CAS Maple gives this as type [_separable]

\[ \boxed {\sin \left (x \right ) \cos \left (y\right )+\cos \left (x \right ) \sin \left (y\right ) y^{\prime }=0} \] With initial conditions \begin {align*} [y \left (0\right ) = 0] \end {align*}

Solution by Maple

Time used: 0.297 (sec). Leaf size: 13

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

\[ y \left (x \right ) = \left (1-2 \_B5 \right ) \arccos \left (\sec \left (x \right )\right ) \]

Solution by Mathematica

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

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

\begin{align*} y(x)\to -\arccos (\sec (x)) \\ y(x)\to \arccos (\sec (x)) \\ \end{align*}