Academy
Formulas/maths/M4a Geometry/Section Formula — Internal Division

Section Formula — Internal Division

The complex number dividing the segment joining z₁ and z₂ internally in the ratio m:n. Identical in structure to the Cartesian section formula, with complex numbers replacing coordinates directly.
Derivation

The section formula in the complex plane is structurally identical to its Cartesian form — complex numbers replace coordinate pairs, but the derivation is the same.

Setup

Let PP divide the segment joining z1z_1 and z2z_2 internally in the ratio m:nm : n. This means:

Pz1Pz2=mn\frac{|P - z_1|}{|P - z_2|} = \frac{m}{n}

and PP lies between z1z_1 and z2z_2 on the segment (same direction from both endpoints).

Derivation

Since PP divides z1z2z_1 z_2 internally in ratio m:nm:n, the vector from z1z_1 to PP is the fraction m/(m+n)m/(m+n) of the total vector from z1z_1 to z2z_2:

Pz1=mm+n(z2z1)P - z_1 = \frac{m}{m+n}(z_2 - z_1)

Solving for PP:

P=z1+mm+n(z2z1)=(m+n)z1+m(z2z1)m+n=nz1+mz2m+nP = z_1 + \frac{m}{m+n}(z_2 - z_1) = \frac{(m+n)z_1 + m(z_2 - z_1)}{m+n} = \frac{nz_1 + mz_2}{m+n} P=mz2+nz1m+n\boxed{P = \frac{mz_2 + nz_1}{m + n}}

Verification

Check the ratio:

Pz1=mz2+nz1m+nz1=m(z2z1)m+nP - z_1 = \frac{mz_2 + nz_1}{m+n} - z_1 = \frac{m(z_2 - z_1)}{m+n} Pz2=mz2+nz1m+nz2=n(z2z1)m+nP - z_2 = \frac{mz_2 + nz_1}{m+n} - z_2 = \frac{-n(z_2 - z_1)}{m+n} Pz1Pz2=m(z2z1)n(z2z1)=mn\frac{P - z_1}{P - z_2} = \frac{m(z_2 - z_1)}{-n(z_2 - z_1)} = -\frac{m}{n}

The negative sign confirms PP lies between z1z_1 and z2z_2 (they point in opposite directions from PP), and the ratio of distances is m:nm:n. \blacksquare

Special Cases

Midpoint (m=nm = n):

P=z1+z22P = \frac{z_1 + z_2}{2}

External division in ratio m:nm:n (mnm \neq n): Replace nn with n-n:

P=mz2nz1mnP = \frac{mz_2 - nz_1}{m - n}

The formula has the same structure — the sign flip accounts for PP lying outside the segment rather than between the endpoints.