Transformations — translation, reflection, rotation, enlargement (basic)
Overview
Transformations are operations that move, flip, turn, or resize shapes while preserving certain properties. They're the foundation of symmetry, graphics, and understanding how objects relate in space.

Core Concepts
[!intuition] Why Transformations Matter
Think of transformations as instructions for moving a shape. Imagine you have a photo: translation slides it to a new position, reflection flips it like a mirror, rotation spins it around a point, and enlargement makes it bigger or smaller. Each transformation has rules that determine what stays the same (like angles or shape) and what changes (like position or size).
Understanding transformations lets you:
- Predict where shapes will land after movement
- Recognize patterns and symmetry
- Navigate coordinate geometry
- Build intuition for vectors and matrices later
[!definition] The Four Basic Transformations
-
Translation: Sliding every point of a shape the same distance in the same direction
- Described by a vector where = horizontal shift, = vertical shift
- Shape, size, and orientation unchanged
-
Reflection: Flipping a shape over a mirror line
- Each point maps to its mirror image equidistant from the line
- Shape and size unchanged, orientation reversed
-
Rotation: Turning a shape around a fixed center by an angle
- Needs: center point, angle (°), direction (clockwise/anticlockwise)
- Shape and size unchanged, position orientation change
-
Enlargement: Scaling a shape from a center by a scale factor
- Scale factor → bigger; → smaller; → same size
- Shape unchanged, size changes (unless ), position changes (unless center is on the shape)
Derivations & Formulas
[!formula] Translation Vector
What it does: Moves point by adding shifts
If we translate by vector :
Why this formula?
- Horizontal shift: units right (positive) or left (negative)
- Vertical shift: units up (positive) or down (negative)
- Every point moves the same amount → shape slides as a rigid unit
Derivation from scratch: Translation means "every point moves by the same displacement." If the displacement is horizontally and vertically, then:
- Original point:
- Add horizontal displacement:
- Add vertical displacement:
- Result:
[!formula] Reflection Across x-axis
What it does: Flips points over the -axis (horizontal line )
Why this works?
- The -coordinate stays the same (no horizontal movement)
- The -coordinate flips sign (point moves to opposite side of axis)
- Distance from axis preserved: if point is units above, image is units below
Derivation: The -axis is the line . To reflect :
- The perpendicular distance from to the axis is
- The reflected point must be the same distance on the opposite side
- If original (above axis), reflected (below axis) and
- Therefore , and (no horizontal shift)
Other common reflections:
- y-axis :
- Line : — swap coordinates
- Line : — swap and negate
Why swaps coordinates? The line is diagonal. A point is 2 units below the line; its reflection is 2 units above. Geometrically, reflecting across exchanges the roles of and .
[!formula] Rotation Around Origin
What it does: Spins point around by angle anticlockwise
Expanded:
Why this formula?
Think of in polar coordinates: distance from origin, angle from positive -axis.
- Original: ,
- After rotating by , new angle is
- New coordinates:
Common angles:
- 90° anticlockwise: — because ,
- 180°: — because ,
- 270° anticlockwise (= 90° clockwise):
[!formula] Enlargement from Center
What it does: Scales shape by factor from center
Expanded:
Why this formula?
- Find displacement vector from center to point:
- Scale this displacement by :
- Add back the center:
Intuition:
- If , the point moves twice as far from the center
- If , it moves halfway toward the center
- If , point stays put (no enlargement)
- If center is origin : simply
Special case — Origin as center:
Why area scales by ? If you enlarge by factor , every linear dimension multiplies by . Area = length × width, so area multiplies by .
Worked Examples
[!example] Example 1: Translation
Problem: Translate triangle with vertices , , by vector .
Solution: Apply to each vertex:
Why this step? Each coordinate shifts by the vector components: +2 horizontally (right), -3 vertically (down).
Check: The shape has moved but not changed size or orientation. Side length before: . After: . ✓
[!example] Example 2: Reflection in x-axis
Problem: Reflect point in the -axis.
Solution: Use :
Why? The -axis is . Point is 5 units above; must be 5 units below. The -coordinate doesn't change because reflection is vertical flip.
Check: Distance from to axis = . Distance from to axis = . ✓
[!example] Example 3: Rotation 90° anticlockwise around origin
Problem: Rotate point by 90° anticlockwise around origin.
Solution: Use :
Why this step?
- At 90°: ,
Visual check: Original point in1st quadrant (right, up). After 90° anticlockwise rotation, it's in 2nd quadrant (left, up). ✓
Alternative: Distance from origin: . After rotation, distance is still . ✓
[!example] Example 4: Enlargement scale factor 2, center (1, 1)
Problem: Enlarge point with center and scale factor .
Solution: Use , :
- Displacement from center:
- Scale displacement:
- Add center:
Answer:
Why this step? The point was 2 units right and 1 unit up from center. After doubling, it's 4 units right and 2 units up from center.
Check: Distance from center to : . Distance to : . Exactly doubled. ✓
[!example] Example 5: Combined transformation
Problem: Point is reflected in the -axis, then translated by . Where does it end up?
Solution:
Step 1 — Reflection in y-axis:
Why? The -axis is . Point is 2 units right; image is 2 units left.
Step 2 — Translation:
Why? Add vector components: +1 horizontally, -2 vertically.
Final answer:
Important: Order matters! Reflection then translation ≠ translation then reflection.
Common Mistakes
[!mistake] Mistake 1: Translation vs. Enlargement from origin
Wrong thinking: "Translation and enlargement from origin both move the point, so they're similar."
Why it feels right: Both involve coordinate arithmetic and seem to change position.
The fix:
- Translation: Every point moves by the same fixed vector → shape slides intact
- Enlargement: Points move different amounts depending on distance from center → shape grows/shrinks
For translation by : and — both shifted by .
For enlargement from origin: and — farther points move more.
Steel-man: The confusion arises because both use addition/multiplication. But translation is constant displacement, enlargement is proportional scaling.
[!mistake] Mistake 2: Reflection across is just ?
Wrong claim: "Any reflection swaps coordinates."
Why it feels right: The reflection does swap, so students generalize.
The fix: Only and swap coordinates. Reflections in axes do NOT swap:
- -axis: — no swap
- -axis: — no swap
Why is special: It's a diagonal line. Swapping and is geometrically equivalent to reflecting across that diagonal. For other lines, the formula is more complex.
Steel-man: Students see the pattern-matching shortcut for and over-apply it.
[!mistake] Mistake 3: Rotation formula for 90° clockwise
Wrong answer: for90° clockwise.
Why it feels right: Looks similar to reflection in .
The fix:
- 90° anticlockwise:
- 90° clockwise:
Check with example: on positive -axis.
- 90° anticlockwise → on positive -axis ✓
- 90° clockwise → on negative -axis ✓
Swapping to is anticlockwise, not clockwise.
Steel-man: The notation looks symmetric, so students confuse the two directions. Remember: clockwise is "opposite" rotation, so one coordinate negates.
[!mistake] Mistake 4: Enlargement with negative scale factor
Question: What happens if ?
Common error: "It just makes the shape smaller."
The fix:
- : enlargement (bigger)
- : reduction (smaller)
- : identity (no change)
- : enlargement and rotation180° around center
For from origin: — the shape doubles in size AND flips to opposite side.
Why? The negative sign reverses direction from center, while scales the distance.
Steel-man: Students focus on the magnitude and ignore the sign's geometric meaning.
Active Recall
[!recall]- Explain to a12-year-old
Imagine you're playing with a toy car on a table:
Translation is sliding the car across the table — it moves but doesn't spin or change size. You could write instructions like "move3 squares right and 2 squares forward."
Reflection is putting a mirror next to the car — the mirror car looks identical but reversed, like your left hand becomes a right hand in the mirror.
Rotation is spinning the car around a point — maybe you hold one wheel fixed and turn the car. It faces a different direction but it's still the same car.
Enlargement is like taking a photo of the car and zoming in or out. The car gets bigger or smaller, but the shape stays the same. If you zoom from a point that's not the center of the car, the car also moves.
Each transformation has rules: translation needs a direction and distance, reflection needs a mirror line, rotation needs a center point and angle, enlargement needs a center and a zoom factor (scale factor).
[!mnemonic] TREE for Transformations
Translation: Teleport with vector (slides)
Reflection: Reverse in mirror (flips)
Rotation: Revolve around center (spins)
Enlargement: Expand from center (scales)
For reflection lines:
- X-axis: "X stays, Y dies" →
- Y-axis: "Y stays, X exits" →
- Y=X: "Swap" →
Connections
- Vectors — translations are vector additions
- Coordinate Geometry — transformations map between coordinates
- Symmetry — reflections and rotations create symmetric patterns
- Similar Triangles — enlargement creates similar shapes
- Matrices — transformations can be represented as matrix operations
- Trigonometry — rotation formulas use sin/cos
- Congruence — translation, reflection, rotation preserve congruence
- Distance Formula — check distances are preserved in rigid transformations
- Inverse Functions — each transformation has an inverse (e.g., translate back)
#flashcards/maths
What is a translation? :: A transformation that slides every point of a shape by the same fixed vector, preserving shape, size, and orientation.
What is a reflection?
What is a rotation?
What is an enlargement? :: A transformation that scales a shape from a center by a scale factor , preserving shape but changing size (unless ).
Translation by vector maps to?
Reflection in the -axis maps to?
Reflection in the -axis maps to?
Reflection in line maps to?
90° anticlockwise rotation around origin maps to?
90° clockwise rotation around origin maps to?
180° rotation around origin maps to?
Enlargement with scale factor from origin maps to?
Enlargement with scale factor from center maps to?
What transformations preserve size and shape?
What transformation changes size but preserves shape?
If a shape has area and is enlarged by scale factor , what is the new area?
What does a negative scale factor in enlargement do?
What information is needed to describe a translation?
What information is needed to describe a reflection?
What information is needed to describe a rotation? :: The center point, angle, and direction (clockwise/anticlockwise).
What information is needed to describe an enlargement? :: The center point and the scale factor .
In rotation formula , what is ?
Why does reflection in swap coordinates?
What is the inverse of translation by ?
What is the inverse of rotation by anticlockwise?
What is the inverse of enlargement by scale factor from center ?
What is the inverse of reflection in a line?
What happens when you apply the same translation twice?
What is a rigid transformation (isometry)?
Concept Map
Hinglish (regional understanding)
Intuition Hinglish mein samjho
Hinglish (regional understanding)
Intuition Hinglish mein samjho
Chalo isko simple tarike se samajhte hain. Transformations ka matlab hai ek shape ko move, flip, ghumana, ya uska size badalna. Char basic types hain — translation matlab shape ko slide karna (jaise photo ko table pe khisukana), reflection matlab mirror ki tarah ulta karna, rotation matlab kisi point ke around ghumana, aur enlargement matlab shape ko bada ya chhota karna. Har transformation ke apne rules hain jo batate hain ki kya same rehta hai (jaise angles ya shape) aur kya change hota hai (jaise position ya size). Ye concept isliye important hai kyunki geometry, computer graphics, aur symmetry sab yahi se aate hain.
Ab formulas ka intuition dekho — yeh rattne wali cheez nahi hai, logic se aate hain. Translation mein agar tum vector se move karte ho, toh naya point simply ho jaata hai — matlab har point ko utna hi shift kar do. Reflection ke case mein, jaise x-axis pe flip karo toh banjaata hai , kyunki x same rehta hai par y ka sign palat jaata hai (upar wala point neeche chala jaata hai, same distance pe). Aur line pe reflect karo toh coordinates swap ho jaate hain, kyunki yeh diagonal line x aur y ka role exchange kar deti hai.
Yeh cheez isliye matter karti hai kyunki aage chalke jab tum vectors aur matrices padhoge, toh yahi transformations base banenge — jaise rotation ka formula ek matrix se aata hai. Agar aaj tum yeh intuition pakad loge ki kaun sa transformation kya preserve karta hai aur kya badalta hai, toh coordinate geometry ke bade sawaal bhi tumhein easy lagenge. So basic idea yaad rakho: har transformation ek instruction hai shape ko move karne ki, aur uska ek clear rule hota hai.