Defining Rotations, Reflections, and Translations

Help Questions

Geometry › Defining Rotations, Reflections, and Translations

Questions 1 - 8
1

Triangle $$ABC$$ is reflected across line $$\ell$$ to produce triangle $$A'B'C'$$. Point $$M$$ is the midpoint of $$\overline{AA'}$$. Which statement must be true about the relationship between point $$M$$ and line $$\ell$$?

Point $$M$$ lies on line $$\ell$$ and $$\overline{AA'} \parallel \ell$$

Point $$M$$ lies on $$\ell$$ but $$\overline{AA'}$$ may not be perpendicular to $$\ell$$

Point $$M$$ is equidistant from $$A$$ and $$A'$$ but not on $$\ell$$

Point $$M$$ lies on line $$\ell$$ and $$\overline{AA'} \perp \ell$$

Explanation

By definition of reflection, line $$\ell$$ is the perpendicular bisector of any segment connecting a point to its image. Since $$M$$ is the midpoint of $$\overline{AA'}$$, it must lie on the perpendicular bisector of $$\overline{AA'}$$, which is line $$\ell$$. Additionally, $$\overline{AA'}$$ must be perpendicular to $$\ell$$. Choice B incorrectly suggests $$\overline{AA'}$$ is parallel to $$\ell$$. Choice C correctly notes $$M$$ is equidistant from $$A$$ and $$A'$$ but incorrectly places it off line $$\ell$$. Choice D places $$M$$ correctly but fails to guarantee perpendicularity.

2

A translation maps point $$(3, -2)$$ to point $$(7, 1)$$. If this same translation is applied to the line segment with endpoints $$(0, 4)$$ and $$(2, -1)$$, what are the coordinates of the endpoints of the translated segment?

$$(3, 1)$$ and $$(5, -4)$$

$$(-3, 1)$$ and $$(-1, -4)$$

$$(4, 6)$$ and $$(6, 1)$$

$$(4, 7)$$ and $$(6, 2)$$

Explanation

When you encounter translation problems, remember that a translation moves every point in the plane by the same horizontal and vertical distances. The key is finding this translation vector first.

To find the translation vector, calculate how far the given point moved in each direction: from $$(3, -2)$$ to $$(7, 1)$$, the horizontal change is $$7 - 3 = 4$$ units right, and the vertical change is $$1 - (-2) = 3$$ units up. So the translation vector is $$(4, 3)$$.

Now apply this same translation to both endpoints of the line segment. For point $$(0, 4)$$: add 4 to the x-coordinate and 3 to the y-coordinate to get $$(0 + 4, 4 + 3) = (4, 7)$$. For point $$(2, -1)$$: $$(2 + 4, -1 + 3) = (6, 2)$$. The translated endpoints are $$(4, 7)$$ and $$(6, 2)$$, which matches answer choice D.

Let's examine why the other options are incorrect. Choice A gives $$(3, 1)$$ and $$(5, -4)$$, which would result from subtracting the translation vector instead of adding it. Choice B gives $$(4, 6)$$ and $$(6, 1)$$, suggesting a translation of $$(4, 2)$$ instead of $$(4, 3)$$. Choice C gives $$(-3, 1)$$ and $$(-1, -4)$$, which appears to use $$(-4, 3)$$ as the translation vector.

Remember: translations preserve both size and shape, and every point moves by exactly the same vector. Always find the translation vector first by subtracting corresponding coordinates, then apply it consistently to all points.

3

Triangle $$DEF$$ undergoes a rotation of $$270°$$ counterclockwise about the origin. If vertex $$D$$ is originally at $$(4, -2)$$, where is vertex $$D'$$ located after the rotation?

$$(4, 2)$$

$$(-2, -4)$$

$$(2, 4)$$

$$(-4, 2)$$

Explanation

When you encounter rotation problems, you're working with coordinate transformations that follow predictable patterns. A $$270°$$ counterclockwise rotation (equivalent to a $$90°$$ clockwise rotation) transforms any point $$(x, y)$$ into $$(y, -x)$$.

Let's apply this rule to point $$D(4, -2)$$. Under a $$270°$$ counterclockwise rotation about the origin, the coordinates transform as follows: the original $$x$$-coordinate becomes the new $$y$$-coordinate, and the original $$y$$-coordinate becomes the negative of the new $$x$$-coordinate. So $$(4, -2)$$ becomes $$(-2, -4)$$, which is choice C.

Choice A $$(-4, 2)$$ results from incorrectly applying a $$180°$$ rotation rule, where you simply negate both coordinates. Choice B $$(2, 4)$$ comes from mixing up the transformation rule—this would be correct for a $$90°$$ counterclockwise rotation where $$(x, y)$$ becomes $$(-y, x)$$, but the signs are wrong. Choice D $$(4, 2)$$ appears to come from negating only the $$y$$-coordinate, which doesn't correspond to any standard rotation.

Remember the rotation patterns: $$90°$$ counterclockwise transforms $$(x, y)$$ to $$(-y, x)$$, $$180°$$ to $$(-x, -y)$$, and $$270°$$ counterclockwise to $$(y, -x)$$. Since $$270°$$ counterclockwise equals $$90°$$ clockwise, you can also think of it as swapping coordinates and negating the new $$x$$-coordinate. Writing out these transformation rules on your reference sheet will save time and prevent sign errors.

4

Line $$\ell_1$$ passes through points $$(2, 6)$$ and $$(8, 3)$$. Line $$\ell_2$$ is the reflection of $$\ell_1$$ across the x-axis. What is the slope of line $$\ell_2$$?

$$-\frac{1}{2}$$

$$-2$$

$$\frac{1}{2}$$

$$2$$

Explanation

When you encounter reflection problems, remember that reflecting across the x-axis changes the sign of y-coordinates while leaving x-coordinates unchanged. This geometric transformation has a predictable effect on slope.

First, let's find the slope of line $$\ell_1$$ using the two given points $$(2, 6)$$ and $$(8, 3)$$. Using the slope formula $$m = \frac{y_2 - y_1}{x_2 - x_1}$$:

$$m_1 = \frac{3 - 6}{8 - 2} = \frac{-3}{6} = -\frac{1}{2}$$

Now, when line $$\ell_1$$ is reflected across the x-axis to create $$\ell_2$$, the reflected points become $$(2, -6)$$ and $$(8, -3)$$. The slope of $$\ell_2$$ is:

$$m_2 = \frac{-3 - (-6)}{8 - 2} = \frac{3}{6} = \frac{1}{2}$$

Notice that reflection across the x-axis changes the slope from $$-\frac{1}{2}$$ to $$\frac{1}{2}$$ — it negates the original slope.

Looking at the wrong answers: Choice A ($$-\frac{1}{2}$$) is actually the slope of the original line $$\ell_1$$, not its reflection. Choice C ($$2$$) takes the negative reciprocal, which would be incorrect for this transformation. Choice D ($$-2$$) appears to combine multiple errors, perhaps taking the reciprocal and then applying an incorrect sign change.

Study tip: Remember that reflecting across the x-axis always negates the slope of a line. If the original slope is positive, the reflected line's slope becomes negative, and vice versa. This is because the "rise" component of rise-over-run gets flipped in sign.

5

Point $$R$$ is reflected across line $$m$$ to produce point $$R'$$. Line $$m$$ has equation $$y = 2x + 1$$. Which condition must the line $$\overline{RR'}$$ satisfy based on the definition of reflection?

Line $$\overline{RR'}$$ has slope $$-\frac{1}{2}$$ and is bisected by line $$m$$

Line $$\overline{RR'}$$ has slope $$2$$ and is bisected by line $$m$$

Line $$\overline{RR'}$$ has slope $$-\frac{1}{2}$$ and intersects line $$m$$ at $$R$$

Line $$\overline{RR'}$$ has slope $$\frac{1}{2}$$ and is parallel to line $$m$$

Explanation

When you encounter reflection problems, remember that a reflection creates two fundamental geometric relationships: the line connecting the original and reflected points must be perpendicular to the line of reflection, and the line of reflection must bisect (cut exactly in half) the segment connecting these points.

The line $$m$$ has equation $$y = 2x + 1$$, so its slope is 2. Since line $$\overline{RR'}$$ must be perpendicular to line $$m$$, you need to find the perpendicular slope. Perpendicular lines have slopes that are negative reciprocals of each other. The negative reciprocal of 2 is $$-\frac{1}{2}$$. Additionally, by the definition of reflection, line $$m$$ must bisect segment $$\overline{RR'}$$, meaning the intersection point is exactly halfway between $$R$$ and $$R'$$.

Choice A incorrectly states that line $$\overline{RR'}$$ intersects line $$m$$ at point $$R$$. This would mean $$R$$ lies on the line of reflection, making reflection impossible since a point on the mirror line reflects to itself.

Choice B has the wrong slope. A slope of 2 would make line $$\overline{RR'}$$ parallel to line $$m$$, not perpendicular to it.

Choice D gives slope $$\frac{1}{2}$$, which is incorrect (should be $$-\frac{1}{2}$$), and states the line is parallel to $$m$$, which contradicts the perpendicular requirement.

Choice C correctly identifies both conditions: slope $$-\frac{1}{2}$$ (perpendicular to the line of reflection) and bisection by line $$m$$.

Study tip: Always remember the two reflection requirements: perpendicular intersection and bisection. Calculate perpendicular slope using negative reciprocals.

6

Point $$S$$ is rotated $$60°$$ counterclockwise about point $$T$$ to produce point $$S'$$. Point $$S'$$ is then rotated $$120°$$ counterclockwise about the same point $$T$$ to produce point $$S''$$. What single rotation about point $$T$$ would map point $$S$$ directly to point $$S''$$?

$$300°$$ counterclockwise rotation about point $$T$$

$$60°$$ counterclockwise rotation about point $$T$$

$$240°$$ clockwise rotation about point $$T$$

$$180°$$ counterclockwise rotation about point $$T$$

Explanation

When you encounter problems involving multiple rotations about the same point, the key insight is that rotations are additive - you can combine consecutive rotations by adding their angle measures.

Let's trace through the transformations step by step. Point $$S$$ is first rotated $$60°$$ counterclockwise about point $$T$$ to reach $$S'$$. Then $$S'$$ is rotated $$120°$$ counterclockwise about the same point $$T$$ to reach $$S''$$. Since both rotations are about the same center point $$T$$, the total rotation from $$S$$ to $$S''$$ is simply $$60° + 120° = 180°$$ counterclockwise.

Looking at the answer choices: Choice A ($$60°$$ counterclockwise) only accounts for the first rotation and ignores the second transformation entirely. Choice C ($$300°$$ counterclockwise) appears to come from incorrectly calculating $$360° - 60°$$, perhaps confusing the direction or misunderstanding the problem setup. Choice D ($$240°$$ clockwise) correctly adds to $$180°$$ but expresses it in the wrong direction - a $$240°$$ clockwise rotation is equivalent to a $$120°$$ counterclockwise rotation, not $$180°$$.

Choice B ($$180°$$ counterclockwise) correctly represents the combined effect of both rotations.

Study tip: Remember that consecutive rotations about the same point always combine by simple addition of angles. Watch the direction carefully - all counterclockwise rotations add directly, while mixing directions requires subtraction. This principle works for any sequence of rotations about a fixed center.

7

A point $$P$$ is rotated $$90°$$ counterclockwise about point $$Q$$ to produce point $$P'$$. If the distance from $$Q$$ to $$P$$ is $$d$$, and $$\overrightarrow{QP}$$ makes an angle of $$30°$$ with the positive x-axis, what can be concluded about the relationship between $$\overrightarrow{QP}$$ and $$\overrightarrow{QP'}$$?

They are parallel and $$|\overrightarrow{QP'}| = d$$

They form a $$60°$$ angle and $$|\overrightarrow{QP'}| = d$$

They are perpendicular and $$|\overrightarrow{QP'}| = 2d$$

They are perpendicular and $$|\overrightarrow{QP'}| = d$$

Explanation

In a rotation, the center of rotation is equidistant from corresponding points, so $$|\overrightarrow{QP'}| = |\overrightarrow{QP}| = d$$. Since the rotation is $$90°$$, the angle between $$\overrightarrow{QP}$$ and $$\overrightarrow{QP'}$$ is exactly $$90°$$, making them perpendicular. The initial angle with the x-axis doesn't affect these relationships. Choice B incorrectly suggests the vectors are parallel. Choice C correctly identifies perpendicularity but incorrectly doubles the distance. Choice D uses the given $$30°$$ angle incorrectly as the angle between the vectors.

8

Line segment $$\overline{PQ}$$ is translated by vector $$\vec{v} = \langle 5, -3 \rangle$$ to produce $$\overline{P'Q'}$$. If the original segment has a slope of $$\frac{2}{3}$$, what must be true about the translated segment?

It has slope $$\frac{2}{3} + \frac{5}{-3}$$ and intersects $$\overline{PQ}$$

It has slope $$\frac{2}{3}$$ and is parallel to $$\overline{PQ}$$

It has slope $$\frac{5}{-3}$$ and is perpendicular to $$\overline{PQ}$$

It has slope $$\frac{2 \cdot 5}{3 \cdot(-3)} = -\frac{10}{9}$$ and is skew to $$\overline{PQ}$$

Explanation

When you encounter a translation problem in geometry, remember that translations are rigid transformations that preserve all geometric properties except position. A translation simply slides every point of a figure the same distance in the same direction.

Since translation vector $$\vec{v} = \langle 5, -3 \rangle$$ moves every point of segment $$\overline{PQ}$$ exactly 5 units right and 3 units down, the translated segment $$\overline{P'Q'}$$ maintains the same slope as the original. Slope depends only on the ratio of vertical change to horizontal change between any two points, and since translation preserves the relative positions of all points, this ratio remains $$\frac{2}{3}$$. Additionally, since the segments have identical slopes but different positions, they must be parallel to each other.

Choice A incorrectly attempts to multiply the original slope by components of the translation vector, but translation vectors don't affect slope this way. The term "skew" also applies only to lines in three-dimensional space that don't intersect and aren't parallel.

Choice B confuses the translation vector's slope ($$\frac{-3}{5}$$, not $$\frac{5}{-3}$$) with the segment's slope and incorrectly suggests the segments are perpendicular, which would require slopes that multiply to $$-1$$.

Choice C wrongly adds the translation vector's slope to the original slope, but translations don't change slope through addition.

Remember: translations preserve all measurements and angles, only changing position. When you see translation problems, focus on what stays the same (slope, length, angle measures) versus what changes (coordinates, position).