27.5 problem 771

Internal problem ID [4011]

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')`]

\[ \boxed {{y^{\prime }}^{2}-f \left (x \right )^{2} \left (y-u \left (x \right )\right )^{2} \left (y-a \right ) \left (y-b \right )=0} \]

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