Rotation
Interactive curriculum lessons, worked examples, and geometric problem-solving techniques designed to help Kenyan students master CBC, KPSEA, KCSE, and IGCSE mathematics.
First Principles
Objective: Master the transformation of rotating 2D points and shapes about the origin or any arbitrary centre point by a specified angle and direction.
Intuition: Imagine the Lake Turkana wind turbines. As a blade spins around its central hub, the blade length never stretches or shrinks, and the hub stays completely fixed. Every single point on the blade sweeps out an arc of a circle. The fixed hub is the centre of rotation, and the degree of turn is the angle of rotation.
1. Core Properties of a Rotation
- Isometry (Rigid Motion): Distances and angles are preserved. The image is congruent to the object.
- Centre of Rotation: The unique invariant point that does not change position during the turn.
- Direction: By standard convention in mathematics:
- Anticlockwise (Counter-Clockwise): Positive angle (\(+\theta\)).
- Clockwise: Negative angle (\(-\theta\)).
2. Geometric Breakdown
For any point \(P(x,y)\) at distance \(r\) and angle \(\alpha\) from the origin: \[ x = r\cos\alpha, \quad y = r\sin\alpha \] Rotating by angle \(\theta\) produces a new angle \(\alpha + \theta\): \[ x' = r\cos(\alpha + \theta) = r(\cos\alpha\cos\theta - \sin\alpha\sin\theta) = x\cos\theta - y\sin\theta \] \[ y' = r\sin(\alpha + \theta) = r(\sin\alpha\cos\theta + \cos\alpha\sin\theta) = x\sin\theta + y\cos\theta \]
Key Formulas
1. Standard Rotations About the Origin \((0,0)\):
- \(90^{\circ}\) Anticlockwise (or \(270^{\circ}\) Clockwise): \[ (x, y) \mapsto (-y, x) \]
- \(180^{\circ}\) (Clockwise or Anticlockwise): \[ (x, y) \mapsto (-x, -y) \]
- \(270^{\circ}\) Anticlockwise (or \(90^{\circ}\) Clockwise): \[ (x, y) \mapsto (y, -x) \]
- \(360^{\circ}\) Full Turn: \[ (x, y) \mapsto (x, y) \]
2. General Rotation Formula About Origin by Angle \(\theta\):
\[ x' = x\cos\theta - y\sin\theta \] \[ y' = x\sin\theta + y\cos\theta \]Note: Use \(+\theta\) for anticlockwise and \(-\theta\) for clockwise.
3. Rotation About Any Arbitrary Centre \((h, k)\):
- Translate centre to origin: \(x_{\text{rel}} = x - h\), \(y_{\text{rel}} = y - k\).
- Apply rotation to the relative coordinates.
- Translate back: add \(h\) to \(x'\) and \(k\) to \(y'\). \[ x' = h + (x-h)\cos\theta - (y-k)\sin\theta \] \[ y' = k + (x-h)\sin\theta + (y-k)\cos\theta \]
Worked Examples
- Recall the transformation rule: For a \(90^{\circ}\) anticlockwise rotation about \((0,0)\), the rule is \((x, y) \mapsto (-y, x)\).
- Substitute coordinates: Here \(x = 5\) and \(y = -2\).
- Calculate image: \[ x' = -(-2) = 2 \] \[ y' = 5 \]
- Result: \(A'(2, 5)\).
- Step 1 (First rotation of \(180^{\circ}\)): The rule is \((x, y) \mapsto (-x, -y)\). \[ P(4, 7) \mapsto P_1(-4, -7) \]
- Step 2 (Second rotation of \(90^{\circ}\) clockwise): Rotating \(90^{\circ}\) clockwise is equivalent to \(270^{\circ}\) anticlockwise, with mapping \((x, y) \mapsto (y, -x)\). \[ x_2 = y_1 = -7 \] \[ y_2 = -x_1 = -(-4) = 4 \]
- Combined check: Total rotation is \(180^{\circ} - 90^{\circ} = +90^{\circ}\) anticlockwise: \((4,7) \mapsto (-7, 4)\). Both methods match.
- Result: \((-7, 4)\).
- Shift relative to centre \(C(h,k) = (2,2)\): \[ x_{\text{rel}} = x - h = 5 - 2 = 3 \] \[ y_{\text{rel}} = y - k = 6 - 2 = 4 \]
- Apply \(90^{\circ}\) anticlockwise rotation to relative point: \[ x'_{\text{rel}} = -y_{\text{rel}} = -4 \] \[ y'_{\text{rel}} = x_{\text{rel}} = 3 \]
- Shift back to actual plane: \[ x' = h + x'_{\text{rel}} = 2 + (-4) = -2 \] \[ y' = k + y'_{\text{rel}} = 2 + 3 = 5 \]
- Result: \(B'(-2, 5)\).
Common Mistakes
Real World
Practice