Login
📚 Multivariable Calculus, Interactive Edition
Chapters ▾
⇩ Download ▾

1.1 Points and Octants

A point in space is an ordered triple (x,y,z): walk x units along the first axis, y along the second, then climb z. The three coordinate planes slice space into eight rooms called octants, and the fastest way to name a point's room is its sign pattern — the octant where all three coordinates are positive is the pattern (+,+,+), and there are seven others.

Here is the uncomfortable truth about pictures of space: a printed diagram shows you two of those three coordinates honestly and asks you to take the third on faith. Two different points can occupy the same spot on the page. The interactive figure below turns that defect into the lesson.

Four labeled colored points scattered among the octants of a 3D coordinate system: red A at (2,-3,4), blue B at (-2,-3,4), green C at (2,3,-4), and amber D at (2,-1,2). A translucent sphere of radius 3 is centered on point A; point D sits inside it, while B and C sit outside.Explore in 3D (opens in a new tab)
Four labeled points — A at (2,3,4), B at (2,3,4), C at (2,3,4), and D at (2,1,2) — with a translucent sphere of radius 3 centered at A. Click the figure to activate it, then drag to orbit and scroll to zoom.

Explore

Work through these with the figure above active. Commit to each prediction in writing before you test it.

  1. Without orbiting, assign each of the four points a sign pattern such as (+,,+). At least two of them are genuinely ambiguous from the opening camera. Which two are you least sure of, and what information is the flat view withholding?
  2. Now orbit until every point is unambiguous. A good technique: look straight down the z-axis to settle the x and y signs, then swing low to settle z. Which of your calls were wrong? Two of the four points share an octant — which two?
  3. The sphere is centered at A with radius 3. Before computing anything, predict whether B, C, and D are each inside, on, or outside the sphere. Orbit to check by eye — B is deceptive from some angles.
  4. Settle it with algebra: compute the distances from A to each point using the distance formula. Which of your predictions survive?
  5. Select the sphere and read its three component expressions. The center's coordinates appear as the added constants and the radius as the multiplier on the trigonometric parts. Where exactly do you see the 2, the 3, the 4, and the 3?

The distance formula wears every costume

Everything in the figure is one formula. The distance between P1=(x1,y1,z1) and P2=(x2,y2,z2) is

d = ( x 2 x 1 ) 2 + ( y 2 y 1 ) 2 + ( z 2 z 1 ) 2

which is the Pythagorean theorem applied twice. A sphere is defined by distance alone: it is the set of points at distance exactly r from a center C=(a,b,c), so "inside, on, outside" translates directly to "distance less than, equal to, greater than r", and squaring the distance condition gives the standard equation

( x a ) 2 + ( y b ) 2 + ( z c ) 2 = r 2 .

The parametric expressions you inspected in the figure above build the same sphere constructively — start at the center, move a distance r in every direction — and the identity cos2u+sin2u=1, applied twice, collapses them back to the standard equation.

An original work of XYZ Homework, built around interactive XYZ 3D figures. Aligned to OpenStax Calculus Volume 3 (Strang & Herman), © OpenStax (Rice University), licensed CC BY-NC-SA 4.0; no OpenStax content is reproduced, and this work is not affiliated with or endorsed by OpenStax or Rice University. License: CC-BY-NC-SA-4.0.