1. Dividing a segment with a simple integer ratio
Problem
A line segment connects A(2, 4) and B(8, 10). Find the point P that divides this segment in the ratio 1:2.
Px=1+21⋅8+2⋅2 Substitute into the Section Formula with m=1, n=2, (x1,y1)=(2,4), (x2,y2)=(8,10).
Px=38+4 Evaluate the products: 1⋅8=8 and 2⋅2=4, then add them.
Px=312=4 Simplify the fraction.
Py=1+21⋅10+2⋅4=310+8=318=6 Apply the same process to the y-coordinate: 1⋅10=10, 2⋅4=8, sum to 18, divide by 3.
Answer: P=(4,6)
This straightforward example uses small positive integers. The resulting point P(4, 6) should be closer to A(2, 4) since the ratio 1:2 means P is one-third of the way from A toward B. We can verify: moving from (2, 4) to (8, 10) is a distance of 6 units in each direction, so one-third of the way is (2 + 2, 4 + 2) = (4, 6), which checks out.
2. Dividing with negative coordinates and a larger ratio
Problem
Find point P that divides the line segment from A(-6, 3) to B(9, -3) in the ratio 2:1.
Px=2+12(9)+1(−6) Apply the Section Formula with m=2, n=1, (x1,y1)=(−6,3), (x2,y2)=(9,−3).
Px=318+(−6) Evaluate the products: 2⋅9=18 and 1⋅(−6)=−6.
Px=312=4 Simplify: 18−6=12, then divide by 3.
Py=2+12(−3)+1(3)=3−6+3=3−3=−1 For y: 2⋅(−3)=−6, 1⋅3=3, sum to −3, divide by 3 to get −1.
Answer: P=(4,−1)
Negative coordinates require careful arithmetic in the numerator. The ratio 2:1 means P sits two-thirds of the way from A toward B. Notice that we're adding 18 and -6 to get 12, not -12 — a common sign error. The final point (4, -1) is indeed closer to B(9, -3) than to A(-6, 3), confirming our ratio is correct.
3. Finding a real-world position on a basketball court
Problem
During a basketball game, a player's position moves along a straight path from (12, 8) to (88, 42) on the court. A camera captures the player at a point that divides this path in a 3:2 ratio. Find the coordinates where the camera focuses.
Px=3+23(88)+2(12) Apply the Section Formula with m=3, n=2, starting position (x1,y1)=(12,8), ending position (x2,y2)=(88,42).
Px=5264+24 Evaluate the products: 3⋅88=264 and 2⋅12=24.
Px=5288=57.6 Add the numerator and divide by 5.
Py=3+23(42)+2(8)=5126+16=5142=28.4 For y: 3⋅42=126, 2⋅8=16, sum to 142, divide by 5 to get 28.4.
Answer: P=(5288,5142) or (57.6,28.4)
Real-world scenarios often yield decimal or fractional answers. The 3:2 ratio means the player is three-fifths of the way along the path when captured. Traveling from (12, 8) to (88, 42), the player reaches this point after covering 60% of the horizontal and vertical distances, which matches our calculated position on the court.