Section Formula (Internal Division) Calculator
Calculates the coordinates of a point that divides a line segment joining two points in a specific ratio internally.
Formula first
Overview
This formula uses the weighted average of the coordinates of the endpoints to determine the exact location of a point along a line segment. By setting the ratio m:n, you can find any specific division point, such as the midpoint (when m=n) or points dividing the segment into thirds or quarters. It is a fundamental tool for partitioning space in two-dimensional coordinate systems.
Symbols
Variables
x1 = x-coordinate of point 1, y1 = y-coordinate of point 1, x2 = x-coordinate of point 2, y2 = y-coordinate of point 2, m = Ratio part 1
Apply it well
When To Use
When to use: Use this formula when you are given the endpoints of a line segment and the ratio in which a point divides that segment internally.
Why it matters: It is essential for mapping, computer graphics, and architectural design where objects must be precisely positioned along defined vectors or boundaries.
Avoid these traps
Common Mistakes
- Swapping the ratio values (m and n) leading to an incorrect position.
- Forgetting that the denominator is the sum of the ratio parts (m+n), not their difference.
- Confusing internal division with external division, which uses subtraction in the formula.
One free problem
Practice Problem
Find the coordinates of point P that divides the line segment joining A(2, 4) and B(8, 10) in the ratio 1:2.
Solve for:
Hint: Apply the section formula: x = (nx1 + mx2) / (m + n).
The full worked solution stays in the interactive walkthrough.
References
Sources
- Stewart, J. (2015). Calculus: Early Transcendentals.
- Pearson Edexcel Level 3 Advanced GCE in Mathematics Specification.
- Pure Mathematics Year 1/AS, Oxford University Press