Two Ways to Apply a Sequence of Matrix Transformations
In geometry, a transformation maps every point of a figure to an image point. Depending on the transformation, the figure's position, orientation, size, or shape may change. Applying several transformations in sequence creates a composition of transformations.
We can use matrices to represent many geometric transformations and also to find the result of the composition of these transformations.
We will focus on transformations represented by matrices. For example, reflection across the -axis uses this matrix:
To find the image of under this reflection, multiply the matrix by the point's position vector:
Here are some basic transformations along with their matrices that are often used in the composition of transformations:
-
Reflection across the -axis:
-
Reflection across the -axis:
-
Reflection across the line :
-
Reflection across the line :
-
Reflection across the origin (equivalent to a rotation):
-
Rotation about the origin by an angle :
-
Dilation about the origin with a scale factor :
Applying Composite Transformations with Matrices
Composition of transformations means performing several transformations in sequence. If transformation is followed by transformation , we denote it as . This means is applied first, then its result is transformed by .
Suppose the matrix corresponding to is , and the matrix corresponding to is . To find the image of point under the composition , there are two equivalent methods:
-
Applying Transformations Sequentially to the Point:
-
Calculate the image of under :
-
Then, calculate the image of under :
Substituting the first image into the second calculation gives:
-
-
Finding the Composite Matrix:
-
Determine the matrix that represents the composite transformation . This matrix is the product .
Note the order: the matrix of the second transformation () stands to the left of the matrix of the first transformation ().
-
Calculate the image of using the composite matrix :
-
Both methods give the same final image because matrix multiplication is associative: . Here, is the column vector:
Illustrative Example:
Suppose is a reflection across the -axis, and is a rotation about the origin by radians (). We want to find the image of point under .
The matrix for (reflection across the -axis) is:
The matrix for (rotation ) is:
Method 1: Sequential Transformation on the Point
-
Image of under :
So .
-
Image of under :
-
The final image is .
Method 2: Composite Matrix First
-
Composite matrix :
Write . The subscripts name the row and column of each entry. To find , for example, multiply the first row of the left matrix by the second column of the right matrix and add the products.
-
Image of under :
-
The final image is .
Both methods give the same result. If many points use the same composition, calculate once and apply that composite matrix to every point.
Composite Matrix Rule
Let and be the matrices for transformations and , respectively:
For the composition , we apply first and then . Its matrix is:
The order of matrix multiplication determines the order of the transformations. The matrix for the transformation performed first () is written on the right.
Combining Reflections and Rotations with Matrices
Combining two transformations means multiplying their matrices, and the order of that product decides the result. Reading a product from right to left applies the rightmost transformation to the point first, so swapping the two matrices usually produces a different image.
Composition of Two Reflections
Determine the image of the point reflected across the -axis and then reflected across the -axis.
Solution:
Let be the reflection across the -axis, and be the reflection across the -axis.
The matrix for () is:
The matrix for () is:
The composition of transformations has the matrix .
The image of the point is:
So, the image of the point is .
Composition of Reflection and Rotation
Determine the image of the point transformed by the composition of a reflection across the -axis followed by a rotation about the origin.
Solution:
Let be the reflection across the -axis, and be the rotation about the origin.
The matrix for () is:
The matrix for () is:
The composition of transformations has the matrix .
The image of the point is:
So, the image of the point is .
Composition of Three Transformations
Apply three transformations to point . First reflect it across the -axis, then rotate it about the origin, and finally rotate it about the origin. Determine its image.
Solution:
Let:
-
: Reflection across the -axis.
The matrix is:
-
: Rotation about the origin.
The matrix is:
-
: Half turn ( rotation about the origin).
The matrix is:
The composition of transformations is . Its matrix is .
The image of is:
So, the image of the point is .
Exercise
Apply three transformations to point . First reflect it across the -axis, then rotate it about the origin, and finally reflect it across the line . Determine its image.
Solution
Let:
-
: Reflection across the -axis.
The matrix is:
-
: Rotation about the origin.
The matrix is:
-
: Reflection across the line .
The matrix is:
The composition of transformations is . Its matrix is .
Step 1: Calculate .
Step 2: Calculate .
The image of is:
So, the image of the point is .