The translation is the isometry that moves every point of the plane by the same amount and in the same direction, described by a vector.

Definition — Translation

Given a vector v=(a;b)\vec{v} = (a;b), the translation by vector v\vec{v} is the transformation Tv: (x;y)(x;y)=(x+a; y+b).T_{\vec{v}}:\ (x;y) \mapsto (x';y') = (x + a;\ y + b).

Property — Effect on curves

Given a curve of equation f(x,y)=0f(x,y) = 0, the equation of the curve translated by vector (a;b)(a;b) is obtained by replacing xx with xax-a and yy with yby-b in the original equation: f(xa, yb)=0.f(x-a,\ y-b) = 0. The “minus” is counterintuitive but correct: if we translate every point of the curve to the right by aa, a new point (x;y)(x';y') belongs to the translated curve if and only if its “ancestor” (xa; yb)(x'-a;\ y'-b) belongs to the original curve.

Example

The parabola y=x2y = x^2 translated by (+3;1)(+3;-1) becomes y+1=(x3)2y + 1 = (x-3)^2, that is y=(x3)21=x26x+8.y = (x-3)^2 - 1 = x^2 - 6x + 8. The vertex moves from (0;0)(0;0) to (3;1)(3;-1), as expected.

Topics: Plane transformations
Concepts: Parabola · Translation · Vector
Methods: Isometric transformations
Skills: Analytic geometry · Sketching a graph