Internal
problem
ID
[9998] Book
:
Own
collection
of
miscellaneous
problems Section
:
section
1.0 Problem
number
:
12 Date
solved
:
Monday, December 29, 2025 at 08:24:14 PM CAS
classification
:
[_separable]
But the point \(x_0 = 0\) is not inside this domain. Hence existence and uniqueness
theorem does not apply. There could be infinite number of solutions, or one solution or no
solution at all.
Taking the exponential of both sides the solution becomes
\[
y = c_1 \,x^{2}
\]
We now need to find
the singular solutions, these are found by finding for what values \(g(y)\) is zero, since we had to divide
by this above. Solving \(g(y)=0\) or
\[
y=0
\]
for \(y\) gives
\begin{align*} y&=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*}
y &= c_1 \,x^{2} \\
y &= 0 \\
\end{align*}
Solving for initial conditions the solution is
\begin{align*}
y &= c_1 \,x^{2} \\
y &= 0 \\
\end{align*}
Solutions plot
Slope field \(y^{\prime } = \frac {2 y}{x}\)
Summary of solutions found
\begin{align*}
y &= 0 \\
y &= c_1 \,x^{2} \\
\end{align*}
We assume there exists a function \(\phi \left ( x,y\right ) =c\) where \(c\) is constant, that
satisfies the ode. Taking derivative of \(\phi \) w.r.t. \(x\) gives
But since \(\frac {\partial ^{2}\phi }{\partial x\partial y}=\frac {\partial ^{2}\phi }{\partial y\partial x}\) then for the above to be valid, we require that
If the above condition is satisfied, then
the original ode is called exact. We still need to determine \(\phi \left ( x,y\right ) \) but at least we know now that we can
do that since the condition \(\frac {\partial ^{2}\phi }{\partial x\partial y}=\frac {\partial ^{2}\phi }{\partial y\partial x}\) is satisfied. If this condition is not satisfied then this method will not
work and we have to now look for an integrating factor to force this condition, which might or
might not exist. The first step is to write the ODE in standard form to check for exactness, which
is
Since \(\frac {\partial M}{\partial y} \neq \frac {\partial N}{\partial x}\), then the ODE is not exact. Since the ODE is not exact, we will try to find an integrating
factor to make it exact. Let
\(M\) and \(N\) are multiplied by this integrating factor, giving new \(M\) and new \(N\) which are called \(\overline {M}\) and \(\overline {N}\) for
now so not to confuse them with the original \(M\) and \(N\).
Where \(f(x)\) is used for the constant of integration since \(\phi \) is a function of
both \(x\) and \(y\). Taking derivative of equation (3) w.r.t \(x\) gives
Where \(c_1\) is constant of
integration. Substituting this result for \(f(x)\) into equation (3) gives \(\phi \)
\[
\phi = \frac {y}{x^{2}}+ c_1
\]
But since \(\phi \) itself is a constant
function, then let \(\phi =c_2\) where \(c_2\) is new constant and combining \(c_1\) and \(c_2\) constants into the constant \(c_1\)
gives the solution as
An ode of the form \(y' = \frac {M(x,y)}{N(x,y)}\) is called homogeneous if the functions \(M(x,y)\) and \(N(x,y)\) are both homogeneous functions
and of the same order. Recall that a function \(f(x,y)\) is homogeneous of order \(n\) if
\[ f(t^n x, t^n y)= t^n f(x,y) \]
In this case, it can be
seen that both \(M=2 y\) and \(N=x\) are both homogeneous and of the same order \(n=1\). Therefore this is a
homogeneous ode. Since this ode is homogeneous, it is converted to separable ODE using the
substitution \(u=\frac {y}{x}\), or \(y=ux\). Hence
Taking the exponential of both sides the solution becomes
\[
u \left (x \right ) = c_1 x
\]
We now need to find
the singular solutions, these are found by finding for what values \(g(u)\) is zero, since we had to divide
by this above. Solving \(g(u)=0\) or
\[
u=0
\]
for \(u \left (x \right )\) gives
\begin{align*} u \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*}
u \left (x \right ) &= c_1 x \\
u \left (x \right ) &= 0 \\
\end{align*}
Converting \(u \left (x \right ) = c_1 x\) back to \(y\) gives
\begin{align*} y = c_1 \,x^{2} \end{align*}
Converting \(u \left (x \right ) = 0\) back to \(y\) gives
\begin{align*} y = 0 \end{align*}
Solving for initial conditions the solution is
\begin{align*}
y &= c_1 \,x^{2} \\
y &= 0 \\
\end{align*}
Solutions plot
Slope field \(y^{\prime } = \frac {2 y}{x}\)
Summary of solutions found
\begin{align*}
y &= 0 \\
y &= c_1 \,x^{2} \\
\end{align*}
2.1.12.6 Solved using first_order_ode_homog_type_D2
Taking the exponential of both sides the solution becomes
\[
u \left (x \right ) = c_1 x
\]
We now need to find
the singular solutions, these are found by finding for what values \(g(u)\) is zero, since we had to divide
by this above. Solving \(g(u)=0\) or
\[
u=0
\]
for \(u \left (x \right )\) gives
\begin{align*} u \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*}
u \left (x \right ) &= c_1 x \\
u \left (x \right ) &= 0 \\
\end{align*}
Converting \(u \left (x \right ) = c_1 x\) back to \(y\) gives
\begin{align*} y = c_1 \,x^{2} \end{align*}
Converting \(u \left (x \right ) = 0\) back to \(y\) gives
\begin{align*} y = 0 \end{align*}
Solving for initial conditions the solution is
\begin{align*}
y &= c_1 \,x^{2} \\
y &= 0 \\
\end{align*}
Solutions plot
Slope field \(y^{\prime } = \frac {2 y}{x}\)
Summary of solutions found
\begin{align*}
y &= 0 \\
y &= c_1 \,x^{2} \\
\end{align*}
An ode of the form \(Y' = \frac {M(X,Y)}{N(X,Y)}\) is called homogeneous if the functions \(M(X,Y)\) and \(N(X,Y)\) are both homogeneous functions
and of the same order. Recall that a function \(f(X,Y)\) is homogeneous of order \(n\) if
\[ f(t^n X, t^n Y)= t^n f(X,Y) \]
In this case, it can be
seen that both \(M=2 Y\) and \(N=X\) are both homogeneous and of the same order \(n=1\). Therefore this is a
homogeneous ode. Since this ode is homogeneous, it is converted to separable ODE using the
substitution \(u=\frac {Y}{X}\), or \(Y=uX\). Hence
Taking the exponential of both sides the solution becomes
\[
u \left (X \right ) = c_1 X
\]
We now need to find
the singular solutions, these are found by finding for what values \(g(u)\) is zero, since we had to divide
by this above. Solving \(g(u)=0\) or
\[
u=0
\]
for \(u \left (X \right )\) gives
\begin{align*} u \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*}
u \left (X \right ) &= c_1 X \\
u \left (X \right ) &= 0 \\
\end{align*}
Converting \(u \left (X \right ) = c_1 X\) back to \(Y \left (X \right )\) gives
\begin{align*} Y \left (X \right ) = X^{2} c_1 \end{align*}
Converting \(u \left (X \right ) = 0\) back to \(Y \left (X \right )\) gives
\begin{align*} Y \left (X \right ) = 0 \end{align*}
Substituting the above solution in the anstaz (1E,2E) (using \(1\) as arbitrary value for any unknown
in the RHS) gives
\begin{align*}
\xi &= 0 \\
\eta &= y \\
\end{align*}
The next step is to determine the canonical coordinates \(R,S\). The canonical
coordinates map \(\left ( x,y\right ) \to \left ( R,S \right )\) where \(\left ( R,S \right )\) are the canonical coordinates which make the original ode become a
quadrature and hence solved by integration.
The characteristic pde which is used to find the canonical coordinates is
The above comes from the requirements that \(\left ( \xi \frac {\partial }{\partial x} + \eta \frac {\partial }{\partial y}\right ) S(x,y) = 1\). Starting with the first pair of ode’s in (1) gives an
ode to solve for the independent variable \(R\) in the canonical coordinates, where \(S(R)\). Since \(\xi =0\) then in this
special case
\begin{align*} R = x \end{align*}
\(S\) is found from
\begin{align*} S &= \int { \frac {1}{\eta }} dy\\ &= \int { \frac {1}{y}} dy \end{align*}
We now need to express the RHS as function of \(R\) only. This is done by solving for \(x,y\) in terms of \(R,S\)
from the result obtained earlier and simplifying. This gives
The above is a quadrature ode. This is the whole point of Lie symmetry method. It converts an
ode, no matter how complicated it is, to one that can be solved by integration when the ode is in
the canonical coordiates \(R,S\).
Since the ode has the form \(\frac {d}{d R}S \left (R \right )=f(R)\), then we only need to integrate \(f(R)\).