# Nakafa Framework: LLM
URL: /en/subject/high-school/11/mathematics/geometric-transformation/reflection-over-x-equals-k
Source: https://raw.githubusercontent.com/nakafaai/nakafa.com/refs/heads/main/packages/contents/subject/high-school/11/mathematics/geometric-transformation/reflection-over-x-equals-k/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 x = k",
  description: "Master reflection over vertical lines x = k with step-by-step examples. Learn the transformation rule P'(2k-x, y) and solve practice problems.",
  authors: [{ name: "Nabil Akbarazzima Fatih" }],
  date: "05/10/2025",
  subject: "Geometric Transformation",
};
## Understanding Reflection over the Line x = k
Reflection over the vertical line  is a geometric transformation where each point of an object is mapped to a new position. The line  acts as a mirror.
The horizontal distance from the original point to the mirror line is equal to the horizontal distance from the image point to the mirror line. The y-coordinate of the point does not change.
### Rule for Reflection over the Line x = k
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 y-coordinate remains the same, while the x-coordinate changes based on its distance from the line .
## Reflecting a Point over the Line x = k
Determine the image of point  by reflection over the line .
In this case, , , and .
Using the rule :
  
  
Thus, the image of point  is . The point lies on the mirror line, so its image is the point itself.
Now, let's try another example. Determine the image of point  if it is reflected over the line .
Here, , , and .
  
  
Thus, the image of point  is .
      Image of a Point over the Line 
    >
  }
  description={
    <>
      Visualization of the reflection of point  over
      the line  resulting in{" "}
      .
    >
  }
  data={[
    {
      points: [
        { x: 3, y: -5, z: 0 },
        { x: 3, y: 5, z: 0 },
      ],
      color: getColor("INDIGO"),
      labels: [{ text: "x=3", at: 1, offset: [0.5, 0.5, 0] }],
    }, // Line x=3
    {
      points: [{ x: 1, y: 4, z: 0 }],
      color: getColor("EMERALD"),
      showPoints: true,
      labels: [{ text: "A(1,4)", at: 0, offset: [-0.5, 0.3, 0] }],
    },
    {
      points: [{ x: 5, y: 4, z: 0 }],
      color: getColor("EMERALD"),
      showPoints: true,
      labels: [{ text: "A'(5,4)", at: 0, offset: [0.2, 0.3, 0] }],
    },
    {
      points: [
        { x: 1, y: 4, z: 0 },
        { x: 5, y: 4, z: 0 },
      ],
      color: getColor("PINK"),
    }, // Horizontal helper line
  ]}
  showZAxis={false}
/>
## Exercises
1.  Determine the image of point  by reflection over the line .
2.  A point  is reflected over the line . Determine the coordinates of its image!
3.  The image of a point  after reflection over the line  is . Determine the coordinates of point C!
### 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 B is .
3.  Given the image  and the mirror line . So .
    We know  and .
    From , then .
    From , then .
    
      
      
    
    Thus, the coordinates of point C are .