6.8k views
0 votes
What is the image (11,-5) after the Rx=0 • T(11,-5)(-22,-10)(0,-10)(22,10)(0,10)

User Joko
by
4.4k points

1 Answer

1 vote

The original point has coordinates (11,-5)

The transformation applied to this point are Rx=0 * T(11,-5)

First, you have to do the translation T(11,-5), this means that you have to make a horizontal translation 11 units to the right, and a vertical translation 5 units down, following the rule:


(x,y)\to(x+11,y-5)

So, add 11 units to the x-coordinate and subtract 5 units to the y-coordinate of (11,-5)


(11,-5)\to(11+11,-5-5)=(22,-10)

Once you've made the translation, you have to reflect the point (22,-10) over the vertical line x=0, this vertical line is the y-axis. This means that you have to reflect the point over the y-axis.

To do this reflection you have to invert the sign of the x-coordinate of the point and leave the y-coordinate the same:


R_{y-\text{axis}}=(x,y)\to(-x,y)
(22,-10)\to(-22,-10)

The coordinates of the point after the translation and reflection are (-22,-10), option 1

User LolaRun
by
3.8k points