Section Formula: Definition, Formulas and Importance
The Section Formula in coordinate geometry is used to find the coordinates of a point that divides a line segment joining two given points in a specific ratio. It applies to both internal and external divisions. If a point divides the segment in the ratio m:n, the formula gives its exact location. This concept is fundamental in geometry, with applications in mathematics, physics, engineering, and computer graphics. It helps to determine positions and relationships between points in a coordinate plane.
1.0What is the Section Formula?
The Section Formula helps us determine the coordinates of a point that divides a line segment internally or externally in a given ratio.
Suppose you have two points:
And a point P(x, y) divides the line segment AB in the ratio m: n.
2.0Internal Division Formula
If point P divides the line internally, then the coordinates of P are given by:
P(x,y)=(m+nmx2+nx1,m+nmy2+ny1)
This means that the x and y coordinates of the point are essentially weighted averages of the endpoints, depending on the ratio m:n.
3.0Midpoint Formula
A special case of the Section Formula is when the line segment is divided exactly in the middle—that is, in the ratio 1:1. This gives us the Midpoint Formula.
If A(x1,y1) and B(x2,y2) are the endpoints of a line segment, then the midpoint M is given by:
This formula simply finds the average of the x-coordinates and y-coordinates, giving the exact center point of the segment AB.
M(x,y)=(2x1+x2,2y1+y2)
4.0External Division Formula
In some problems, the point divides the line externally, i.e., it lies outside the segment AB. In such a case, the coordinates are:
P(x,y)=(m−nmx2−nx1,m−nmy2−ny1)
Just be cautious—since this involves subtraction, make sure you're applying the ratio correctly, especially when m=nm = n, as this would lead to division by zero (undefined point).
5.0Solved Examples on Section Formula
1. Internal Division
Example 1. Find the coordinates of the point that divides the line segment joining A(4, 2) and B(10, 6) internally in the ratio 2:3.
Solution:
Using Internal Divison Formula
P(x,y)=(m+nmx2+nx1,m+nmy2+ny1)
x=2+3(2×10)+(3×4)=520+12=532=6.4
y=2+3(2×6)+(3×2)=512+6=518=3.6
Point = (6.4, 3.6)
Example 2. A point P divides the line segment joining A(-1, 4) and B(5, -2) in the ratio 3:1 internally.
Solution:
Using Internal Divison Formula
P(x,y)=(m+nmx2+nx1,m+nmy2+ny1)
x=3+1(3×5)+(1×−1)=415−1=414=3.5
y=4(3×−2)+(1×4)=4−6+4=4−2=−0.5
Point = (3.5, -0.5)
Example 3. The point P(x, y) divides the line joining A(2, −3) and B(8, 5) in the ratio 1:2.
Solution:
Using Internal Divison Formula
P(x,y)=(m+nmx2+nx1,m+nmy2+ny1)
x=1+2(1×8)+(2×2)=38+4=312=4
y=3(1×5)+(2×−3)=35−6=3−1
Point = (4,3−1)
2. Midpoint
Example 4. Find the midpoint of the line segment joining A(7, −3) and B(−5, 9).
Solution:
Using Midpoint Formula
M(x,y)=(2x1+x2,2y1+y2)
x=27+(−5)=22=1
y=2−3+9=26=3
Midpoint = (1, 3)
Example 5. The midpoint is M(4, 5), one end is A(2, 3). Find the other end B.
Solution:
B = (x, y), then:
22+x=4⇒x=623+y=5⇒y=7
Point B = (6, 7)
Example 6. Show that the midpoint formula is a special case of Section Formula with a ratio of 1:1.
Solution:
Using section formula:
x=1+11⋅x2+1⋅x1=2x1+x2y=2y1+y2
Which is exactly the midpoint formula.
3. External Division
Example 7. Find the coordinates of the point that divides A(3,−1)A(3, -1) and B(9,5)B(9, 5) externally in the ratio 2:12:1.
Solution:
Using Extermal Divison Formula
P(x,y)=(m−nmx2−nx1,m−nmy2−ny1)
x=2−1(2⋅9)−(1⋅3)=118−3=15
y=1(2⋅5)−(1⋅−1)=110+1=11
Point = (15, 11)
Example 8. A point PP divides A(−6, 2) and B(4, −8) externally in the ratio 3:2.
Solution:
Using Extermal Divison Formula
P(x,y)=(m−nmx2−nx1,m−nmy2−ny1)
x=3−2(3⋅4)−(2⋅−6)=112+12=24
y=1(3⋅−8)−(2⋅2)=1−24−4=−28
Point = (24, -28)
Example 9. Find a point P on the line joining A(5, 2) and B(−1, −4) such that P divides the line externally in the ratio 5:3.
Solution:
Using Extermal Divison Formula
P(x,y)=(m−nmx2−nx1,m−nmy2−ny1)
x=5−3(5⋅−1)−(3⋅5)=2−5−15=2−20=−10
y=2(5⋅−4)−(3⋅2)=2−20−6=2−26=−13
Point = (-10, -13)
6.0Why is the Section Formula Important?
The Section Formula is more than just a classroom concept:
- It helps in geographical positioning (like GPS triangulation).
- Used in computer graphics for positioning and animation.
- Plays a role in engineering and architecture for design modeling.
- Crucial for advanced math topics like vectors and calculus.