Why the Section Formula matters
Ever wondered how to find a point that splits a line exactly the way you want? Whether you’re plotting a midpoint for a triangle or dividing a road on a map, the section formula is your shortcut.
💡 In Simple Words: The section formula tells you the coordinates of a point that cuts a straight line between two known points into a given ratio. Think of it like sharing a chocolate bar – if you want to split it 3 : 2, the formula shows where the break happens on the bar.
What the section formula actually is
Suppose you have two points A(x₁, y₁) and B(x₂, y₂). You want a point P that divides AB in the ratio m : n. If P lies between A and B, we call it an internal division. If P falls outside the segment, extending the line, that’s an external division.
The formula looks like this:
- For internal division: P(x, y) = ((n·x₁ + m·x₂)/(m+n), (n·y₁ + m·y₂)/(m+n))
- For external division: P(x, y) = ((n·x₁ – m·x₂)/(n‑m), (n·y₁ – m·y₂)/(n‑m))
Here, m and n are just the numbers that describe the ratio – like “3 parts to 2 parts”.
Step‑by‑step: Using the section formula
Follow these four simple steps and you’ll never get stuck.
Worked Example 1 – internal division
Find the point that divides the segment joining A(2, 3) and B(8, ‑1) in the ratio 3 : 2.
- Identify: A(2, 3), B(8, ‑1), m = 3, n = 2.
- Use the internal formula:
x = (n·x₁ + m·x₂)/(m+n) = (2·2 + 3·8)/(3+2) = (4 + 24)/5 = 28/5 = 5.6
y = (n·y₁ + m·y₂)/(m+n) = (2·3 + 3·(‑1))/5 = (6‑3)/5 = 3/5 = 0.6
So P(5.6, 0.6). Plotting it on graph paper shows the point sits nicely between A and B, exactly three‑fifths of the way from A.
Worked Example 2 – external division
Find the point that divides the line joining C(‑4, 5) and D(6, ‑3) externally in the ratio 1 : 4.
- Identify: C(‑4, 5), D(6, ‑3), m = 1, n = 4.
- Use the external formula:
x = (n·x₁ – m·x₂)/(n‑m) = (4·(‑4) – 1·6)/(4‑1) = (‑16 – 6)/3 = (‑22)/3 ≈ ‑7.33
y = (n·y₁ – m·y₂)/(n‑m) = (4·5 – 1·(‑3))/3 = (20 + 3)/3 = 23/3 ≈ 7.67
The point (‑7.33, 7.67) lies on the line extension beyond C, because we asked for an external split.
Quick comparison – internal vs external division
| Aspect | Internal Division | External Division |
|---|---|---|
| Where does P lie? | Between A and B | Outside the segment, on the line’s extension |
| Formula sign | Both numerators have “+” | One numerator uses “‑” (subtract) |
| Denominator | m + n | n ‑ m |
| Typical use | Midpoints, trisection points | Finding points of intersection beyond a given segment |
📝 Likely Exam Questions
- Q1. Find the coordinates of the point dividing the line joining (1, 2) and (7, ‑4) in the ratio 2 : 3 internally.
Answer: P(5, ‑2). - Q2. A line segment has endpoints (‑3, 0) and (9, 6). Determine the point that divides it externally in the ratio 5 : 2.
Answer: P(13, 8). - Q3. Show that the midpoint of a segment is a special case of the section formula.
Answer: Set m = n = 1; the formula reduces to ((x₁+x₂)/2, (y₁+y₂)/2), which is the midpoint. - Q4. In a triangle, the centroid divides each median in the ratio 2 : 1. If a median joins (0, 0) to (6, 9), find the centroid.
Answer: (4, 6). - Q5. Explain in one sentence why the denominator changes from (m+n) to (n‑m) for external division.
Answer: Because the point lies outside the segment, the ratio measures a difference rather than a sum.