External Division: Formula & Sign Convention

#Geometry
TL;DR
External division places a point on the extension of a segment, dividing it in the ratio $m:n$ with coordinates $\left(\frac{mx_2-nx_1}{m-n}, \frac{my_2-ny_1}{m-n}\right)$. This article explains the minus-sign convention that sets it apart from internal division, derives the formula, and works six examples, with the section formula as its parent.
BT
Bhanzu TeamLast updated on August 10, 20268 min read

What Is External Division in Coordinate Geometry?

External division names a point that lies on the line of the segment but not on the segment itself. It divides $AB$ in the ratio $m:n$ measured as directed lengths, so one length is counted as negative. The setting is ordinary coordinate geometry; only the sign bookkeeping changes.

The external division formula for the point $P(x, y)$ dividing $A(x_1, y_1)$ and $B(x_2, y_2)$ in the ratio $m:n$ is

$$P(x, y) = \left( \frac{m x_2 - n x_1}{m - n},\ \frac{m y_2 - n y_1}{m - n} \right).$$

The variable key mirrors internal division, with the signs as the one difference:

Symbol

Meaning

$x_1, y_1$

Coordinates of endpoint $A$

$x_2, y_2$

Coordinates of endpoint $B$

$m$

Ratio part tied to the far endpoint $B$

$n$

Ratio part tied to the near endpoint $A$

$m - n$

Denominator; must be non-zero, so $m \neq n$

How Can a Point Divide a Line Segment While Sitting Outside It?

A point can divide a segment in a ratio and still lie beyond its end, which sounds impossible until you extend the line. Stretch the segment past one endpoint and mark a point on that extension; it still cuts the two directed lengths in a fixed ratio. That is external division, and one changed sign is all that separates it from the ordinary internal case.

External division is when a point $P$ divides the line through $A$ and $B$ so that $P$ lies outside the segment $AB$, on its extension, while still satisfying $AP:PB = m:n$. Because the point sits beyond an endpoint, one of the directed lengths runs the opposite way, and the formula carries a minus sign to record it.

Why Does External Division Use a Minus Sign?

Internal division uses plus signs because the point sits between the endpoints and both directed lengths run the same way. In external division the point lies beyond an endpoint, so one length reverses direction and is counted as negative. Writing the ratio as $m:(-n)$ and dropping it into the internal formula turns every $+n$ into $-n$ and reproduces the external formula exactly.

$$P = \left( \frac{m x_2 + (-n) x_1}{m + (-n)},\ \frac{m y_2 + (-n) y_1}{m + (-n)} \right) = \left( \frac{m x_2 - n x_1}{m - n},\ \frac{m y_2 - n y_1}{m - n} \right).$$

Why can't external division use the ratio 1:1? Because $m - n$ would be zero and the formula would divide by zero. Geometrically, two equal directed lengths in opposite directions can never meet at a finite point, so no point divides a segment externally in the ratio $1:1$. This is the sharpest contrast with internal division, where $1:1$ gives the perfectly ordinary midpoint.

How Is the External Division Formula Derived?

Place $P$ on the extension of $AB$ beyond $B$ and drop perpendiculars from $A$, $B$, and $P$ to the x-axis. The similar right triangles now share the ratio with one directed length negative:

$$\frac{AP}{PB} = \frac{x - x_1}{x - x_2} = \frac{m}{n}.$$

Cross-multiply and solve for $x$:

$$n(x - x_1) = m(x - x_2)$$

$$nx - nx_1 = mx - mx_2$$

$$mx - nx = mx_2 - nx_1$$

$$x = \frac{m x_2 - n x_1}{m - n}.$$

The vertical legs give $y = \dfrac{m y_2 - n y_1}{m - n}$. The derivation is the internal one with the near-side sign flipped, which is the whole story of the sign convention. Anchoring the endpoints on a clean grid and checking each length against the distance formula confirms the point really does land outside the segment.

Examples of External Division

The examples move from a clean ratio to negatives and a ratio-finding problem. Each problem statement is bold; the steps are not.

Example 1

Find the point that divides A(1, 2) and B(4, 5) externally in the ratio 2:1.

With $m = 2$, $n = 1$:

$$x = \frac{2(4) - 1(1)}{2 - 1} = \frac{7}{1} = 7$$

$$y = \frac{2(5) - 1(2)}{2 - 1} = \frac{8}{1} = 8$$

Final answer: $(7, 8)$, lying beyond B on the extension of AB.

Example 2

Find the point dividing A(−2, 3) and B(2, −1) externally in the ratio 3:1. A student uses $x = \frac{3(2) + 1(-2)}{3 + 1}$. Check it.

First instinct: reuse the internal formula with plus signs and denominator $m + n$. Take a moment. The problem says externally, so the signs must flip to subtraction and the denominator must be $m - n$. The student has quietly solved an internal-division problem instead.

The correct setup is

$$x = \frac{3(2) - 1(-2)}{3 - 1} = \frac{6 + 2}{2} = \frac{8}{2} = 4, \qquad y = \frac{3(-1) - 1(3)}{3 - 1} = \frac{-6}{2} = -3.$$

Final answer: $(4, -3)$. The internal version would have landed at $(1, 1.5)$, a point inside the segment, which contradicts "externally" on the diagram.

Example 3

Find the point that divides A(3, 4) and B(7, 8) externally in the ratio 3:2.

With $m = 3$, $n = 2$:

$$x = \frac{3(7) - 2(3)}{3 - 2} = \frac{21 - 6}{1} = 15$$

$$y = \frac{3(8) - 2(4)}{3 - 2} = \frac{24 - 8}{1} = 16$$

Final answer: $(15, 16)$.

Example 4

Find the point dividing A(0, 0) and B(4, 6) externally in the ratio 1:3.

