Question:

Let \( T : \mathbb{R}^2 \to \mathbb{R}^2 \) be a linear transformation defined by \[ T((1, 2)) = (1, 0) \quad \text{and} \quad T((2, 1)) = (1, 1). \] For \( p, q \in \mathbb{R} \), let \( T^{-1}((p, q)) = (x, y) \). Which of the following statements is TRUE?

Show Hint

When working with linear transformations, express the output as a linear combination of known vectors, and solve for the coefficients to find the inverse.
Updated On: Dec 4, 2025
  • \( x = p - q; \quad y = 2p - q \)
  • \( x = p + q; \quad y = 2p - q \)
  • \( x = p + q; \quad y = 2p + q \)
  • \( x = p - q; \quad y = 2p + q \)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

We are given that \( T((1, 2)) = (1, 0) \) and \( T((2, 1)) = (1, 1) \). To find the inverse of \( T \), we first express the vector \( (p, q) \) as a linear combination of the vectors \( (1, 2) \) and \( (2, 1) \). Let: \[ \begin{pmatrix} p \\ q \end{pmatrix} = a \begin{pmatrix} 1 \\ 2 \end{pmatrix} + b \begin{pmatrix} 2 \\ 1 \end{pmatrix}. \] This gives the system of equations: \[ p = a + 2b \quad \text{and} \quad q = 2a + b. \] Solving for \( a \) and \( b \) in terms of \( p \) and \( q \), we obtain: \[ a = p + q \quad \text{and} \quad b = 2p - q. \] Thus, \( x = p + q \) and \( y = 2p - q \), which corresponds to option (B). Thus, the correct answer is (B).
Was this answer helpful?
0
0

Questions Asked in GATE MA exam

View More Questions