Skip to content
MathAnvil
§ Geometry

Coordinates (Four Quadrants)

§ Geometry

Coordinates (Four Quadrants)

CCSS.6.NSCCSS.6.G3 min read

A coordinate system with four quadrants divides the plane into regions based on positive and negative values. Quadrant I contains points where both x and y are positive (+, +), Quadrant II has negative x and positive y (−, +), Quadrant III has both coordinates negative (−, −), and Quadrant IV has positive x and negative y (+, −). The quadrants are numbered counterclockwise starting from the upper right.

§ 01

Why it matters

Four-quadrant coordinates appear in GPS navigation systems, where locations can be north or south of the equator and east or west of the prime meridian. Video game programmers use negative coordinates to position characters and objects across entire game worlds that extend in all directions from a central point. Weather maps plot temperature data using coordinates that span both positive and negative values to show conditions across large geographic regions. In physics, velocity vectors use four-quadrant coordinates to represent motion in any direction — forward, backward, up, or down. Stock market charts display price changes over time using coordinates where prices can rise above or fall below a baseline value. This foundation supports advanced topics like graphing linear equations in CCSS.8.EE and analyzing geometric transformations in CCSS.8.G.

§ 02

How to solve coordinates (four quadrants)

Coordinates — Four Quadrants

  • Quadrant I: (+, +). Quadrant II: (−, +).
  • Quadrant III: (−, −). Quadrant IV: (+, −).
  • Negative x = left of origin; negative y = below origin.
  • Plot points by moving along x first, then y.

Example: (−2, 3) is in Quadrant II: 2 left, 3 up.

§ 03

Worked examples

Beginner§ 01

In which quadrant is the point (-2, 3)?

Answer: Quadrant II

  1. Check signs of x and y x = -2 (negative), y = 3 (positive) Quadrant II: x is negative, y is positive.
Easy§ 02

What are the coordinates after reflecting (6, 9) in the x-axis?

Answer: (6, -9)

  1. Reflect in the x-axis (6, -9) Reflecting in the x-axis negates the y-coordinate.
Medium§ 03

Find the distance between (-1, -3) and (5, -3).

Answer: 6

  1. Subtract x-coordinates (same y) |5 - (-1)| = |6| = 6 Distance on a horizontal line = absolute difference of x-coordinates.
§ 04

Common mistakes

  • Confusing quadrant numbers leads to placing Quadrant III in the upper left instead of the lower left, mixing up the counterclockwise numbering system.
  • Sign errors occur when plotting (−3, 4) as 3 units right instead of 3 units left, misinterpreting negative x-coordinates as positive movements.
  • Reflection mistakes happen when reflecting (2, −5) across the x-axis gives (−2, 5) instead of (2, 5), changing both coordinates instead of just the y-coordinate.
§ 05

Frequently asked questions

How do you remember which quadrant is which?
Quadrants are numbered 1, 2, 3, 4 counterclockwise starting from the upper right. Quadrant I is all positive, then signs change one at a time: II is negative x, III is both negative, IV is negative y. The pattern (+,+), (-,+), (-,-), (+,-) follows the counterclockwise direction.
What happens to coordinates when you reflect across the y-axis?
Reflecting across the y-axis changes the sign of the x-coordinate while keeping the y-coordinate the same. For example, (3, -2) becomes (-3, -2). The point moves to the opposite side of the y-axis at the same vertical level.
How do you find the distance between two points in different quadrants?
Use the distance formula: d = √[(x₂-x₁)² + (y₂-y₁)²]. For points (-2, 3) and (4, -1), the calculation becomes √[(4-(-2))² + (-1-3)²] = √[6² + (-4)²] = √[36 + 16] = √52 ≈ 7.2 units.
Can coordinates be exactly on the axes between quadrants?
Points on the x-axis have y-coordinate 0, like (5, 0), and don't belong to any quadrant. Points on the y-axis have x-coordinate 0, like (0, -3). The origin (0, 0) sits at the intersection and isn't in any quadrant either.
What's the midpoint formula for points in different quadrants?
The midpoint formula is ((x₁+x₂)/2, (y₁+y₂)/2). For points (-3, 5) in Quadrant II and (7, -1) in Quadrant IV, the midpoint is ((-3+7)/2, (5+(-1))/2) = (2, 2), which lands in Quadrant I.
§ 06

Where to next?

Share this article