Axial Symmetry
Axial symmetry (also known as reflection) is an isometric transformation where every point of a figure is reflected across a line, called the axis of symmetry, such that it appears at the same distance on the opposite side.
In essence, axial symmetry divides the plane into two parts using a line r, referred to as the axis of symmetry.
For each point A on one side of the line, there is a corresponding point A' on the other side.
The line that connects these two points, AA', is always perpendicular to line r, and its midpoint lies directly on the axis of symmetry.
This is why it's termed "axial"—the line r serves as the axis for the segment that links the two points AA'.
- r is perpendicular to the segment AA'
- r passes through the midpoint of the segment AA'
Note: Axial symmetry is an isometry because the figure is reflected from one half-plane to the other without altering its shape, size, or the distance between points. The two figures in the half-planes are congruent to each other.
A Practical Example
For example, a figure on the left half-plane is reflected onto the right half-plane, perpendicular to and equidistant from the axis of symmetry r.
Point C is reflected to point C' in the right half-plane.
Both point C and point C' are 5 units away from the axis of symmetry.
The segment CC' connecting these two points has its midpoint on the axis of symmetry r.
The Formal Definition of Axial Symmetry
Given a line r in the plane, axial symmetry is a geometric transformation that maps:
- every point R on the line r to itself
- every point P not on the line r to a point P' such that:
- P and P' are equidistant from line r
- the segment PP' is perpendicular to line r
The line r is known as the axis of symmetry.
Thus, the segments OP and OP' are congruent.
$$ \overline{OP} \cong \overline{OP'} $$
All points R on line r remain unchanged by the transformation, as their position does not change after the reflection.
In other words, all points R on the axis of symmetry are fixed points of the transformation.
Types of Axial Symmetry
There are two main types of axial symmetry:
- Reflection
This is axial symmetry that occurs within a plane, meaning it’s a transformation in two-dimensional space. - Flipping
This is axial symmetry in three-dimensional space.
Notable Axial Symmetries in Analytic Geometry
Some axial symmetries are considered "notable" because they involve the Cartesian axes of the plane, the bisectors, or lines parallel to the axes of the plane.
- Symmetry with respect to the x-axis
In this case, the axis of symmetry is the x-axis. To calculate the coordinates of the corresponding point P'(x';y') of a point P(x;y), use the following equations: $$ \begin{cases} x' = x \\ \\ y' = -y \end{cases} $$ Two points symmetric with respect to the x-axis will have opposite y-coordinates and the same x-coordinate.Example: The x-component of the Cartesian coordinates remains constant, while the y-component y'=-y is inverted.
- Symmetry with respect to the y-axis
The axis of symmetry is the y-axis of the Cartesian plane. To find the coordinates of the corresponding point P'(x';y') of a point P(x;y), use these equations: $$ \begin{cases} x' = -x \\ \\ y' = y \end{cases} $$ Two points symmetric with respect to the y-axis have opposite x-coordinates and the same y-coordinate.Example: In this case, the y-component of the Cartesian coordinates stays the same while the x-component is inverted.
- Symmetry with respect to a line parallel to the x-axis
Consider a line y=k parallel to the x-axis as the axis of symmetry. The equations for the isometric transformation are: $$ \begin{cases} x' = x \\ \\ y' = 2k-y \end{cases} $$Proof: In this case, the x-coordinate x'=x remains the same, while the y-component y' is different. The midpoint yM of segment PP with respect to the y-coordinates is the average of y and y': $$ k = \frac{y+y'}{2} $$ From this, we derive the y-coordinate y': $$ y' = 2k - y $$ Here's a practical example.
- Symmetry with respect to a line parallel to the y-axis
In this case, the axis of symmetry is a line x=k parallel to the y-axis. The equations for the isometric transformation are: $$ \begin{cases} x' = 2k-x \\ \\ y' = y \end{cases} $$Proof: Here, the y-coordinate y' remains unchanged, while the x-component differs. The midpoint M of segment PP is the average of the two points: $$ k = \frac{x+x'}{2} $$ From this, we derive the equation for the x-coordinate x': $$ x' = 2k - x $$ Here's a practical example.
- Symmetry with respect to the quadrant bisector
The axis of symmetry is the bisector of the quadrants. If the bisector lies in the first and third quadrants of the Cartesian plane, the equations of the axial transformation are: $$ \begin{cases} x' = y \\ \\ y' = x \end{cases} $$ Conversely, if the bisector is in the second and fourth quadrants, the transformation equations are: $$ \begin{cases} x' = -y \\ \\ y' = -x \end{cases} $$Example: Here is an example of axial symmetry with respect to the bisector of the first quadrant. The coordinate components swap places, so x'=y and y'=x.
This next example illustrates axial symmetry with respect to the bisector of the second quadrant. Each coordinate component becomes the opposite of the other, that is, x'=-y and y'=-x.
These are the most common cases of axial symmetry.
It’s also possible to calculate reflection with respect to a line at any angle. In such cases, however, you need to use the reflection matrix. I'll discuss this in the next section.
The Reflection Matrix
In the plane, reflection with respect to a line y=mx (the axis of symmetry) passing through the origin of the Cartesian plane can be obtained using the reflection matrix.
$$ \begin{pmatrix} x' \\ y' \end{pmatrix} = A \cdot \begin{pmatrix} x \\ y \end{pmatrix} $$
Where (x;y) are the initial coordinates of a point P, and (x';y') are the coordinates of the corresponding point P' after the reflection.
The reflection matrix is:
$$ A = \begin{pmatrix} \cos (2 \alpha) & \sin ( 2 \alpha ) \\ \sin ( 2 \alpha) & - \cos(2 \alpha) \end{pmatrix} $$
The term α is the angle that the line y=mx forms with the positive x-axis.
Note: The angle α can be determined using the arctangent of the slope (m) of the line y=mx, knowing that m=y/x. $$ \alpha = \arctan(m) $$ However, note that the formula α=arctan(m) does not work when the line r is perfectly perpendicular to the x-axis (90° or 270°), because in such cases, the slope tends toward infinity.
To better understand its use, let’s go through a practical example.
Example
Consider the point with coordinates x=2 and y=3:
$$ P = (2;3) $$
We plot the point on the Cartesian plane:
For simplicity, let’s use a line y=mx that forms a 90° (π/2 radians) angle with the positive x-axis.
We calculate the new coordinates using the reflection matrix:
$$ \begin{pmatrix} x' \\ y' \end{pmatrix} = \begin{pmatrix} \cos (2 \alpha) & \sin ( 2 \alpha ) \\ \sin ( 2 \alpha) & - \cos(2 \alpha) \end{pmatrix} \cdot \begin{pmatrix} x \\ y \end{pmatrix} $$
The initial coordinates of the point are P=(2;3), meaning x=2 and y=3.
$$ \begin{pmatrix} x' \\ y' \end{pmatrix} = \begin{pmatrix} \cos (2 \alpha) & \sin ( 2 \alpha ) \\ \sin ( 2 \alpha) & - \cos(2 \alpha) \end{pmatrix} \cdot \begin{pmatrix} 2 \\ 3 \end{pmatrix} $$
In this example, the angle α=90° is ninety degrees (π/2 radians).
$$ \begin{pmatrix} x' \\ y' \end{pmatrix} = \begin{pmatrix} \cos (2 \cdot 90°) & \sin ( 2 \cdot 90° ) \\ \sin ( 2 \cdot 90°) & - \cos(2 \cdot 90°) \end{pmatrix} \cdot \begin{pmatrix} 2 \\ 3 \end{pmatrix} $$
$$ \begin{pmatrix} x' \\ y' \end{pmatrix} = \begin{pmatrix} \cos (180°) & \sin ( 180° ) \\ \sin (180°) & - \cos(180°) \end{pmatrix} \cdot \begin{pmatrix} 2 \\ 3 \end{pmatrix} $$
Knowing that the sine of 180° is 0, while the cosine of 180° is -1:
$$ \begin{pmatrix} x' \\ y' \end{pmatrix} = \begin{pmatrix} -1 & 0 \\ 0 & - (-1) \end{pmatrix} \cdot \begin{pmatrix} 2 \\ 3 \end{pmatrix} $$
$$ \begin{pmatrix} x' \\ y' \end{pmatrix} = \begin{pmatrix} -1 & 0 \\ 0 & 1 \end{pmatrix} \cdot \begin{pmatrix} 2 \\ 3 \end{pmatrix} $$
$$ \begin{pmatrix} x' \\ y' \end{pmatrix} = \begin{pmatrix} -1 \cdot 2 + 0 \cdot 3 \\ 0 \cdot 2 + 1 \cdot 3 \end{pmatrix} $$
The final result gives us the coordinates of the reflected point:
$$ \begin{pmatrix} x' \\ y' \end{pmatrix} = \begin{pmatrix} -2 \\ 3 \end{pmatrix} $$
The new coordinates of point P'=(-2;3) after the reflection are x=-2 and y=3.
Observations
Here are some additional notes on axial symmetry:
- The composition of two axial symmetries with the same axis is equivalent to an identity
If you perform two axial symmetries S1 and S2 (or any even number) with the same axis of symmetry r on a figure, the result is the original figure, meaning it’s an identity because the points remain in the same position. Therefore, a double axial symmetry with the same axis of symmetry is an involutory transformation.
- The composition of two axial symmetries with parallel axes is equivalent to a translation
If you perform two axial symmetries S1 and S2 with two parallel axes of symmetry r1 and r2 on a figure, the final result is equivalent to a translation of the original figure.
- The composition of two axial symmetries with non-parallel axes is equivalent to a rotation
If you perform two axial symmetries S1 and S2 with two non-parallel axes of symmetry r 1 and r2 on a figure, the final result is equivalent to a rotation of the original figure, with the center at the intersection point O of the two symmetry axes r1 and r2, and a rotation angle equal to 2α+β, which is twice the angle formed by the symmetry axes.
Since the symmetry axis r' is the bisector of the angle β=β1+β2 with β1≅β2, we deduce that α+β1≅α+β2 are congruent angles. We call the angle γ≅α+β1≅α+β2. This angle γ is also congruent to the angle formed by the symmetry axes r1 and r2. Therefore, we can derive the rotation angle more easily as twice the angle γ formed by the symmetry axes r1 and r2.
Note: When the symmetry axes r1 and r2 are perpendicular, forming a right angle (90°), the composition of two axial symmetries is equivalent to a 180° rotation (half-turn).
- Every isometry can be expressed as a composition of axial symmetries
This statement is based on some fundamental properties previously demonstrated. In particular, remember that:- Rotations, identities, and translations can be represented as compositions of two specific axial symmetries.
- Central symmetries are equivalent to a 180-degree (half-turn) rotation around the same center P.
Since every rotation can be decomposed into axial symmetries, central symmetries can also be obtained through a composition of axial symmetries.
And so forth.