Mathwords logoMathwords

Image of a Transformation

Image of a Transformation

The result of a transformation. In the example below, the transformation is a rotation and a dilation.

 

Two arrow-shaped polygons: labeled "pre-image (the original figure)" on left, and "image (the figure after the...

 

 

See also

Pre-image

Key Formula

T(P)=PT(P) = P'
Where:
  • TT = The transformation being applied (e.g., translation, rotation, reflection, or dilation)
  • PP = The original point or figure, called the pre-image
  • PP' = The resulting point or figure after the transformation, called the image (read 'P prime')

Worked Example

Problem: Triangle ABC has vertices A(1, 2), B(4, 2), and B(4, 6). Find the image of triangle ABC after a translation 3 units left and 5 units down.
Step 1: Write the translation rule. Moving 3 units left means subtracting 3 from the x-coordinate, and moving 5 units down means subtracting 5 from the y-coordinate.
T(x,y)=(x3,  y5)T(x, y) = (x - 3,\; y - 5)
Step 2: Apply the rule to vertex A(1, 2) to find its image A'.
A=(13,  25)=(2,  3)A' = (1 - 3,\; 2 - 5) = (-2,\; -3)
Step 3: Apply the rule to vertex B(4, 2) to find its image B'.
B=(43,  25)=(1,  3)B' = (4 - 3,\; 2 - 5) = (1,\; -3)
Step 4: Apply the rule to vertex C(4, 6) to find its image C'.
C=(43,  65)=(1,  1)C' = (4 - 3,\; 6 - 5) = (1,\; 1)
Step 5: The image triangle A'B'C' has the same shape and size as the pre-image triangle ABC, because translations are rigid motions (isometries).
A(2,  3),  B(1,  3),  C(1,  1)A'(-2,\;-3),\; B'(1,\;-3),\; C'(1,\;1)
Answer: The image of triangle ABC is triangle A'B'C' with vertices A'(−2, −3), B'(1, −3), and C'(1, 1).

Another Example

This example uses a dilation rather than a translation, showing that the image can change in size (not just position). Dilations are non-rigid transformations, so the image is similar to but not congruent with the pre-image.

Problem: Point P(3, 4) undergoes a dilation centered at the origin with a scale factor of 2. Find the image P'.
Step 1: Write the dilation rule for a dilation centered at the origin with scale factor k.
Dk(x,y)=(kx,  ky)D_k(x, y) = (kx,\; ky)
Step 2: Substitute k = 2 and the coordinates of P(3, 4).
P=(23,  24)=(6,  8)P' = (2 \cdot 3,\; 2 \cdot 4) = (6,\; 8)
Step 3: Verify: the distance from the origin to P' should be twice the distance from the origin to P. Distance to P is √(9 + 16) = 5, and distance to P' is √(36 + 64) = 10. Since 10 = 2 × 5, the image is correct.
OP=2OP=25=10|OP'| = 2 \cdot |OP| = 2 \cdot 5 = 10
Answer: The image of P(3, 4) under the dilation is P'(6, 8).

Frequently Asked Questions

What is the difference between image and pre-image in a transformation?
The pre-image is the original figure before the transformation is applied, while the image is the resulting figure after the transformation. If you reflect a triangle across a line, the triangle you started with is the pre-image and the reflected triangle is the image. The image is typically labeled with prime notation (e.g., A becomes A').
How do you find the image of a point after a transformation?
Apply the transformation rule to the coordinates of the point. For a translation, add or subtract from each coordinate. For a reflection, use the appropriate reflection formula (e.g., reflect over the x-axis by negating the y-coordinate). For a rotation or dilation, use the corresponding formula. The output coordinates are the image.
Does the image always have the same size as the pre-image?
Not always. Rigid transformations (translations, rotations, and reflections) preserve size, so the image is congruent to the pre-image. However, dilations change the size of the figure, producing an image that is similar but not congruent to the pre-image unless the scale factor is 1.

Image vs. Pre-Image

ImagePre-Image
DefinitionThe figure after the transformation is appliedThe original figure before the transformation
NotationLabeled with prime marks: A', B', C'Labeled with standard letters: A, B, C
Role in mappingThe output of the transformation function TThe input to the transformation function T
How to find itApply the transformation rule to the pre-imageApply the inverse transformation to the image

Why It Matters

Understanding the image of a transformation is central to geometry courses, where you regularly perform translations, reflections, rotations, and dilations on the coordinate plane. Standardized tests and homework problems frequently ask you to identify or compute image coordinates. The concept also extends into advanced topics like function transformations in algebra, computer graphics, and physics, where objects are mapped from one position or state to another.

Common Mistakes

Mistake: Confusing the image with the pre-image and labeling them incorrectly.
Correction: Always remember that the pre-image is the starting figure and the image is the result. Use prime notation (A → A') to clearly distinguish the image from the pre-image.
Mistake: Applying the transformation rule to the wrong coordinate (e.g., negating x instead of y when reflecting over the x-axis).
Correction: Carefully match each transformation to its correct formula. A reflection over the x-axis changes the y-coordinate: (x, y) → (x, −y). A reflection over the y-axis changes the x-coordinate: (x, y) → (−x, y). Write the rule first, then substitute.

Related Terms

  • TransformationsThe operations that produce an image from a pre-image
  • Pre-Image of a TransformationThe original figure before a transformation is applied
  • RotationA rigid transformation that turns a figure around a point
  • DilationA transformation that scales a figure by a factor
  • ReflectionA transformation that flips a figure across a line
  • TranslationA transformation that slides a figure without rotating it
  • IsometryA transformation where the image is congruent to the pre-image