Rotation: The Art of the Turn
The Core Components of a Rotation
Every rotation is defined by three essential elements. Think of it like giving instructions to spin a key on a keychain. You need to know where to spin it, how far to spin it, and which way to spin it.
| Component | Description | Example |
|---|---|---|
| Centre of Rotation | The fixed point around which the object turns. Every point of the object moves in a circular path around this centre. | The point where the hands of a clock are attached. |
| Angle of Rotation | The amount of turn, measured in degrees (°) or radians. Common angles are 90°, 180°, 270°, and 360°. | Turning a book from lying flat to standing upright is a 90° rotation. |
| Direction of Rotation | The orientation of the turn, either clockwise (CW) or anticlockwise (ACW). In mathematics, a positive angle usually denotes an anticlockwise rotation. | The movement of a clock's hands is clockwise. Opening a jar lid is anticlockwise. |
Fundamental Properties of Rotations
Rotations are a type of "rigid transformation" or "isometry". This means they change the position and orientation of a shape but preserve its size and shape. The original figure (the pre-image) and the rotated figure (the image) are always congruent[1].
Key properties include:
- Distance Preservation: The distance between any two points in the original shape is the same as the distance between their corresponding points in the rotated shape.
- Angle Preservation: The measure of every angle in the original shape remains unchanged in the rotated shape.
- Orientation Change: While the shape is congruent, its orientation in space is different. A 'L' shape rotated 90° will point in a new direction.
$x' = x \cos \theta - y \sin \theta$
$y' = x \sin \theta + y \cos \theta$
For common rotations about the origin:
- 90° ACW / 270° CW: $(x, y) \rightarrow (-y, x)$
- 180°: $(x, y) \rightarrow (-x, -y)$
- 270° ACW / 90° CW: $(x, y) \rightarrow (y, -x)$
Performing Rotations on the Coordinate Plane
Let's see how to apply rotations step-by-step. We will focus on rotations about the origin, as it is the most common centre of rotation in coordinate geometry.
Example 1: Rotating a Single Point
Rotate the point $A(3, 2)$ by 90° anticlockwise about the origin.
- Identify the rule: For a 90° ACW rotation, $(x, y) \rightarrow (-y, x)$.
- Apply the rule: Substitute $x = 3$ and $y = 2$ into the rule. The new $x$-coordinate is $-y = -2$. The new $y$-coordinate is $x = 3$.
- State the new coordinates: The image of point A after rotation is $A'(-2, 3)$.
Example 2: Rotating a Shape
Consider a triangle with vertices at $P(1, 1)$, $Q(4, 1)$, and $R(1, 3)$. Rotate triangle $PQR$ by 180° about the origin.
- Identify the rule: For a 180° rotation, $(x, y) \rightarrow (-x, -y)$.
- Apply the rule to each vertex:
- $P(1, 1) \rightarrow P'(-1, -1)$
- $Q(4, 1) \rightarrow Q'(-4, -1)$
- $R(1, 3) \rightarrow R'(-1, -3)$
- Plot the new points $P'$, $Q'$, and $R'$ and connect them to form the rotated triangle.
Rotations in Action: From Playgrounds to Planets
Rotations are not just abstract mathematical concepts; they are happening all around us. Understanding rotation helps explain phenomena in science, technology, and daily life.
Everyday Examples:
- Doors and Wheels: A door rotates on its hinges. The centre of rotation is the line along the hinges, and the angle of rotation is typically about 90°. A wheel rotates on its axle, its centre being the axle itself.
- Sports: A figure skater performing a spin rotates around a vertical axis through their body. A basketball spinning on a player's finger is a perfect demonstration of rotation around a centre point.
- Art and Design: The mesmerizing patterns of a kaleidoscope are created by the rotation of colored pieces of glass between mirrors. Many logos and symbols, like the recycling symbol, exhibit rotational symmetry.
Scientific and Technological Applications:
- Astronomy: The Earth rotates on its axis approximately once every 24 hours, causing the cycle of day and night. The Moon rotates on its axis as it orbits the Earth, which is why we always see the same side of it.
- Engineering: Gears in a machine transfer motion and force through rotation. The blades of a wind turbine rotate to convert wind energy into electrical energy.
- Computer Graphics: Every 3D animation, video game, and simulation uses rotation matrices to turn and orient objects in a virtual space. When you play a game and your character turns around, a rotation transformation is being calculated in real-time.
Common Mistakes and Important Questions
Q: What is the difference between rotation and revolution?
Q: A common mistake is confusing the direction of rotation or misapplying the coordinate rules. How can I avoid this?
A: This is very common! Here are two tips:
- Use a Visual Aid: Draw a simple "+" sign on your paper. This is your coordinate axes. Mentally rotate this "+" 90° anticlockwise. Notice how the top part (positive y-axis) becomes the left part (negative x-axis)? This visual confirms the rule $(x, y) \rightarrow (-y, x)$.
- Check One Point: Pick a simple point that is not on an axis, like $(1, 2)$. Apply the rule and see if the new location makes sense. For a 90° CW rotation, the rule is $(x, y) \rightarrow (y, -x)$. So $(1, 2)$ should go to $(2, -1)$, which is in the lower-right quadrant, which aligns with a clockwise turn from the upper-right quadrant.
Q: Does the centre of rotation always have to be at the origin (0, 0) on a graph?
Footnote
[1] Congruent: In geometry, two figures are congruent if they have the same size and shape. One can be transformed into the other by a series of rigid motions (rotations, reflections, translations).
[2] Translate: A translation is a geometric transformation that moves every point of a figure or space by the same distance in a given direction. It is often called a "slide".
