3.6.1 · D13D Geometry

Foundations — Coordinate system in 3D — x, y, z axes, octants

2,715 words12 min readBack to topic

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.


0. The most basic thing: a number line

Picture a ruler that stretches forever in both directions. The mark labelled is "home". A number like means "walk 3 steps in the positive direction"; means "walk 3 steps the other way".

Figure — Coordinate system in 3D — x, y, z axes, octants

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.


1. Signed distance and (absolute value)

The parent note writes things like " = 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.


2. Squaring, and why


3. Square root — undoing a square

Notice the chain: square (Section 2) builds the formula, root (Section 3) unwinds it. You need both, in that order.


4. Ordered pairs and the picture of 2D

Figure — Coordinate system in 3D — x, y, z axes, octants

Two number lines crossing at their shared , 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 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".


5. Angles, degrees , perpendicular

Before we can say two rulers meet "at a square corner", we need a way to measure how open a corner is.


6. The Pythagoras theorem — the one law behind everything

Figure — Coordinate system in 3D — x, y, z axes, octants

7. The ordered triple and the origin


8. Sheets in space: what a plane and a coordinate plane are

Figure — Coordinate system in 3D — x, y, z axes, octants

9. Octants and powers of two: ,


Prerequisite map

Number line and sign

Signed distance

Absolute value size only

Ordered pair x y

Third ruler z axis

Ordered triple x y z

Squaring kills sign

Pythagoras c2 = a2 + b2

Square root undo square

Distance formula 3D

Angle and degrees

Perpendicular 90 degrees

Coordinate planes floor and walls

Shared origin O

8 octants by sign

Powers of two

3D coordinate system

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.


Equipment checklist

Test yourself — reveal only after answering aloud. If any of these stalls you, re-read its section before opening the parent note.

What does on a number line mean, and how does it differ from ?
= 3 steps in the negative direction (signed); = just the size, direction thrown away.
Why is and not ?
Because , and negative times negative is positive; squaring destroys the sign.
What question does 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 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 and a square (right-angle) corner is .
What does mean and why do the 3D rulers need it?
They meet at ; 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.
; the right angle is between the two short sides , opposite the hypotenuse .
Where is measured, and what is a plane?
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 .
What is an octant, and why are there of them?
A region of space fixed by the sign pattern of ; three axes give three independent choices, .
In the stacked-triangle derivation, what are the points , , ?
is the point in space, is its straight-down shadow on the floor (xy-plane), is the origin.
What is the address of the origin and why does everything share it?
; one shared zero stitches the three rulers into a single space so distances make sense.

Connections

  • 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.