Intuition The ONE core idea
A line in 3D is nothing more than one spot you stand on plus one arrow saying which way to walk — take any number of steps forward or backward along that arrow and you sweep out the whole line. Every symbol on the parent page (r , a , b , λ , x 1 , a , b , c ) exists only to write that single sentence in mathematical costume.
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.
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.
Definition Coordinates and axes
We draw three number-lines through one corner called the origin O . They are the axes:
x -axis (right),
y -axis (into the page / forward),
z -axis (up).
A point is a spot in the room, written ( x , y , z ) : "x steps along x , then y along y , then z up." The origin is ( 0 , 0 , 0 ) .
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.
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.
Definition Vector and its components
A vector in 3D is written b = ( a , b , c ) or b = a i ^ + b j ^ + c k ^ . The three numbers are its components : how far the arrow reaches along x , along y , along z .
i ^ , j ^ , k ^ are the unit arrows : length-1 arrows pointing purely along x , y , z .
So 2 i ^ + 3 j ^ − k ^ means "2 steps along x , 3 along y , 1 step backward along z ."
Intuition Two flavours of arrow — and why we must keep them straight
The same arrow ( a , b , c ) plays two different jobs in this topic:
Position vector — its tail is nailed to the origin O , so its head is a point. This is how we turn a point into an arrow.
Direction vector — a free-floating arrow that only says "this way." We are allowed to slide it anywhere and even stretch it.
The parent note calls the anchor's position vector a and the direction b . Same object type, two jobs.
Why the topic needs it: the parent's master equation r = a + λ b is all vectors — a position arrow, a direction arrow, and a general position arrow r .
Two operations on arrows power everything.
Definition Scalar multiplication
A scalar is just an ordinary number (a "scaler" — it scales things). Multiplying a vector by a scalar λ stretches or shrinks it, and flips it if λ is negative:
λ ( a , b , c ) = ( λa , λb , λ c ) .
λ = 2 : twice as long, same way. λ = − 1 : same length, opposite way. λ = 0 : collapses to a dot.
Definition Vector addition (tip-to-tail)
To add a + d , place d 's tail on a 's tip ; the sum is the arrow from the very first tail to the very last tip. In components you just add matching numbers:
( a 1 , a 2 , a 3 ) + ( d 1 , d 2 , d 3 ) = ( a 1 + d 1 , a 2 + d 2 , a 3 + d 3 ) .
Why the topic needs it: r = a + λ b is literally "start arrow a , then add λ copies of direction b ." Walking λ steps = scaling; landing at the new point = addition. See Vectors — scalar multiplication & parallel vectors .
Here is the hinge of the entire subtopic.
Definition Parallel vectors
Two vectors are parallel when they point along the same straight track — one is just a scalar multiple of the other:
u ∥ v ⟺ u = λ v for some number λ .
( 2 , 3 , − 1 ) and ( 4 , 6 , − 2 ) are parallel (multiply by 2 ). ( 2 , 3 , − 1 ) and ( − 2 , − 3 , 1 ) too (multiply by − 1 , points backward but same line ).
Intuition Why "parallel" builds the line
Stand at anchor A and look at any other point P on the line. The arrow from A to P must lie along the line's track — so it must be parallel to the direction b . By the definition above, that means A P = λ b . That single fact is the line equation; the parent note just rearranges it.
Why the topic needs it: it explains why the parent writes A P = λ b , and why direction ratios are unique only up to a scalar (Mistake #1 on the parent page).
We often need the arrow from one point to another .
Common mistake Which way round?
Wrong instinct: A P = a − r because "A comes first."
Fix: the arrow points towards its second letter P , so it must be P 's position minus A 's: r − a . Check with a picture: the subtraction arrow always aims at the tip you kept positive.
Why the topic needs it: combining §3 and §4 gives r − a = λ b ⇒ r = a + λ b — the parent's whole derivation in one line.
λ (Greek letter lambda ) is a free number we are allowed to choose. Think of it as a dial measuring how many "b -lengths" you have walked from the anchor:
λ = 0 : you are exactly at A .
λ = 1 : you are at A + b .
λ = − 2 : two b -lengths backward .
Every real number λ ∈ R gives one point; sweeping λ over all reals sweeps the whole line.
Intuition Why ONE dial controls all three coordinates
When you turn the single dial λ , all of x , y , z change together — because r = a + λ b splits into x = x 1 + λa , y = y 1 + λb , z = z 1 + λ c , and the same λ sits in all three. That is exactly why a point only lies on the line if one value of λ satisfies all three equations (Example 4 on the parent page).
Why the topic needs it: λ is the engine of parametric form and the reason the "check the same λ " test works.
Definition Direction ratios
The components a , b , c of the direction vector b are called the direction ratios (DRs) of the line. They answer: "for each step along the line, how much x , how much y , how much z ?"
Because parallel vectors are scalar multiples, DRs are unique only up to a nonzero scale : ( 2 , 3 , − 1 ) , ( 4 , 6 , − 2 ) , ( − 2 , − 3 , 1 ) all describe the same line's direction.
R means "any real number"
λ ∈ R reads "λ belongs to the real numbers" — the whole number-line, positives, negatives, zero, fractions. It just says: you may walk any distance, either way.
Why the topic needs it: DRs are the denominators in symmetric form and the whole content of Direction ratios and direction cosines .
Symbol
Plain words
Picture
O
origin
corner where axes meet
( x , y , z )
a point
a spot in the room
i ^ , j ^ , k ^
unit arrows
length-1 arrows along axes
a
position vector of anchor A
arrow origin→A
b = ( a , b , c )
direction vector / DRs
free arrow: the line's heading
r = ( x , y , z )
general point's position
arrow origin→"any point P "
λ
parameter
steps-along-b dial
A P = r − a
displacement A →P
arrow between two points
Components and unit arrows
Scalar multiply and stretch
Parallel means scalar multiple
Line equation r = a + lambda b
Parameter lambda the steps dial
Direction ratios feed symmetric form
Name three numbers needed to locate any point in 3D and why The coordinates ( x , y , z ) — three because the room has three independent directions.
What does the vector 2 i ^ + 3 j ^ − k ^ mean in words? An arrow reaching 2 along x , 3 along y , and 1 backward along z .
What does multiplying a vector by λ = − 1 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,
u = λ v .
Write the displacement arrow from A (position a ) to P (position r ) A P = r − a (destination minus start).
What does λ = 0 give on the line, and what does λ = − 2 give? λ = 0 gives the anchor A ; λ = − 2 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
x , y , z together in
r = a + λ b .
What does λ ∈ R mean? λ can be any real number — walk any distance, forward or backward.