Question:

Transformation matrix to translate a point P from (10, 15) to (15, 25) is

Show Hint

To translate a point in a 2D plane, the transformation matrix includes the change in coordinates along the x and y axes as translation terms.
Updated On: Sep 4, 2025
  • \[ \begin{bmatrix} 1 & 0 & 5 \\ 0 & 1 & 10 \\ 0 & 0 & 1 \end{bmatrix} \]
  • \[ \begin{bmatrix} 1 & 0 & 10 \\ 0 & 1 & 5 \\ 0 & 0 & 1 \end{bmatrix} \]
  • \[ \begin{bmatrix} 5 & 0 & 0 \\ 0 & 10 & 0 \\ 0 & 0 & 1 \end{bmatrix} \]
  • \[ \begin{bmatrix} 10 & 0 & 0 \\ 0 & 5 & 0 \\ 0 & 0 & 1 \end{bmatrix} \]
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

- To find the translation matrix, we need to move the point from $(10, 15)$ to $(15, 25)$. The change in coordinates is $(\Delta x, \Delta y) = (15-10, 25-15) = (5, 10)$.
- The translation matrix to shift a point by $(\Delta x, \Delta y)$ is \[ \begin{bmatrix} 1 & 0 & \Delta x \\ 0 & 1 & \Delta y \\ 0 & 0 & 1 \end{bmatrix} = \begin{bmatrix} 1 & 0 & 5 \\ 0 & 1 & 10 \\ 0 & 0 & 1 \end{bmatrix}. \] Thus, the correct answer is (A).
Was this answer helpful?
0
0

Top Questions on Industrial and Production

View More Questions

Questions Asked in GATE PI exam

View More Questions