Standard Matrix of T: Horizontal Shear and Reflection Transformation Explained

  • Thread starter Thread starter flyingpig
  • Start date Start date
  • Tags Tags
    Stuck
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
flyingpig
Messages
2,574
Reaction score
1

Homework Statement



Find the standard matrix of T

[tex]T: \mathbb{R}^2 \to \mathbb{R}^2[/tex] first performs a horizontal shear tha transforms e2 into e2 - 2e1 (leaving e1) unchanged) and then reflects points through the line x2 = x1



The Attempt at a Solution



[tex]e_1 = \begin{bmatrix}<br /> 1\\ <br /> 0<br /> \end{bmatrix}[/tex]

[tex]e_2 = \begin{bmatrix}<br /> 0\\<br /> 1<br /> \end{bmatrix}[/tex]

[tex]e_2 - 2e_1 = \begin{bmatrix}<br /> 2\\<br /> 1<br /> \end{bmatrix}[/tex]

[tex]A= \begin{bmatrix}<br /> -2 & 1 \\ <br /> 1 & 0<br /> \end{bmatrix}[/tex]

Now I am completely stuck, how do I do the reflection? I know the standard matrix is just

A= [tex]\begin{bmatrix}<br /> 0 & -1 \\ <br /> -1 & 0<br /> \end{bmatrix}[/tex]

But how do I "add" this information to my old standard matrix?
 
Physics news on Phys.org
Unless your notation is somehow different than mine, your A doesn't look correct.

Does Ae1 = e1?

And the answer to your other question is that if the first transform is accomplished by matrix A and the next by matrix B, then you want to calculate the matrix BA to get the matrix that does it in one step.
 
Last edited:
The "reflection through the line [itex]x_2= x_1[/itex]" maps (1, 0) to (0, 1) and (0, 1) to (1, 0) so your matrix is
[tex]B= \begin{bmatrix}0 & 1 \\ 1 & 0\end{bmatrix}[/tex]

I have called that matrix "B" because you have already use "A" for the "shear". The composition of the two transformations is the matrix product BA.