Transformations in Geometry: Definition, Types & Examples

A transformation in geometry is a function that takes every point in a figure and maps it to a new position, producing a new figure. The original figure is called the preimage, and the result is called the image. Think of it as a precise set of instructions for moving, flipping, spinning, or resizing a shape on a plane. Every point in the preimage serves as an input, and the corresponding point in the image is the output.

Rigid vs. Non-Rigid Transformations

Transformations fall into two broad categories based on what they preserve. Rigid transformations (also called isometries) keep the size and shape of a figure exactly the same. The image is always congruent to the preimage. Side lengths, angle measures, parallelism, and perpendicularity all stay intact. Translations, rotations, and reflections are all rigid.

Non-rigid transformations change the size of a figure. The most common one taught in geometry courses is a dilation, which scales a figure up or down. A dilation preserves the shape (all angles stay the same, and sides stay proportional), so the image is similar to the preimage, but it’s no longer congruent because the side lengths have changed.

Translation: Sliding a Figure

A translation slides every point of a figure the same distance in the same direction, like pushing a book across a table. Nothing rotates or flips. On a coordinate plane, a translation takes a point (x, y) and maps it to (x + a, y + b), where “a” is the horizontal shift and “b” is the vertical shift. For example, the rule (x, y) → (x − 7, y + 5) moves every point 7 units left and 5 units up.

Because every point moves identically, the image looks like an exact copy of the preimage dropped into a new location. The orientation of the figure doesn’t change: if a triangle had its longest side on the bottom before the translation, it still does afterward.

Rotation: Spinning Around a Point

A rotation turns a figure around a fixed point called the center of rotation. You need two pieces of information: the center and the angle. Most textbook problems use the origin as the center, which makes the coordinate rules straightforward.

  • 90° counterclockwise: (x, y) becomes (−y, x)
  • 90° clockwise (same as 270° counterclockwise): (x, y) becomes (y, −x)
  • 180° in either direction: (x, y) becomes (−x, −y)

A 180° rotation simply flips the signs of both coordinates. If you plot the preimage and image, they’ll be on opposite sides of the origin at the same distance. For 90° rotations, notice that the x and y values swap, and one of them changes sign, which direction depends on whether you’re going clockwise or counterclockwise.

Reflection: Flipping Across a Line

A reflection creates a mirror image of a figure across a specific line, called the line of reflection. Each point in the image is the same distance from the line as its corresponding preimage point, just on the opposite side.

The most common reflections in a coordinate plane are across the axes. Reflecting over the x-axis keeps the x-coordinate and negates the y-coordinate: (x, y) becomes (x, −y). Reflecting over the y-axis does the reverse: (x, y) becomes (−x, y). There’s also the diagonal line y = x, which swaps the two coordinates: (x, y) becomes (y, x).

One important detail: reflections reverse orientation. If the vertices of a triangle are labeled clockwise in the preimage, they’ll be counterclockwise in the image. Translations and rotations don’t do this. Mathematically, orientation-preserving transformations (translations and rotations) can be built from an even number of reflections, while a single reflection flips the orientation.

Dilation: Changing Size

A dilation resizes a figure relative to a fixed center point using a scale factor. You multiply each coordinate by the scale factor (when the center is the origin). If the scale factor is greater than 1, the figure gets larger and every point moves farther from the center. If the scale factor is between 0 and 1, the figure shrinks and every point moves closer.

For example, a dilation centered at the origin with a scale factor of 3 takes a point at (2, 4) to (6, 12). Each point in the image ends up exactly 3 times as far from the center as the original. The angles inside the figure stay the same, and the sides stay proportional, so the preimage and image are similar figures. This is why dilations are sometimes called similarity transformations.

Combining Transformations

Transformations can be applied one after another, and the order usually matters. Reflecting a triangle across the y-axis and then translating it 5 units right produces a different result than translating first and reflecting second. A sequence of transformations is called a composition. In coordinate notation, you apply the first transformation’s rule, then feed those new coordinates into the second transformation’s rule.

Compositions of rigid transformations are still rigid. If you rotate a figure and then reflect it, the final image is still congruent to the original preimage. This fact is the backbone of geometric proofs involving congruence: showing two figures are congruent is the same as showing a sequence of rigid motions maps one onto the other.

How Transformations Connect to Symmetry

Symmetry is really just a transformation that maps a figure back onto itself. A figure has reflection symmetry when you can fold it along a line through its center and the two halves match perfectly. That fold is a reflection. A figure has rotational symmetry when you can rotate it some angle less than 360° around its center and it looks identical to where it started. A regular hexagon, for instance, maps onto itself after a 60° rotation.

Understanding transformations gives you a precise way to describe and measure symmetry rather than just eyeballing it. A square has four lines of reflection symmetry and rotational symmetry at 90°, 180°, and 270°. Each of those is a specific transformation that leaves the square unchanged.

Where Transformations Show Up Beyond the Classroom

Geometric transformations are the mathematical engine behind computer graphics. Every time a character moves across a screen, that’s a translation. Every time a 3D model spins so you can see it from another angle, that’s a rotation. Scaling objects closer or farther in a scene involves dilation. Animation, video games, medical imaging, and robotics all rely on applying transformation rules to coordinates, often millions of times per second.

In practice, computers represent these transformations as matrices, compact grids of numbers that can be multiplied together to combine multiple transformations into a single operation. A rotation by angle θ around the origin, for instance, uses cosine and sine values arranged in a matrix, while a scaling operation places the scale factors along the diagonal. This matrix approach makes it efficient to chain translations, rotations, and scalings together in one step, which is why it’s central to everything from animated films to surgical navigation systems.