1.201 problem 202

Internal problem ID [7782]

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

CAS Maple gives this as type [NONE]

Solve \begin {gather*} \boxed {f \relax (x ) y^{\prime }+g \relax (x ) s \relax (y)+h \relax (x )=0} \end {gather*}

Solution by Maple

dsolve(f(x)*diff(y(x),x)+g(x)*s(y(x))+h(x)=0,y(x), singsol=all)
 

\[ \text {No solution found} \]

Solution by Mathematica

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

DSolve[f[x]*y'[x]+g[x]*s[y[x]]+h[x]==0,y[x],x,IncludeSingularSolutions -> True]
 

Not solved