Intuition The ONE core idea
A point in space is just an address : three numbers that say how far to walk along three rulers that all cross at one corner, each ruler laid at a square corner to the others. Everything in this chapter — distance, the eight boxes called octants, the flat sheets called planes — is built by taking that address seriously and applying one old rule about right-angled triangles.
Before you can read a single line of the parent note without a nagging "wait, what does that mean?", you need to own every symbol it quietly assumes. This page builds them one at a time, from nothing, each new idea leaning on the one before it. Nothing here uses a symbol we have not first drawn — so the very ideas the core-idea box hinted at (square corners, boxes, sheets) all get their own section below before we lean on them.
A number line is a straight line with one point marked 0 (the origin of that line), a chosen direction called positive (+ ), and evenly spaced marks 1 , 2 , 3 , … going that way. Going the opposite way gives negative numbers − 1 , − 2 , − 3 , …
Picture a ruler that stretches forever in both directions. The mark labelled 0 is "home". A number like 3 means "walk 3 steps in the positive direction"; − 3 means "walk 3 steps the other way".
Intuition Why we start here
The whole 3D system is nothing but three number lines glued together at their zeros . If you own the single line, you own the rest — you just repeat it in three directions that we will build up carefully below.
Look at the figure: the same distance "3 steps" points in opposite directions depending on the sign. That single fact — sign encodes direction — is what later lets three rulers carve space into 8 boxes.
The parent note writes things like "x = signed distance along x-axis" and (once a third ruler exists, which we build in Section 8) heights measured with absolute value. Two symbols hide in there.
Definition Signed distance
A signed distance is a length that also carries a + or − to say which side of the origin you ended up on. So − 3 is "3 units long, on the negative side".
Definition Absolute value
∣ a ∣
∣ a ∣ means "the size of a , throwing away its sign". So ∣3∣ = 3 and ∣ − 3∣ = 3 . Picture it as distance from 0 on the number line — and a distance can never be negative.
Intuition WHY the topic needs
∣ ⋅ ∣
Later, when we measure a vertical height, we want a pure length , not a signed one — a point 4 units below its base is still 4 units tall. Absolute value strips the direction and keeps only the size.
( − 3 ) 2 = − 9 "
Why it feels right: the minus sign looks like it should survive.
The fix: ( − 3 ) 2 = ( − 3 ) × ( − 3 ) . A negative times a negative is positive, so the answer is + 9 . Squaring destroys the sign . This is exactly why the distance formula can ignore whether coordinates are positive or negative — every coordinate gets squared first.
Intuition Squaring vs absolute value
Both ∣ a ∣ and a 2 "kill the sign", but differently: ∣ a ∣ keeps the size unchanged, while a 2 keeps it positive and stretches it. The distance formula uses squaring because it is built from Pythagoras, which lives on squares.
n
n asks the question: "which positive number, when squared, gives n ?" So 9 = 3 because 3 2 = 9 . It is the inverse (the undo-button) of squaring.
Intuition WHY the root appears in distance
Pythagoras (which we meet in Section 6) naturally gives you a length squared . But we usually want the length itself. So at the very end we press the undo-button — the square root — to get back to a plain distance. We take the positive root because a distance is never negative.
Notice the chain: square (Section 2) builds the formula, root (Section 3) unwinds it. You need both, in that order.
( x , y )
An ordered pair is two numbers written in a fixed order inside brackets. The first number is measured along the first ruler (horizontal), the second along the second ruler (vertical). "Ordered" means position matters: ( 2 , 3 ) and ( 3 , 2 ) are different places.
Two number lines crossing at their shared 0 , at square corners to each other, make the flat 2D grid you already know from Quadrants in 2D Coordinate Geometry . The two axes cut the flat sheet into 2 2 = 4 regions — the quadrants . This is the exact ancestor of the octant idea; the parent note literally says the top four octants "mirror the four 2D quadrants".
Intuition WHY ordered, not just a bag of numbers
If order didn't matter, ( 2 , 3 ) could mean "2 right, 3 up" or "3 right, 2 up" — two different points. Fixing the order fixes the address. In 3D this becomes even more important because there are now three slots to keep straight.
Before we can say two rulers meet "at a square corner", we need a way to measure how open a corner is.
Definition Angle and the degree symbol
∘
An angle measures how much you turn between two directions meeting at a point. We measure the amount of turn in degrees , written with a small raised circle ∘ . A full spin all the way around is 36 0 ∘ ; a half-spin is 18 0 ∘ ; a quarter-spin — a perfect square corner — is 9 0 ∘ .
Definition Perpendicular (
⊥ )
Two lines are perpendicular when they meet at exactly 9 0 ∘ — a perfect square corner. We write a ⊥ b . The little square drawn in the corner is the "this is exactly 9 0 ∘ " mark.
Intuition WHY 3D demands perpendicular rulers
If the three rulers leaned at random angles, the same address could be reached many ways and Pythagoras would break. Making them mutually perpendicular means each ruler measures a direction completely independent of the others — walking along one ruler never accidentally moves you along another. That independence is the secret engine behind the clean formula x 2 + y 2 + z 2 .
Definition Pythagoras theorem
In a triangle with a 9 0 ∘ corner (a right-angled triangle ), name the two short sides (the ones forming the right angle) a and b , and the long slanted side opposite the right angle the hypotenuse c . Then:
c 2 = a 2 + b 2 .
Intuition WHY this is the whole chapter in disguise
Every distance in 3D is secretly the hypotenuse of a right-angled triangle. The chapter's trick is to use Pythagoras twice : once flat on a sheet to get a diagonal, then once more standing that diagonal up against a vertical height. Two right triangles, stacked, turn three coordinates into one distance. We can only spell that out fully once we have introduced the third ruler and the sheets — which happens in Sections 7–9.
Definition Third ruler: the
z -axis
Take the flat 2D grid of Section 4 (its two rulers are the x -axis and y -axis). Now stand a third number line, the ==z -axis==, straight up through the shared 0 , perpendicular to both of them. The symbol z simply means "signed distance along this third, upward ruler" — this is the first place in this page z is allowed to appear, because this is where it is born.
Definition Ordered triple
( x , y , z )
Like an ordered pair, but with a third slot. x = steps along the x-ruler, y = steps along the y-ruler, z = steps along the z-ruler — always in that order. This is a point's full 3D address.
O
The single point where all three rulers cross, with address ( 0 , 0 , 0 ) . It's "home base" — every distance and every octant is measured relative to it.
Intuition Why one shared origin
Three separate rulers with three separate zeros would give three unrelated worlds. Forcing them to share one zero-point stitches them into a single space where "how far from home" makes sense — this is what makes Vectors in 3D and the Distance Formula in 3D possible.
A plane is a perfectly flat sheet that extends forever in every direction along its surface — like an endless, thin tabletop with no edges. It has length and width but no thickness.
Definition Coordinate plane
Take any two of the three rulers; the flat sheet they both lie in is a coordinate plane . There are three of them:
the xy-plane — the sheet holding the x -axis and y -axis; every point on it has z = 0 . Think of it as the floor .
the yz-plane — holds the y -axis and z -axis; every point has x = 0 . A wall .
the zx-plane — holds the z -axis and x -axis; every point has y = 0 . The other wall .
Intuition WHY the "floor" language matters for Pythagoras
Now Section 6's promise pays off. Name the point in space P ( x , y , z ) . Drop it straight down onto the floor (the xy-plane); call the landing spot M — it has the same x and y but z = 0 . Then O M is a diagonal drawn on the floor , and P M is the vertical drop, of length ∣ z ∣ . Because P M is vertical and O M lies flat, they meet at 9 0 ∘ , so triangle O M P is right-angled — and Pythagoras is allowed.
O M = x 2 + y 2 , O P = O M 2 + ∣ z ∣ 2 = x 2 + y 2 + z 2 .
Here P is the point in space, M is its shadow on the floor, and O is home; O M , P M , O P are the three sides of that stacked triangle.
The three coordinate planes (Section 8) slice all of space into separate regions. An octant is one such region, fixed by the sign pattern of a point's coordinates — whether each of x , y , z is + or − . For example ( + , + , + ) is one octant, ( − , + , − ) is a different one.
Intuition WHY exactly 8 octants
Each ruler offers a two-way choice: is your coordinate + or − ? Two rulers = two independent choices = 2 × 2 = 4 quadrants (the 2D case, Section 4). Three rulers = three choices = 2 × 2 × 2 = 8 octants. The exponent is literally "how many independent sign-choices" you have. This is the single reason 3D has 8 octants, not 4.
Coordinate planes floor and walls
Read the arrows as "is needed for". Notice the streams: the address stream (number line → pairs → third ruler → triples), the measurement stream (square + root + degrees + perpendicular → Pythagoras → distance), and the region stream (planes + powers of two → octants). They all join at the topic itself.
Test yourself — reveal only after answering aloud. If any of these stalls you, re-read its section before opening the parent note.
What does − 3 on a number line mean, and how does it differ from ∣ − 3∣ ? − 3 = 3 steps in the negative direction (signed); ∣ − 3∣ = 3 = just the size, direction thrown away.
Why is ( − 4 ) 2 = + 16 and not − 16 ? Because ( − 4 ) × ( − 4 ) , and negative times negative is positive; squaring destroys the sign.
What question does 25 ask, and why does the distance formula end with a root? "Which positive number squared gives 25?" (answer 5). Pythagoras gives length-squared, so we press the undo-button to recover the length.
Why must ( x , y , z ) be ordered ? Each slot names a different ruler; swapping numbers moves you to a different point.
What is a degree, and how many degrees is a square corner? A degree is a unit of turn; a full spin is 36 0 ∘ and a square (right-angle) corner is 9 0 ∘ .
What does a ⊥ b mean and why do the 3D rulers need it? They meet at 9 0 ∘ ; perpendicular rulers make each direction independent, which is what makes Pythagoras and a clean distance formula work.
State Pythagoras and say where the right angle sits. c 2 = a 2 + b 2 ; the right angle is between the two short sides a , b , opposite the hypotenuse c .
Where is z measured, and what is a plane? z is signed distance along the third, upward ruler (z-axis); a plane is an endless flat sheet with no thickness.
What is a coordinate plane, and which coordinate is zero on the xy-plane (the floor)? The flat sheet holding two of the axes; on the xy-plane every point has z = 0 .
What is an octant, and why are there 2 3 = 8 of them? A region of space fixed by the sign pattern of ( x , y , z ) ; three axes give three independent + / − choices, 2 × 2 × 2 = 8 .
In the stacked-triangle derivation, what are the points P , M , O ? P is the point in space, M is its straight-down shadow on the floor (xy-plane), O is the origin.
What is the address of the origin O and why does everything share it? ( 0 , 0 , 0 ) ; one shared zero stitches the three rulers into a single space so distances make sense.
Parent: 3D coordinate system — this page equips you to read it symbol-by-symbol.
Quadrants in 2D Coordinate Geometry — the ordered-pair and sign world these foundations extend.
Distance Formula in 3D — built directly from squaring, root, perpendicular and Pythagoras above.
Vectors in 3D — reads the ordered triple as a position from the shared origin.
Equation of a Plane — the coordinate planes of Section 8 are the simplest examples.