17.15 problem 474

Internal problem ID [3728]

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

CAS Maple gives this as type [[_Abel, `2nd type`, `class A`]]

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

Solution by Maple

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

\[ \text {No solution found} \]

Solution by Mathematica

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

DSolve[(Tan[x] Sec[x]-2 y[x])y'[x]+Sec[x](1+2 y[x] Sin[x])==0,y[x],x,IncludeSingularSolutions -> True]
 

Not solved