2.3.3.1 Example 1

\(x\left ( y^{\prime }\right ) ^{2}-yy^{\prime }=-1\), is put in normal form (by replacing \(y^{\prime }\) with \(p\)) and solving for \(y\) gives\begin {align} y & =xp+\frac {1}{p}\tag {1}\\ & =xf\left ( p\right ) +g\left ( p\right ) \nonumber \end {align}

Where \(f\left ( p\right ) =p\) and \(g\left ( p\right ) =\frac {1}{p}\). Since \(f\left ( p\right ) =p\) then this is Clairaut ode. Taking derivative of the above w.r.t. \(x\) gives\begin {align*} p & =\frac {d}{dx}\left ( xp+g\left ( p\right ) \right ) \\ p & =p+\left ( x+g^{\prime }\left ( p\right ) \right ) \frac {dp}{dx}\\ 0 & =\left ( x+g^{\prime }\left ( p\right ) \right ) \frac {dp}{dx} \end {align*}

The general solution is given by \begin {align*} \frac {dp}{dx} & =0\\ p & =c_{1} \end {align*}

Substituting this in (1) gives the general solution \[ y=c_{1}x+\frac {1}{c_{1}}\] The term \(\left ( x+g^{\prime }\left ( p\right ) \right ) =0\) is used to find singular solutions. \begin {align*} x+g^{\prime }\left ( p\right ) & =x+\frac {d}{dp}\frac {1}{p}\\ & =x-\frac {1}{p^{2}} \end {align*}

Hence \(x-\frac {1}{p^{2}}=0\) or \(p=\pm \frac {1}{\sqrt {x}}\). Substituting these back in (1) gives\begin {align} y_{1}\left ( x\right ) & =xp+\frac {1}{p}\nonumber \\ & =x\frac {1}{\sqrt {x}}+\sqrt {x}\nonumber \\ & =2\sqrt {x}\tag {3}\\ y_{2}\left ( x\right ) & =-x\sqrt {\frac {1}{x}}-\sqrt {x}\nonumber \\ & =-2\sqrt {x} \tag {4} \end {align}

Eq. (2) is the general solution and (3,4) are the singular solutions.

Another method to find the singular solutions if it exists is called the p-discriminant. This is used only for first order ode with nonlinear in \(y^{\prime }\). We set up the following two equations\begin {align*} F\left ( x,y,y^{\prime }\right ) & =0\\ \frac {\partial F\left ( x,y,y^{\prime }\right ) }{\partial y^{\prime }} & =0 \end {align*}

We eliminate \(y^{\prime }\) and obtain \(G\left ( x,y\right ) =0\) equation. This is the singular solution. But we still have to check if it satisfies the ode and also if it is true singular solution curve. More on this later. Let us now just find the singular solution found above but using the p-discriminant method. The above two equations are\begin {align*} y-xy^{\prime }-\frac {1}{y^{\prime }} & =0\\ -x+\frac {1}{\left ( y^{\prime }\right ) ^{2}} & =0 \end {align*}

Second equation gives \(\left ( y^{\prime }\right ) ^{2}=\frac {1}{x}\). Hence \(y^{\prime }=\pm \sqrt {\frac {1}{x}}\). Hence the first equation now gives (starting with positive root)\begin {align*} y-x\sqrt {\frac {1}{x}}-\frac {1}{\sqrt {\frac {1}{x}}} & =0\\ y & =x\sqrt {\frac {1}{x}}+\frac {1}{\sqrt {\frac {1}{x}}}\\ & =\frac {x\sqrt {\frac {1}{x}}\sqrt {\frac {1}{x}}+1}{\sqrt {\frac {1}{x}}}\\ & =2\sqrt {x} \end {align*}

And for the second root \(y^{\prime }=-\sqrt {\frac {1}{x}}\) we obtain \(y=-2\sqrt {x}\). We see these are the same singular solutions obtained earlier.