The magic of Lie symmetries comes from the idea that if non trivial symmetry for an ode can be
found, the symmetry makes solving the ode much simpler. For first order differential equation, the
symmetry (or rather the tangent vectors associated with the symmetry) are used to
convert the ode to canonical coordinates where the original ode becomes a quadrature ode
solved by just integration, and this is regardless of how complicated the original ode
was.
The ode in canonical coordinates is solved by integration and the solution is converted back to the
original natural coordinates giving the solution to the original ode.
For higher order ode’s, the symmetry is used to reduce the order of the ode by one. Making it
easier to solve.
Let us start by looking at first order ode’s first. Next section will consider second order ode’s once
I learn that subject more.
Given an ode in the space \(\left ( x,y\right ) \,\) which is called the natural coordinates to distinguish these from the
canonical coordinates \(\left ( X,Y\right ) \) used later in which the ode becomes a quadrature. Assume the ode to solve
is
We look for one parameter group of symmetries that when applied to the above ode leaves it in
same form. i.e. invariant. This is called Lie continuous group of symmetries which depends on one
parameter. It is continuous group and not discrete symmetry group (as say with the case of
symmetries for a triangle) because symmetries depend on parameter \(\varepsilon \) which is a real number and
whose value is continuous. This Lie parameter is typically called \(\varepsilon \) but some books call it \(\lambda \). These
transformations are given by
Where in the above \(f,g\) are independent functions of each others and continuous and analytic in \(\varepsilon \). The
\(;\) before \(\varepsilon \) is used instead of comma, to indicate this is a parameter. Eq (2) is the symmetry
transformation that when applied to ode (1) results in an ode of same form as (1) but using the
new coordinates \(\left ( \bar {x},\bar {y}\right ) \).
We are interested in non trivial transformation (2). This means a transformation that maps points
on one solution curve of (1) to a different solution curve. If the transformation maps point \(\left ( x,y\right ) \) to \(\left ( \bar {x},\bar {y}\right ) \,\) on
the same solution curve, then it is called a trivial transformation.
The identity transformation in (2) is when \(\varepsilon =0\). Therefore
Every Lie group must have an identity element and this is given by \(\varepsilon =0\). (The Lie group
must also have a unique inverse element for each element in the set of transformations,
and the set be closed under application of the transformation. But not all Lie groups
are commutative or associative (i.e. Abelian). Consult more mathematical book on
properties of Lie group if interested. These notes will concentrate on the algorithmic
aspect.
Looking back at (2), since \(f,g\) are analytic in \(\varepsilon \), they can be expanded in Taylor series near \(\varepsilon =0\) which
results in
Choosing \(\varepsilon \) to be very small, higher order terms \(O\left ( \varepsilon ^{2}\right ) \) can be ignored. Also since \(f\left ( x,y;0\right ) =x\) and \(g\left ( x,y;0\right ) =y\) because \(\varepsilon =0\) is the
identity transformation, (4) simplifies to
Typically, the term \(\left . \frac {\partial f}{\partial \varepsilon }\right \vert _{\varepsilon =0}\) is called \(\xi \left ( x,y\right ) \) and \(\left . \frac {\partial g}{\partial \varepsilon }\right \vert _{\varepsilon =0}\) is called \(\eta \left ( x,y\right ) \,\). Therefore (5) is written as
The functions \(\xi \left ( x,y\right ) ,\eta \left ( x,y\right ) \) are the most important quantities in Lie group symmetry. These are called the Lie
infinitesimals. Geometrically, these are the tangent vectors at the identity on the tangent plane
which is the Lie algebra. If these tangent vectors can be found for the given ode, then the ode can
be now transformed to quadrature in the canonical coordinates, regardless of how complicated the
original ode was.
The transformation (6) must leave the ode invariant. This is called the Lie invariance
condition. Therefore
Where
\(\frac {d\bar {y}}{dx}\) is the total derivative with respect to \(x\) and \(\frac {d\bar {x}}{dx}\)is the total derivative with respect to \(x\).
But
Looking at left side of (11), the term \(\frac {1}{1+\varepsilon \left ( \xi _{x}+\omega \xi _{y}\right ) }\) can be moved to numerator using binomial expansion. Since \(\frac {1}{1+x}=\left ( 1+x\right ) ^{-1}\),
then using
Now we expand the right side of the above using
Taylor series. Since \(\omega \left ( x,y\right ) \) is function of two variables, we use Taylor series expansion for two variables.
The expansion is made around the point \(\left ( x,y\right ) \) as shown in this diagram
The above equation (13) is what is used to solve for \(\xi ,\eta \). It is the linearized symmetry condition.
There is an additional constraint not mentioned above which is that we must have
PDE (13) is
solved using ansatz. Examples below show how this is done.
OK, now let us assume that we have found the tangent vectors \(\xi ,\eta \) by solving (13). What to do next?
Here comes the main point of using Lie symmetry. To make any first ode \(\frac {dy}{dx}=\omega \left ( x,y\right ) \) solvable by quadrature,
we impose transformation of the form
\begin{align} X & =x\tag {14}\\ Y & =y+\varepsilon \nonumber \end{align}
This transformation maps points on one solution curve to points on another solution curve, but by
only changing the \(y\) coordinate. Hence it is vertical displacement or shift. The \(X,Y\) are called the
canonical coordinates and these are functions of \(x,y\). In other words, the above can be written
as
But what are \(\left . \frac {dx}{d\varepsilon }\right \vert _{\varepsilon =0}\) and \(\left . \frac {dy}{d\varepsilon }\right \vert _{\varepsilon =0}\)? These come from the earlier relation we had, which is
\[ \bar {x}=x+\varepsilon \xi \]
Therefore
\[ \frac {d\bar {x}}{d\varepsilon }=\xi \]
But at \(\varepsilon =0\,\),
we have \(\bar {x}=x\) since the identity. Therefore
Equations (16,17) are now solved for \(Y\left ( x,y\right ) \) and \(X\left ( x,y\right ) \). Once these are found, we will find the ode in
canonical coordinates to be of the form
\[ \frac {dY}{dX}=G\left ( X\right ) \]
always. In other words, one that can be solved by just
integration. Equations (16,17) are again the following
Each is solved by the standard method of characteristics in PDE. To apply this method, let us
start with (16). We assume the characteristics variable is \(\tau \) and say that \(X\left ( \tau \right ) \equiv X\left ( x\left ( \tau \right ) ,y\left ( \tau \right ) \right ) \). Hence
Now we solve (18,19) for \(Y\left ( x,y\right ) ,X\left ( x,y\right ) \) since \(\xi ,\eta \) are known. Examples below show how this is done. At the end of
this process, we will have \(Y,X\) and now we evaluate \(\frac {dY}{dX}\) using
Everything on the RHS above is known, since we have solved for \(Y,X\) from (18,19). This complete
the process. All what is left is to solve this resulting ode, which should always be
\[ \frac {dY}{dX}=G\left ( X\right ) \]
This
will give solution \(Y\left ( X\right ) \). Now this is converted back to \(y\left ( x\right ) \) using the known \(X\left ( x,y\right ) ,Y\left ( x,y\right ) \) relations. This
complete the algorithm using Lie symmetry for first order ode. Here is a summary of the
steps.
First order ode \(\frac {dy}{dx}=\omega \left ( x,y\right ) \) is given.
Solve the Lie linearized symmetry pde \(\eta _{x}+\omega \left ( \eta _{y}-\xi _{x}\right ) -\omega ^{2}\xi _{y}-\omega _{x}\xi -\omega _{y}\eta =0\) for the tangent vectors \(\eta ,\xi \).
Now that tangent vectors \(\eta ,\xi \) are found, these are used to find canonical coordinates \(X\left ( x,y\right ) ,Y\left ( x,y\right ) \).
without knowing tangent vectors the canonical coordinates can not be found.
Impose transformation to canonical coordinates using \(X=x,Y=y+\varepsilon \). Solve the resulting pair of pde
which result due to this. These are \(0=X_{x}\xi +X_{y}\eta \) and \(1=Y_{x}\xi +Y_{y}\eta \).
Using method of method of characteristics, the above pair of pde’s are solved for \(X\left ( x,y\right ) ,Y\left ( x,y\right ) .\)
Set up the ode \(\frac {dY}{dX}=\frac {Y_{x}+Y_{y}\omega }{X_{x}+X_{y}\omega }\) and simplify the RHS. It should come out as function of \(X\) only.
Solve the ode \(\frac {dY}{dX}=G\left ( X\right ) \) by integration to find \(Y\left ( X\right ) \).
Replace all \(Y,X\) in the solution above by \(y,x\) to convert the solution back from canonical
coordinates \(\left ( X,Y\right ) \) to natural coordinates \(\left ( x,y\right ) \).