Eigenvalues & Eigenvectors
Let us consider a composition of rotation and reflection, called the improper rotation: \begin{align*} \mathbf{M} (\theta ) &= \begin{bmatrix} \cos\theta & - \sin\theta \\ \sin\theta & \phantom{-}\cos\theta \end{bmatrix} \cdot \begin{bmatrix} 1 & 0 \\ 0 &-1 \end{bmatrix} \\ &= \begin{bmatrix} \cos\theta & \phantom{-}\sin\theta \\ \sin\theta & -\cos\theta \end{bmatrix} . \end{align*} You can verify that matrix M(θ) acts on vectors as a pure reflection through a line that passes through the origin.
The interpretation of this result is immediate. The matrix M(θ) when operating on a vector v represents a reflection of that vector through a line of reflection that passes through the origin. In the case of λ = 1 we have M(θ) v = v, which means that v is a vector that lies parallel to the line of reflection (and is thus unaffected by the reflection). In the case of λ = −1 we have M(θ) v = −v, which means that v is a vector that is perpendicular to the line of reflection (and is thus is transformed, v → −v, by the reflection).
One can determine the line of reflection by computing the eigenvector that corresponds to λ = 1, \[ \begin{bmatrix} \cos\theta & \phantom{-}\sin\theta \\ \sin\theta & -\cos\theta \end{bmatrix} \cdot \begin{bmatrix} x \\ y \end{bmatrix} = \begin{bmatrix} x \\ y \end{bmatrix} . \tag{2.3} \] If θ = 0 (mod 2π), then any vector of the form [x, 0]T is an eigenvector corresponding to the eigenvalue λ = 1. This implies that the line of reflection is the x-axis, which corresponds to the equation y = 0. In general (for any value of θ), the solution to Eq. (2.) is \begin{align*} x\,\cos\theta + y\,\sin\theta &= x . \\ x \,\sin\theta - y\,\cos\theta &= y . \end{align*} Since the determinant of this system of equations is zero, it is sufficient to use only one equation. Using trigonometric identities of double angles \[ 2x\,\sin^2 \left( \frac{\theta}{2} \right) - 2y\,\sin \left( \frac{\theta}{2} \right) \cos \left( \frac{\theta}{2} \right) = 0 \] I θ ≠0 (mod 2π), then we can divide both sides of the latter byin(θ/2) to obtain \[ x\, \sin \left( \frac{\theta}{2} \right) - y\,\cos \left( \frac{\theta}{2} \right) = 0. \] We recognize this equation as one for a straight line that passes through the origin with a slope equal to tan(θ/2). Thus, we have demonstrated that the most general 2 × 2 orthogonal matrix with determinant equal to −1 given by M(θ) represents a pure reflection through a straight line of slope tan(θ/2) that passes through the origin.
Finally, it is worth noting that since M(θ) is both an orthogonal matrix, M(θ) M(θ)T = I, and a symmetric matrix, M(θ)T = M(θ), it follows that \[ \left[ \mathbf{M} \right]^2 = \mathbf{I}, \] which is property that must be satisfied by a reflection matrix since two consecutive reflections are equivalent to the identity operation when acting on a vector. ■
To learn more about the properties of a general three-dimensional rotation, consider the matrix representation R(n, θ) with respect to the standard basis α = {i, j, k}. We can define a new coordinate system in which the unit vector n points in the direction of the new axis, for instance, z-axis; the corresponding new basis will be denoted by β. The matrix representation of the rotation with respect to β is then given by \[ \mathbf{R} \left( {\bf k} , \theta \right) = \begin{bmatrix} \cos\theta & -\sin\theta & 0 \\ \sin\theta & \cos\theta & 0 \\ 0&0&1 \end{\bmatrix} , \] where the axis of rotation points in the z-direction (i.e., along the unit vector k). ■
- Anton, Howard (2005), Elementary Linear Algebra (Applications Version) (9th ed.), Wiley International
- Beezer, R.A., A First Course in Linear Algebra, 2017.