Finding the Rotation Matrix about the Origin
The image of a point rotated about the origin by an angle is .
We want to find a matrix, say , that represents this rotation transformation.
This matrix must satisfy:
From the matrix multiplication on the left side, we get:
By equating the corresponding components:
-
First row: .
For this equation to hold for all and , the coefficients of must be equal and the coefficients of must be equal. Thus, and .
-
Second row: .
Similarly, and .
Rotation Matrix about the Origin
The matrix associated with a rotation by an angle radians (or degrees) about the origin is:
Matrix Operation for Rotation about an Arbitrary Point
To rotate a point about an arbitrary point by an angle , we perform three steps:
- Translate the point so that becomes the origin: .
- Rotate the translated point about the origin by using the matrix .
- Translate the rotated point back by adding .
Matrix Operation for Rotation about an Arbitrary Point
The operation associated with rotation by an angle radians about the point is:
Finding a Specific Rotation Matrix
The matrix associated with a rotation by radians () about the origin is:
We know and .
This is the required matrix.
Exercises
- Determine the matrices associated with a rotation about the origin by radians.
- Determine the image of point if it is rotated about the origin by .
- Determine the image of point if it is rotated about the point by .
Key Answers
-
Given or :
Rotation matrix:
-
Point , . , .
Image: .
-
Given point , center , . .
Image: .