Translation Math Example 5

Follow the full solution, then compare it with the other examples linked below.

Example 5

hard
A square with vertices (1,1)(1,1), (3,1)(3,1), (3,3)(3,3), (1,3)(1,3) is translated so that the bottom-left corner moves to (0,0)(0, 0). Find the new vertices and the translation vector.

Solution

  1. 1
    Step 1: The bottom-left corner (1,1)(1,1) must go to (0,0)(0,0). Translation vector =(0โˆ’1,ย 0โˆ’1)=(โˆ’1,โˆ’1)= (0-1,\ 0-1) = (-1,-1).
  2. 2
    Step 2: Apply (โˆ’1,โˆ’1)(-1,-1) to all vertices: (1,1)โ†’(0,0)(1,1)\to(0,0); (3,1)โ†’(2,0)(3,1)\to(2,0); (3,3)โ†’(2,2)(3,3)\to(2,2); (1,3)โ†’(0,2)(1,3)\to(0,2).
  3. 3
    Step 3: New square: (0,0),(2,0),(2,2),(0,2)(0,0), (2,0), (2,2), (0,2).

Answer

Translation vector (โˆ’1,โˆ’1)(-1,-1); new vertices: (0,0),(2,0),(2,2),(0,2)(0,0), (2,0), (2,2), (0,2).
When repositioning a figure so one specific point lands on a target, compute the translation vector from that point to the target, then apply it uniformly to all vertices. The shape, size, and orientation of the square are all unchanged.

About Translation

A rigid transformation that slides every point of a figure the same distance in the same direction.

Learn more about Translation โ†’

More Translation Examples