Three Axes, Three Planes, Eight Octants

Locating a point in a plane takes two numbers; locating a fan-tip in a room takes three — the distances from two adjacent walls and from the floor. That is the whole idea of 3D coordinates.

Take three mutually perpendicular planes meeting at a point OO. They intersect along three mutually perpendicular lines XOXX'OX, YOYY'OY, ZOZZ'OZ — the xx-, yy- and zz-axes — forming the rectangular coordinate system with origin OO.

Three perpendicular axes with the three coordinate planes shaded

Key Point (Coordinate planes): each pair of axes spans a plane — the XYXY-plane, YZYZ-plane and ZXZX-plane. With the XYXY-plane horizontal, distances up along OZOZ are positive, down are negative; similarly each axis carries its positive and negative direction.

The three planes slice space into eight octants, numbered I through VIII. Signs identify them:

Octant sign table for the eight octants

Reading the table: (3,1,2)(-3, 1, 2) has signs (,+,+)(-, +, +) — octant II; (3,1,2)(-3, 1, -2) has signs (,+,)(-, +, -) — octant VI. The pattern: octants I-IV have z>0z > 0 and cycle through the four 2D-quadrant sign patterns of (x,y)(x, y); octants V-VIII repeat them with z<0z < 0.

Coordinates of a Point in Space

Key Point (The triplet): given PP in space, drop a perpendicular PMPM to the XYXY-plane, then a perpendicular MLML to the xx-axis. With OL=xOL = x, LM=yLM = y, MP=zMP = z, the point is P(x,y,z)P(x, y, z). Equivalently, xx, yy, zz are the perpendicular distances of PP from the YZYZ-, ZXZX- and XYXY-planes respectively.

Locating point P 2 4 5 with perpendicular distances and special positions

This sets up a one-to-one correspondence between points of space and ordered triplets (x,y,z)(x, y, z): every point gets exactly one triplet, and every triplet locates exactly one point (fix LL on the xx-axis, walk to MM in the XYXY-plane, rise to PP).

Special positions worth memorising:

The origin is (0,0,0)(0, 0, 0). A point on the xx-axis looks like (x,0,0)(x, 0, 0); on the yy-axis (0,y,0)(0, y, 0); on the zz-axis (0,0,z)(0, 0, z). A point in the XYXY-plane looks like (x,y,0)(x, y, 0); in the YZYZ-plane (0,y,z)(0, y, z); in the ZXZX-plane (x,0,z)(x, 0, z).

Worked check: if P=(2,4,5)P = (2, 4, 5) and FF is the foot of the perpendicular from PP to the ZXZX-plane, then the yy-distance collapses to zero: F=(2,0,5)F = (2, 0, 5).

[Board Tip] "A point is in the XZXZ-plane — what is its yy-coordinate?". Answer in one word: zero. Lying in a coordinate plane kills exactly the coordinate measured away from that plane — no computation needed.

Solved Examples

Example 1: Collapsing one coordinate

PP is (2,4,5)(2, 4, 5). Find the coordinates of FF, the foot of the perpendicular from PP to the ZXZX-plane.

Solution:

Step 1 — Identify what reaching the plane changes. The ZXZX-plane is the set y=0y = 0; the perpendicular from PP travels purely in the yy-direction, so only the yy-coordinate changes.

Step 2 — Set it to zero. F=(2,0,5)F = (2, 0, 5).

Locating point P 2 4 5 with perpendicular distances and special positions

Takeaway: Dropping a perpendicular to a coordinate plane zeroes exactly one coordinate — the one measured away from that plane.

Example 2: Naming octants

Find the octants in which (3,1,2)(-3, 1, 2) and (3,1,2)(-3, 1, -2) lie.

Solution:

Step 1 — Read the signs. (3,1,2)(-3, 1, 2) has sign pattern (,+,+)(-, +, +); (3,1,2)(-3, 1, -2) has (,+,)(-, +, -).

Step 2 — Look up the octant table. (,+,+)(-, +, +) is octant II; (,+,)(-, +, -) is octant VI.

Octant sign table for the eight octants

Takeaway: Octants I-IV have z>0z > 0 and cycle the 2D quadrant signs of (x,y)(x, y); V-VIII repeat them with z<0z < 0 — the same point with zz negated jumps by exactly four.

Example 3: Points on an axis, points in a plane

(i) A point lies on the xx-axis: what are its yy- and zz-coordinates? (ii) A point lies in the XZXZ-plane: what is its yy-coordinate?

Solution:

Step 1 — (i) An axis point. The xx-axis is the intersection of the XYXY- and ZXZX-planes, so distances from both are zero: y=0y = 0 AND z=0z = 0 — the point is (x,0,0)(x, 0, 0).

