Understanding how matrices transform vectors is crucial for competitive exams like GATE. A linear transformation matrix, when multiplied by a vector
[xy]
, shows us how the vector's components change, which in turn reveals its geometric interpretation.
Let's break down each matrix:
For P:
The matrix is
P=[1000]
. When we apply this to a vector
[xy]
:
P[xy]=[1000][xy]=[1⋅x+0⋅y0⋅x+0⋅y]=[x0]
.
Notice that the y-component becomes 0, while the x-component remains x. This means any point (x,y) is mapped to (x,0), which is a projection onto the x-axis. So, P-3.
For Q:
The matrix is
Q=[0001]
. Applying it to
[xy]
:
Q[xy]=[0001][xy]=[0⋅x+0⋅y0⋅x+1⋅y]=[0y]
.
Here, the x-component becomes 0, and the y-component remains y. This maps (x,y) to (0,y), representing a projection onto the y-axis. So, Q-4.
For R:
The matrix is
R=[1003]
. Let's see its effect on
[xy]
:
R[xy]=[1003][xy]=[1⋅x+0⋅y0⋅x+3⋅y]=[x3y]
.
The x-component stays the same (x), but the y-component is multiplied by 3 (3y). This is a stretch in the y-axis by a factor of 3. So, R-1.
For S:
The matrix is
S=[4004]
. Applying it to
[xy]
:
S[xy]=[4004][xy]=[4⋅x+0⋅y0⋅x+4⋅y]=[4x4y]
.
Both the x-component and the y-component are scaled by the same factor of 4. This is a uniform stretch in x and y-axes. So, S-2.
Combining these results, we get P-3, Q-4, R-1, S-2.