What is a translation?

What is a translation?

A translation is basically when we move a graph (without changing its shape).

We can represent a translation using a vector of coordinates, where the top number represents the movement in the x direction, and the bottom number represents the movement in the y direction.

For example, the vector \begin{pmatrix}3 \\ -2\end{pmatrix} means we move 3 units to the right (positive x direction) and 2 units down (negative y direction).

Equation of a translated graph

If we have a function y = f(x), and we translate it using the vector \begin{pmatrix}a \\ b\end{pmatrix}, the equation of the translated graph will be: y = f(x - a) + b

This means we subtract a from x inside the function, and add b to the whole function.

The way to remember this is:

There’s an easier way to think of this, though:

Using this, a translation of \begin{pmatrix}a \\ b\end{pmatrix} would give us y - b = f(x - a), which rearranges to the same equation as above: y = f(x - a) + b.

Example: find the equation of the graph y=4x + 1 translated by \begin{pmatrix}-2 \\ 3\end{pmatrix}