Before the drills, study Figure 1. It is the mental picture the whole page leans on: a single straight line runs from a lower-left point A(1,2) up to B(4,6); a cyan line is drawn through both and extended past B. An amber point marked "P internal" sits halfway betweenA and B (labelled "P lies BETWEEN A and B"); a second amber point marked "Q external" sits further along the extended line, beyond B (labelled "Q lies BEYOND B"). The picture's one job: internal points live on the segment, external points live on its extension. Whenever a problem below says "internal" or "external," place its point on this figure in your head first.
Can you pick the right formula and plug in without slipping a sign?
Recall Solution L1.1
Denominator check:m+n=1+2=3=0 — the internal formula is safe to use.
Internal formula, m=1,n=2. Remember m multiplies B's coordinates.
x=1+21⋅7+2⋅1=39=3,y=31⋅8+2⋅2=312=4.Why this mix? The split is 1:2, so P is a mix of one part B and two parts A out of three parts — that is exactly what the fractions above compute. More weight on A ⇒ answer sits nearer A.
P=(3,4).
Sanity: ratio 1:2 means P is only 31 of the way from A to B, so it sits close to A(1,2). And (3,4) is indeed near A. ✓
Recall Solution L1.2
Midpoint = internal division with m=n=1: equal parts of each endpoint, so just average each coordinate:
M=(2−4+10,26+(−2))=(26,24)=(3,2).M=(3,2). See Midpoint formula for why m=n=1 collapses the recipe to a plain average.
The 1:0 case: all weight on B, so P=1+01⋅B+0⋅A=B=(10,−2). A zero in the ratio recovers an endpoint — a useful reality check that the formula behaves.
Now the numbers bite: external division, negative coordinates, mixed signs.
Recall Solution L2.1
First check the denominator is alive: external needs m=n. Here m=3=1=n, so m−n=2=0 — safe to proceed.
External formula: minus in numerator, m−n in denominator.
x=3−13⋅4−1⋅1=211=5.5,y=3−13⋅6−1⋅2=216=8.P=(5.5,8).
Sanity:m>n externally means P lands beyond B. B=(4,6), and (5.5,8) is further along the same line — past B. ✓
Recall Solution L2.2
Denominator check first: as an internal ratio m+n=−2+3=1=0, so no blow-up — proceed.
Why a negative ratio = external division (the derivation). Feed the negative ratio straight into the internal formula with m=−2,n=3:
x=−2+3(−2)⋅5+3⋅0=1−10=−10,y=1(−2)⋅10+3⋅0=1−20=−20.
Now do the same point through the external formula reading the ratio as positive 2:3 (m=2,n=3):
x=2−32⋅5−3⋅0=−110=−10,y=2−32⋅10−3⋅0=−120=−20.Identical. That is the proof: putting a minus sign on n (or on m) turns every +n into −n and every m+n into m−n — which is literally the external formula. So a negative weight is not some new rule; it is the internal formula pointed backwards, and "backwards along the line" is exactly what external (outside the segment) means.
P=(−10,−20).
Sanity: here ∣m∣<∣n∣ so P is thrown beyond A (the smaller-weight side). A=(0,0) and P=(−10,−20) sits on the opposite side of A from B. ✓
Reverse the machine: given the point, recover the ratio — or the missing coordinate.
Recall Solution L3.1
Let the ratio be k:1 — one unknown k standing in for m:n scaled so n=1. A single symbol is easier to solve. With m=k,n=1, the internal formula puts k on B and 1 on A.
Solve using the x-coordinate.Why cross-multiply? The equation is a fraction equal to a number; multiplying both sides by the denominator (k+1) clears the fraction without changing the truth of the equation:
−1=k+1k⋅6+1⋅(−3)⇒−1(k+1)=6k−3⇒−k−1=6k−3.
Collect k on one side (both sides stay equal because we only add the same term to each):
−1+3=6k+k⇒2=7k⇒kx=72.Now the lie-detector. A valid dividing point must give the samek from the y-equation, because one k fixes one point on the line — it cannot have two different values. Solve y independently:
3=k+1k(−8)+1⋅10⇒3k+3=−8k+10⇒11k=7⇒ky=117.The verdict.kx=72 but ky=117, and 72=117. The two coordinates demand different split ratios — impossible for a single point on the line AB. That contradiction provesP(−1,3) does not lie on line AB, so no dividing ratio exists. See Collinearity of three points: a valid ratio exists iff the x- and y-equations agree on k.
Answer: no such ratio; P is off the line AB.
Recall Solution L3.2
Use the known coordinate y=−2 to solve for the ratio k:1 first. Cross-multiply to clear the fraction:
−2=k+1k⋅4+1⋅(−4)⇒−2k−2=4k−4⇒2=6k⇒k=31.
Ratio =1:3. Now find x with that ratio (m=1,n=3):
x=1+31⋅6+3⋅2=412=3.x=3, ratio 1:3.
Sanity:1:3 puts P a quarter of the way from A(2,−4) to B(6,4); a quarter of the y-rise 8 is 2, landing at −4+2=−2 ✓.
Combine the formula with other tools: centroids, trisection, geometry.Figure 2 below draws the trisection idea of L4.1: the straight segment from A(2,−3) up to B(8,6) is cut by two amber points, P(4,0) and Q(6,3), into three equal pieces — a cyan "=" sign sits over each of the three sub-segments to show they are the same length. The near point P realises ratio 1:2, the far point Q ratio 2:1. Sketch this before you compute so you can see which point takes which ratio.
Recall Solution L4.1
Two cut points (see Figure 2): P nearer A divides 1:2; Q nearer B divides 2:1. Why those ratios?P ends the first third, so AP:PB=1:2; Q ends the second third, so AQ:QB=2:1. Both have m+n=3=0 — internal formula safe.
P (ratio 1:2):P=(31⋅8+2⋅2,31⋅6+2⋅(−3))=(312,30)=(4,0).Q (ratio 2:1):Q=(32⋅8+1⋅2,32⋅6+1⋅(−3))=(318,39)=(6,3).
Trisection points: P=(4,0), Q=(6,3).
Sanity: the midpoint of the whole segment is (22+8,2−3+6)=(5,1.5), which should be the midpoint of P and Q: (24+6,20+3)=(5,1.5) ✓.
Recall Solution L4.2
Average method (the Centroid of a triangle shortcut):
G=(31+5+3,32+(−2)+6)=(39,36)=(3,2).Why the centroid splits each median 2:1 (proof sketch). A median runs from a vertex, say A, to the midpoint M of the opposite side BC. Take the point G that averages all three vertices, G=3A+B+C. Now M=2B+C, so B+C=2M, and substituting gives G=3A+2M. Read that last expression as the internal section formula on segment AM with weights m=2 (on M) and n=1 (on A), since it is exactly 2+12M+1A. So G divides AM in ratio AG:GM=2:1, measured from the vertex. Because the averaging formula is symmetric in A,B,C, the identical argument works for the medians from B and from C — every median is split 2:1 at the same point G. (This is why the Centroid of a triangle averaging shortcut and the median-split rule agree.)
Median-split verification. Midpoint of BC is M=(25+3,2−2+6)=(4,2). The centroid divides median AM in ratio 2:1 from vertex A, so m=2 (toward M), n=1 (toward A), m+n=3=0:
G=(32⋅4+1⋅1,32⋅2+1⋅2)=(39,36)=(3,2).
Both give G=(3,2) ✓ — the section formula proves the averaging shortcut.
Idea: on the x-axis, y=0. So the crossing point P has y-coordinate 0. Let ratio =k:1 and solve the y-equation (cross-multiplying to clear the fraction):
0=k+1k⋅6+1⋅(−3)⇒6k−3=0⇒k=21.
Ratio =1:2. Now the x-coordinate with m=1,n=2:
x=1+21⋅5+2⋅2=39=3.
The x-axis cuts AB in ratio 1:2 at the point (3,0).
Sanity:A is below the axis (y=−3), B above (y=6); the segment must cross, and k>0 confirms internal division. ✓
Recall Solution L5.2
AssumeB divides AC in ratio k:1. Solve with x (cross-multiply to clear the fraction):
3=k+1k⋅7+1⋅1⇒3k+3=7k+1⇒2=4k⇒k=21.
Now the lie-detector: plug k=21 into the y-formula and see if it returns B's y=4:
y=21+121⋅10+1⋅1=3/25+1=3/26=4✓.
Both coordinates agree at k=21, so Bdoes lie on line AC, dividing it in ratio 1:2. Since B is a genuine section point of segment AC, the three points A, B, C lie on one straight line — they are collinear.
Slope confirmation (Slope of a line): slope AB=3−14−1=23; slope BC=7−310−4=46=23. Equal slopes ⇒ collinear ✓ (see Collinearity of three points). Conclusion:A, B, C are collinear, with B dividing AC internally 1:2.
Recall Solution L5.3
Why we can solve for the endpoint. The section formula is a single equation that ties together five quantities: the ratio, both of A's coordinates, both of B's, and P. Nothing in it privileges P as "the output." If instead we know the ratio, A, and P, then B is simply the one unknown left — so we set the formula equal to P and solve for B, exactly as we solved for P in L1. The equation is symmetric in what it lets you treat as known.
With m=3,n=2 (m+n=5=0), set the internal formula equal to P's coordinates and clear the fraction:
4=3+23x2+2⋅2=53x2+4⇒20=3x2+4⇒x2=316.5=53y2+2⋅3=53y2+6⇒25=3y2+6⇒y2=319.B=(316,319).
Sanity:P should sit 3/5 of the way from A to B. Check x: 2+53(316−2)=2+53⋅310=2+2=4 ✓.
Recall Feynman recap: the ladder you just climbed
L1 — plug into the right box (and note m:0 or 0:n just gives back an endpoint).
L2 — respect the minus signs of external / negative ratios; a negative weight is the external formula in disguise, and m=n externally gives no point.
L3 — run the machine backwards, and never trust one coordinate alone.
L4 — snap the formula onto centroids and trisections.
L5 — the unknown can be anywhere; the equation is symmetric, so set up algebra, don't pattern-match.
One recipe, five heights of thinking — and always guard the denominator: internal dies at m+n=0, external at m−n=0.