To determine which function mapping corresponds to a 90-degree counterclockwise rotation about the origin, we can analyze the transformations provided.
-
Option #1: (x, y) → (y, -x)
- If you apply this transformation, for a point (1, 2):
- It transforms to (2, -1). This mapping does not represent a 90-degree counterclockwise rotation.
- If you apply this transformation, for a point (1, 2):
-
Option #2: (x, y) → (-y, x)
- If you apply this transformation, for a point (1, 2):
- It transforms to (-2, 1). This is indeed the correct transformation for a 90-degree counterclockwise rotation.
- If you apply this transformation, for a point (1, 2):
-
Option #3: (x, y) → (-x, -y)
- If you apply this transformation, for a point (1, 2):
- It transforms to (-1, -2). This represents a rotation of 180 degrees and is not what we want.
- If you apply this transformation, for a point (1, 2):
Based on this analysis, the correct function mapping that corresponds to a 90-degree counterclockwise rotation about the origin is:
Option #2: (x, y) → (-y, x)