1.77 problem 80

1.77.1 Solving as clairaut ode
1.77.2 Maple step by step solution

Internal problem ID [3222]
Internal file name [OUTPUT/2714_Sunday_June_05_2022_08_39_08_AM_40232232/index.tex]

Book: Differential equations for engineers by Wei-Chau XIE, Cambridge Press 2010
Section: Chapter 2. First-Order and Simple Higher-Order Differential Equations. Page 78
Problem number: 80.
ODE order: 1.
ODE degree: 3.

The type(s) of ODE detected by this program : "clairaut"

Maple gives the following as the ode type

[[_1st_order, _with_linear_symmetries], _Clairaut]

\[ \boxed {x {y^{\prime }}^{3}-y {y^{\prime }}^{2}=-1} \]

1.77.1 Solving as clairaut ode

This is Clairaut ODE. It has the form \[ y=x y^{\prime }+g\left (y^{\prime }\right ) \] Where \(g\) is function of \(y'(x)\). Let \(p=y^{\prime }\) the ode becomes \begin {align*} x \,p^{3}-y \,p^{2} = -1 \end {align*}

Solving for \(y\) from the above results in \begin {align*} y &= \frac {x \,p^{3}+1}{p^{2}}\tag {1A} \end {align*}

The above ode is a Clairaut ode which is now solved. We start by replacing \(y^{\prime }\) by \(p\) which gives \begin {align*} y&=p x +\frac {1}{p^{2}}\\ &=p x +\frac {1}{p^{2}} \end {align*}

Writing the ode as \begin {align*} y&= p x +g \left (p \right ) \end {align*}

We now write \(g\equiv g\left ( p\right ) \) to make notation simpler but we should always remember that \(g\) is function of \(p\) which in turn is function of \(x\). Hence the above becomes \begin {align*} y = p x +g\tag {1} \end {align*}

Then we see that \begin {align*} g&=\frac {1}{p^{2}} \end {align*}

Taking derivative of (1) w.r.t. \(x\) gives \begin {align*} p &=\frac {d}{dx}\left (x p+g\right ) \\ p & =\left ( p+x\frac {dp}{dx}\right ) +\left ( g' \frac {dp}{dx}\right ) \\ p & =p+\left ( x+g'\right ) \frac {dp}{dx}\\ 0 & =\left ( x+g'\right ) \frac {dp}{dx} \end {align*}

Where \(g'\) is derivative of \(g\left ( p\right ) \) w.r.t. \(p\). 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 as \begin {align*} y = c_{1} x +\frac {1}{c_{1}^{2}} \end {align*}

The singular solution is found from solving for \(p\) from \begin {align*} x+g'\left ( p\right ) &=0 \end {align*}

And substituting the result back in (1). Since we found above that \(g=\frac {1}{p^{2}}\), then the above equation becomes \begin {align*} x+g'\left ( p\right ) &= x -\frac {2}{p^{3}}\\ &= 0 \end {align*}

Solving the above for \(p\) results in \begin {align*} p_{1} &=\frac {2^{\frac {1}{3}} \left (x^{2}\right )^{\frac {1}{3}}}{x}\\ p_{2} &=-\frac {2^{\frac {1}{3}} \left (x^{2}\right )^{\frac {1}{3}}}{2 x}+\frac {i \sqrt {3}\, 2^{\frac {1}{3}} \left (x^{2}\right )^{\frac {1}{3}}}{2 x}\\ p_{3} &=-\frac {2^{\frac {1}{3}} \left (x^{2}\right )^{\frac {1}{3}}}{2 x}-\frac {i \sqrt {3}\, 2^{\frac {1}{3}} \left (x^{2}\right )^{\frac {1}{3}}}{2 x} \end {align*}

Substituting the above back in (1) results in \begin {align*} y_{1} &=\frac {3 x^{2} 2^{\frac {1}{3}}}{2 \left (x^{2}\right )^{\frac {2}{3}}}\\ y_{2} &=-\frac {3 x^{2} 2^{\frac {1}{3}}}{\left (x^{2}\right )^{\frac {2}{3}} \left (1+i \sqrt {3}\right )}\\ y_{3} &=\frac {3 x^{2} 2^{\frac {1}{3}}}{\left (x^{2}\right )^{\frac {2}{3}} \left (i \sqrt {3}-1\right )} \end {align*}

Summary

The solution(s) found are the following \begin{align*} \tag{1} y &= c_{1} x +\frac {1}{c_{1}^{2}} \\ \tag{2} y &= \frac {3 x^{2} 2^{\frac {1}{3}}}{2 \left (x^{2}\right )^{\frac {2}{3}}} \\ \tag{3} y &= -\frac {3 x^{2} 2^{\frac {1}{3}}}{\left (x^{2}\right )^{\frac {2}{3}} \left (1+i \sqrt {3}\right )} \\ \tag{4} y &= \frac {3 x^{2} 2^{\frac {1}{3}}}{\left (x^{2}\right )^{\frac {2}{3}} \left (i \sqrt {3}-1\right )} \\ \end{align*}

Verification of solutions

\[ y = c_{1} x +\frac {1}{c_{1}^{2}} \] Verified OK.

\[ y = \frac {3 x^{2} 2^{\frac {1}{3}}}{2 \left (x^{2}\right )^{\frac {2}{3}}} \] Verified OK.

\[ y = -\frac {3 x^{2} 2^{\frac {1}{3}}}{\left (x^{2}\right )^{\frac {2}{3}} \left (1+i \sqrt {3}\right )} \] Verified OK.

\[ y = \frac {3 x^{2} 2^{\frac {1}{3}}}{\left (x^{2}\right )^{\frac {2}{3}} \left (i \sqrt {3}-1\right )} \] Verified OK.

1.77.2 Maple step by step solution

\[ \begin {array}{lll} & {} & \textrm {Let's solve}\hspace {3pt} \\ {} & {} & x {y^{\prime }}^{3}-y {y^{\prime }}^{2}=-1 \\ \bullet & {} & \textrm {Highest derivative means the order of the ODE is}\hspace {3pt} 1 \\ {} & {} & y^{\prime } \\ \bullet & {} & \textrm {Solve for the highest derivative}\hspace {3pt} \\ {} & {} & \left [y^{\prime }=\frac {\left (8 y^{3}+12 \sqrt {-12 y^{3}+81 x^{2}}\, x -108 x^{2}\right )^{\frac {1}{3}}}{6 x}+\frac {2 y^{2}}{3 x \left (8 y^{3}+12 \sqrt {-12 y^{3}+81 x^{2}}\, x -108 x^{2}\right )^{\frac {1}{3}}}+\frac {y}{3 x}, y^{\prime }=-\frac {\left (8 y^{3}+12 \sqrt {-12 y^{3}+81 x^{2}}\, x -108 x^{2}\right )^{\frac {1}{3}}}{12 x}-\frac {y^{2}}{3 x \left (8 y^{3}+12 \sqrt {-12 y^{3}+81 x^{2}}\, x -108 x^{2}\right )^{\frac {1}{3}}}+\frac {y}{3 x}-\frac {\mathrm {I} \sqrt {3}\, \left (\frac {\left (8 y^{3}+12 \sqrt {-12 y^{3}+81 x^{2}}\, x -108 x^{2}\right )^{\frac {1}{3}}}{6 x}-\frac {2 y^{2}}{3 x \left (8 y^{3}+12 \sqrt {-12 y^{3}+81 x^{2}}\, x -108 x^{2}\right )^{\frac {1}{3}}}\right )}{2}, y^{\prime }=-\frac {\left (8 y^{3}+12 \sqrt {-12 y^{3}+81 x^{2}}\, x -108 x^{2}\right )^{\frac {1}{3}}}{12 x}-\frac {y^{2}}{3 x \left (8 y^{3}+12 \sqrt {-12 y^{3}+81 x^{2}}\, x -108 x^{2}\right )^{\frac {1}{3}}}+\frac {y}{3 x}+\frac {\mathrm {I} \sqrt {3}\, \left (\frac {\left (8 y^{3}+12 \sqrt {-12 y^{3}+81 x^{2}}\, x -108 x^{2}\right )^{\frac {1}{3}}}{6 x}-\frac {2 y^{2}}{3 x \left (8 y^{3}+12 \sqrt {-12 y^{3}+81 x^{2}}\, x -108 x^{2}\right )^{\frac {1}{3}}}\right )}{2}\right ] \\ \bullet & {} & \textrm {Solve the equation}\hspace {3pt} y^{\prime }=\frac {\left (8 y^{3}+12 \sqrt {-12 y^{3}+81 x^{2}}\, x -108 x^{2}\right )^{\frac {1}{3}}}{6 x}+\frac {2 y^{2}}{3 x \left (8 y^{3}+12 \sqrt {-12 y^{3}+81 x^{2}}\, x -108 x^{2}\right )^{\frac {1}{3}}}+\frac {y}{3 x} \\ \bullet & {} & \textrm {Solve the equation}\hspace {3pt} y^{\prime }=-\frac {\left (8 y^{3}+12 \sqrt {-12 y^{3}+81 x^{2}}\, x -108 x^{2}\right )^{\frac {1}{3}}}{12 x}-\frac {y^{2}}{3 x \left (8 y^{3}+12 \sqrt {-12 y^{3}+81 x^{2}}\, x -108 x^{2}\right )^{\frac {1}{3}}}+\frac {y}{3 x}-\frac {\mathrm {I} \sqrt {3}\, \left (\frac {\left (8 y^{3}+12 \sqrt {-12 y^{3}+81 x^{2}}\, x -108 x^{2}\right )^{\frac {1}{3}}}{6 x}-\frac {2 y^{2}}{3 x \left (8 y^{3}+12 \sqrt {-12 y^{3}+81 x^{2}}\, x -108 x^{2}\right )^{\frac {1}{3}}}\right )}{2} \\ \bullet & {} & \textrm {Solve the equation}\hspace {3pt} y^{\prime }=-\frac {\left (8 y^{3}+12 \sqrt {-12 y^{3}+81 x^{2}}\, x -108 x^{2}\right )^{\frac {1}{3}}}{12 x}-\frac {y^{2}}{3 x \left (8 y^{3}+12 \sqrt {-12 y^{3}+81 x^{2}}\, x -108 x^{2}\right )^{\frac {1}{3}}}+\frac {y}{3 x}+\frac {\mathrm {I} \sqrt {3}\, \left (\frac {\left (8 y^{3}+12 \sqrt {-12 y^{3}+81 x^{2}}\, x -108 x^{2}\right )^{\frac {1}{3}}}{6 x}-\frac {2 y^{2}}{3 x \left (8 y^{3}+12 \sqrt {-12 y^{3}+81 x^{2}}\, x -108 x^{2}\right )^{\frac {1}{3}}}\right )}{2} \\ \bullet & {} & \textrm {Set of solutions}\hspace {3pt} \\ {} & {} & \left \{\mathit {workingODE} , \mathit {workingODE} , \mathit {workingODE}\right \} \end {array} \]

Maple trace

`Methods for first order ODEs: 
   *** Sublevel 2 *** 
   Methods for first order ODEs: 
   -> Solving 1st order ODE of high degree, 1st attempt 
   trying 1st order WeierstrassP solution for high degree ODE 
   trying 1st order WeierstrassPPrime solution for high degree ODE 
   trying 1st order JacobiSN solution for high degree ODE 
   trying 1st order ODE linearizable_by_differentiation 
   trying differential order: 1; missing variables 
   trying dAlembert 
   <- dAlembert successful`
 

Solution by Maple

Time used: 0.125 (sec). Leaf size: 66

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

\begin{align*} y \left (x \right ) &= \frac {3 \,2^{\frac {1}{3}} \left (x^{2}\right )^{\frac {1}{3}}}{2} \\ y \left (x \right ) &= -\frac {3 \,2^{\frac {1}{3}} \left (x^{2}\right )^{\frac {1}{3}} \left (1+i \sqrt {3}\right )}{4} \\ y \left (x \right ) &= \frac {3 \,2^{\frac {1}{3}} \left (x^{2}\right )^{\frac {1}{3}} \left (i \sqrt {3}-1\right )}{4} \\ y \left (x \right ) &= c_{1} x +\frac {1}{c_{1}^{2}} \\ \end{align*}

Solution by Mathematica

Time used: 0.011 (sec). Leaf size: 69

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

\begin{align*} y(x)\to c_1 x+\frac {1}{c_1{}^2} \\ y(x)\to 3 \left (-\frac {1}{2}\right )^{2/3} x^{2/3} \\ y(x)\to \frac {3 x^{2/3}}{2^{2/3}} \\ y(x)\to -\frac {3 \sqrt [3]{-1} x^{2/3}}{2^{2/3}} \\ \end{align*}