25.3k views
3 votes
Sometimes two transformations, one performed after the other, have a nice description as a single transformation. For example, instead of translating 2 units up followed by translating 3 units up, we could simply translate 5 units up. Instead of rotating 20 degrees counterclockwise around the origin followed by rotating 80 degrees clockwise around the origin, we could simply rotate 60 degrees clockwise around the origin.

Can you find a simple description of reflecting across the x-axis followed by reflecting across the y-axis?

User Shameen
by
6.0k points

1 Answer

3 votes

Answer:

We rotate the point counterclockwise by an angle θ = tan⁻¹ (y/x)

Explanation:

If we have the point (x, y), its reflection along the x-axis (x,-y). The reflection of the point (x, -y) along the y - axis is (-x, -y). So, the angle between the initial point (x, y) and the final point (-x, -y) is θ = tan⁻¹ [(-y - y)/(- x -x)] = tan⁻¹ [(-2y/(-2x)] = tan⁻¹(y/x).

So, the point (x, y) is rotated counterclockwise by an angle of θ = tan⁻¹ (y/x) to perform both reflections.

User PillowMetal
by
6.1k points