1.266 problem 267

Internal problem ID [7846]

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

CAS Maple gives this as type [_exact, _Bernoulli]

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

Solution by Maple

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

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

\begin{align*} y \left (x \right ) = \frac {\sqrt {2 x +c_{1}}}{\sin \left (x \right )} \\ y \left (x \right ) = -\frac {\sqrt {2 x +c_{1}}}{\sin \left (x \right )} \\ \end{align*}

Solution by Mathematica

Time used: 0.498 (sec). Leaf size: 36

DSolve[y[x]*y'[x]*Sin[x]^2+y[x]^2*Cos[x]*Sin[x]-1==0,y[x],x,IncludeSingularSolutions -> True]
 

\begin{align*} y(x)\to -\sqrt {2 x+c_1} \csc (x) \\ y(x)\to \sqrt {2 x+c_1} \csc (x) \\ \end{align*}