Rotating a triangle

JoJo999

New member
Joined
Jan 25, 2012
Messages
7
Given triangle LMN with vertices (-5,2), M(-2,4) and N(0,1) what will the new vertices be if the triangle is rotated 180^o clockwise about Point L.

Please help, I have no idea how to even start. I think L is (5,2) but what about M and N?
 
Triangle LMN

Can you please help--comments aside. Thanks

I tried using the rules for rotation about the origin--obviously it is not rotated about the origin but about L right? then I thought well, maybe once you get point L 180^o M and N would be a simple transformation. So I tried using the formula (-5+h, 2+K) = (5,2) H=10 K=0 and applied it to M and N and got (8,4) and
(10, 1) I don't think any of it is right.

Would you so kindly guide me???
 
Given triangle LMN with vertices (-5,2), M(-2,4) and N(0,1) what will the new vertices be if the triangle is rotated 180^o clockwise about Point L. I think L is (5,2) but what about M and N?
You are correct about point L=L\displaystyle L'=L.
The the points M, L, & M\displaystyle M,~L,~\&~M' are colinear.
M & M\displaystyle M~\&~M' have L\displaystyle L between them at equal distance.
In fact M=(8,0)\displaystyle M'=(-8,0).
Draw the diagram.
You find
N\displaystyle N'.
 
Triangle LMN

Wait, we are rotating around L so L stays as (=5,2) But how do you know what numbers M' and N' are????
I drew the triangle but I must have a visual problem because I can't get it. Is there a formula that can be used. Please help--I am getting so-0-0 frustrated.

Thanks
 
Is there a formula that can be used. Please help--I am getting so-0-0 frustrated.
I gave you the most intuitive way to do this.
To rotate any point (x,y)\displaystyle (x,y) about a point (h,k)\displaystyle (h,k) through an angle Θ\displaystyle \Theta:
{x=(xh)cos(Θ)(yk)sin(Θ)+hy=(xh)sin(Θ)+(yk)cos(Θ)+k\displaystyle \left\{ \begin{array}{l} x' = \left( {x - h} \right)\cos (\Theta ) - \left( {y - k} \right)\sin (\Theta ) + h \\ y' = \left( {x - h} \right)\sin (\Theta ) + \left( {y - k} \right)\cos (\Theta ) + k \\ \end{array} \right.
 
Last edited:
Triangle LMN

Thanks so much--I was trying to make something difficult out of something simple. :razz:
 
Top