Mathwords logoReference LibraryMathwords

Point of Division Formula

Point of Division Formula

The formula for the coordinates of a point which part of the way from one point to another.

Note: The midpoint formula is a special case of the point of division formula in which t = ½.

 

Point of Division Formula: On a plane: x=x₁+t(x₂−x₁), y=y₁+t(y₂−y₁); In 3D: add z=z₁+t(z₂−z₁); t=fraction from (x₁,y₁) to (x

Example finding point 2/3 of the way from (1,3) to (7,8): x=1+2/3(6)=5, y=3+2/3(5)=19/3=6⅓; point is (5,6⅓)

Key Formula

P=(x1+t(x2x1),  y1+t(y2y1))P = \bigl(x_1 + t(x_2 - x_1),\; y_1 + t(y_2 - y_1)\bigr)
Where:
  • (x1,y1)(x_1, y_1) = Coordinates of the starting point $A$
  • (x2,y2)(x_2, y_2) = Coordinates of the ending point $B$
  • tt = The fraction of the way from $A$ to $B$, where $0 \le t \le 1$
  • PP = The resulting point of division

Worked Example

Problem: Find the point that is 1/4 of the way from A(2, 3) to B(10, 7).
Step 1: Identify the known values. Here A=(2,3)A = (2, 3), B=(10,7)B = (10, 7), and t=14t = \tfrac{1}{4}.
x1=2,  y1=3,  x2=10,  y2=7,  t=14x_1 = 2,\; y_1 = 3,\; x_2 = 10,\; y_2 = 7,\; t = \tfrac{1}{4}
Step 2: Apply the formula for the xx-coordinate.
x=x1+t(x2x1)=2+14(102)=2+14(8)=2+2=4x = x_1 + t(x_2 - x_1) = 2 + \tfrac{1}{4}(10 - 2) = 2 + \tfrac{1}{4}(8) = 2 + 2 = 4
Step 3: Apply the formula for the yy-coordinate.
y=y1+t(y2y1)=3+14(73)=3+14(4)=3+1=4y = y_1 + t(y_2 - y_1) = 3 + \tfrac{1}{4}(7 - 3) = 3 + \tfrac{1}{4}(4) = 3 + 1 = 4
Step 4: Write the final coordinates of the point of division.
P=(4,4)P = (4, 4)
Answer: The point 1/4 of the way from A(2, 3) to B(10, 7) is P(4, 4).

Another Example

This example shows how to convert a given ratio (e.g., 3:1) into the parameter t before applying the formula. Many textbook problems state the division as a ratio rather than a fraction.

Problem: Point P divides the segment from A(1, −2) to B(9, 6) in the ratio 3 : 1 (measured from A). Find the coordinates of P.
Step 1: Convert the ratio to the parameter tt. A ratio of 3:13:1 from AA means PP is 33+1=34\frac{3}{3+1} = \frac{3}{4} of the way from AA to BB.
t=33+1=34t = \frac{3}{3+1} = \frac{3}{4}
Step 2: Compute the xx-coordinate using the formula.
x=1+34(91)=1+34(8)=1+6=7x = 1 + \tfrac{3}{4}(9 - 1) = 1 + \tfrac{3}{4}(8) = 1 + 6 = 7
Step 3: Compute the yy-coordinate.
y=2+34(6(2))=2+34(8)=2+6=4y = -2 + \tfrac{3}{4}(6 - (-2)) = -2 + \tfrac{3}{4}(8) = -2 + 6 = 4
Step 4: State the result.
P=(7,4)P = (7, 4)
Answer: The point that divides the segment from A(1, −2) to B(9, 6) in the ratio 3 : 1 is P(7, 4).

Frequently Asked Questions

How is the point of division formula related to the midpoint formula?
The midpoint formula is just the point of division formula with t=12t = \tfrac{1}{2}. Substituting t=12t = \tfrac{1}{2} gives (x1+x22,y1+y22)\bigl(\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2}\bigr), which is exactly the midpoint. So the midpoint is a special case of the more general point of division.
How do you convert a ratio like m : n into the parameter t?
If a point divides segment ABAB in the ratio m:nm : n from AA, then t=mm+nt = \frac{m}{m+n}. For example, a ratio of 2:32:3 means t=25t = \frac{2}{5}, so the point is two-fifths of the way from AA to BB.
Does the order of the two points matter in the point of division formula?
Yes. The parameter tt measures the fraction of the way from the first point to the second point. If you swap the two points, you must also adjust tt. For instance, a point 13\frac{1}{3} of the way from AA to BB is 23\frac{2}{3} of the way from BB to AA.

Point of Division Formula vs. Midpoint Formula

Point of Division FormulaMidpoint Formula
DefinitionFinds a point any fraction tt of the way from AA to BBFinds the point exactly halfway between AA and BB
Formula(x1+t(x2x1),  y1+t(y2y1))(x_1 + t(x_2-x_1),\; y_1 + t(y_2-y_1))(x1+x22,  y1+y22)\left(\frac{x_1+x_2}{2},\; \frac{y_1+y_2}{2}\right)
ParameterRequires a value of tt (or a ratio m:nm:n)No extra parameter needed (t=12t = \frac{1}{2} always)
When to useWhen dividing a segment in any given ratio or fractionWhen you only need the center of a segment

Why It Matters

You encounter this formula in coordinate geometry whenever a problem asks you to divide a line segment in a given ratio—common in standardized tests and geometry courses. It also appears in computer graphics and physics for linear interpolation between two positions. Understanding this formula makes the midpoint formula feel like a natural special case rather than a separate fact to memorize.

Common Mistakes

Mistake: Confusing the direction: using tt as the fraction from BB to AA instead of from AA to BB.
Correction: Always confirm which endpoint is your starting point. If you need the point 13\frac{1}{3} of the way from AA to BB, use AA as (x1,y1)(x_1, y_1) and BB as (x2,y2)(x_2, y_2) with t=13t = \frac{1}{3}.
Mistake: Using a ratio like 2 : 3 directly as t=23t = \frac{2}{3} instead of t=25t = \frac{2}{5}.
Correction: When given a ratio m:nm : n, compute t=mm+nt = \frac{m}{m+n}. The denominator is the sum of both parts of the ratio, not just the second part.

Related Terms