Linear Algebra - Finding the matrix for the transformation

Click For Summary
SUMMARY

The discussion focuses on finding the transformation matrix that first reflects across the main diagonal, then projects onto the line defined by the equation 2y + √3x = 0, and finally reflects about the line √3y = 2x. The initial reflection is represented by the matrix {(0,1),(1,0)}. The challenge arises in determining the projection matrix for the line 2y + √3x = 0, where vectors along this line remain unchanged while perpendicular vectors are mapped to zero. The solution involves solving a system of equations derived from the transformation properties of the vectors involved.

PREREQUISITES
  • Understanding of linear transformations and matrices
  • Knowledge of reflection and projection operations in linear algebra
  • Familiarity with vector equations and their geometric interpretations
  • Ability to solve systems of linear equations
NEXT STEPS
  • Study the properties of orthogonal projections in linear algebra
  • Learn how to derive transformation matrices for reflections across arbitrary lines
  • Explore the concept of eigenvalues and eigenvectors in relation to linear transformations
  • Practice solving systems of equations derived from matrix transformations
USEFUL FOR

Students studying linear algebra, mathematicians working on transformation matrices, and educators teaching concepts of reflections and projections in vector spaces.

yesiammanu
Messages
27
Reaction score
0

Homework Statement


Find the matrix for the transformation which first reflects across the main diagnonal, then projects onto the line 2y+√3x=0, and then reflects about the line √3y=2x


Homework Equations


Reflection about the line y=x: T(x,y)=(y,x)
Orthogonal projection on the x-axis T(x,y)=(x,0)
Orthogonal projection on the y-axis T(x,y)=(0,y)

The Attempt at a Solution


Reflection about the line y=x: T(x,y)=(y,x), so the standard matrix for this would be the matrix {(0,1),(1,0)}

However I'm not sure how to deal with equations rather than axis. I assume in the second projection, you can simplify it to y=√3/2 x. Can you then separate these into a scalar operation (√3/2) and orthogonal operation (y=x)? Even so, I wouldn't know how to go further than this since I only know how to do it among the axis
 
Physics news on Phys.org
Any vector that lies along the line 2y+ \sqrt{3}x= 0 is mapped to itself while any vector perpendicular to that is mapped to 0. One vector along that line is (-2, \sqrt{3}) and, of course, (\sqrt{3}, 2) is perpendicular to it. So
\begin{bmatrix}a & b \\ c & d \end{bmatrix}\begin{bmatrix} -2 \\ \sqrt{3} \end{bmatrix}= \begin{bmatrix} -2 \\ \sqrt{3} \end{bmatrix}
and
\begin{bmatrix}a & b \\ c & d \end{bmatrix}\begin{bmatrix}\sqrt{3} \\ 2 \end{bmatrix}= \begin{bmatrix} 0 \\ 0 \end{bmatrix}
Those give you four equations to solve for a, b, c, and d.
 
Last edited by a moderator:

Similar threads

Replies
10
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
4
Views
2K
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K