CBSEGrade 12MathematicsMatrices

Matrix Transformation Puzzle?

Rahul is given a matrix transformation T: ℝ² → ℝ² defined by the matrix ┌ 1 -3 ┐ ┌ 4 2 ┐ ┌ 2 1 ┐ Where the first row represents transformation of x-axis and the second row represents transformation of y-axis. Can you describe the effect of applying transformation T on the point (a, b)?

💬 1 answers0 votes👁 81 views19 August 2026

1 Answer

🤖
AI-Assisted Answer
0

📌 CONCEPT: A matrix transformation is a linear transformation represented by a matrix that changes the position of a point in a plane, preserving the straight lines and angles.

📐 RULE / FORMULA: The effect of applying a matrix transformation T to a point (a, b) is given by the transformation matrix multiplied by the column vector representing the point.

💡 WORKED EXAMPLE: Let's apply the transformation T to the point (a, b) using the given matrix. The transformation matrix is

[ 1 -3 4 2 ]

To find the new coordinates (x', y'), we multiply the transformation matrix with the column vector [a, b]' and get:

x' = 1*a -3*b + 0*y'

y' = 4*a + 2*b + 0*y'

Thus, the new coordinates (x', y') are (a -3b, 4a + 2b).

⚠️ COMMON MISTAKE: Students often forget to multiply the transformation matrix with the column vector representing the point, leading to incorrect results.

19 Aug 26