Geometry Quiz: Representing Transformations As Functions
16 questions · exam conditions
0:00
Representing Transformations As FunctionsQuestion 1 of 16

A transformation TT maps point (2,3)(2, 3) to (5,7)(5, 7) and point (4,1)(4, 1) to (7,5)(7, 5). If TT is a translation, what is the image of point (0,2)(0, -2) under this transformation?

(3,2)(3, 2)
(3,4)(3, 4)
(2,3)(2, 3)
(3,6)(-3, -6)
← Back to quizzes

Geometry Quiz

Geometry Quiz: Representing Transformations As Functions

Practice Representing Transformations As Functions in Geometry with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Representing Transformations As Functions, giving you a quick way to practice the rules, question types, and explanations that matter most for Geometry.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

A transformation TT maps point (2,3)(2, 3) to (5,7)(5, 7) and point (4,1)(4, 1) to (7,5)(7, 5). If TT is a translation, what is the image of point (0,2)(0, -2) under this transformation?

  1. (3,2)(3, 2) (correct answer)
  2. (3,4)(3, 4)
  3. (2,3)(2, 3)
  4. (3,6)(-3, -6)
Explanation: For a translation, the transformation function is T(x,y)=(x+a,y+b)T(x,y) = (x+a, y+b) for some constants aa and bb. From (2,3)(5,7)(2,3) \to (5,7), we get a=3a = 3 and b=4b = 4. We can verify with the second point: (4,1)(4+3,1+4)=(7,5)(4,1) \to (4+3, 1+4) = (7,5). Therefore, T(0,2)=(0+3,2+4)=(3,2)T(0,-2) = (0+3, -2+4) = (3,2).

Question 2

A transformation gg maps triangle ABCABC with vertices A(1,2)A(1,2), B(3,2)B(3,2), and C(2,4)C(2,4) to triangle ABCA'B'C' with vertices A(2,4)A'(2,4), B(6,4)B'(6,4), and C(4,8)C'(4,8). What type of transformation function does gg represent?

  1. A translation function that shifts all points by the same vector displacement.
  2. A dilation function that scales all distances from the origin by factor 2. (correct answer)
  3. A rotation function that turns all points 90°90° about a fixed center point.
  4. A reflection function that mirrors all points across a specific line of symmetry.
Explanation: Comparing corresponding points: A(1,2)A(2,4)A(1,2) \to A'(2,4), B(3,2)B(6,4)B(3,2) \to B'(6,4), C(2,4)C(4,8)C(2,4) \to C'(4,8). Each coordinate is multiplied by 2, indicating g(x,y)=(2x,2y)g(x,y) = (2x, 2y). This is a dilation with scale factor 2 centered at the origin. Dilations preserve angle measures but change distances by the scale factor.

Question 3

The transformation h(x,y)=(3x,y)h(x,y) = (3x, y) is applied to a square with vertices at (2,1)(-2,-1), (2,1)(2,-1), (2,3)(2,3), and (2,3)(-2,3). Which property is NOT preserved under this transformation?

  1. The parallel relationships between opposite sides of the quadrilateral remain unchanged.
  2. The right angle measures at each vertex are maintained at 90°90°.
  3. The equal side lengths that define the original square are preserved. (correct answer)
  4. The collinearity of points along each edge of the figure is maintained.
Explanation: The transformation h(x,y)=(3x,y)h(x,y) = (3x, y) is a horizontal stretch by factor 3. This preserves parallelism, collinearity, and angle measures, but not distances. The original square has side length 4, but after transformation, horizontal sides have length 12 while vertical sides remain length 4, creating a rectangle.

Question 4

Consider the transformation f(x,y)=(y,x)f(x,y) = (-y, x). Which statement best describes the properties of this transformation function?

  1. It preserves both distance and angle measures, representing a 90°90° counterclockwise rotation about the origin. (correct answer)
  2. It preserves distance but not angle measures, representing a reflection across the line y=xy = -x.
  3. It preserves angle measures but not distances, representing a uniform scaling by factor 2\sqrt{2}.
  4. It preserves neither distance nor angle measures, representing a horizontal stretch combined with vertical compression.
