2

Suppose that $A, B, C,$ and $D$ are the vertices $(0, 0), (2, 0), (2, 2),$ and $(0, 2)$ of a square.

The transformation $ρ_{AC} ◦ γ_{DA}$ can be decomposed as the combination of reflections across $4$ mirror lines. Draw a diagram showing $A, B, C,$ and $D$ and the four mirror lines (marked in order by the numbers $1$ to $4$).

I am having a hard time locating the reflections of the glide reflection. This is what I've done so far:

I said:

$$ρ_{AC} ◦ γ_{DA}=ρ_{AC} ◦ \tau_{DA} \circ \rho_{DA}$$

enter image description here

Now I know that $\tau_{DA}$ must consist of two parallel lines

Let $\rho_{DA}$ be line $1$.

Let $\tau_{DA}$ be line $2$ and $3$ where $2$ and $3$ are parallel. Now I'm confusing do lines $2$ and $3$ have to be parallel to $1$?

and $\rho_{DA}$ is the line $4$

Any insights?

Mark
  • 427
  • What do $\rho,\gamma,\tau$ stand for? Are these any transformations, or specific kinds of transformations, or objects? Your text seems a bit contradictory in this regard. – MvG Apr 23 '15 at 11:49
  • 1
    @MvG, $ρ$=reflections,$γ$=glide reflections,$τ$=translations – Mark Apr 23 '15 at 23:12

1 Answers1

1

You need to better understand the relation between translation and a pair of reflections. Let's for the moment assume you have two vertical lines of reflection, one at $x=a$ and one at $x=b$. The first maps a point $(x,y)$ to $(a-(x-a),y)=(2a-x,y)$, the latter takes that to $(2b-(2a-x),y)=(x+2(b-a),y)$ so it is a translation by $2(b-a)$ in the $x$ direction. What can you learn from this? On the one hand, the distance of the translation is twice the distance between the lines of reflection, and the direction of the translation is perpendicular to the direction of the lines of reflection. You can also see that the translation is oriented in such a way that it moves from the first reflection towards the second reflection. Now apply this to your situation.

That said, the combination of a glide reflection and a simple reflection is an orientation preserving isometry, and as such is either a translation or a rotation (unless it's the identity), which can be represented using two lines only. So you can pick some points, apply your transformations and use the result to distinguish the cases and find the direction of translation, or the center and angle of rotation.

Or you do this with formulas:

\begin{align*} \rho_{DA}:(x,y)&\mapsto(-x,y) \\ \tau_{DA}:(x,y)&\mapsto(x,y-2) \\ \rho_{AC}:(x,y)&\mapsto(y,x) \\ \rho_{AC}\circ\tau_{DA}\circ\rho_{DA}:(x,y)&\mapsto(y-2,-x) \end{align*}

Then you can look for fixed points: a point $(x,y)$ which maps to itself. If you find one, it's the center of rotation. If not, it must be a translation. But does that look like a translation to you?

MvG
  • 42,596
  • I get the point (-1,1), therefore the end result is a rotation centered at (-1,1) with a 180 degree angle of rotation. Thanks a lot! – Mark Apr 26 '15 at 01:55
  • @Mark: No, not $180°$ – MvG Apr 26 '15 at 15:07
  • 90 degrees? How would I find the angle of rotation? – Mark Apr 27 '15 at 03:41
  • @Mark: Take one point and transform it. Take the vectors which point from the center of rotation to the preimage resp. to the image point. Compute the angle between those, e.g. following this post. – MvG Apr 27 '15 at 05:19