With $m = 1$, $n = 3$, so $m - n = -2$:

$$x = \frac{1(4) - 3(0)}{1 - 3} = \frac{4}{-2} = -2, \qquad y = \frac{1(6) - 3(0)}{1 - 3} = \frac{6}{-2} = -3$$

Final answer: $(-2, -3)$. Because $m < n$, the point lands on the extension beyond A rather than beyond B, which the negative denominator handles automatically.

Example 5

In what ratio does P(6, 9) divide A(2, 3) and B(4, 6) externally?

Let the ratio be $k:1$ and use the x-coordinate with the external formula:

$$6 = \frac{k(4) - 1(2)}{k - 1}$$

$$6(k - 1) = 4k - 2$$

$$6k - 6 = 4k - 2 \implies 2k = 4 \implies k = 2$$

So the ratio is $2:1$.

Final answer: $2:1$. Students setting up this equation often keep the $m + n$ denominator out of habit; using $k - 1$ instead of $k + 1$ is the step that respects external division.

Example 6

A survey line runs from A(1, 1) to B(5, 4). A marker is placed on the extension beyond B so that AP:PB = 5:1. Find the marker's coordinates.

External division with $m = 5$, $n = 1$:

$$x = \frac{5(5) - 1(1)}{5 - 1} = \frac{24}{4} = 6, \qquad y = \frac{5(4) - 1(1)}{5 - 1} = \frac{19}{4}$$

Final answer: $\left(6, \dfrac{19}{4}\right)$, sitting just past B on the extended line.

Why Does External Division Matter?

"One flipped sign is the difference between inside and outside the fence." External division matters because many geometric and physical situations place a point beyond a segment's end, and only the correct sign convention puts it there.

  • Optics and physics locate virtual points, such as a reflected or projected position, that fall outside the original span.

  • Computer graphics extrapolate a path beyond its endpoints to predict where a moving object heads next.

  • Surveying marks reference points on the extension of a boundary line, past the last physical marker.

  • Analytic geometry uses external division to prove collinearity and to locate points like the external centre of similitude of two circles.

What Are the Most Common Mistakes With External Division?

Three errors dominate.

Mistake 1: Using plus signs instead of minus signs

Where it slips in: Reaching for the formula the moment a ratio appears.

Don't do this: Writing $\frac{mx_2 + nx_1}{m + n}$ for an external problem.

The correct way: External division uses subtraction and denominator $m - n$. The memorizer who recalls only the internal formula gets every external problem wrong until the sign convention is separated out.

Mistake 2: Trying to use the ratio 1:1

Where it slips in: A problem that asks for external division in equal parts.

Don't do this: Plugging $m = n$ into the formula and dividing by zero.

The correct way: External division requires $m \neq n$. If a problem asks for $1:1$ externally, no finite point exists; the equal-part case only makes sense internally, as the midpoint.

Mistake 3: Losing a negative among the endpoint coordinates

Where it slips in: Endpoints with negative coordinates, layered on top of the formula's own minus signs.

Don't do this: Writing $3(2) - 1(-2) = 6 - 2 = 4$ instead of $6 + 2 = 8$.

The correct way: Handle the coordinate's sign and the formula's sign separately: $-1 \times (-2) = +2$, so the term adds. Two minus signs multiply to a plus, and skipping that turns the answer inside out.

Conclusion

  • External division places a point on the extension of a segment, dividing it in the ratio $m:n$.

  • Its formula is $\left(\frac{mx_2-nx_1}{m-n}, \frac{my_2-ny_1}{m-n}\right)$, with subtraction and denominator $m - n$.

  • The minus sign records that one directed length reverses; external division is internal division in the ratio $m:(-n)$.

  • The ratio $1:1$ is impossible externally, because it divides by zero.

  • The most common errors are keeping plus signs, attempting $1:1$, and mishandling negative coordinates.

To master external division with a teacher, explore Bhanzu's geometry tutor or high school math tutor sessions, or begin with structured math classes online. Practise the six examples above, then book a free demo class to see why one sign moves the point outside the segment.

Read More

Book a Free Demo

Was this article helpful?

Your feedback helps us write better content

Frequently Asked Questions

What is external division of a line segment?
It is when a point lies on the extension of the segment, outside it, dividing the line in the ratio $m:n$. Its coordinates are $\left(\frac{mx_2-nx_1}{m-n}, \frac{my_2-ny_1}{m-n}\right)$.
Why does external division use a minus sign?
Because the point lies beyond an endpoint, one directed length runs the opposite way and counts as negative. Treating the ratio as $m:(-n)$ turns the internal formula's plus signs into the external minus signs.
Can a segment be divided externally in the ratio 1:1?
No. That makes the denominator $m - n$ zero, and no finite point divides a segment externally in equal parts. The ratio $1:1$ only gives a point (the midpoint) for internal division.
How do I know whether a problem is internal or external?
Read for the word "externally" or check whether the point lies beyond an endpoint on the diagram. Inside the segment means internal (plus signs); on the extension means external (minus signs).
✍️ Written By
BT
Bhanzu Team
Content Creator and Editor
Bhanzu’s editorial team, known as Team Bhanzu, is made up of experienced educators, curriculum experts, content strategists, and fact-checkers dedicated to making math simple and engaging for learners worldwide. Every article and resource is carefully researched, thoughtfully structured, and rigorously reviewed to ensure accuracy, clarity, and real-world relevance. We understand that building strong math foundations can raise questions for students and parents alike. That’s why Team Bhanzu focuses on delivering practical insights, concept-driven explanations, and trustworthy guidance-empowering learners to develop confidence, speed, and a lifelong love for mathematics.
Related Articles
Book a FREE Demo ClassBook Now →