Similarity, Vectors, Transformations
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 Similarity, Transformations, and Vector Geometry
Geometry is the language of shapes, scale, and movement. Whether scaling up architectural plans for the iconic Britam Tower in Nairobi or calculating the vector flight path of a cargo drone across the Great Rift Valley, understanding how shapes scale, rotate, and translate is essential.
Interactive Geometry Lab: Scale & Vector Shift
Adjust the scale factor \(k\) and translation vector \(\mathbf{t} = (t_x, t_y)\) to observe how the original triangle (blue) transforms into the image (orange).
(a) Similarity vs Congruence
Two geometric figures are similar if they share identical angles and their corresponding side lengths are proportional by a common scale factor \(k\). If \(k = 1\), they are congruent (identical in size and shape).
Core Analogy: Think of a smartphone camera zoom. Zooming in multiplies every linear distance on screen by \(k\), while the relative shapes and angles remain perfectly unaltered.
(b) The Area and Volume Scaling Laws
When all linear lengths scale by \(k\):
- Perimeter and Lengths scale linearly by \(k\).
- Surface Area scales by \(k^2\) because area is two-dimensional (length \(\times\) width).
- Volume scales by \(k^3\) because volume is three-dimensional.
(c) Vectors as Directed Displacements
A vector \(\mathbf{v} = \begin{pmatrix} x \\ y \end{pmatrix}\) describes a shift of \(x\) units horizontally and \(y\) units vertically. Unlike scalar quantities (like distance or temperature), vectors encapsulate both magnitude (length) and direction.
Key Formulas
1. Length Scale Factor (\(k\))
\[ k = \frac{\text{Image Side Length}}{\text{Original Side Length}} = \frac{A'B'}{AB} \]Corresponding sides of similar shapes are strictly proportional.
2. Area Scale Factor
\[ \text{Area}_{\text{image}} = k^{2} \times \text{Area}_{\text{original}} \]If length doubles (\(k=2\)), area quadruples (\(k^2=4\)).
3. Volume Scale Factor
\[ \text{Volume}_{\text{image}} = k^{3} \times \text{Volume}_{\text{original}} \]If length doubles (\(k=2\)), volume becomes 8 times larger (\(k^3=8\)).
4. Vector Magnitude & Addition
\[ |\mathbf{v}| = \sqrt{v_{x}^{2} + v_{y}^{2}} \] \[ \mathbf{u} + \mathbf{v} = \begin{pmatrix} u_x \\ u_y \end{pmatrix} + \begin{pmatrix} v_x \\ v_y \end{pmatrix} = \begin{pmatrix} u_x + v_x \\ u_y + v_y \end{pmatrix} \]Vector addition operates component-wise; magnitude uses Pythagoras' Theorem.
5. Standard Geometric Transformations
- Translation by \(\mathbf{t} = \begin{pmatrix} a \\ b \end{pmatrix}\): \((x, y) \rightarrow (x+a, y+b)\)
- Enlargement by scale factor \(k\) from origin \((0,0)\): \((x, y) \rightarrow (kx, ky)\)
- Rotation \(90^{\circ}\) clockwise about origin: \((x, y) \rightarrow (y, -x)\)
- Rotation \(90^{\circ}\) anticlockwise about origin: \((x, y) \rightarrow (-y, x)\)
- Rotation \(180^{\circ}\) about origin: \((x, y) \rightarrow (-x, -y)\)
Worked Examples
Example 1 (Easy): Finding Missing Lengths in Similar Triangles
Problem: Triangle \(ABC\) is similar to triangle \(DEF\). In \(ABC\), side \(AB = 6\text{ cm}\) and side \(BC = 8\text{ cm}\). The corresponding side in \(DEF\) is \(DE = 9\text{ cm}\). Find the length of side \(EF\).
- Find the linear scale factor (\(k\)): \[ k = \frac{DE}{AB} = \frac{9}{6} = 1.5 \]
- Calculate corresponding length \(EF\): \[ EF = BC \times k = 8 \times 1.5 = 12\text{ cm} \]
- Answer: \(EF = 12\text{ cm}\).
Example 2 (Medium): Vector Addition and Magnitude
Problem: A ship sets out from Mombasa with displacement vector \(\mathbf{a} = \begin{pmatrix} 6 \\ -2 \end{pmatrix}\) km, and then encounters a sea current displacement \(\mathbf{b} = \begin{pmatrix} -2 \\ 5 \end{pmatrix}\) km. Find the resultant position vector and its total distance from Mombasa.
- Compute resultant vector: \[ \mathbf{r} = \mathbf{a} + \mathbf{b} = \begin{pmatrix} 6 + (-2) \\ -2 + 5 \end{pmatrix} = \begin{pmatrix} 4 \\ 3 \end{pmatrix} \]
- Calculate magnitude (straight-line distance): \[ |\mathbf{r}| = \sqrt{4^2 + 3^2} = \sqrt{16 + 9} = \sqrt{25} = 5\text{ km} \]
- Answer: Resultant vector is \(\begin{pmatrix} 4 \\ 3 \end{pmatrix}\) and distance is \(5\text{ km}\).
Example 3 (Hard): Area Scaling & Composite Transformation
Problem: A plot of land modeled as triangle \(P\) with coordinates \((0,0)\), \((4,0)\), and \((0,6)\) has area \(12\text{ m}^2\). The plot is enlarged by a scale factor \(k = 3\) centered at the origin, followed by a translation by vector \(\mathbf{t} = \begin{pmatrix} -5 \\ 8 \end{pmatrix}\). Find the area of the transformed plot and the new coordinates of vertex \((4,0)\).
- Determine the transformed area: \[ \text{New Area} = \text{Original Area} \times k^2 = 12 \times 3^2 = 12 \times 9 = 108\text{ m}^2 \] Note: Translation does not alter area.
- Apply enlargement to vertex \((4,0)\): \[ (4, 0) \rightarrow (4 \times 3, 0 \times 3) = (12, 0) \]
- Apply translation \(\begin{pmatrix} -5 \\ 8 \end{pmatrix}\): \[ (12 - 5, 0 + 8) = (7, 8) \]
- Answer: Area is \(108\text{ m}^2\), new vertex position is \((7, 8)\).
Common Mistakes
Real World
Transformations and vector geometry are the cornerstone of modern engineering and digital infrastructure across Africa:
1. Surveying the Konza Technopolis
Civil engineers and architects use precise 1:500 scale models to design master plans. If a rainwater drainage pond on the map has an area of \(24\text{ cm}^2\), the actual pond area on the ground is \(24 \times 500^2 = 6{,}000{,}000\text{ cm}^2 = 600\text{ m}^2\).
2. Drone Navigation & Aviation
Medical delivery drones operating in rural clinics compute their actual flight path using vector sums: \(\mathbf{v}_{\text{actual}} = \mathbf{v}_{\text{drone}} + \mathbf{v}_{\text{wind}}\). If the drone flies heading east at \(15\text{ m/s}\) \(\begin{pmatrix} 15 \\ 0 \end{pmatrix}\) and a crosswind blows north at \(8\text{ m/s}\) \(\begin{pmatrix} 0 \\ 8 \end{pmatrix}\), the drone's ground speed is \(\sqrt{15^2 + 8^2} = 17\text{ m/s}\).
3. African Art and Textile Geometry
Traditional Kitenge and Kanga fabric patterns utilize repeating transformations—translations, glide reflections, and rotations—to generate infinite intricate, symmetrical decorative motifs.
Practice