Andromeda
Note

Translations in Geometry

Definition

A translation (or “slide”) moves every point of a figure the same distance in the same direction. It does not rotate, flip, or resize the figure.

Why It Matters

Translations are the simplest transformation, representing ‘pure movement’ without distortion. They are the basis for vector addition and the mathematical description of motion in space, providing the fundamental ‘shift’ needed to align different coordinate systems.

Core Concepts

  • Algebraic Rule: A translation by aa units horizontally and bb units vertically is defined by: P(x,y)P(x+a,y+b)P(x, y) \to P'(x + a, y + b)
    • How to read: “The point P with coordinates x and y maps to the point P prime with coordinates x plus a and y plus b.”
    • Meaning: Shifts the entire coordinate system by a fixed vector; a>0a > 0 shifts right, b>0b > 0 shifts up.
  • Isometry (Rigid Motion): Translations preserve lengths, angle measures, and parallelism. The image is always congruent to the pre-image.
  • Vector Representation: Every translation can be defined by a translation vector v=a,b\vec{v} = \langle a, b \rangle.
  • Composition: Multiple translations can be combined by adding their vectors: TuTv=Tu+vT_{\vec{u}} \circ T_{\vec{v}} = T_{\vec{u}+\vec{v}}.
  • Commutativity: Unlike most transformations, translations are commutative; the order of application does not affect the final position.

Connected Concepts