Step 2 — (ii) A plane point. Lying in the XZXZ-plane means zero distance from it, and that distance is y|y|: y=0y = 0, form (x,0,z)(x, 0, z).

Takeaway: Membership of an axis kills two coordinates; membership of a coordinate plane kills one.

Example 4: An octant drill

Name the octants of (1,2,3)(1, 2, 3), (4,2,3)(4, -2, 3), (4,2,5)(4, -2, -5), (4,2,5)(4, 2, -5), (4,2,5)(-4, 2, -5), (4,2,5)(-4, 2, 5), (3,1,6)(-3, -1, 6), (2,4,7)(-2, -4, -7).

Solution:

Step 1 — Sort by the sign of zz. With z>0z > 0: (1,2,3)(1,2,3), (4,2,3)(4,-2,3), (4,2,5)(-4,2,5), (3,1,6)(-3,-1,6) land in octants I-IV; with z<0z < 0: the other four land in V-VIII.

Step 2 — Use the (x,y)(x, y) quadrant within each half. (1,2,3)(1,2,3): (+,+)(+,+) → I. (4,2,3)(4,-2,3): (+,)(+,-) → IV. (4,2,5)(-4,2,5): (,+)(-,+) → II. (3,1,6)(-3,-1,6): (,)(-,-) → III.

Step 3 — Repeat below the XYXY-plane. (4,2,5)(4,2,-5): (+,+)(+,+) → V. (4,2,5)(-4,2,-5): (,+)(-,+) → VI. (2,4,7)(-2,-4,-7): (,)(-,-) → VII. (4,2,5)(4,-2,-5): (+,)(+,-) → VIII.

Takeaway: Decide zz first, then read the (x,y)(x, y) pair like a 2D quadrant — the table becomes automatic.

Example 5: Fill in the blanks

(i) The xx-axis and yy-axis taken together determine a plane known as . (ii) The coordinates of points in the XYXY-plane are of the form . (iii) Coordinate planes divide the space into __ octants.

Solution:

Step 1 — (i). Two intersecting lines span exactly one plane: the XYXY-plane.

Step 2 — (ii). Height above that plane is zz, and in the plane z=0z = 0: form (x,y,0)(x, y, 0).

Step 3 — (iii). Each coordinate independently positive or negative: 23=2^3 = eight octants.

Takeaway: All three blanks are one fact seen three ways — the coordinate planes carve space by signs.

Example 6: Signs to octant, octant to signs

(i) A point has x<0x < 0, y<0y < 0, z>0z > 0: which octant? (ii) Write a sample point in octant VII.

Solution:

Step 1 — (i) Signs to octant. (,,+)(-, -, +): third quadrant pattern in (x,y)(x,y) with z>0z > 0 — octant III.

Step 2 — (ii) Octant to signs. Octant VII is the z<0z < 0 partner of III: signs (,,)(-, -, -), e.g. (1,2,3)(-1, -2, -3).

Takeaway: The table works in both directions — memorise the four upper octants and negate zz for the lower four.

Example 7: Feet of perpendiculars to all three planes

For P(3,4,5)P(3, -4, 5), write the feet of the perpendiculars from PP to the XYXY-, YZYZ- and ZXZX-planes, and the distances to each plane.

Solution:

Step 1 — Zero one coordinate per plane. Foot on XYXY (z=0z=0): (3,4,0)(3, -4, 0); on YZYZ (x=0x=0): (0,4,5)(0, -4, 5); on ZXZX (y=0y=0): (3,0,5)(3, 0, 5).

Step 2 — Distances are the dropped coordinates. From XYXY: z=5|z| = 5; from YZYZ: x=3|x| = 3; from ZXZX: y=4|y| = 4.

Step 3 — Check one. From (3,4,5)(3,-4,5) to (3,4,0)(3,-4,0): 0+0+25=5\sqrt{0+0+25} = 5 ✓.

Takeaway: x,y,z|x|, |y|, |z| ARE the three plane-distances — that is the geometric meaning of the coordinates.

Example 8: Reflections in the coordinate planes

Write the image of P(2,3,5)P(2, -3, 5) in (i) the XYXY-plane, (ii) the YZYZ-plane, (iii) the origin.

Solution:

Step 1 — (i) Mirror in XYXY. The mirror flips the coordinate perpendicular to it: zzz \to -z gives (2,3,5)(2, -3, -5).

Step 2 — (ii) Mirror in YZYZ. xxx \to -x gives (2,3,5)(-2, -3, 5).

Step 3 — (iii) Point reflection in OO. All three flip: (2,3,5)(-2, 3, -5).

Takeaway: Plane mirrors flip ONE sign; the origin flips all three; an axis reflection (compose two planes) flips two.