27.5 problem 771

Internal problem ID [3503]

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

CAS Maple gives this as type [y=_G(x,y')]

Solve \begin {gather*} \boxed {\left (y^{\prime }\right )^{2}-f \relax (x )^{2} \left (y-u \relax (x )\right )^{2} \left (y-a \right ) \left (y-b \right )=0} \end {gather*}

Solution by Maple

dsolve(diff(y(x),x)^2 = f(x)^2*(y(x)-u(x))^2*(y(x)-a)*(y(x)-b),y(x), singsol=all)
 

\[ \text {No solution found} \]

Solution by Mathematica

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

DSolve[(y'[x])^2==f[x]^2 (y[x]-u[x])^2 (y[x]-a)(y[x]-b),y[x],x,IncludeSingularSolutions -> True]
 

Not solved