3.6.6 · D13D Geometry

Foundations — Equation of a line in 3D — vector, symmetric, parametric forms

1,930 words9 min readBack to topic

Before you can read the parent note the line-equation page, you must be fluent in a handful of tiny pieces. We build each one from absolute zero, in the order that lets the next piece stand on the one before.


0. What is 3D space? (the room you live in)

Everything happens inside a room. To name any spot in the room we need three numbers, because the room has three independent directions: left↔right, forward↔back, up↔down.

Figure — Equation of a line in 3D — vector, symmetric, parametric forms

Why the topic needs it: a line is a set of points, so we cannot talk about lines until we can name a single point with three numbers.


1. The vector — an arrow with length and direction

A vector is the star of the whole topic. Picture an arrow: it has a length (how far) and a direction (which way). Crucially, a vector does not care where it starts — only its length and heading matter.

Figure — Equation of a line in 3D — vector, symmetric, parametric forms

Why the topic needs it: the parent's master equation is all vectors — a position arrow, a direction arrow, and a general position arrow .


2. Adding vectors and scaling them (tip-to-tail + stretching)

Two operations on arrows power everything.

Figure — Equation of a line in 3D — vector, symmetric, parametric forms

Why the topic needs it: is literally "start arrow , then add copies of direction ." Walking steps = scaling; landing at the new point = addition. See Vectors — scalar multiplication & parallel vectors.


3. Parallel vectors — the secret that makes a line a line

Here is the hinge of the entire subtopic.

Why the topic needs it: it explains why the parent writes , and why direction ratios are unique only up to a scalar (Mistake #1 on the parent page).


4. Displacement between points:

We often need the arrow from one point to another.

Figure — Equation of a line in 3D — vector, symmetric, parametric forms

Why the topic needs it: combining §3 and §4 gives — the parent's whole derivation in one line.


5. The parameter — the "steps" dial

Why the topic needs it: is the engine of parametric form and the reason the "check the same " test works.


6. Direction ratios — the direction's three numbers

Why the topic needs it: DRs are the denominators in symmetric form and the whole content of Direction ratios and direction cosines.


7. Putting the symbols together (glossary of the parent page)

Symbol Plain words Picture
origin corner where axes meet
a point a spot in the room
unit arrows length-1 arrows along axes
position vector of anchor arrow origin→
direction vector / DRs free arrow: the line's heading
general point's position arrow origin→"any point "
parameter steps-along- dial
displacement arrow between two points

Prerequisite map

Points x y z in 3D

Vector as arrow

Components and unit arrows

Scalar multiply and stretch

Add vectors tip to tail

Parallel means scalar multiple

Displacement r minus a

Line equation r = a + lambda b

Parameter lambda the steps dial

Direction ratios feed symmetric form


Equipment checklist

Name three numbers needed to locate any point in 3D and why
The coordinates — three because the room has three independent directions.
What does the vector mean in words?
An arrow reaching 2 along , 3 along , and 1 backward along .
What does multiplying a vector by do to the arrow?
Same length, flipped to point the opposite way.
State the tip-to-tail rule for adding two vectors
Put the second arrow's tail on the first's tip; the sum runs from the first tail to the last tip (components add).
When are two vectors parallel?
When one is a scalar multiple of the other, .
Write the displacement arrow from (position ) to (position )
(destination minus start).
What does give on the line, and what does give?
gives the anchor ; is two direction-lengths backward.
Are direction ratios unique?
No — only up to a nonzero scalar multiple.
Why must one value of satisfy all three coordinate equations for a point to be on the line?
Because the single dial controls together in .
What does mean?
can be any real number — walk any distance, forward or backward.

Connections