2.3.4 · D2Coordinate Geometry

Visual walkthrough — Section formula — internal and external division

1,843 words8 min readBack to topic

Step 1 — Two points, and a spot on the rope between them

WHAT. Put down two points. Call the first and give it an address . Call the second with address .

An address here just means: how far right (the first number) and how far up (the second number). So is "how far right is", is "how far up is". Same idea for .

Now imagine a straight rope from to . Somewhere on that rope, between the two ends, we mark a point with unknown address . Our whole job is to find and .

WHY. Every point on a straight line can be pinned down by how it splits the line. We need to name that split before we can compute anything.

PICTURE. Look at the blue rope from to ; the orange dot sits partway along it.

Figure — Section formula — internal and external division

Step 2 — Cast shadows onto the -axis

WHAT. Drop a straight vertical line down from each of , , until it hits the -axis (the horizontal number line at the bottom). Where each vertical lands is that point's shadow.

  • Shadow of lands at .
  • Shadow of lands at .
  • Shadow of lands at .

WHY. Diagonal lengths (, ) are awkward to measure. Their horizontal shadows are just plain differences of -numbers — much easier. The trick of the whole derivation is that the shadow keeps the same split as the rope. We prove that in the next step.

PICTURE. Three grey verticals fall from the rope to the axis. The horizontal gap from to is the shadow of ; the gap from to is the shadow of .

Figure — Section formula — internal and external division

Step 3 — Why the shadow keeps the same ratio (similar triangles)

WHAT. Build two right-angled triangles.

  • Triangle 1: run right from , then up to . Its horizontal side is ; its slanted side is .
  • Triangle 2: run right from , then up to . Its horizontal side is ; its slanted side is .

WHY. Both triangles sit under the same straight rope, so they lean at the exact same steepness (same slope). Two right triangles with the same slope are similar — same shape, different size. And similar triangles have all matching sides in the same ratio. Therefore:

PICTURE. The two shaded triangles are copies of one another — the small one scaled up to the big one. The matching angle at the base is marked equal.

Figure — Section formula — internal and external division

Since from Step 1, we can now write the key line:


Step 4 — Solve for (pure algebra, no more geometry)

WHAT. Take the boxed equation and unknot it to get alone.

Cross-multiply (multiply both sides by both bottoms):

  • Left : the -side count times the near shadow.
  • Right : the -side count times the far shadow.

Open the brackets:

Gather every -term on the left (add to both sides, add ... actually move constants right):

  • Left: both -terms collected — .
  • Right: the two known numbers and .

Factor and divide by :

WHY. We wanted by itself. Cross-multiplying clears fractions; collecting terms isolates ; dividing frees it.

PICTURE. Read the answer as a weighted mix: slide a weight onto 's shadow and a weight onto 's shadow ; the balance point of those weights is .

Figure — Section formula — internal and external division

Step 5 — The -coordinate comes free

WHAT. Repeat Steps 2–4, but drop the shadows onto the -axis (the vertical number line on the left) instead.

WHY. The rope has one steepness. The same similar triangles that split the horizontal shadow split the vertical shadow too — nothing new to prove. So every "" becomes a "":

PICTURE. Same three points, now casting shadows leftward onto the -axis; the vertical gaps split in the identical proportion.

Figure — Section formula — internal and external division

Step 6 — When walks past the end (external division)

WHAT. Now let leave the segment — keep walking beyond (or behind ). It still lies on the same straight line, still satisfies , but now it is outside.

WHY the sign flips. When is beyond , the trip and the trip point in opposite directions. One of the shadow gaps reverses sign. So becomes negative while stays positive. Mechanically, that is exactly what you get by replacing with in every formula.

Substituting :

PICTURE. The orange now sits to the right of . Watch the far arrow flip backwards — that reversed arrow is the negative length.

Figure — Section formula — internal and external division

Step 7 — The degenerate cases (never get caught out)

WHAT & WHY — walk every edge:

  • , internal → the recipe gives . This is the midpoint: equal parts on both sides means sits dead centre.
  • , external → denominator . Dividing by zero = no finite answer. Geometrically has run off to infinity: a rope split equally and outside can only be reached "at the far end of forever" (the direction parallel to the line, never meeting it).
  • Negative ratio given, e.g. → a minus sign hidden in the ratio is the external signal. Treat as external .
  • means , so lands exactly on . Check: . ✓
  • means , so lands on : . ✓

PICTURE. One number line showing all landing spots: at , at the middle, growing pushing toward , external ratios spilling past toward the infinity arrow.

Figure — Section formula — internal and external division

The one-picture summary

Everything above, compressed: two points, one rope, similar-triangle shadows on both axes, and the weighted-mix formula that falls out. Internal splits stay between; external splits (dashed) shoot past the ends.

Figure — Section formula — internal and external division
Recall Feynman retelling (say it like you're 12)

I have two houses, and , each with an address (how far right, how far up). I want to stand on the straight path between them at a spot that is " steps for every steps". I don't walk. Instead I drop a shadow of each house onto the floor (the -axis) and onto the wall (the -axis). Because the path is dead straight, the shadows split in the exact same ratio as the path — that's the similar-triangles magic. So to find my spot's right-address I mix portions of 's right-number with portions of 's right-number and divide by the total ; same trick with the up-numbers. If instead I keep walking past a house, one of my shadow-steps runs backwards — a minus sign — so I subtract and divide by . And if I try to split equally and stay outside, there's nowhere to stand: the answer flies off to infinity.


Connections

  • 2.3.04 Section formula — internal and external division (Hinglish) — the parent recipe this page derives.
  • Similar triangles — the engine of Step 3.
  • Slope of a line — constant slope is why both shadows split alike.
  • Midpoint formula — the special case of Step 7.
  • Distance formula — verify any ratio independently.
  • Centroid of a triangle — divides each median from the vertex.
  • Collinearity of three points — three points are collinear exactly when one divides the other two in some ratio.