Explanation: The transformation f(x,y)=(y,x)f(x,y) = (-y, x) is a 90°90° counterclockwise rotation about the origin. Rotations are rigid transformations that preserve both distances and angle measures. We can verify: (1,0)(0,1)(1,0) \to (0,1) and (0,1)(1,0)(0,1) \to (-1,0), which represents a 90°90° counterclockwise rotation.

Question 5

A composition of transformations is defined as F(G(x,y))F(G(x,y)) where G(x,y)=(x+4,y2)G(x,y) = (x+4, y-2) and F(x,y)=(2x,2y)F(x,y) = (2x, 2y). If this composite function maps point AA to point A(6,8)A'(6,8), what were the coordinates of the original point AA?

  1. A(1,2)A(-1, 2)
  2. A(7,2)A(7, 2)
  3. A(1,2)A(1, 2)
  4. A(1,6)A(-1, 6) (correct answer)
Explanation: When you encounter composition of transformations, you're working backwards from the final result through each transformation in reverse order. Think of it like undoing a series of steps to find where you started. Given that F(G(x,y))F(G(x,y)) maps point AA to A(6,8)A'(6,8), you need to work backwards through the transformations. Since F(x,y)=(2x,2y)F(x,y) = (2x, 2y) is applied last, you first undo this dilation by dividing the coordinates of AA' by 2. This gives you (6÷2,8÷2)=(3,4)(6÷2, 8÷2) = (3, 4), which represents the result after applying only transformation GG. Next, you undo transformation G(x,y)=(x+4,y2)G(x,y) = (x+4, y-2) by reversing its operations. Since GG adds 4 to the x-coordinate and subtracts 2 from the y-coordinate, you subtract 4 from the x-coordinate and add 2 to the y-coordinate: (34,4+2)=(1,6)(3-4, 4+2) = (-1, 6). This is your original point AA. Choice A gives (1,2)(-1, 2), which incorrectly subtracts 2 from the y-coordinate instead of adding 2 when undoing GG. Choice B gives (7,2)(7, 2), which appears to add 4 instead of subtracting when undoing GG's x-transformation. Choice C gives (1,2)(1, 2), which makes errors in undoing both the dilation and translation components. The key strategy for composition problems is always to work backwards through the transformations in reverse order, undoing each operation step by step. Write out each intermediate step to avoid calculation errors.

Question 6

On the coordinate plane, triangle ABCABC is mapped to triangle ABCA'B'C' by a transformation TT. Points A(1,1)A(1,1) and B(4,1)B(4,1) map to A(1,4)A'(1,4) and B(4,4)B'(4,4). Which statement correctly describes how points are mapped?

  1. Each point maps to exactly one point by shifting 3 units left.
  2. Each point maps to exactly one point by shifting 3 units up. (correct answer)
  3. Each point maps to two different image points, so it is not a function.
  4. Each image point maps to one original point by shifting 3 units up.
Explanation: This question tests understanding of transformations as functions that map points to new locations. A transformation is a function when each input point maps to exactly one output point. Looking at the given points, A(1,1) maps to A'(1,4) and B(4,1) maps to B'(4,4), which shows that the x-coordinates stay the same while the y-coordinates increase by 3. This pattern indicates that every point (x,y) maps to (x,y+3), meaning each point shifts 3 units up. The correct answer recognizes this vertical translation. A common misconception is confusing the direction of movement or thinking that transformations can map one point to multiple outputs, which would violate the function definition. To verify transformations, track individual coordinates systematically.

Question 7

On the coordinate plane, triangle ABCABC (solid) is mapped to triangle ABCA'B'C' (dashed). The labeled point-image pairs include A(2,1)A(1,1)A(-2,1)\to A'(1,1) and B(1,4)B(2,4)B(-1,4)\to B'(2,4). Which mapping rule matches the diagram?

  1. Reflect across the yy-axis: (x,y)(x,y)(x,y)\mapsto(-x,y).
  2. Translate 3 units right: (x,y)(x+3,y)(x,y)\mapsto(x+3,y). (correct answer)
  3. Translate 3 units up: (x,y)(x,y+3)(x,y)\mapsto(x,y+3).
  4. Each input point maps to two outputs: (x,y)(x+3,y)(x,y)\mapsto(x+3,y) and (x3,y)(x-3,y).
