<?xml version="1.0" encoding="UTF-8"?>

<record version="2" id="4428">
 <title>natural symmetry of the Lorenz equation</title>
 <name>NaturalSymmetryOfTheLorenzEquation</name>
 <created>2003-07-06 19:36:04</created>
 <modified>2003-07-27 14:39:10</modified>
 <type>Result</type>
<parent id="4383">Lorenz equation</parent>
 <creator id="40" name="Daume"/>
 <author id="40" name="Daume"/>
 <classification>
	<category scheme="msc" code="34-00"/>
	<category scheme="msc" code="65P20"/>
	<category scheme="msc" code="65P30"/>
	<category scheme="msc" code="65P40"/>
	<category scheme="msc" code="65P99"/>
 </classification>
 <preamble>% this is the default PlanetMath preamble.  as your knowledge
% of TeX increases, you will probably want to edit this, but
% it should be fine as is for beginners.

% almost certainly you want these
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}

% used for TeXing text within eps files
%\usepackage{psfrag}
% need this for including graphics (\includegraphics)
%\usepackage{graphicx}
% for neatly defining theorems and propositions
%\usepackage{amsthm}
% making logically defined graphics
%\usepackage{xypic} 

% there are many more packages, add them here as you need them

% define commands here</preamble>
 <content>The Lorenz equation has a natural symmetry defined by 
\begin{equation}
(x,y,z) \mapsto (-x,-y,z). \label{eq:sym}
\end{equation}
To verify that (\ref{eq:sym}) is a symmetry of an ordinary differential equation (Lorenz equation) there must exist a $3\times3$ matrix which commutes with the differential equation.  This can be easily verified by observing that the symmetry is associated with the matrix $R$ defined as
\begin{equation}
R = \begin{bmatrix}
-1 &amp; 0 &amp; 0  \\
0 &amp; -1 &amp; 0 \\
0 &amp; 0 &amp; 1 
\end{bmatrix}.
\end{equation}
Let
\begin{equation}
\dot{\textbf{x}} = f(\textbf{x}) = \begin{bmatrix}
\sigma(y-x)  \\
x(\tau - z) -y \\
xy - \beta z
\end{bmatrix}
\end{equation}
where $f(\textbf{x})$ is the Lorenz equation and $\textbf{x}^T = (x,y,z)$.  We proceed by showing that $Rf(\textbf{x}) = f(R\textbf{x})$. Looking at the left hand side
\begin{eqnarray*}
Rf(\textbf{x}) &amp; = &amp; \begin{bmatrix}
-1 &amp; 0 &amp; 0  \\
0 &amp; -1 &amp; 0 \\
0 &amp; 0 &amp; 1 
\end{bmatrix} 
\begin{bmatrix}
\sigma(y-x)  \\
x(\tau - z) -y \\
xy - \beta z
\end{bmatrix}\\
&amp; = &amp; \begin{bmatrix}
\sigma(x-y)  \\
x(z - \tau ) + y \\
xy - \beta z
\end{bmatrix}
\end{eqnarray*}
and now looking at the right hand side
\begin{eqnarray*}
f(R\textbf{x}) &amp; = &amp; f(\begin{bmatrix}
-1 &amp; 0 &amp; 0 \\
0 &amp; -1 &amp; 0 \\
0 &amp; 0 &amp; 1 
\end{bmatrix}\begin{bmatrix}
x \\
y \\
z
\end{bmatrix})\\
&amp; = &amp; f(\begin{bmatrix}
-x \\
-y \\
z
\end{bmatrix})\\
&amp; = &amp; \begin{bmatrix}
\sigma(x-y)  \\
x(z - \tau ) + y \\
xy - \beta z
\end{bmatrix}.
\end{eqnarray*}
Since the left hand side is equal to the right hand side then (\ref{eq:sym}) is a symmetry of the Lorenz equation.</content>
</record>
