4.6 problem 6

4.6.1 Solving as second order ode missing x ode
4.6.2 Maple step by step solution

Internal problem ID [6826]
Internal file name [OUTPUT/6073_Thursday_July_28_2022_04_29_16_AM_33134786/index.tex]

Book: Elementary differential equations. By Earl D. Rainville, Phillip E. Bedient. Macmilliam Publishing Co. NY. 6th edition. 1981.
Section: CHAPTER 16. Nonlinear equations. Section 101. Independent variable missing. EXERCISES Page 324
Problem number: 6.
ODE order: 2.
ODE degree: 1.

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

Maple gives the following as the ode type

[[_2nd_order, _missing_x], _Liouville, [_2nd_order, _reducible, _mu_x_y1], [_2nd_order, _reducible, _mu_xy]]

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

4.6.1 Solving as second order ode missing x ode

This is missing independent variable second order ode. Solved by reduction of order by using substitution which makes the dependent variable \(y\) an independent variable. Using \begin {align*} y' &= p(y) \end {align*}

Then \begin {align*} y'' &= \frac {dp}{dx}\\ &= \frac {dy}{dx} \frac {dp}{dy}\\ &= p \frac {dp}{dy} \end {align*}

Hence the ode becomes \begin {align*} \left (y +1\right ) p \left (y \right ) \left (\frac {d}{d y}p \left (y \right )\right )-p \left (y \right )^{2} = 0 \end {align*}

Which is now solved as first order ode for \(p(y)\). In canonical form the ODE is \begin {align*} p' &= F(y,p)\\ &= f( y) g(p)\\ &= \frac {p}{y +1} \end {align*}

Where \(f(y)=\frac {1}{y +1}\) and \(g(p)=p\). Integrating both sides gives \begin {align*} \frac {1}{p} \,dp &= \frac {1}{y +1} \,d y\\ \int { \frac {1}{p} \,dp} &= \int {\frac {1}{y +1} \,d y}\\ \ln \left (p \right )&=\ln \left (y +1\right )+c_{1}\\ p&={\mathrm e}^{\ln \left (y +1\right )+c_{1}}\\ &=c_{1} \left (y +1\right ) \end {align*}

For solution (1) found earlier, since \(p=y^{\prime }\) then we now have a new first order ode to solve which is \begin {align*} y^{\prime } = c_{1} \left (y+1\right ) \end {align*}

Integrating both sides gives \begin {align*} \int \frac {1}{c_{1} \left (y +1\right )}d y &= x +c_{2}\\ \frac {\ln \left (y +1\right )}{c_{1}}&=x +c_{2} \end {align*}

Solving for \(y\) gives these solutions \begin {align*} y_1&={\mathrm e}^{c_{1} c_{2} +c_{1} x}-1\\ &=c_{2} {\mathrm e}^{c_{1} x}-1 \end {align*}

Summary

The solution(s) found are the following \begin{align*} \tag{1} y &= c_{2} {\mathrm e}^{c_{1} x}-1 \\ \end{align*}

Verification of solutions

\[ y = c_{2} {\mathrm e}^{c_{1} x}-1 \] Verified OK.

4.6.2 Maple step by step solution