Explanation: The skill is representing geometric transformations as functions. A transformation is defined as an input-output rule that assigns to each point (x, y) in the plane a unique output point. In the diagram, points move horizontally to the right by 3 units while keeping the y-coordinate the same, as seen from A(-2,1) to A'(1,1) and B(-1,4) to B'(2,4). This mapping preserves distances, angles, and orientations since the figure remains congruent to the original. The correct answer is B because adding 3 to the x-coordinate matches both point pairs exactly. A distractor like D suggests multiple outputs, but transformations as functions map each input to exactly one output. To analyze similar problems, track one point at a time to identify the pattern in coordinates.

Question 8

On the coordinate plane, a transformation TT maps triangle JKLJKL to JKLJ'K'L'. Point J(0,1)J(0,1) maps to J(2,1)J'(2,1) and point K(1,4)K(1,4) maps to K(3,4)K'(3,4). Which claim about distance or angle preservation is supported?

  1. Distances and angles are preserved because each point shifts the same way. (correct answer)
  2. Distances are not preserved because the xx-coordinates increase.
  3. Angles are not preserved because the figure moves to the right.
  4. The mapping is not a function because JJ and KK have different images.
Explanation: This question examines distance and angle preservation in transformations. A transformation is a function mapping each point to exactly one new location, and translations are rigid motions that preserve geometric properties. Analyzing the mappings, J(0,1) maps to J'(2,1) and K(1,4) maps to K'(3,4), showing both points shift 2 units right with no vertical change. This consistent pattern T(x,y) = (x+2,y) represents a horizontal translation. Since every point moves the same distance in the same direction, all distances and angles are preserved. Students might incorrectly think that coordinate changes affect distances or that different image points mean the transformation isn't a function. When analyzing translations, verify that all points shift by the same vector.

Question 9

On the coordinate plane, segment MN\overline{MN} is mapped to MN\overline{M'N'} by a transformation TT where M(1,1)M(1,1)M(1,1)\to M'(1,-1) and N(4,2)N(4,2)N(4,2)\to N'(4,-2). Which claim about distance or angle preservation is supported?

  1. Distances and angles are preserved because the mapping is a reflection. (correct answer)
  2. Distances are doubled because the yy-values change sign.
  3. Angles are not preserved because the points move to different quadrants.
  4. One input point maps to two outputs, so distances cannot be preserved.
Explanation: This question examines properties preserved by transformations as functions. A transformation function maps each point to exactly one new location, and different transformations preserve different properties. Analyzing the mappings, M(1,1) becomes M'(1,-1) and N(4,2) becomes N'(4,-2), showing that x-coordinates stay constant while y-coordinates change sign. This pattern indicates reflection across the x-axis, which is a rigid motion that preserves both distances and angles. The segment length and orientation angles remain unchanged under this transformation. Students might incorrectly think that sign changes affect distances or that moving to different quadrants changes angles. When analyzing transformations, calculate distances before and after to verify preservation.

Question 10

The figure shows quadrilateral ABCDABCD and its image ABCDA'B'C'D' under transformation RR. What function rule best represents transformation RR?

  1. R(x,y)=(y,x)R(x,y) = (y, -x), representing a 90¬90¬∞ clockwise rotation about the origin. (correct answer)
  2. R(x,y)=(y,x)R(x,y) = (-y, x), representing a 90¬90¬∞ counterclockwise rotation about the origin.
  3. R(x,y)=(x,y)R(x,y) = (-x, y), representing a reflection across the yy-axis line.
  4. R(x,y)=(x,y)R(x,y) = (x, -y), representing a reflection across the xx-axis line.
Explanation: From the figure, A(1,2)A(2,1)A(1,2) \to A'(2,-1), B(3,1)B(1,3)B(3,1) \to B'(1,-3), C(4,3)C(3,4)C(4,3) \to C'(3,-4), and D(2,4)D(4,2)D(2,4) \to D'(4,-2). The pattern shows (x,y)(y,x)(x,y) \to (y,-x), which represents a 90¬90¬∞ clockwise rotation about the origin.

