81955, Engineering / Mechanical Engineering | Completed
The vertices of a triangle are situated at points (15, 30), (25, 35) and (5, 45). Find the coordinates of the vertices if the triangle is first rotated 100 counter clockwise direction about the origin and then scaled to twice its size.
Solution.
Let , , and .
If the triangle is first rotated 100 counter clockwise direction about the origin
A→A1, B→B1, C→C1
XA1 = XA*cos100° - YA*sin100° = 15*cos100° - 30*sin100° = -32
YA1 = XA*sin100° + YA*cos100° = 15*sin100° + 30*cos100° = 9.6
XB1 = XB*cos100° - YB*sin100° = 25*cos100° - 35*sin100° = -38.8
YB1 = XB*sin100° + YB*cos100° = 25*sin100° + 35*cos100° = 18.5
XC1 = XC*cos100° - YC*sin100° = 5*cos100° - 45*sin100° = -45.2
YC1 = XC*sin100° + YC*cos100° = 5*sin100° + 45*cos100° = -2.9
A1(-32;9.6), B1(-38.8;18.5), C1(-45.2;-2.9)
If the triangle scaled to twice its size
A1→A2, B1→B2, C1→C2
XA2 = XA1/2 YA2 = YA1/2
XB2 = XB1/2 YB2 = YB1/2
XC2 = XC1/2 YC2 = YC1/2
A2(-16;4.8), B2(-19.4;9.25), C2(-22.6;-1.45)
Answer: (-16; 4.8), (-19.4; 9.25), (-22.6; -1.45)