Reflection matrix: A reflection matrix maps every point to its mirror image across a line through the origin, called the mirror line. It is linear, so straight lines remain straight and the origin is fixed. In coordinate form, where is a matrix and is a column vector.
Basis-vector construction: The columns of are the images of and . If and , then . This works because every vector is a linear combination of basis vectors, so knowing these two images determines the full transformation.
Standard reflection forms: Common cases are easy to memorize because they encode sign changes or coordinate swaps. Reflection in the -axis is , in the -axis is , in is , and in is . Each matrix tells you exactly which coordinate is preserved, negated, or swapped.
Distance-preserving but orientation-reversing: Reflections are isometries, so lengths and angle magnitudes are unchanged after transformation. However, orientation flips, which is why clockwise order becomes anticlockwise. This is captured algebraically by , indicating area magnitude is preserved but handedness is reversed.
Involution property: Reflecting twice in the same line returns every point to its start, so . This gives a fast verification rule: if your candidate matrix does not square to identity, it cannot represent a pure reflection. It also implies , so undoing the reflection uses the same matrix.
Eigenvector viewpoint: Vectors on the mirror line are unchanged (eigenvalue ), while vectors perpendicular to it reverse direction (eigenvalue ). This explains why one direction is fixed and the orthogonal direction flips sign. It provides geometric intuition for why every reflection matrix has trace in many standard axis-diagonal cases, though the general trace depends on mirror-line angle.
| Feature | Reflection Matrix | Rotation Matrix |
|---|---|---|
| Determinant | ||
| Effect on orientation | Reverses orientation | Preserves orientation |
| Repeat twice | Same reflection gives identity | Generally gives non-identity unless angle is |
| Inverse | Same matrix () | Transpose equals inverse |
This table supports method selection in mixed-transformation questions where visual reasoning alone is ambiguous.
Axis reflections vs diagonal reflections: Reflection in - or -axis mainly changes one sign, while reflection in mainly swaps coordinates (with possible sign changes). Distinguishing swap behavior from sign-only behavior prevents column-order mistakes. In exam settings, this distinction often determines whether the final matrix has off-diagonal or diagonal nonzero entries.
Start from invariant checks: Before finalizing, confirm that points on the mirror line remain fixed and points perpendicular to it reverse direction. This geometrically validates the matrix beyond arithmetic. It is a high-value check because many wrong answers still look algebraically neat.
Use a three-check routine: Check column meaning, determinant sign, and involution property. First ensure columns are images of basis vectors in the correct order; second confirm ; third verify quickly. This routine catches most slips in less than a minute.
Handle coordinate questions systematically: If asked for image points, multiply directly by ; if asked for original points from image points, use that for reflections. This avoids unnecessary simultaneous-equation setup in many cases. Write intermediate vectors clearly to prevent sign inversion mistakes.
Confusing column order: A frequent error is placing transformed basis vectors as rows instead of columns, producing the transpose of the intended matrix. Because matrix multiplication conventions are strict, this changes the transformation. Always build , not .
Mixing up and : Students often remember both as coordinate swaps but forget that includes sign reversal. The first gives while the second gives . A quick test with separates them immediately.
Assuming any matrix with negatives is a reflection: Negative entries alone do not define reflection, because rotations and stretches may also include negatives. The correct structural checks are orthogonality, determinant , and geometric behavior relative to a mirror line. Using these criteria prevents overgeneralization.