A combined transformation (or composite transformation) occurs when a point or object is subjected to two or more linear transformations in succession.
If a transformation is represented by matrix and a subsequent transformation is represented by matrix , the result of applying then can be expressed as a single matrix .
This single matrix encapsulates the entire sequence of movements into one mathematical operation, allowing for more efficient computation of final image coordinates.
Step 1: Identify Individual Matrices: Determine the matrix for each specific transformation (e.g., rotation, reflection, or enlargement) involved in the sequence.
Step 2: Determine the Sequence: Clearly identify which transformation is performed first, second, and so on.
Step 3: Arrange for Multiplication: Place the matrix for the first transformation on the far right, and subsequent matrices to its left.
Step 4: Perform Matrix Multiplication: Multiply the matrices in the established order to find the single resultant matrix .
| Feature | Individual Transformations | Combined Transformation |
|---|---|---|
| Representation | Multiple matrices () | A single product matrix () |
| Calculation | Apply each matrix step-by-step to the vector | Multiply matrices first, then apply once |
| Order | Chronological (1st, 2nd, 3rd) | Reverse algebraic order () |
The 'Reverse' Rule: Always double-check that your multiplication order is the reverse of the wording in the question. 'A followed by B' must be calculated as .
Verification with Unit Vectors: To verify a combined matrix, test it against the unit vectors and . The columns of your final matrix should match the final positions of these unit points after both transformations.
Sanity Check: If the transformations are simple (e.g., two reflections), visualize the geometric result to ensure the final matrix signs and values make sense.
Left-to-Right Error: The most common mistake is multiplying matrices in the order they are mentioned (e.g., calculating for 'A followed by B').
Addition vs. Multiplication: Students sometimes attempt to add matrices to combine them; however, addition represents a different operation entirely, not a sequence of transformations.
Dimension Mismatch: Ensure that the matrices being multiplied are compatible (usually for 2D plane transformations).