Found a typo? Is this solution unclear? Let us know here. Please rate my easiness! It's quick and helps everyone guide their studies.
Computational Solution:
This question can of course also be solved computationally in terms of transformation matrices if one were so inclined. We will present this solution now as an exercise to those wishing to improve their understanding of linear transformations and also to appease the worries of those who struggle with understanding the conceptual framework in the previous solutions.
For the purposes of short form we will denote the following matrices
-the matrix corresponding to the transformation .
-the matrix corresponding to the transformation .
-the matrix corresponding to the transformation .
Recall that to obtain transformation matrices we take as the columns, the transformations on the basis vectors. Therefore, the first column would represent the transformation on the basis vector in the x-direction.
Rotation Matrix:
Consider rotating the vector by a counter-clockwise angle . Since [1,0] has magnitude 1 then the new vector u can be written in component form as

and therefore this is the first column of . We choose counter-clockwise angles to be consistent with measuring angles from the positive x-axis towards the positive y-axis. If we rotate the y-basis [0,1] by the same angle we'd get a vector v (which also has magnitude 1),

Note the negative sign in the x-component comes from the counter-clockwise rotation of [0,1] into the negative-x, positive-y quadrant. Therefore we see that the rotation matrix can be written as,

Reflection Matrix:
To formulate the reflection matrix we will think of it in terms of rotation. We want to reflect the basis vectors around a vector called the reflector, that makes an angle with the x-axis. Recall that reflection is angle preserving so whatever angle the reflector makes with the original vector it must maintain that same angle with the new vector but in the opposite direction. For example if an initial vector is clockwise from the reflector than the new vector will be counter-clockwise from the reflector. The basis vector [1,0] is, by definition of the reflector, at a clockwise angle of from the reflector. Therefore the new vector must be an angle of counter-clockwise from the reflector or from the positive x-axis. Therefore we can consider reflecting [1,0] the same as rotating it by . Therefore the new vector u is

where once again the magnitude is 1 because the vector [1,0] has magnitude 1. Now the vector [0,1] makes an angle of clockwise from the y-axis with the reflector. Therefore the new vector v must be an angle of clockwise from the y-axis. However, we require that we measure angles from the positive x-axis and thus v makes an angle of

with the positive x-axis. Therefore we can think of v as a rotation from the x-axis of . Now recall that

Therefore we can write,

so that the reflection matrix can be written as

Projection:
For the projection operator, we want to have an initial vector get projected onto a vector that makes an angle with the x-axis. Therefore, if we know immediately that the resultant vector u can be written as,

We also need to recall that the formula for projecting some vector v onto another vector w is

Now, if we call the basis vector [1,0], i, then we have,

Similarly, for the other basis vector, [0,1], which we call j, we get,

Therefore, the projection matrix is,

Now that we have the transformation matrices, we can answer the questions.
(a) :
This is equivalent to

where we have required the identity . Notice, this is indeed an identity matrix.
(b) :
This is equivalent to

where we have taken advantage of the odd and even properties of and . Notice this is and identity matrix.
(c) :
This is equivalent to

which is not an identity matrix.
(d) :
This is equivalent to
where we have used trig identities to simplify the argument . This is not an identity matrix.
(e) :
This is equivalent to

which is not an identity matrix. Therefore, we conclude, like before, that only (a) and (b) are equivalent to an identity matrix.
|