3.6.13D Geometry

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

1,836 words8 min readdifficulty · medium1 backlinks

1. What are the three axes?

WHY ordered? Because (2,3,5)(2,3,5) and (5,3,2)(5,3,2) are different points. The position in the triple tells you which ruler.

HOW we draw it (right-handed system): Point the fingers of your right hand along +x+x, curl them towards +y+y; your thumb points along +z+z. Mathematics uses this convention everywhere (cross products, etc.).

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

2. Coordinate planes


3. Octants — slicing space into 8 boxes

Octant xx yy zz Example point
I + + + (2,3,4)(2,3,4)
II + + (2,3,4)(-2,3,4)
III + (2,3,4)(-2,-3,4)
IV + + (2,3,4)(2,-3,4)
V + + (2,3,4)(2,3,-4)
VI + (2,3,4)(-2,3,-4)
VII (2,3,4)(-2,-3,-4)
VIII + (2,3,4)(2,-3,-4)

4. Special positions (build intuition for signs)


5. Distance of a point from the origin (derive it!)

Derivation from scratch. Take P(x,y,z)P(x,y,z). Drop it onto the xy-plane to get foot M(x,y,0)M(x,y,0).

Step 1 — distance in the floor: OM=x2+y2(Why? Pythagoras in the xy-plane.)OM = \sqrt{x^2 + y^2}\quad\text{(Why? Pythagoras in the xy-plane.)}

Step 2 — go straight up: PM=zPM = |z|, and PMOMPM \perp OM (the vertical edge is perpendicular to the floor).

Step 3 — Pythagoras again in triangle OMPOMP: OP2=OM2+PM2=(x2+y2)+z2.OP^2 = OM^2 + PM^2 = (x^2+y^2) + z^2.


6. Common mistakes (Steel-manned)


7. Feynman + memory aids

Recall Explain to a 12-year-old (click to reveal)

Imagine the corner of your bedroom. The floor and two walls meet at that corner — that's "zero, zero, zero". To tell a friend where a balloon is floating, you say: "go 2 metres along this wall, 3 metres along that wall, and 4 metres up." Those three numbers (2,3,4)(2,3,4) are the balloon's address. The walls and floor cut the whole room (and the space outside it too) into 8 boxes — those are the octants, like 8 invisible rooms meeting at one corner.


8. Active recall — Flashcards

How many octants does 3D space have, and why?
8, because three perpendicular planes split space and each of x, y, z can be + or −: 23=82^3=8.
A point with exactly one coordinate equal to zero lies where?
In a coordinate plane.
A point with exactly two coordinates zero lies where?
On a coordinate axis.
Which coordinate is zero for every point of the xy-plane?
z=0z = 0.
Which coordinate is zero in the yz-plane?
x=0x = 0.
Sign pattern of Octant I?
(+,+,+)(+, +, +).
Sign pattern of Octant VII?
(,,)(-, -, -).
Distance of P(x,y,z)P(x,y,z) from origin?
x2+y2+z2\sqrt{x^2+y^2+z^2}.
Distance of (2,3,6)(2,3,6) from origin?
77.
Are (2,3,5)(2,3,5) and (5,3,2)(5,3,2) the same point?
No — the triple is ordered, so they differ.
In which octant is (3,2,6)(3,-2,6)?
Octant IV (signs +,,++,-,+).
What hand-rule fixes axis orientation?
Right-hand rule (right-handed coordinate system).

Connections

Concept Map

adds third number

uses

meet at

convention

located by

pairs form

xy z=0, yz x=0, zx y=0

slice space into

from 2 x 2 x 2

top I-IV z greater 0

bottom V-VIII z less 0

Need for depth

3D coordinate system

Three perpendicular axes x y z

Origin O

Right-handed system

Ordered triple P x y z

Three coordinate planes

Floor and two walls

8 octants

Sign patterns of x y z

Mirror 2D quadrants

Beneath top layer

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, 2D mein hum kisi point ko sirf do numbers se bataate hain — (x,y)(x,y), yaani left-right aur up-down. Lekin asli duniya mein depth bhi hoti hai, isliye 3D mein ek teesra perpendicular axis add karte hain: z-axis. Toh ab har point ka address teen numbers ka hota hai — (x,y,z)(x, y, z). Yeh ordered triple hai, matlab order important hai: (2,3,5)(2,3,5) aur (5,3,2)(5,3,2) ek hi point nahi hain.

Apne room ke corner ko socho — floor aur do walls jahan milte hain, wahi origin hai. Floor = xy-plane (z=0z=0), aur do walls = yz-plane (x=0x=0) aur zx-plane (y=0y=0). In teen planes ne poore space ko kaat ke 8 boxes bana diye — inhe octants kehte hain. 8 kyun? Kyunki x, y, z har ek plus ya minus ho sakta hai, toh 2×2×2=82\times2\times2 = 8. Yaad rakho: 2D mein 4 quadrants the, 3D mein doosra axis add hone se double ho gaye.

Sign dekhke octant pehchaano: (+,+,+)(+,+,+) Octant I, (,,)(-,-,-) Octant VII, waghairah. Aur ek simple rule: agar ek coordinate zero hai toh point kisi plane mein hai; do zero hain toh axis par; teeno zero hain toh origin.

Distance ka formula bhi ratna mat — derive karo. Point ko floor par project karo, Pythagoras lagao (x2+y2\sqrt{x^2+y^2}), phir upar z jaake dobara Pythagoras lagao. Final: OP=x2+y2+z2OP=\sqrt{x^2+y^2+z^2}. Bas yahi base hai — aage line, plane, vectors sab isi par bante hain.

Go deeper — visual, from zero

Test yourself — 3D Geometry

Connections