SOLUTION: If I have to Let ABC have vertices a(-6,3),B(-1,-4), and C(3,-5).Give the coordinates of the vertices of the image after the specified transformation. 18. 180 degree rotation

Algebra ->  Angles -> SOLUTION: If I have to Let ABC have vertices a(-6,3),B(-1,-4), and C(3,-5).Give the coordinates of the vertices of the image after the specified transformation. 18. 180 degree rotation       Log On


   



Question 134896: If I have to Let ABC have vertices a(-6,3),B(-1,-4), and C(3,-5).Give the coordinates of the vertices of the image after the specified transformation.
18. 180 degree rotation
How does that work? Any help with this equation would be appreciated.:)

Found 2 solutions by scott8148, solver91311:
Answer by scott8148(6628) About Me  (Show Source):
You can put this solution on YOUR website!
rotation means the point (vertex) is moving around a circle that is centered at the origin (0,0)

180° is halfway around the circle __ remember that positive degrees are counterclockwise

operationally, a 180° rotation is like a reflection through the origin
__ the x and y numbers stay the same, but the signs change

new vertices __ A(6,-3), B(1,4), C(-3,5)

Answer by solver91311(24713) About Me  (Show Source):
You can put this solution on YOUR website!
Convert each of the points to polar coordinates by using the formulas:

alpha=arctan%28y%2Fx%29 for x%3E0 and y%3E=0

alpha=arctan%28y%2Fx%29%2B2%2Api for x%3E0 and y%3C0

alpha=arctan%28y%2Fx%29%2Bpi for x%3C0

x%3C%3E0 for any of your given points so we can ignore those cases

r=sqrt%28x%5E2%2By%5E2%29

Once you have converted all three points to polar coordinate (r,alpha) form, substitute beta=alpha+%2B+pi for the alpha in each of the points. Since pi radians equals 180 degrees, this has the effect of applying the 180 degree rotation transformation.

Finally, convert the new polar coordinates back to rectangular coordinates by use of the formulas:

x=r%2Acos%28beta%29

y=r%2Asin%28beta%29

I'll do one of the points and you can finish up.

A(-6,3). Here, x%3C0, so we need alpha=arctan%28y%2Fx%29%2Bpi

alpha=arctan%283%2F%28-6%29%29%2Bpi

alpha=arctan%28-1%2F2%29%2Bpi approx 2.678, but we'll leave it in terms of arctan for the moment because we are just going to convert back anyway.



so the polar representation of the cartesian point (-6,3) is (3%2Asqrt%285%29,arctan%28-1%2F2%29%2Bpi)

Now, to rotate this point 180 degrees, add pi to the angle, and the new polar point is (3%2Asqrt%285%29,arctan%28-1%2F2%29%2B2%2Api)

Converting back to rectangular,

x=r%2Acos%28beta%29=3%2Asqrt%285%29%2Acos%28arctan%28-1%2F2%29%2B2%2Api%29=6


y=r%2Asin%28beta%29=3%2Asqrt%285%29%2Asin%28arctan%28-1%2F2%29%2B2%2Api%29=-3

Actually, the answer makes very good sense if you try an experiment. Plot your points on a piece of graph paper, then turn the paper upside down -- in other words, rotate the page 180 degrees. If you then change all of the signs on the scale numbers, you will see that you have the coordiates of the transformed points.