Finding the transformation of a matrix

Click For Summary
The matrix presented represents a transformation that consists of a clockwise rotation by angle θ followed by a reflection across the x-axis. The discussion highlights the confusion surrounding the angle φ, which is not necessary for understanding the transformation. It emphasizes the importance of checking the action of the matrix on basis vectors to clarify its effects. Ultimately, the transformation can be confirmed through matrix multiplication, demonstrating that the reflection occurs first, followed by the rotation. Understanding these operations is crucial for accurately interpreting the matrix's behavior.
  • #31
I see, I didn't know that.
I guess I understand. I'll practice to make sure I understand properly.
Thank you
 
Physics news on Phys.org
  • #32
Redwaves said:
From that, the transformation seems to be an rotation of ##\phi - \theta## clockwise and then a reflection over the x axis. Is this correct?
Yes, you are correct. It can be represented by
##
\begin{pmatrix}
\cos(\theta) & \sin(\theta) \\
\sin(\theta) & -\cos(\theta)
\end{pmatrix}
=
\begin{pmatrix}
1 & 0 \\
0 & -1
\end{pmatrix}

\begin{pmatrix}
\cos(-\theta) & -\sin(-\theta) \\
\sin(-\theta) & \cos(-\theta)
\end{pmatrix}
##
That is a rotation of angle ##\theta## in the clockwise direction followed by a reflection across the X-axis.
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 11 ·
Replies
11
Views
1K
Replies
2
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 16 ·
Replies
16
Views
5K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 20 ·
Replies
20
Views
2K