17.17 problem 476

Internal problem ID [3730]

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

CAS Maple gives this as type [_separable]

\[ \boxed {3 y y^{\prime }+5 \cot \left (x \right ) \cot \left (y\right ) \cos \left (y\right )^{2}=0} \]

Solution by Maple

Time used: 0.204 (sec). Leaf size: 61

dsolve(3*y(x)*diff(y(x),x)+5*cot(x)*cot(y(x))*cos(y(x))^2 = 0,y(x), singsol=all)
 

\[ \frac {-3 \tan \left (y \left (x \right )\right ) \cos \left (2 y \left (x \right )\right )+10 \ln \left (\sin \left (x \right )\right ) \cos \left (2 y \left (x \right )\right )+10 c_{1} \cos \left (2 y \left (x \right )\right )-3 \tan \left (y \left (x \right )\right )+10 \ln \left (\sin \left (x \right )\right )+10 c_{1} +6 y \left (x \right )}{10 \cos \left (2 y \left (x \right )\right )+10} = 0 \]

Solution by Mathematica

Time used: 0.488 (sec). Leaf size: 30

DSolve[3 y[x] y'[x]+5 Cot[x] Cot[y[x]] Cos[y[x]]^2==0,y[x],x,IncludeSingularSolutions -> True]
 

\[ \text {Solve}\left [40 \sin (x) e^{\frac {3}{10} \left (y(x) \sec ^2(y(x))-\tan (y(x))\right )}=c_1,y(x)\right ] \]