# Cartesian Plane: Definition, History & Quadrants

## TL;DR
The Cartesian plane is the two-axis coordinate system invented by René Descartes that lets every point be named by an ordered pair (x,y). This article covers who built it and why, how the plane is constructed from two perpendicular axes and an origin, the four quadrants, and worked examples of locating points.

## What Is the Cartesian Plane?
The **Cartesian plane** is a flat, two-dimensional surface on which every point is located by an **ordered pair** of numbers (x,y), measured along two perpendicular number lines. The horizontal line is the **x-axis**, the vertical line is the **y-axis**, and the point where they cross is the **origin**, with coordinates (0,0).

It is named after the French mathematician and philosopher René Descartes, and it is sometimes called the **rectangular coordinate system**. The whole point of the system is to let a _geometric_ object — a point, a line, a curve — be described by _algebraic_ numbers, bridging coordinate geometry.

## How the Cartesian Plane Is Constructed
Descartes' construction is built in four steps:

- **Step 1 — Draw one number line.** A horizontal number line with zero in the middle, positives to the right, negatives to the left. This becomes the [x-axis](/content/math/geometry/x-and-y-axis/index.html).
- **Step 2 — Add a second number line at a right angle.** A vertical number line crossing the first at zero, positives going up, negatives going down. This is the y-axis. The choice of perpendicular is what makes the two measurements independent.
- **Step 3 — Name the crossing point.** Where the two axes meet is the **origin**, (0,0), the reference point all distances are measured from.
- **Step 4 — Read every point as two distances.** Any point is now named by how far it sits horizontally (its x-coordinate) and how far vertically (its y-coordinate), written (x,y).

## The Four Quadrants
The two axes cut the plane into four regions, called **quadrants**, numbered with Roman numerals counterclockwise starting from the top right. Each quadrant has a fixed sign pattern for its coordinates.

| Quadrant | Location | Sign of x | Sign of y | Example point |
| --- | --- | --- | --- | --- |
| I | top right | + | + | (3,2) |
| II | top left | − | + | (−3,2) |
| III | bottom left | − | − | (−3,−2) |
| IV | bottom right | + | − | (3,−2) |

Points sitting _on_ an axis belong to no quadrant. The full breakdown of the four regions lives in our article on the [quadrant](/content/math/geometry/quadrant/index.html).

## Examples of the Cartesian Plane
### Example 1
**In which quadrant does the point (5,7) lie?**
Final answer: Quadrant I.

### Example 2
**In which quadrant does the point (−3,2) lie?**
Final answer: Quadrant II.

### Example 3
**Where does the point (0,−4) lie?**
Final answer: on the y-axis (in no quadrant).

### Example 4
**A point is 6 units left of the origin and 1 unit up. Write its coordinates and name its quadrant.**
Final answer: (−6,1), in Quadrant II.

### Example 5
**Plot the points A(2,3), B(−2,3), and C(2,−3). What do their positions show about the role of order and sign?**
Final answer: A in Quadrant I, B in Quadrant II, C in Quadrant IV.

### Example 6
**The points (−4,−1), (−4,−5), and (−1,−1) are three corners of a rectangle. Where is the fourth corner?**
Final answer: (−1,−5), also in Quadrant III.

## Why Descartes' Plane Changed Mathematics
The Cartesian plane lets two branches of mathematics communicate with each other:
- **Algebra became visible.** It graphically represents equations like y=2x+1.
- **Curves got equations.** Geometric shapes could now be expressed mathematically.
- **It seeded calculus.** Integral calculus depends on Cartesian coordinates.
- **It runs your screen.** Every pixel or GPS coordinate references a point on a Cartesian plane.

## Key Takeaways
- The **Cartesian plane** is named after René Descartes, using ordered pairs (x,y).
- Built from two perpendicular axes at the origin (0,0).
- The axes divide the plane into four quadrants.
- Most common mistake: reversing coordinate order; remember x comes before y.

## Practice These Problems to Solidify Your Understanding
1. In which quadrant does the point (−7,−2) lie?
2. Write the coordinates of a point 3 units right of the origin and 8 units down, and name its quadrant.
3. Where does the point (−9,0) lie?

Answer to Question 1: Quadrant III. Answer to Question 2: (3,−8), in Quadrant IV. Answer to Question 3: on the x-axis (in no quadrant).
