Set theory built this room
From the Ordered Pairs and Cartesian Products lesson in the Sets stratum: the Cartesian product is the set of all ordered pairs where . That set IS the coordinate plane. Descartes didn't invent a new thing — he gave a spatial interpretation. The -axis is the first copy of ; the -axis is the second copy; the origin is the pair .
A point is an ordered pair. is the pair where the first component is 3 and the second is . It lives 3 units right of the origin and 2 units below it. The order matters: — that's the definition of "ordered" from the Sets lesson.
Quadrants. The axes divide the plane into four quadrants:
- Quadrant I: , (upper right)
- Quadrant II: , (upper left)
- Quadrant III: , (lower left)
- Quadrant IV: , (lower right)
Points on the axes are not in any quadrant.
The distance formula: Pythagoras, translated
The Pythagorean theorem (full proof lives in the Geometry stratum) says: in a right triangle with legs and and hypotenuse , we have .
Now take two points and . Draw the horizontal segment from to — its length is . Draw the vertical segment from to — its length is . These two segments are the legs of a right triangle with hypotenuse .
Pythagoras gives:
Taking the non-negative square root (since distance is non-negative by definition):
This is not a new formula — it's the Pythagorean theorem wearing coordinate clothes. File this away: in linear algebra, will be this formula again, in dimensions.
Example: distance from to :
The midpoint formula: averaging coordinates
The midpoint of the segment from to is halfway between them in each coordinate:
Why? Because the midpoint of any interval on the number line is the average — we're just applying that to each coordinate independently. The and directions are independent (they're separate copies of ), so averaging each one separately gives the point that sits exactly halfway.
Example: midpoint of and :
The graph of an equation: a set of points
The graph of an equation in and is the set of all ordered pairs that make the equation true. This is the bridge between algebra and geometry — algebra describes a condition, geometry makes it visible.
For example, the graph of is the set . When you "plot the graph" you are drawing this set. The set happens to be a straight line, but that's not obvious until you actually plot it or derive it algebraically (we'll do that in the Lines and Slope lesson).
Checking whether a point is on a graph: substitute its coordinates into the equation and see if the equation becomes true. on ? Substitute: . Yes. ? . No.
The graph is a geometric object; the equation is an algebraic one; they describe the same mathematical set. This duality is the engine of the rest of this course.