184 Chaotic Modelling and Simulation
Lines A translation along a line ℓ leaves that line, as well as any line parallel to it,
invariant. A glide reflection leaves its line of reflection invariant. A rotation
has no fixed lines, unless it is a rotation by 180
◦
, in which case it leaves any
line passing through the centre of rotation invariant. Finally, a reflection leaves
invariant the line of reflection, as well as any line perpendicular to it.
9.2 Isometries in Modelling
We now focus our attention on maps that make heavy use of isometries in their
construction.
9.2.1 Two-dimensional rotation
Rotation in a plane is the most frequently arising case in chaotic modelling. Even
the three dimensional case of rotation, in many cases, is reduced to rotation in the
(x, y) plane around an axis of rotation perpendicular to this plane, after an appropriate
change of coordinates.
A map arising from rotation in the plane is expressed by:
"
x
n+1
y
n+1
#
= rot θ
n
"
x
n
y
n
#
=
"
x
n
cos θ
n
− y
n
sin θ
n
x
n
sin θ
n
+ y
n
cos θ
n
#
(9.7)
Orbits of the above map stay in a circle of radius r =
q
x
2
0
+ y
2
0
, where (x
0
, y
0
) is
the set of initial values. This can be easily verified from the relation r
n+1
= r
n
, and
is independent of the form of the rotation angle θ
n
. Every system of this type will
continue with circular movements without any change in the circular path.
When a translation is added to rotation, things change radically. Without loss of
generality, we will consider the translation as a single parameter a added in the x
direction. The resulting map is given by:
"
x
n+1
y
n+1
#
= rot θ
n
"
x
n
y
n
#
+
"
a
0
#
=
"
a + x cos θ
n
− y sin θ
n
x sin θ
n
+ y cos θ
n
#
(9.8)
By the addition of a translation parameter, the radius r
n+1
is not generally equal to
its previous value r
n
, as is easily verified by the relation:
r
2
n+1
= r
2
n
+ a
2
+ 2a(x
n
cos θ
n
− y
n
sin θ
n
)
It is clear that r
n+1
is also a function of the rotation angle θ
n
. Also, another relation,
not directly containing the rotation angle, holds:
r
2
n+1
− 2ax
n+1
+ a
2
= r
2
n