# Nakafa Framework: LLM
URL: https://nakafa.com/en/subject/high-school/11/mathematics/geometric-transformation/composite-transformation-matrix
Source: https://raw.githubusercontent.com/nakafaai/nakafa.com/refs/heads/main/packages/contents/subject/high-school/11/mathematics/geometric-transformation/composite-transformation-matrix/en.mdx
Output docs content for large language models.
---
export const metadata = {
  title: "Composite Transformation Matrix",
  description: "Master composite transformation matrices with step-by-step examples. Learn to combine reflections, rotations & dilations using matrix multiplication.",
  authors: [{ name: "Nabil Akbarazzima Fatih" }],
  date: "05/10/2025",
  subject: "Geometric Transformation",
};
## Composition of Transformations Using Matrices
In geometry, a transformation is an operation that moves or changes the shape of an object. When multiple transformations are applied sequentially to an object, this is called 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 that can be represented by  matrices. For example, reflection across the X-axis can be represented by the matrix . If the point  is reflected across the X-axis, its image can be found by multiplying this matrix by the position vector of the point: .
Here are some basic transformations along with their matrices that are often used in the composition of transformations:
1.  Reflection across the X-axis: 
2.  Reflection across the Y-axis: 
3.  Reflection across the line : 
4.  Reflection across the line : 
5.  Reflection across the origin  (equivalent to a  rotation): 
6.  Rotation about the origin  by an angle : 
7.  Dilation about the origin  with a scale factor : 
### Operating Composition of Transformations Using 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:
1.  **Applying Transformations Sequentially to the Point:**
    - Calculate the image  of  under : .
    - Then, calculate the image  of  under : .
    If we substitute step (a) into (b), we get: .
2.  **Finding the Composite Matrix First:**
    - Determine the matrix  that represents the composite transformation . This matrix is the product .
      **Note the order:** the matrix of the second transformation () is multiplied from the left by the matrix of the first transformation ().
    - Calculate the image  of  using the composite matrix : .
Both methods yield the same final image due to the associative property of matrix multiplication, i.e., , where  is the column vector .
**Illustrative Example:**
Suppose  is a reflection across the Y-axis, and  is a rotation about the origin  by  radians (). We want to find the image of point  under .
The matrix for  (reflection across Y-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 :
  
- Image of  under :
  
- The final image is .
Both methods give the same result. Using the composite matrix () is often more efficient if we need to transform many points with the same composition.
## Composite Matrix Rule
Suppose the matrices related to transformations  and  are  and  respectively.
Then, the matrix related to the composition of transformations  (Transformation  followed by ) is .
Remember that the order of matrix multiplication is important. The matrix for the transformation performed first () is written on the right.
## Application Examples
### Composition of Two Reflections
Determine the image of the point  reflected across the X-axis and then reflected across the Y-axis.
**Alternative Solution:**
Let  be the reflection across the X-axis, and  be the reflection across the Y-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 Y-axis followed by a  rotation about the origin.
**Alternative Solution:**
Let  be the reflection across the Y-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
Suppose you want to perform three transformations on a point , namely reflection across the X-axis, rotation  about the origin, and a half turn ( rotation about the origin). Determine its image!
**Alternative Solution:**
Let:
- : Reflection across the X-axis.
  Matrix 
- : Rotation  about the
  origin.
  Matrix 
- : Half turn ( rotation
  about the origin).
  Matrix 
The composition of transformations is . Its matrix is .
  
  
The image of  is:
So, the image of the point is .
## Exercise
Suppose we want to perform three transformations on a point , namely reflection across the Y-axis, rotation  about the origin, and reflection across the line . Determine its image!
### Answer Key
Let:
- : Reflection across the Y-axis.
  Matrix .
- : Rotation  about the
  origin.
  Matrix .
- : Reflection across the line 
  .
  Matrix 
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 .