Enter the coordinate points of to 3 different points into the calculator to reflect them over the x-axis.

Reflect Over X-Axis Calculator

Pick a mode and enter your point(s) — the reflection appears below.

Single Point
Polygon / Shape
Over y = k
Please enter valid numbers for X and Y.
Enter at least one valid “x, y” pair per line.
Please enter valid numbers for X, Y, and k.

Reflect Over X-Axis Formula

Reflecting a point across the X-axis keeps the X-coordinate the same and flips the sign of the Y-coordinate.

(x, y) → (x, -y)

For reflection across a horizontal line y = k (the X-axis is the special case where k = 0):

(x, y) → (x, 2k - y)
  • x — original X-coordinate (unchanged after reflection)
  • y — original Y-coordinate
  • k — Y-value of the horizontal line you are reflecting across

Notes: the X-axis is the line y = 0, so 2k − y reduces to −y. The distance from the original point to the line of reflection equals the distance from the line to the reflected point. Points already on the line do not move.

Quick Reference

Common reflections across the X-axis:

Original Point Reflected Point Quadrant Change
(3, 5)(3, -5)I → IV
(-2, 4)(-2, -4)II → III
(-6, -1)(-6, 1)III → II
(7, -3)(7, 3)IV → I
(4, 0)(4, 0)on axis (no change)

How a function transforms when you reflect its graph across the X-axis:

Original Function Reflected Function
y = x²y = -x²
y = √xy = -√x
y = sin(x)y = -sin(x)
y = f(x)y = -f(x)

Example and FAQ

Example: Reflect triangle ABC with A(1, 2), B(4, 2), C(4, 6) across the X-axis.

  • A(1, 2) → A'(1, -2)
  • B(4, 2) → B'(4, -2)
  • C(4, 6) → C'(4, -6)

Does the shape change size? No. Reflection is a rigid transformation. Side lengths, angles, and area stay the same. Orientation reverses.

What if a point is on the X-axis? It maps to itself. The Y-coordinate is already 0, and -0 = 0.

How is this different from reflecting over the Y-axis? Across the Y-axis the rule is (x, y) → (-x, y). The X-coordinate flips instead of the Y-coordinate.

What about reflecting twice? Reflecting over the X-axis twice returns the point to its original location, since -(-y) = y.