Reflect the plane in the $x$-axis, and then in the line $y = \frac12$. Show that the resulting isometry sends $(x,y)$ to $(x,y+1)$

558 Views Asked by At

I have a hard time proving this without using any numbers. How do I show that the point $(x,y)$ reflected across $y=\frac12$ is $(x, 1-y)$ ?

3

There are 3 best solutions below

0
On BEST ANSWER

Points of the form $(x,\frac12\pm\epsilon)$ reflect to $(x,\frac12\mp\epsilon)$. Just rewrite your point as $$(x,y)=(x,\tfrac12-(\tfrac12-y))$$ so that its reflection is $$(x,\tfrac12+(\tfrac12-y))=(x,1-y),$$ right?

0
On

Hint: You can form the matrices representing those operation then multiply them and see how they act on $(x,y)$.

Otherwise: $(x,y)\xrightarrow{\text{reflect across x-axis}} (x,-y)\xrightarrow{\text{reflect across y=1/2}} (x,y+1)$

and the last part is because: $(x,-y)$ has distance $y+1/2$ from the line $y=1/2$ so when you reflect the point will be of distance $y+1/2+1/2=y+1$ from the x-axis, hence you obtain $(x,y+1)$.

3
On

There is a general formula for reflexion about a line but you don't need it here. Let $s_a(x,y)=(f_a(x,y),g_a(x,y))$ be the reflexion about the line $y=a$. Since $y=a$ has to be the bisector of the line segment between $(x,y)$ and $s_a(x,y)$, it is clear that $f_a(x,y)=x$ and $g_a(x,y)=g_a(y)$ depends only on $y$ (draw a picture). Moreover, we have $|y-a|=|g_a(y)-a|$ and $y\leqslant a \leqslant g_a(y)$ or $g_a(y)\leqslant a \leqslant y$ (everything is clear from a drawing).

It follows that $g_a(y)=2a-y$, so $s_a(x,y)=(x,2a-y)$.

In particular, $s_0(x,y)=(x,-y)$ (as one could expect) and $s_{1/2}(x,y)=(x,1-y)$. Therefore the composition $s_{1/2}\circ s_0(x,y)=(x,1+y)$.