Standard Matrix of T: Horizontal Shear and Reflection Transformation Explained

  • Thread starter Thread starter flyingpig
  • Start date Start date
  • Tags Tags
    Stuck
Click For Summary
SUMMARY

The standard matrix for the transformation T: ℝ² → ℝ² consists of a horizontal shear followed by a reflection. The shear transformation is represented by the matrix A = [ -2 & 1; 1 & 0 ], which transforms the basis vector e₂ into e₂ - 2e₁. The reflection through the line x₂ = x₁ is represented by the matrix B = [ 0 & 1; 1 & 0 ]. The combined transformation is achieved by multiplying the matrices in the order BA, resulting in the final standard matrix for T.

PREREQUISITES
  • Understanding of linear transformations in ℝ²
  • Knowledge of matrix multiplication
  • Familiarity with shear and reflection transformations
  • Ability to work with standard matrices
NEXT STEPS
  • Study matrix multiplication techniques for combining transformations
  • Explore the geometric interpretations of shear and reflection transformations
  • Learn about eigenvalues and eigenvectors in the context of linear transformations
  • Investigate other types of transformations in linear algebra, such as rotations and dilations
USEFUL FOR

Students of linear algebra, mathematicians, and anyone interested in understanding geometric transformations in two-dimensional space.

flyingpig
Messages
2,574
Reaction score
1

Homework Statement



Find the standard matrix of T

T: \mathbb{R}^2 \to \mathbb{R}^2 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



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

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

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

A= \begin{bmatrix}<br /> -2 &amp; 1 \\ <br /> 1 &amp; 0<br /> \end{bmatrix}

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

A= \begin{bmatrix}<br /> 0 &amp; -1 \\ <br /> -1 &amp; 0<br /> \end{bmatrix}

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 x_2= x_1" maps (1, 0) to (0, 1) and (0, 1) to (1, 0) so your matrix is
B= \begin{bmatrix}0 &amp; 1 \\ 1 &amp; 0\end{bmatrix}

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.
 

Similar threads

Replies
10
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 22 ·
Replies
22
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K