1.194 problem 195

Internal problem ID [7774]

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

CAS Maple gives this as type [_Riccati]

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

Solution by Maple

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

dsolve(sin(x)*diff(y(x),x) - y(x)^2*sin(x)^2 + (cos(x) - 3*sin(x))*y(x) + 4=0,y(x), singsol=all)
 

\[ y \left (x \right ) = -\frac {4 \left ({\mathrm e}^{5 x} c_{1} +1\right )}{\sin \left (x \right ) \left ({\mathrm e}^{5 x} c_{1} -4\right )} \]

Solution by Mathematica

Time used: 0.275 (sec). Leaf size: 32

DSolve[Sin[x]*y'[x] - y[x]^2*Sin[x]^2 + (Cos[x] - 3*Sin[x])*y[x] + 4==0,y[x],x,IncludeSingularSolutions -> True]
 

\begin{align*} y(x)\to \left (-4+\frac {1}{\frac {1}{5}+c_1 e^{5 x}}\right ) \csc (x) \\ y(x)\to -4 \csc (x) \\ \end{align*}