Mathwords logoMathwords

Symmetric Points — Definition, Formula & Examples

Symmetric points are two points that are mirror images of each other with respect to a specific line (like an axis) or a specific point (like the origin). Each point is the same distance from the line or point of symmetry, but on the opposite side.

Two points PP and PP' are symmetric with respect to a line \ell if \ell is the perpendicular bisector of segment PP\overline{PP'}. Two points PP and PP' are symmetric with respect to a point CC if CC is the midpoint of PP\overline{PP'}.

Key Formula

P=(2ax,  2by)P' = (2a - x,\; 2b - y)
Where:
  • PP' = The symmetric point of P
  • (x,y)(x, y) = Coordinates of the original point P
  • (a,b)(a, b) = Coordinates of the center of symmetry

How It Works

To find the symmetric point of a given point, identify what you are reflecting across. For symmetry across the yy-axis, negate the xx-coordinate and keep yy the same: (x,y)(x,y)(x, y) \to (-x, y). For symmetry across the xx-axis, keep xx and negate yy: (x,y)(x,y)(x, y) \to (x, -y). For symmetry about the origin, negate both coordinates: (x,y)(x,y)(x, y) \to (-x, -y). For symmetry across an arbitrary point (a,b)(a, b), use the midpoint formula in reverse: the symmetric point is (2ax,2by)(2a - x,\, 2b - y).

Worked Example

Problem: Find the point symmetric to (3, 5) with respect to the point (1, 2).
Apply the formula: Use the symmetric-point formula with center (1, 2) and original point (3, 5).
P=(2(1)3,  2(2)5)P' = (2(1) - 3,\; 2(2) - 5)
Simplify: Compute each coordinate.
P=(23,  45)=(1,1)P' = (2 - 3,\; 4 - 5) = (-1, -1)
Answer: The symmetric point is (1,1)(-1, -1).

Why It Matters

Identifying symmetric points helps you sketch graphs efficiently — if you know one half of a parabola or other symmetric curve, you can plot corresponding symmetric points to complete the other half. This skill appears throughout coordinate geometry, precalculus, and physics problems involving reflections.

Common Mistakes

Mistake: Negating the wrong coordinate when reflecting across an axis.
Correction: For reflection across the y-axis, negate only the x-coordinate. For reflection across the x-axis, negate only the y-coordinate. Match the coordinate that is perpendicular to the axis of reflection.