\[ \begin {array}{lll} & {} & \textrm {Let's solve}\hspace {3pt} \\ {} & {} & \left (y+1\right ) y^{\prime \prime }-{y^{\prime }}^{2}=0 \\ \bullet & {} & \textrm {Highest derivative means the order of the ODE is}\hspace {3pt} 2 \\ {} & {} & y^{\prime \prime } \\ \bullet & {} & \textrm {Define new dependent variable}\hspace {3pt} u \\ {} & {} & u \left (x \right )=y^{\prime } \\ \bullet & {} & \textrm {Compute}\hspace {3pt} y^{\prime \prime } \\ {} & {} & u^{\prime }\left (x \right )=y^{\prime \prime } \\ \bullet & {} & \textrm {Use chain rule on the lhs}\hspace {3pt} \\ {} & {} & y^{\prime } \left (\frac {d}{d y}u \left (y \right )\right )=y^{\prime \prime } \\ \bullet & {} & \textrm {Substitute in the definition of}\hspace {3pt} u \\ {} & {} & u \left (y \right ) \left (\frac {d}{d y}u \left (y \right )\right )=y^{\prime \prime } \\ \bullet & {} & \textrm {Make substitutions}\hspace {3pt} y^{\prime }=u \left (y \right ),y^{\prime \prime }=u \left (y \right ) \left (\frac {d}{d y}u \left (y \right )\right )\hspace {3pt}\textrm {to reduce order of ODE}\hspace {3pt} \\ {} & {} & \left (y +1\right ) u \left (y \right ) \left (\frac {d}{d y}u \left (y \right )\right )-u \left (y \right )^{2}=0 \\ \bullet & {} & \textrm {Solve for the highest derivative}\hspace {3pt} \\ {} & {} & \frac {d}{d y}u \left (y \right )=\frac {u \left (y \right )}{y +1} \\ \bullet & {} & \textrm {Separate variables}\hspace {3pt} \\ {} & {} & \frac {\frac {d}{d y}u \left (y \right )}{u \left (y \right )}=\frac {1}{y +1} \\ \bullet & {} & \textrm {Integrate both sides with respect to}\hspace {3pt} y \\ {} & {} & \int \frac {\frac {d}{d y}u \left (y \right )}{u \left (y \right )}d y =\int \frac {1}{y +1}d y +c_{1} \\ \bullet & {} & \textrm {Evaluate integral}\hspace {3pt} \\ {} & {} & \ln \left (u \left (y \right )\right )=\ln \left (y +1\right )+c_{1} \\ \bullet & {} & \textrm {Solve for}\hspace {3pt} u \left (y \right ) \\ {} & {} & u \left (y \right )={\mathrm e}^{c_{1}} \left (y +1\right ) \\ \bullet & {} & \textrm {Solve 1st ODE for}\hspace {3pt} u \left (y \right ) \\ {} & {} & u \left (y \right )={\mathrm e}^{c_{1}} \left (y +1\right ) \\ \bullet & {} & \textrm {Revert to original variables with substitution}\hspace {3pt} u \left (y \right )=y^{\prime },y =y \\ {} & {} & y^{\prime }={\mathrm e}^{c_{1}} \left (y+1\right ) \\ \bullet & {} & \textrm {Solve for the highest derivative}\hspace {3pt} \\ {} & {} & y^{\prime }={\mathrm e}^{c_{1}} \left (y+1\right ) \\ \bullet & {} & \textrm {Separate variables}\hspace {3pt} \\ {} & {} & \frac {y^{\prime }}{y+1}={\mathrm e}^{c_{1}} \\ \bullet & {} & \textrm {Integrate both sides with respect to}\hspace {3pt} x \\ {} & {} & \int \frac {y^{\prime }}{y+1}d x =\int {\mathrm e}^{c_{1}}d x +c_{2} \\ \bullet & {} & \textrm {Evaluate integral}\hspace {3pt} \\ {} & {} & \ln \left (y+1\right )=x \,{\mathrm e}^{c_{1}}+c_{2} \\ \bullet & {} & \textrm {Solve for}\hspace {3pt} y \\ {} & {} & y={\mathrm e}^{x \,{\mathrm e}^{c_{1}}+c_{2}}-1 \end {array} \]

Maple trace

`Methods for second order ODEs: 
--- Trying classification methods --- 
trying 2nd order Liouville 
<- 2nd_order Liouville successful`
 

Solution by Maple

Time used: 0.032 (sec). Leaf size: 16

dsolve((y(x)+1)*diff(y(x),x$2)=diff(y(x),x)^2,y(x), singsol=all)
 

\begin{align*} y \left (x \right ) &= -1 \\ y \left (x \right ) &= {\mathrm e}^{c_{1} x} c_{2} -1 \\ \end{align*}

Solution by Mathematica

Time used: 1.193 (sec). Leaf size: 26

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

\begin{align*} y(x)\to -1+\frac {e^{c_1 (x+c_2)}}{c_1} \\ y(x)\to \text {Indeterminate} \\ \end{align*}