3.27 problem 27
Internal
problem
ID
[7865]
Book
:
Own
collection
of
miscellaneous
problems
Section
:
section
3.0
Problem
number
:
27
Date
solved
:
Monday, October 21, 2024 at 04:30:24 PM
CAS
classification
:
[[_2nd_order, _missing_y], [_2nd_order, _reducible, _mu_y_y1]]
Solve
\begin{align*} \left (x^{2}+1\right ) y^{\prime \prime }+{y^{\prime }}^{3}&=0 \end{align*}
3.27.1 Solved as second order missing y ode
Time used: 0.643 (sec)
This is second order ode with missing dependent variable \(y\). Let
\begin{align*} p(x) &= y^{\prime } \end{align*}
Then
\begin{align*} p'(x) &= y^{\prime \prime } \end{align*}
Hence the ode becomes
\begin{align*} \left (x^{2}+1\right ) p^{\prime }\left (x \right )+p \left (x \right )^{3} = 0 \end{align*}
Which is now solve for \(p(x)\) as first order ode. The ode \(p^{\prime }\left (x \right ) = -\frac {p \left (x \right )^{3}}{x^{2}+1}\) is separable as it can be written as
\begin{align*} p^{\prime }\left (x \right )&= -\frac {p \left (x \right )^{3}}{x^{2}+1}\\ &= f(x) g(p) \end{align*}
Where
\begin{align*} f(x) &= -\frac {1}{x^{2}+1}\\ g(p) &= p^{3} \end{align*}
Integrating gives
\begin{align*} \int { \frac {1}{g(p)} \,dp} &= \int { f(x) \,dx}\\ \int { \frac {1}{p^{3}}\,dp} &= \int { -\frac {1}{x^{2}+1} \,dx}\\ \frac {1}{2 p \left (x \right )^{2}}&=\arctan \left (x \right )-c_1 \end{align*}
We now need to find the singular solutions, these are found by finding for what values \(g(p)\) is
zero, since we had to divide by this above. Solving \(g(p)=0\) or \(p^{3}=0\) for \(p \left (x \right )\) gives
\begin{align*} p \left (x \right )&=0 \end{align*}
Now we go over each such singular solution and check if it verifies the ode itself and
any initial conditions given. If it does not then the singular solution will not be
used.
Therefore the solutions found are
\begin{align*} \frac {1}{2 p \left (x \right )^{2}} = \arctan \left (x \right )-c_1\\ p \left (x \right ) = 0 \end{align*}
Solving for \(p \left (x \right )\) from the above solution(s) gives (after possible removing of solutions that do not
verify)
\begin{align*} p \left (x \right )&=0\\ p \left (x \right )&=\frac {1}{\sqrt {2 \arctan \left (x \right )-2 c_1}}\\ p \left (x \right )&=-\frac {1}{\sqrt {2 \arctan \left (x \right )-2 c_1}} \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 } = 0 \end{align*}
Since the ode has the form \(y^{\prime }=f(x)\), then we only need to integrate \(f(x)\).
\begin{align*} \int {dy} &= \int {0\, dx} + c_2 \\ y &= c_2 \end{align*}
For solution (2) found earlier, since \(p=y^{\prime }\) then we now have a new first order ode to solve which is
\begin{align*} y^{\prime } = \frac {1}{\sqrt {2 \arctan \left (x \right )-2 c_1}} \end{align*}
Since the ode has the form \(y^{\prime }=f(x)\), then we only need to integrate \(f(x)\).
\begin{align*} \int {dy} &= \int {\frac {1}{\sqrt {2 \arctan \left (x \right )-2 c_1}}\, dx}\\ y &= \int \frac {1}{\sqrt {2 \arctan \left (x \right )-2 c_1}}d x + c_3 \end{align*}
\begin{align*} y&= \int \frac {1}{\sqrt {2 \arctan \left (x \right )-2 c_1}}d x +c_3 \end{align*}
For solution (3) found earlier, since \(p=y^{\prime }\) then we now have a new first order ode to solve which is
\begin{align*} y^{\prime } = -\frac {1}{\sqrt {2 \arctan \left (x \right )-2 c_1}} \end{align*}
Since the ode has the form \(y^{\prime }=f(x)\), then we only need to integrate \(f(x)\).
\begin{align*} \int {dy} &= \int {-\frac {1}{\sqrt {2 \arctan \left (x \right )-2 c_1}}\, dx}\\ y &= \int -\frac {1}{\sqrt {2 \arctan \left (x \right )-2 c_1}}d x + c_4 \end{align*}
\begin{align*} y&= \int -\frac {1}{\sqrt {2 \arctan \left (x \right )-2 c_1}}d x +c_4 \end{align*}
Will add steps showing solving for IC soon.
3.27.2 Maple step by step solution
\[ \begin {array}{lll} & {} & \textrm {Let's solve}\hspace {3pt} \\ {} & {} & \left (x^{2}+1\right ) \left (\frac {d}{d x}y^{\prime }\right )+{y^{\prime }}^{3}=0 \\ \bullet & {} & \textrm {Highest derivative means the order of the ODE is}\hspace {3pt} 2 \\ {} & {} & \frac {d}{d x}y^{\prime } \\ \bullet & {} & \textrm {Make substitution}\hspace {3pt} u =y^{\prime }\hspace {3pt}\textrm {to reduce order of ODE}\hspace {3pt} \\ {} & {} & \left (x^{2}+1\right ) u^{\prime }\left (x \right )+u \left (x \right )^{3}=0 \\ \bullet & {} & \textrm {Solve for the highest derivative}\hspace {3pt} \\ {} & {} & u^{\prime }\left (x \right )=-\frac {u \left (x \right )^{3}}{x^{2}+1} \\ \bullet & {} & \textrm {Separate variables}\hspace {3pt} \\ {} & {} & \frac {u^{\prime }\left (x \right )}{u \left (x \right )^{3}}=-\frac {1}{x^{2}+1} \\ \bullet & {} & \textrm {Integrate both sides with respect to}\hspace {3pt} x \\ {} & {} & \int \frac {u^{\prime }\left (x \right )}{u \left (x \right )^{3}}d x =\int -\frac {1}{x^{2}+1}d x +\mathit {C1} \\ \bullet & {} & \textrm {Evaluate integral}\hspace {3pt} \\ {} & {} & -\frac {1}{2 u \left (x \right )^{2}}=-\arctan \left (x \right )+\mathit {C1} \\ \bullet & {} & \textrm {Solve for}\hspace {3pt} u \left (x \right ) \\ {} & {} & \left \{u \left (x \right )=\frac {1}{\sqrt {2 \arctan \left (x \right )-2 \mathit {C1}}}, u \left (x \right )=-\frac {1}{\sqrt {2 \arctan \left (x \right )-2 \mathit {C1}}}\right \} \\ \bullet & {} & \textrm {Solve 1st ODE for}\hspace {3pt} u \left (x \right ) \\ {} & {} & u \left (x \right )=\frac {1}{\sqrt {2 \arctan \left (x \right )-2 \mathit {C1}}} \\ \bullet & {} & \textrm {Make substitution}\hspace {3pt} u =y^{\prime } \\ {} & {} & y^{\prime }=\frac {1}{\sqrt {2 \arctan \left (x \right )-2 \mathit {C1}}} \\ \bullet & {} & \textrm {Integrate both sides to solve for}\hspace {3pt} y \\ {} & {} & \int y^{\prime }d x =\int \frac {1}{\sqrt {2 \arctan \left (x \right )-2 \mathit {C1}}}d x +\mathit {C2} \\ \bullet & {} & \textrm {Compute integrals}\hspace {3pt} \\ {} & {} & y=\int \frac {1}{\sqrt {2 \arctan \left (x \right )-2 \mathit {C1}}}d x +\mathit {C2} \\ \bullet & {} & \textrm {Solve 2nd ODE for}\hspace {3pt} u \left (x \right ) \\ {} & {} & u \left (x \right )=-\frac {1}{\sqrt {2 \arctan \left (x \right )-2 \mathit {C1}}} \\ \bullet & {} & \textrm {Make substitution}\hspace {3pt} u =y^{\prime } \\ {} & {} & y^{\prime }=-\frac {1}{\sqrt {2 \arctan \left (x \right )-2 \mathit {C1}}} \\ \bullet & {} & \textrm {Integrate both sides to solve for}\hspace {3pt} y \\ {} & {} & \int y^{\prime }d x =\int -\frac {1}{\sqrt {2 \arctan \left (x \right )-2 \mathit {C1}}}d x +\mathit {C2} \\ \bullet & {} & \textrm {Compute integrals}\hspace {3pt} \\ {} & {} & y=\int -\frac {1}{\sqrt {2 \arctan \left (x \right )-2 \mathit {C1}}}d x +\mathit {C2} \end {array} \]
3.27.3 Maple trace
Methods for second order ODEs:
3.27.4 Maple dsolve solution
Solving time : 0.013
(sec)
Leaf size : 33
dsolve((x^2+1)*diff(diff(y(x),x),x)+diff(y(x),x)^3 = 0,
y(x),singsol=all)
\begin{align*}
y &= \int \frac {1}{\sqrt {c_1 +2 \arctan \left (x \right )}}d x +c_2 \\
y &= -\left (\int \frac {1}{\sqrt {c_1 +2 \arctan \left (x \right )}}d x \right )+c_2 \\
\end{align*}
3.27.5 Mathematica DSolve solution
Solving time : 62.184
(sec)
Leaf size : 59
DSolve[{(1+x^2)*D[y[x],{x,2}]+D[y[x],x]^3==0,{}},
y[x],x,IncludeSingularSolutions->True]
\begin{align*}
y(x)\to \int _1^x-\frac {1}{\sqrt {2 \arctan (K[1])-2 c_1}}dK[1]+c_2 \\
y(x)\to \int _1^x\frac {1}{\sqrt {2 \arctan (K[2])-2 c_1}}dK[2]+c_2 \\
\end{align*}