0% found this document useful (0 votes)
7 views

Tutorial Sheet_Geometric Transformation

Uploaded by

dharani thaneeru
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views

Tutorial Sheet_Geometric Transformation

Uploaded by

dharani thaneeru
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

MEC 543: Computer Aided Design

Tutorial Sheet: Geometric Transformations

1. A point P(3, 4) is translated by (2, -1). What are the new coordinates of point P?

2. A rectangle has its vertices at (0, 0), (4, 0), (4, 2), (0, 2). If the rectangle is translated by (-2,
-3), what are the new coordinates of its vertices?

3. A point A(2, 3) is rotated by 90° counterclockwise about the origin. What are the new
coordinates of point A?

4. A triangle has vertices (1, 1), (4, 1), (4, 3). If the triangle is rotated 180° about the point (2,
2), what are the new coordinates of the vertices?

5. Reflect the point B(3, -2) over the x-axis. What are the new coordinates of point B?

6. A line segment has endpoints at (1, 2) and (4, 6). If the segment is reflected over the line y
= x, what are the new coordinates of the endpoints?

7. A point C(1, 2) undergoes a shear transformation along the x-axis with a shear factor of 3.
The transformation is given by x' = x + 3y. What are the new coordinates of point C?

8. A square has its vertices at (0, 0), (2, 0), (2, 2), (0, 2). If a shear transformation is applied
along the y-axis with a shear factor of 2 (where y' = y + 2x), what are the new coordinates of
the vertices?

9. A point D(3, 4) is scaled by a factor of 2. What are the new coordinates of point D?

10. A rectangle has vertices at (1, 1), (3, 1), (3, 2), (1, 2). If the rectangle is scaled by a factor
of 2 along the x-axis and by a factor of 3 along the y-axis, what are the new coordinates of
the vertices?
Concatenated matrix is also known as Composite Matrix

Rotate a line CD whose endpoints are (3, 4) and (12, 15) about origin through a 45°
anticlockwise direction.

Rotate line AB whose endpoints are A (2, 5) and B (6, 12) about origin through a 30°
clockwise direction.

You might also like