Square ABCD in the coordinate plane has vertices at the points A(1, 1), B(−1, 1), C(−1, −1), and D(1, −1). Consider the following four transformations: L, a rotation of 90° counterclockwise around the origin; R, a rotation of 90° clockwise around the origin; H, a reflection across the x-axis; and V, a reflection across the y-axis. Each of these transformations maps the square onto itself, but the positions of the labeled vertices will change. For example, applying R and then V would send the vertex A at (1, 1) to (−1, −1) and would send the vertex B at (−1, 1) to itself. How many sequences of 20 transformations chosen from ${L, R, H, V}$ will send all of the labeled vertices back to their original positions?
坐标平面上的正方形 $ABCD$ 的顶点位于点 A(1, 1)、B(−1, 1)、C(−1, −1) 和 D(1, −1)。考虑以下四个变换:L,绕原点逆时针旋转 90°;R,绕原点顺时针旋转 90°;H,关于 x 轴反射;V,关于 y 轴反射。这些变换中的每一个都将正方形映射到自身,但标记顶点的位置会改变。例如,先施加 R 再施加 V 会将顶点 A(1, 1) 发送到 (−1, −1),将顶点 B(−1, 1) 发送到自身。从 ${L, R, H, V}$ 中选择的 20 个变换序列有多少个会使所有标记顶点回到原始位置?
Answer (C): Label the sides of the square $p, q, r,$ and $s$, with $p$ being the side that starts as the upper horizontal side, $q$ being the side that starts as the left vertical side, $r$ being the side that starts as the bottom horizontal side, $s$ being the side that starts as the right vertical side. The position of the square after a sequence of transformations can be represented by a list of these four letters, starting with the side that is in the top horizontal position and moving counterclockwise. Thus $L$ takes $wxyz$ to $zwxy$, $R$ takes $wxyz$ to $xyzw$, $H$ takes $wxyz$ to $yxwz$, and $V$ takes $wxyz$ to $wzyx$. Let $E=\{pqrs, qpsr, rspq, srqp\}$ and let $O=\{psrq, qrsp, rqps, spqr\}$. Each of the given transformations $L, R, H,$ and $V$ will map each element of $E$ to a different element of $O$, and vice versa. Because 19 is an odd number, any sequence of 19 transformations will map the square to a position in set $O$, and exactly one of the given transformations will map this position back to position $pqrs$. Therefore there are $4^{19}=2^{38}$ possible sequences that will return the square to its original position.
答案(C):将正方形的四条边标记为 $p, q, r, s$,其中 $p$ 为起始时的上边水平边,$q$ 为起始时的左边竖直边,$r$ 为起始时的下边水平边,$s$ 为起始时的右边竖直边。正方形经过一系列变换后的位置可以用这四个字母的一个序列表示:从处在顶部水平位置的那条边开始,按逆时针方向记录。于是 $L$ 将 $wxyz$ 变为 $zwxy$,$R$ 将 $wxyz$ 变为 $xyzw$,$H$ 将 $wxyz$ 变为 $yxwz$,$V$ 将 $wxyz$ 变为 $wzyx$。令 $E=\{pqrs, qpsr, rspq, srqp\}$,令 $O=\{psrq, qrsp, rqps, spqr\}$。给定的变换 $L, R, H, V$ 会把 $E$ 中的每个元素映射到 $O$ 中不同的一个元素,反之亦然。由于 19 是奇数,任意由 19 次变换组成的序列都会把正方形映射到集合 $O$ 中的某个位置,并且在给定的变换中恰有一个能把该位置再映回到位置 $pqrs$。因此,使正方形回到原始位置的序列共有 $4^{19}=2^{38}$ 种。