In preparation for answering exercise 2.6.3 in Gilbert Strang’s Linear Algebra and Its Applications, Third Edition, I wanted to derive in detail the effect of a rotation followed by a rotation, a reflection followed by a reflection, a rotation followed by a reflection, and a reflection followed by a rotation. This post demonstrates that a reflection followed by a rotation is equivalent to a reflection.
In the last post we considered a matrix that rotates vectors through an angle
and a second matrix
that reflects vectors in the line through the origin with angle
(the
-line). We showed that
so that the effect of applying a rotation of angle
followed by a reflection through the
-line is equivalent to a reflection through the
-line:
Consider the reverse operation represented by the matrix in which we first reflect vectors in the line through the origin with angle
(the
-line) and then rotate vectors through an angle
. We have
We can simplify this using the trigonometric identities
We then have
We have thus shown that so that the effect of applying a reflection through the
-line followed by a rotation of angle
is equivalent to a reflection through the
-line.
If then this equation reduces to
or
since
.
NOTE: This continues a series of posts containing worked out exercises from the (out of print) book Linear Algebra and Its Applications, Third Edition by Gilbert Strang.
If you find these posts useful I encourage you to also check out the more current Linear Algebra and Its Applications, Fourth Edition, Dr Strang’s introductory textbook Introduction to Linear Algebra, Fourth Edition
and the accompanying free online course, and Dr Strang’s other books
.