# Nakafa Framework: LLM URL: /en/subject/high-school/11/mathematics/geometric-transformation/reflection-over-y-equals-h Source: https://raw.githubusercontent.com/nakafaai/nakafa.com/refs/heads/main/packages/contents/subject/high-school/11/mathematics/geometric-transformation/reflection-over-y-equals-h/en.mdx Output docs content for large language models. --- import { getColor } from "@repo/design-system/lib/color"; import { LineEquation } from "@repo/design-system/components/contents/line-equation"; export const metadata = { title: "Reflection over Line y = h", description: "Understand horizontal line reflections y = h with worked examples and visual guides. Apply the P'(x, 2h-y) formula to solve geometry problems.", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "05/10/2025", subject: "Geometric Transformation", }; ## Understanding Reflection over the Line y = h Reflection over the horizontal line is a geometric transformation that maps each point of an object to a new position. The line acts as a mirror. The vertical distance from the original point to the mirror line is equal to the vertical distance from the image point to the mirror line. The x-coordinate of the point does not change. ### Rule for Reflection over the Line y = h If a point is reflected over the line , its image's coordinates, , are determined by the rule:
Thus, the image of point is . Note that the x-coordinate remains the same, while the y-coordinate changes based on its distance from the line . ## Reflecting a Point over the Line y = h Determine the image of point by reflection over the line . In this case, , , and . Using the rule :
Thus, the image of point is . Now, let's visualize this example. Image of Point over Line{" "} } description={ <> Visualization of the reflection of point over the line resulting in{" "} . } data={[ { points: [ { x: -5, y: 3, z: 0 }, { x: 5, y: 3, z: 0 }, ], color: getColor("INDIGO"), labels: [{ text: "y=3", at: 1, offset: [0.5, 0.5, 0] }], }, // Line y=3 { points: [{ x: 3, y: 2, z: 0 }], color: getColor("EMERALD"), showPoints: true, labels: [{ text: "P(3,2)", at: 0, offset: [0.3, -0.5, 0] }], }, { points: [{ x: 3, y: 4, z: 0 }], color: getColor("EMERALD"), showPoints: true, labels: [{ text: "P'(3,4)", at: 0, offset: [0.2, 0.3, 0] }], }, { points: [ { x: 3, y: 2, z: 0 }, { x: 3, y: 4, z: 0 }, ], color: getColor("PINK"), }, // Vertical helper line ]} showZAxis={false} /> ## Exercises 1. Determine the image of point by reflection over the line . 2. A point is reflected over the line (X-axis). Determine the coordinates of its image! 3. The image of a point after reflection over the line is . Determine the coordinates of point R! ### Key Answers 1. Given and the mirror line . So .
Thus, the image of point P is . 2. Given and the mirror line . So .
Thus, the image of point Q is . 3. Given the image and the mirror line . So . We know and . From , then . From , then .
Thus, the coordinates of point R are .