Internal
problem
ID
[10044] Book
:
Own
collection
of
miscellaneous
problems Section
:
section
1.0 Problem
number
:
58 Date
solved
:
Monday, December 29, 2025 at 09:00:46 PM CAS
classification
:
[[_homogeneous, `class C`], _dAlembert]
for \(p \left (x \right )\). This is because we had to divide by this in the above step. This gives the following singular
solution(s), which also have to satisfy the given ODE.
\begin{align*} p \left (x \right ) = -8\\ p \left (x \right ) = 0 \end{align*}
Substituing the above solution for \(p\) in (2A) gives
\begin{align*}
y &= x -\arcsin \left (\frac {9 \tan \left (3 x +3 c_1 \right ) \left (4 \tan \left (3 x +3 c_1 \right )+5 \sqrt {\tan \left (3 x +3 c_1 \right )^{2}+1}\right )}{5 \left (9 \tan \left (3 x +3 c_1 \right )^{2}+25\right )}-\frac {4}{5}\right ) \\
y &= x -\frac {\pi }{2} \\
y &= x +\frac {\pi }{2} \\
\end{align*}
The above solution was found not to satisfy the
ode or the IC. Hence it is removed.
The above solution was found not to satisfy the ode or the IC. Hence it is removed.
The above solution was found not to satisfy the ode or the IC. Hence it is removed.
\[
-\frac {4 A \cos \left (x -y \right ) x^{2}+4 B \cos \left (x -y \right ) x y -4 \cos \left (x -y \right ) C \,x^{2}+4 B x \sin \left (x -y \right )+4 B x +B y}{C \,x^{2}} = 0
\]
Setting the numerator to zero gives
\begin{equation}
\tag{6E} -4 A \cos \left (x -y \right ) x^{2}-4 B \cos \left (x -y \right ) x y +4 \cos \left (x -y \right ) C \,x^{2}-4 B x \sin \left (x -y \right )-4 B x -B y = 0
\end{equation}
Looking at the above PDE shows the
following are all the terms with \(\{x, y\}\) in them.
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)\). Therefore
\begin{align*} S &= \int { \frac {dx}{T}}\\ &= x \end{align*}
Where the constant of integration is set to zero as we just need one solution. Now that \(R,S\)
are found, we need to setup the ode in these coordinates. This is done by evaluating
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)\).
\[
y = x +2 \arctan \left (\frac {3 \tan \left (-\frac {3 x}{2}+\frac {3 c_1}{2}\right )}{5}+\frac {4}{5}\right )
\]
Maple trace
Methodsfor first order ODEs:---Trying classification methods ---tryinga quadraturetrying1st order lineartryingBernoullitryingseparabletryinginverse lineartryinghomogeneous types:tryinghomogeneous C1storder, trying the canonical coordinates of the invariance group-> Calling odsolve with the ODE, diff(y(x),x) = 1, y(x)*** Sublevel 2 ***Methods for first order ODEs:--- Trying classification methods ---trying a quadraturetrying 1st order linear<- 1st order linear successful<-1st order, canonical coordinates successful<-homogeneous successful