Mathwords logoMathwords

Ordered Pair — Definition, Formula & Examples

An ordered pair is a pair of numbers written in a specific order inside parentheses, like (x,y)(x, y), where the first number and second number have distinct roles. Changing the order changes the meaning, so (3,5)(3, 5) and (5,3)(5, 3) represent different things.

An ordered pair (a,b)(a, b) is a mathematical object consisting of two elements in which the first component aa and the second component bb are distinguished by their position. Two ordered pairs (a,b)(a, b) and (c,d)(c, d) are equal if and only if a=ca = c and b=db = d.

Key Formula

(x,y)(x, y)
Where:
  • xx = The first component, representing the horizontal coordinate (abscissa)
  • yy = The second component, representing the vertical coordinate (ordinate)

How It Works

In coordinate geometry, the first number in an ordered pair gives the horizontal position (the xx-coordinate), and the second gives the vertical position (the yy-coordinate). To plot (4,2)(4, 2), you move 4 units right from the origin along the xx-axis, then 2 units up. The origin itself is the ordered pair (0,0)(0, 0). Ordered pairs also appear in functions and relations, where each pair connects an input to an output.

Worked Example

Problem: Plot the ordered pair (3, −2) on a coordinate plane and identify which quadrant it lies in.
Step 1: Start at the origin (0, 0). Move 3 units to the right along the x-axis.
x=3x = 3
Step 2: From that position, move 2 units down (because the y-value is negative).
y=2y = -2
Step 3: Mark the point. Since x is positive and y is negative, the point is in Quadrant IV.
Answer: The point (3, −2) is located in Quadrant IV of the coordinate plane.

Why It Matters

Ordered pairs are the foundation for graphing equations, plotting data, and describing geometric shapes with coordinates. Every point you plot in algebra or geometry class relies on them. Fields like computer graphics and GPS navigation use ordered pairs (and their 3D extension) to pinpoint locations.

Common Mistakes

Mistake: Reversing the x- and y-coordinates, treating (3, 5) and (5, 3) as the same point.
Correction: Order matters. The first number always corresponds to the horizontal axis and the second to the vertical axis. Swapping them gives a completely different location.