20.4 problem Ex 4

Internal problem ID [10224]

Book: An elementary treatise on differential equations by Abraham Cohen. DC heath publishers. 1906
Section: Chapter V, Singular solutions. Article 33. Page 73
Problem number: Ex 4.
ODE order: 1.
ODE degree: 2.

CAS Maple gives this as type [_quadrature]

\[ \boxed {y \left (3-4 y\right )^{2} {y^{\prime }}^{2}-4+4 y=0} \]

Solution by Maple

Time used: 0.281 (sec). Leaf size: 58

dsolve(y(x)*(3-4*y(x))^2*diff(y(x),x)^2=4*(1-y(x)),y(x), singsol=all)
 

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

Solution by Mathematica

Time used: 60.276 (sec). Leaf size: 3751

DSolve[y[x]*(3-4*y[x])^2*y'[x]^2==4*(1-y[x]),y[x],x,IncludeSingularSolutions -> True]
 

Too large to display