Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
Column Vectors: Represented as where is the horizontal displacement and is the vertical displacement.
Translation: Moving a shape without rotating or resizing it, defined by a translation vector.
Reflection: Flipping a shape over a mirror line (axis of symmetry). Every point and its image are equidistant from this line.
Rotation: Turning a shape around a fixed center point by a specific angle and direction (clockwise or anti-clockwise).
Invariant Points: Points that do not change position after a transformation (e.g., the center of rotation).
Transformation Matrices: Using matrices to represent linear transformations like reflection and rotation centered at the origin .
📐Formulae
Magnitude of a vector:
Translation mapping:
Reflection in x-axis:
Reflection in y-axis:
Reflection in :
Rotation Anti-clockwise about :
Rotation about :
Rotation Anti-clockwise (or Clockwise):
💡Examples
Problem 1:
A triangle with vertices , , and is translated by the vector . Find the coordinates of the image .
Solution:
, ,
Explanation:
To translate a point, add the -component of the vector to the -coordinate and the -component of the vector to the -coordinate of the point.
Problem 2:
Reflect the point in the line .
Solution:
Explanation:
When reflecting in the line , the and coordinates are swapped. Using matrix multiplication: .
Problem 3:
Rotate the point clockwise about the origin .
Solution:
Explanation:
A clockwise rotation is equivalent to a anti-clockwise rotation. Applying the matrix results in .