Section Formula (Internal Division)
Calculates the coordinates of a point that divides a line segment joining two points in a specific ratio internally.
This public page keeps the free explanation visible and leaves premium worked solving, advanced walkthroughs, and saved study tools inside the app.
Core idea
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.
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.
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
Walkthrough
Derivation
Derivation of Section Formula (Internal Division)
This derivation uses the principle of similar triangles to determine the coordinates of a point that partitions a line segment in a specific ratio.
- The line segment is defined by two points A(x₁, y₁) and B(x₂, y₂).
- Point P(x, y) lies on the segment AB such that the ratio AP:PB = m:n.
- The coordinate axes are Cartesian.
Setup of Similar Triangles
By drawing horizontal and vertical lines through A, P, and B, we create two similar right-angled triangles due to equal corresponding angles.
Note: Drawing a diagram is highly recommended for visualization.
Ratio of Horizontal Segments
Since the triangles are similar, the ratio of their corresponding sides must be equal to the ratio of the line segments m:n.
Note: Ensure you correctly identify the differences (x - x₁) and (x₂ - x).
Algebraic Rearrangement for x
Cross-multiply the ratio and isolate the variable x to solve for the x-coordinate of P.
Note: The variable 'x' appears on both sides of the initial equation; collect all 'x' terms together.
Application to y-coordinate
Using the same logic for the vertical heights, repeat the derivation process to find the y-coordinate.
Note: The symmetry between the x and y derivations allows for this direct substitution.
Result
Source: Pure Mathematics Year 1/AS, Oxford University Press
Why it behaves this way
Intuition
Think of this as a 'weighted average' of two locations. If you place a mass of at point and a mass of at point , the formula calculates the 'center of mass' or balance point. Because point 2 () is multiplied by and point 1 () is multiplied by , the balance point is pulled closer to the side with the larger 'weight'.
Signs and relationships
- +: The plus signs represent the 'additive' nature of averaging coordinates. Because this is internal division, both weights contribute to the position between the two points, requiring a sum.
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.
Where it shows up
Real-World Context
An engineer placing a structural support pylon at a point two-thirds of the way along a bridge span between two main pillars.
Study smarter
Tips
- Ensure you correctly identify m and n corresponding to the segments from (x1, y1) and (x2, y2) respectively.
- Remember that the ratio m:n implies m is associated with the distance from the first point and n from the second.
- Check your result by testing if the point lies on the line connecting the two endpoints using the slope formula.
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.
Common questions
Frequently Asked Questions
This derivation uses the principle of similar triangles to determine the coordinates of a point that partitions a line segment in a specific ratio.
Use this formula when you are given the endpoints of a line segment and the ratio in which a point divides that segment internally.
It is essential for mapping, computer graphics, and architectural design where objects must be precisely positioned along defined vectors or boundaries.
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.
An engineer placing a structural support pylon at a point two-thirds of the way along a bridge span between two main pillars.
Ensure you correctly identify m and n corresponding to the segments from (x1, y1) and (x2, y2) respectively. Remember that the ratio m:n implies m is associated with the distance from the first point and n from the second. Check your result by testing if the point lies on the line connecting the two endpoints using the slope formula.
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