Question 11

In the coordinate plane shown, point PP is mapped to point PP' under transformation TT, and point QQ is mapped to point QQ' under the same transformation. Based on these mappings, what is the most specific classification of transformation TT?

  1. TT is a reflection across the xx-axis, defined by the function T(x,y)=(x,y)T(x,y) = (x, -y). (correct answer)
  2. TT is a reflection across the line y=xy = x, defined by the function T(x,y)=(y,x)T(x,y) = (y, x).
  3. TT is a 180¬180¬∞ rotation about the origin, defined by the function T(x,y)=(x,y)T(x,y) = (-x, -y).
  4. TT is a reflection across the yy-axis, defined by the function T(x,y)=(x,y)T(x,y) = (-x, y).
Explanation: From the coordinate plane, P(2,3)P(2,3)P(2,3) \to P'(2,-3) and Q(1,4)Q(1,4)Q(-1,4) \to Q'(-1,-4). In both cases, the xx-coordinate remains the same while the yy-coordinate changes sign. This defines a reflection across the xx-axis with function T(x,y)=(x,y)T(x,y) = (x,-y).

Question 12

Two transformations are given: M(x,y)=(xcos45°ysin45°,xsin45°+ycos45°)M(x,y) = (x \cos 45° - y \sin 45°, x \sin 45° + y \cos 45°) and N(x,y)=(2x,y2)N(x,y) = (2x, \frac{y}{2}). Which statement correctly compares these transformation functions?

  1. Both MM and NN preserve distances; MM preserves angles while NN does not preserve angles.
  2. MM preserves both distances and angles; NN preserves angles but not distances between points.
  3. MM preserves both distances and angles; NN preserves neither distances nor angles between points. (correct answer)
  4. Both MM and NN preserve angles; MM preserves distances while NN does not preserve distances.
Explanation: MM is a 45°45° rotation (using rotation matrix formulas), which preserves both distances and angles. NN is a non-uniform scaling that doubles xx-coordinates and halves yy-coordinates, which changes both distances and angles. For example, a right angle would become non-perpendicular under NN.

Question 13

On the coordinate plane, point G(1,2)G(1,2) maps to G(2,1)G'(2,1) and point H(4,1)H(4,-1) maps to H(1,4)H'(-1,4) under transformation TT. Which description correctly represents this transformation as a function?

  1. Each point (x,y)(x,y) maps to exactly one point (y,x)(y,x). (correct answer)
  2. Each point (x,y)(x,y) maps to exactly one point (x,y)(x,-y).
  3. Each point maps to two outputs by swapping or negating coordinates.
  4. Each image point maps to one original point by swapping coordinates.
Explanation: This question focuses on representing transformations as functions with unique outputs. A transformation function maps each input point to exactly one output point according to a specific rule. Looking at the mappings, G(1,2) maps to G'(2,1) and H(4,-1) maps to H'(-1,4), which shows coordinates are being swapped. This pattern matches T(x,y) = (y,x), representing reflection across the line y=x. Each point has exactly one image under this transformation, satisfying the function definition. The transformation preserves distances and angles as a rigid motion. Students might think swapping creates multiple outputs or confuse this with other coordinate manipulations. To verify transformation functions, ensure each input produces exactly one output.

Question 14

A transformation TT maps points in the plane. On the coordinate plane, E(2,3)E(2,3) maps to E(2,3)E'(-2,-3) and F(1,4)F(-1,4) maps to F(1,4)F'(1,-4). Which statement correctly describes how points are mapped?

  1. Each point maps to exactly one point by rotating 9090^\circ counterclockwise.
  2. Each point maps to exactly one point by reflecting across the yy-axis.
  3. Each point maps to exactly one point by reflecting through the origin. (correct answer)
  4. Each image point maps to one original point by reflecting across the xx-axis.
