Before you can even read the parent note, a whole crowd of little symbols shows up: A, B, x1, a, m:n, arrows over letters, subscripts. This page hunts down every single one and builds it from nothing. If a symbol appears in the parent, it is defined here first — with a picture.
We build them in an order where each one leans on the one before it.
Why three? Because space has three independent directions. Stand in a room: I can tell you left–right, forward–back, and up–down. Three answers locate you exactly — no more, no less.
We write the point as an ordered list:
P=(x,y,z).
x = the right/left number (first axis).
y = the forward/back number (second axis).
z = the up/down number (third axis).
The order matters: (1,2,3) is a different spot from (3,2,1). That is why we call it an ordered triple.
A point Pon the segment is a spot somewhere along that rope. As P slides from A toward B, its three coordinates change smoothly. Our whole job is: given how far along P sits, what are its three numbers?
This picture is the beating heart of the topic. Everything else is bookkeeping. See Distance formula in 3D if you want to measure the actual lengths AP and PB.
The parent note gives a slick "vector method". Let us earn that arrow.
We will also need the position vector of the moving pointP: it is written p, the arrow from O to P, carrying P's three (as yet unknown) numbers:
p=(x,y,z).
Finding pis the whole problem — once we know this arrow, we read off x,y,z.
Why bother, if these are the same numbers as the point? Because arrows can be subtracted to get the arrow between two points — and that is the move the derivation needs.
Why subtraction? Look at the figure: to walk from A to B you first "undo" the trip out to A (that's −a) and then take the trip out to B (that's +b). The origin cancels, leaving the pure A→B arrow. Deepen this in Position vectors.
Using the same rule for our unknown P:
AP=p−a,PB=b−p.
These two arrows are the two rope-pieces AP and PB, now written as arrows.
We now build x=m+nmx2+nx1 from scratch, doing the algebra fully.
Step 1 — write the ratio as an arrow equation.AP=nmPB.What: stated the rope-split AP:PB=m:n using §6's scaling. Why: it links the two pieces with one clean equation. Looks like: two arrows on the same line, the A-side one being nm as long.
Step 2 — replace the arrows by position vectors (§5):
p−a=nm(b−p).
Step 3 — clear the fraction by multiplying both sides by n:
n(p−a)=m(b−p).
Step 4 — open the brackets (scalar multiplication distributes over each entry, §6):
np−na=mb−mp.
Step 5 — gather all p on one side:np+mp=mb+na⟹(m+n)p=mb+na.
Step 6 — divide by the number m+n:p=m+nmb+na.
Step 7 — read off one coordinate. Because §1 said each axis is independent, the x-entry of p uses only the x-entries of a,b:
x=m+nmx2+nx1.
There it is — earned, not decoded. The identical algebra on the second and third entries gives y and z with the same m,n.
Every arrow feeding into Section formula in 3D is a symbol this page just built. Follow them onward to Equation of a line in 3D, where the same ratio idea becomes a moving parameter, and to Centroid of a triangle in 3D, which is one clever ratio of 2:1.