Look around your room for a moment. The edges of your desk, the stripes on the floor, the boards in the ceiling—if you slide, rotate, or reflect the room in a mirror, those straight, evenly spaced lines still look straight and evenly spaced. This is not an accident; it is a deep geometric fact about how space works.
A rigid motion is a move of the entire plane that does not stretch, shrink, or bend anything. Distances and angles stay exactly the same. In middle school geometry, we focus on three main rigid motions:
Because rigid motions preserve distances and angles, they also preserve straightness: the image of a straight line is always another straight line.
Before working with full lines, recall that a line segment is part of a line between two endpoints, and a ray starts at a point and goes on forever in one direction. Rigid motions take segments to congruent segments and rays to rays.
If a segment is part of a line and a rigid motion takes that segment to another segment, then extending both segments shows that the entire line is taken to an entire line. So our question becomes: what happens to the relationship between two lines—especially when they are parallel—under these motions?
Two lines in a plane are called parallel lines if they never intersect, no matter how far they are extended. Another way to say this: they have the same direction.
Parallel lines are lines in the same plane that do not meet, even if extended forever in both directions. In coordinate geometry, two non-vertical lines are parallel exactly when their slopes are equal.
You see parallel lines all the time: the lanes on a straight road, the edges of a smartphone screen, or the rails of a railroad track. If you slide or rotate a picture of train tracks, the rails still look like they never meet.
In coordinates, a typical line might be written as slope-intercept form:
\(y = mx + b,\)
where \(m\) is the slope (direction of the line) and \(b\) is the \(y\)-intercept. Two lines with equations \(y = m_1x + b_1\) and \(y = m_2x + b_2\) are parallel when
\[m_1 = m_2, \quad b_1 \ne b_2.\]
(If \(b_1 = b_2\) too, they are actually the same line.)
A translation slides every point by the same vector, like dragging a photo across a screen without rotating it. This keeps the direction of all lines the same, so intuitively any line and its image should be parallel, as in [Figure 1].
In vector language, we define a translation by a vector \(\vec{v} = \langle a, b \rangle\). Every point \((x, y)\) moves to \((x', y')\) given by
\[x' = x + a, \quad y' = y + b.\]
Suppose line \(\ell\) has equation \(y = mx + c\). To find the image of this line under the translation, we express \(x\) and \(y\) in terms of \(x'\) and \(y'\):
Because points on the original line satisfy \(y = mx + c\), we substitute:
\[y' - b = m(x' - a) + c.\]
Now solve for \(y'\):
\[y' = m x' - ma + c + b.\]
So the image line has equation
\[y' = m x' + (b + c - ma).\]
The slope is still \(m\). Only the \(y\)-intercept changed. Therefore, \(\ell\) and its image have the same slope and are parallel.
You can see a line and its translate: the lines never meet and have identical steepness.
Now suppose we start with two parallel lines:
\[\ell_1: y = m x + c_1, \quad \ell_2: y = m x + c_2, \quad c_1 \ne c_2.\]
Translating by the same vector \(\vec{v}\) gives images
\[\ell_1': y = m x + c_1', \quad \ell_2': y = m x + c_2',\]
with the same slope \(m\). So \(\ell_1'\) and \(\ell_2'\) are also parallel. This shows that a translation takes parallel lines to parallel lines.
A rotation spins the plane around a fixed center point by some angle, like rotating a sheet of paper around a thumbtack. If two lines are parallel, rotating them around the same point moves every point the same angle around the center, as suggested in [Figure 2].
Key facts about rotations:
Consider two parallel lines \(\ell_1\) and \(\ell_2\). Imagine a transversal (a crossing line) \(t\) that intersects both of them. Because \(\ell_1\) and \(\ell_2\) are parallel, corresponding angles made with \(t\) are equal.
If we rotate the whole picture around a point by some angle, the transversal and both lines rotate together. Since rotations preserve angles, the corresponding angles between the images of \(\ell_1\), \(\ell_2\), and the image of \(t\) are still equal. Therefore, the images of \(\ell_1\) and \(\ell_2\) remain parallel.
Even after rotation the equal corresponding angles remain, so the new lines still do not intersect.
There are some interesting special cases:
In coordinate geometry, rotation formulas can be written using trigonometry, but the angle-preserving idea is enough: if the angle between two lines is \(0^\circ\) (parallel lines), a rotation keeps that angle \(0^\circ\), so the images are still parallel.
A reflection is like placing a mirror along a line and flipping the plane across that mirror. Some cases with lines are subtle, so a diagram like [Figure 3] helps.
Key properties of reflections:
Consider different situations for a line \(\ell\) and a mirror line \(m\):
Compare the horizontal line parallel to the mirror with the slanted line that crosses it; only the first produces a parallel image line.
Now think about what happens to two parallel lines \(\ell_1\) and \(\ell_2\) under the same reflection. Because reflections preserve angle measures, each line's image makes the same angle with the mirror as the original did. If \(\ell_1\) and \(\ell_2\) were parallel before, then their images \(\ell_1'\) and \(\ell_2'\) will also have equal angles with the mirror line and so will remain parallel to each other.
To really feel these ideas, it helps to play with them:
These experiments give strong evidence for the statement: under a rigid motion, parallel lines are taken to parallel lines. This is exactly the idea you are verifying when you use physical models or geometry software.
Modern animation software uses geometric transformations, including translations, rotations, and reflections, to move characters and objects around the screen while keeping important relationships like parallel edges intact.
Just as you see in software and tracing-paper experiments, mathematicians express this relationship more formally as a property: if a rigid motion sends a line to a line, then parallelism is preserved.
Example 1: Translation of a Line in Coordinates
A line \(\ell\) in the coordinate plane has equation \(y = 2x + 1\). It is translated by the vector \(\vec{v} = \langle 3, -4 \rangle\). Find the equation of the image line \(\ell'\) and show it is parallel to \(\ell\).
Step 1: Write the translation rule.
The translation sends each point \((x, y)\) to \((x', y')\) with
\[x' = x + 3, \quad y' = y - 4.\]
Step 2: Express \(x\) and \(y\) in terms of \(x'\) and \(y'\).
From \(x' = x + 3\), we get \(x = x' - 3\). From \(y' = y - 4\), we get \(y = y' + 4\).
Step 3: Use the original line equation \(y = 2x + 1\).
Substitute \(x = x' - 3\) and \(y = y' + 4\):
\[y' + 4 = 2(x' - 3) + 1.\]
Step 4: Solve for \(y'\) in terms of \(x'\).
Compute the right-hand side:
\[y' + 4 = 2x' - 6 + 1 = 2x' - 5.\]
Then
\[y' = 2x' - 9.\]
The image line \(\ell'\) has equation \(y = 2x - 9\). The slope is still \(2\), the same as the original line, so \(\ell\) and \(\ell'\) are parallel.
This matches the behavior illustrated earlier in [Figure 1], where a translated line keeps its direction.
Example 2: Rotation of Parallel Lines
Two lines are given by \(y = -x + 4\) and \(y = -x - 2\). They are rotated by \(90^\circ\) counterclockwise around the origin. Show that the resulting lines are still parallel (you may use the coordinate rotation rule).
Step 1: Check that the original lines are parallel.
Both have slope \(-1\) and different \(y\)-intercepts, so they are parallel.
Step 2: Use the \(90^\circ\) rotation rule.
Under a \(90^\circ\) counterclockwise rotation around the origin, each point \((x, y)\) goes to \((x', y') = (-y, x)\).
Step 3: Work with a general point on the first line.
On \(y = -x + 4\), we have \(y = -x + 4\). After rotation, \((x', y') = (-y, x)\). So
\[x' = -y = -(-x + 4) = x - 4, \quad y' = x.\]
Step 4: Eliminate \(x\) to find the equation of the image line.
From \(y' = x\), we have \(x = y'\). Substitute into \(x' = x - 4\):
\[x' = y' - 4 \Rightarrow y' = x' + 4.\]
So the image of the first line has equation \(y = x + 4\).
Step 5: Repeat for the second line.
On \(y = -x - 2\), after rotation, \(x' = -y = -(-x - 2) = x + 2\), \(y' = x\). Thus \(x = y'\), so
\[x' = y' + 2 \Rightarrow y' = x' - 2.\]
The image of the second line has equation \(y = x - 2\).
Now the two image lines have equations \(y = x + 4\) and \(y = x - 2\). They both have slope \(1\) and different \(y\)-intercepts, so they are parallel. Rotation took parallel lines to parallel lines.
Example 3: Reflection Across a Vertical Line
Consider the line \(y = 3\) (a horizontal line) and the reflection across the vertical line \(x = 1\). Find the equation of the image line and show the original and image are parallel.
Step 1: Understand the reflection rule for \(x = 1\).
Reflecting across \(x = 1\) keeps the \(y\)-coordinate the same and moves the \(x\)-coordinate so that the mirror line is the midpoint. If a point has coordinates \((x, y)\), its image has coordinates \((x', y')\) with
\[x' = 2 - x, \quad y' = y.\]
Step 2: Take a general point on the original line.
On \(y = 3\), points have coordinates \((x, 3)\). After reflection, they become \((x', y') = (2 - x, 3)\).
Step 3: Describe the image line.
All image points have \(y' = 3\). The \(x'\)-coordinate can be any real number (since \(x\) can be any real number). So the image line has equation \(y = 3\) as well—it is the same horizontal line.
Because the reflection took the line \(y = 3\) to itself, the original and image lines are the same, and therefore they are certainly parallel (they never intersect at a new point). More generally, any horizontal line reflected across a vertical line is still horizontal, so horizontal lines are taken to parallel horizontal lines.
The fact that rigid motions take parallel lines to parallel lines is not just a classroom curiosity; it appears in many real situations:
In all these contexts, understanding that parallel lines remain parallel under rigid motions gives confidence that designs and movements will behave as expected.