Explanation: This question tests recognizing transformation patterns from point mappings. A transformation is a function where each input point maps to exactly one output point following a consistent rule. Examining the mappings, E(2,3) becomes E'(-2,-3) and F(-1,4) becomes F'(1,-4), showing that both coordinates change sign. This pattern indicates reflection through the origin, where T(x,y) = (-x,-y). This transformation is a 180° rotation about the origin, preserving distances and angles as a rigid motion. Students might confuse this with reflections across axes or think sign changes create multiple outputs. When identifying transformations, check that the rule works consistently for all given points.

Question 15

A transformation SS has the property that S(S(x,y))=(x,y)S(S(x,y)) = (x,y) for all points (x,y)(x,y). Additionally, S(3,0)=(3,0)S(3,0) = (-3,0) and S(0,5)=(0,5)S(0,5) = (0,-5). Which function represents transformation SS?

  1. S(x,y)=(x,y)S(x,y) = (x, -y), which represents a reflection across the xx-axis line.
  2. S(x,y)=(y,x)S(x,y) = (y, x), which represents a reflection across the line y=xy = x.
  3. S(x,y)=(x,y)S(x,y) = (-x, y), which represents a reflection across the yy-axis line.
  4. S(x,y)=(x,y)S(x,y) = (-x, -y), which represents a 180°180° rotation about the origin point. (correct answer)
Explanation: When you encounter a transformation that satisfies S(S(x,y))=(x,y)S(S(x,y)) = (x,y), you're looking at an involution — a transformation that is its own inverse. This means applying the transformation twice returns you to the original point. To find the correct transformation, test each option against the given conditions. First, check which transformations satisfy S(3,0)=(3,0)S(3,0) = (-3,0) and S(0,5)=(0,5)S(0,5) = (0,-5). Option D, S(x,y)=(x,y)S(x,y) = (-x, -y), works perfectly: S(3,0)=(3,0)S(3,0) = (-3,0) ✓ and S(0,5)=(0,5)S(0,5) = (0,-5) ✓. Let's verify the involution property: S(S(x,y))=S(x,y)=((x),(y))=(x,y)S(S(x,y)) = S(-x,-y) = (-(-x), -(-y)) = (x,y) ✓. Now let's see why the other options fail: Option A S(x,y)=(x,y)S(x,y) = (x,-y) gives S(3,0)=(3,0)S(3,0) = (3,0), not (3,0)(-3,0). Option B S(x,y)=(y,x)S(x,y) = (y,x) gives S(3,0)=(0,3)S(3,0) = (0,3), not (3,0)(-3,0). Option C S(x,y)=(x,y)S(x,y) = (-x,y) gives S(0,5)=(0,5)S(0,5) = (0,5), not (0,5)(0,-5). While options A, B, and C are all valid involutions (reflections are their own inverses), they don't satisfy the specific point conditions given in the problem. Study tip: When solving transformation problems, always test the given specific points first to eliminate incorrect options quickly. Then verify that your remaining candidate satisfies any additional properties like the involution condition.

Question 16

On the coordinate plane, a transformation TT maps R(1,2)R(1,2) to R(2,4)R'(2,4) and S(3,1)S(3,1) to S(6,2)S'(6,2). Which description treats the transformation as a function?

  1. Each point (x,y)(x,y) maps to exactly one point (2x,2y)(2x,2y). (correct answer)
  2. Each point (x,y)(x,y) maps to exactly one point (x+1,y+2)(x+1,y+2).
  3. Point (x,y)(x,y) can map to both (2x,2y)(2x,2y) and (2x,2y)(-2x,-2y).
  4. Each image point maps back to the original by doubling coordinates.
Explanation: This question focuses on recognizing transformations as functions with unique outputs. A transformation is a function when each input point (x,y) maps to exactly one output point. Analyzing the given mappings, R(1,2) maps to R'(2,4) and S(3,1) maps to S'(6,2), which shows both coordinates are being doubled. The pattern T(x,y) = (2x,2y) represents a dilation centered at the origin with scale factor 2. This transformation stretches distances but preserves angles and ensures each point has exactly one image. The incorrect option suggesting multiple outputs violates the function definition. To identify transformation patterns, compare corresponding coordinates systematically.