A translation moves a point without changing its shape, size, or orientation. You only shift the point by the vector’s horizontal and vertical components.
Make sure each coordinate changes in the correct direction. If the vector is ((0, b)), only the vertical coordinate should change. If the vector is ((a, 0)), only the horizontal coordinate should change.
If a point ((x, y)) is translated by ((a, b)), the result is ((x+a, y+b)). Always verify the signs before simplifying your answer.
© 2023-2026 AI MATH COACH