Why the Section Formula is a Handy Trick
Imagine you have a treasure map with two landmarks marked on a grid. You need to place a clue exactly halfway—or any other fraction—between them. The section formula tells you the exact coordinates without measuring with a ruler.
💡 In Simple Words: The section formula lets you find the exact spot of a point that splits a line into a given ratio. Whether the point is inside the line (internal) or outside (external), you just plug the ratio and the ends' coordinates into a quick recipe.
What the Section Formula Actually Means
Section formula is a method in coordinate geometry (the branch of math that uses x‑y axes) to locate a point that divides a line segment in a specific ratio.
Internal division – the point lies between the ends
If point P(x, y) divides the segment joining A(x₁, y₁) and B(x₂, y₂) in the ratio m:n (read as "m to n"), the coordinates of P are:
x = (n·x₁ + m·x₂) / (m + n)
y = (n·y₁ + m·y₂) / (m + n)
Think of the ratio as how many “shares” each end contributes. If the ratio is 1:1, the point is exactly the midpoint.
External division – the point is outside the segment
When P lies on the line but outside AB, we still use a ratio m:n, but the formula changes a bit:
x = (‑n·x₁ + m·x₂) / (m – n)
y = (‑n·y₁ + m·y₂) / (m – n)
Here the minus sign reflects that one part of the line is being “subtracted” because the point is beyond an endpoint.
Deriving the Formula – A Quick Sketch
Picture the line AB as a piece of elastic rope. If you pull the rope so that A contributes n parts and B contributes m parts, the point where you tie a knot is P. By writing the coordinates of P as a weighted average of the ends, you get the formulas above.
Worked Example: Internal Division
Problem: Find the coordinates of the point that divides the segment joining A(2, 3) and B(8, ‑1) in the ratio 3:2.
Solution:
- Identify the ratio: m = 3, n = 2.
- Plug into the internal formula:
- x = (2·2 + 3·8) / (3 + 2) = (4 + 24) / 5 = 28/5 = 5.6
- y = (2·3 + 3·(‑1)) / (3 + 2) = (6 – 3) / 5 = 3/5 = 0.6
Notice how the larger weight (3) pulls the point closer to B.
Worked Example: External Division
Problem: Determine the coordinates of the point that divides the line joining C(‑4, 5) and D(6, ‑3) externally in the ratio 4:1.
Solution:
- Take m = 4, n = 1 (the point is beyond C towards D).
- Apply the external formula:
- x = (‑1·(‑4) + 4·6) / (4 – 1) = (4 + 24) / 3 = 28/3 ≈ 9.33
- y = (‑1·5 + 4·(‑3)) / (4 – 1) = (‑5 – 12) / 3 = (‑17) / 3 ≈ ‑5.67
The negative sign in the numerator pushes the point outward from the segment.
Quick Comparison: Internal vs. External
| Aspect | Internal Division | External Division |
|---|---|---|
| Where the point lies | Between A and B | Outside the segment, on the same line |
| Formula for x | (n·x₁ + m·x₂) / (m + n) | (‑n·x₁ + m·x₂) / (m – n) |
| Formula for y | (n·y₁ + m·y₂) / (m + n) | (‑n·y₁ + m·y₂) / (m – n) |
| Ratio condition | m, n > 0 | m > n (to avoid division by zero) |
Bullet‑Point Summary
- Section formula finds a point that splits a line in a given ratio.
- Use the internal version when the point is between the endpoints.
- Use the external version when the point lies outside the segment.
- Remember: internal denominator is (m + n); external denominator is (m ‑ n).
- Plug the coordinates of the endpoints and the ratio directly—no need for geometry tricks.
📝 Likely Exam Questions
- Question: Find the coordinates of the point that divides the line joining (1, 2) and (7, ‑4) in the ratio 2:5 internally.
Answer: x = (5·1 + 2·7) / 7 = (5 + 14) / 7 = 19/7 ≈ 2.71; y = (5·2 + 2·(‑4)) / 7 = (10 – 8) / 7 = 2/7 ≈ 0.29. - Question: A point P divides the segment joining (‑3, 4) and (9, ‑2) externally in the ratio 3:2. Find P.
Answer: x = (‑2·(‑3) + 3·9) / (3 – 2) = (6 + 27) / 1 = 33; y = (‑2·4 + 3·(‑2)) / 1 = (‑8 – 6) = ‑14. - Question: Show that the midpoint of a line segment is a special case of the section formula.
Answer: For a midpoint, the ratio m:n = 1:1. Substituting into the internal formula gives x = (x₁ + x₂)/2, y = (y₁ + y₂)/2, which is the standard midpoint formula. - Question: If a point divides the line joining (0, 0) and (10, 10) in the ratio 4:1 externally, what are its coordinates?
Answer: x = (‑1·0 + 4·10) / (4 – 1) = 40/3 ≈ 13.33; y = (‑1·0 + 4·10) / 3 = 40/3 ≈ 13.33.