2.3.4Coordinate Geometry

Section formula — internal and external division

1,410 words6 min readdifficulty · medium6 backlinks

WHAT are we finding?

Figure — Section formula — internal and external division

HOW — deriving it from scratch

Let A=(x1,y1)A=(x_1,y_1), B=(x2,y2)B=(x_2,y_2), and P=(x,y)P=(x,y) divide ABAB internally in ratio m:nm:n.

Why similar triangles? Drop verticals from AA, PP, BB to the xx-axis. The horizontal gaps grow in the same proportion as the points move along the line, because the line has a constant slope. So the ratio AP:PBAP:PB shows up identically in the xx-shadows and yy-shadows.

Project onto the xx-axis. Moving from AA to PP covers xx1x-x_1; from PP to BB covers x2xx_2-x. These are in ratio m:nm:n: xx1x2x=mn.\frac{x-x_1}{x_2-x} = \frac{m}{n}. Why? Because a straight line splits horizontal distance in exactly the same ratio as it splits the segment length.

Cross-multiply: n(xx1)=m(x2x)    nxnx1=mx2mx.n(x-x_1)=m(x_2-x)\;\Rightarrow\; nx-nx_1 = mx_2-mx. Collect xx: mx+nx=mx2+nx1    x=mx2+nx1m+n.mx+nx = mx_2+nx_1 \;\Rightarrow\; x=\frac{mx_2+nx_1}{m+n}. Identically for yy: y=my2+ny1m+n.y=\frac{my_2+ny_1}{m+n}.

External case. Now PP is outside, so going APA\to P and PBP\to B point oppositely. One of the projected lengths becomes negative. Replace nn by n-n: P=(mx2nx1mn, my2ny1mn).P=\left(\frac{mx_2-nx_1}{m-n},\ \frac{my_2-ny_1}{m-n}\right).

Midpoint = internal division with m=n=1m=n=1: M=(x1+x22,y1+y22).M=\left(\frac{x_1+x_2}{2},\frac{y_1+y_2}{2}\right).


Worked examples


Common mistakes


Recall Feynman: explain to a 12-year-old

Imagine a rope from house AA to house BB. You want to stand at a spot that is "2 steps for every 1 step" along it. To find where you are, you don't need to walk — you just mix the two houses' addresses: take 22 parts of BB's address and 11 part of AA's address, then divide by 33 (total parts). That mixed address is your spot. External is when you keep walking past a house instead of staying between them — so instead of adding parts you subtract them.


Connections

  • Midpoint formula — special case m=n=1m=n=1.
  • Centroid of a triangle — divides each median 2:12:1 from vertex.
  • Similar triangles — the geometric engine of the derivation.
  • Distance formula — used to verify ratios independently.
  • Slope of a line — constant slope is why the shadow ratios match.
  • Collinearity of three points — three points collinear iff one divides the other two in some ratio.

Internal section formula for ratio m:nm:n
(mx2+nx1m+n,my2+ny1m+n)\left(\dfrac{mx_2+nx_1}{m+n},\dfrac{my_2+ny_1}{m+n}\right)
External section formula for ratio m:nm:n
(mx2nx1mn,my2ny1mn)\left(\dfrac{mx_2-nx_1}{m-n},\dfrac{my_2-ny_1}{m-n}\right)
Which point's coordinates does mm multiply?
The far point BB's coordinates (since APPB=mn\frac{AP}{PB}=\frac{m}{n}).
Midpoint as a special case
m=n=1(x1+x22,y1+y22)m=n=1 \Rightarrow \left(\frac{x_1+x_2}{2},\frac{y_1+y_2}{2}\right).
What does a negative ratio m:nm:n signify?
External division.
Why does external division use mnm-n?
Replace nn by n-n (opposite direction of projected lengths).
Geometric principle behind the derivation
Similar triangles / proportional projections on the axes.
Divide A(2,3),B(8,9)A(2,3),B(8,9) internally 2:12:1
(6,7)(6,7).
When does external division give no finite point?
When m=nm=n (denominator mn=0m-n=0).
Centroid uses which ratio on a median?
2:12:1 measured from the vertex.

Concept Map

turned into coords by

derives

justifies

P between A and B

P outside segment

replace n by -n

set m = n = 1

x-projection

cross-multiply and solve

if m = n

example 2:1

example 3:1

Ratio m:n splits AB

Section Formula

Similar triangles / axis shadows

Constant slope of line

Internal division

External division

Midpoint formula

x-x1 : x2-x = m:n

Point at infinity

P = 6,7

P = 5.5, ...

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, section formula ka matlab bas itna hai: agar ek point PP line ABAB ko ratio m:nm:n mein baant raha hai, to PP ke coordinates nikalne ke liye humein walk nahi karna — bas dono points ke addresses ko "mix" kar dena hai. Formula aata hai similar triangles se: line ki slope constant hoti hai, isliye jitne ratio mein length banti hai, utne hi ratio mein x-axis aur y-axis pe shadow (projection) bhi banta hai. Isi se xx1x2x=mn\frac{x-x_1}{x_2-x}=\frac{m}{n} nikalta hai, aur solve karke x=mx2+nx1m+nx=\frac{mx_2+nx_1}{m+n}.

Yaad rakhne wali sabse important baat: mm (pehla number) B ke coordinates ko multiply karta hai, kyunki APAP wala piece far point BB pe weight daalta hai. Ye students ka sabse common galti hai — wo mm ko AA ke saath laga dete hain. Cross-weighting mnemonic yaad rakho: "ratio hits the opposite point."

Internal division mein point beech mein hota hai, isliye add karo aur m+nm+n se divide karo. External division mein point segment ke bahar chala jaata hai, direction ulti ho jaati hai, isliye ek length negative ho jaati hai — result: minus lagta hai aur denominator mnm-n ho jaata hai. Simple trick: external matlab internal with nnn \to -n.

Ye topic kyun important hai? Centroid (median ko 2:12:1 mein baantta hai), midpoint (special case m=n=1m=n=1), aur collinearity — sab isi formula pe chalte hain. Ek baar derivation samajh li to formula kabhi bhoologe nahi, aur exam mein sign ki galti bhi nahi hogi.

Go deeper — visual, from zero

Test yourself — Coordinate Geometry

Connections