Dividing Lines in a Given Ratio0%

Vectors · Topic 4 of 11

Dividing Lines in a Given Ratio

Video lesson · from 26:101 worked example

One lesson video covers all of Vectors, so it opens at 26:10 for this topic — not from the beginning.

Theory

If a point T divides a line segment PR in the ratio m:nm:n, we can use position vectors to find the coordinates of T.

From the ratio, PT=mm+nPR\vec{PT} = \frac{m}{m+n} \vec{PR} or we can use the ratio of parts: nPT=mTRn\vec{PT} = m\vec{TR}.

⚠️ Common Examiner Traps

  • Expect this in three dimensions: finding an internal division point in 3D is a known weak spot, and it is where this topic is usually examined.
  • Ratio parts, not the ratio itself: for m:nm:n the fraction along the line is mm+n\frac{m}{m+n}. Using mn\frac{m}{n} is the standard error.
  • Which end are you starting from? TT dividing PRPR in 2:12:1 is not the same point as 1:21:2. Check the order of the letters in the question.
  • Add the position vector back on: PT\vec{PT} is a step, not a position. The coordinates of TT come from OT=OP+PT\vec{OT} = \vec{OP} + \vec{PT}.

Worked examples

Example 1

P is the point (2,4,1)(-2, 4, -1) and R is the point (8,1,19)(8, -1, 19). The point T divides PR in the ratio 2:32:3. Find the coordinates of T.

Since T divides PR in ratio 2:32:3, we have PTTR=23    3PT=2TR\frac{PT}{TR} = \frac{2}{3} \implies 3\vec{PT} = 2\vec{TR}.

3(tp)=2(rt)3t3p=2r2t5t=2r+3p\begin{aligned} 3(\vec{t} - \vec{p}) &= 2(\vec{r} - \vec{t}) \\ 3\vec{t} - 3\vec{p} &= 2\vec{r} - 2\vec{t} \\ 5\vec{t} &= 2\vec{r} + 3\vec{p} \end{aligned}
5t=2(8119)+3(241)=(16238)+(6123)=(101035)\begin{aligned} 5\vec{t} &= 2\begin{pmatrix} 8 \\ -1 \\ 19 \end{pmatrix} + 3\begin{pmatrix} -2 \\ 4 \\ -1 \end{pmatrix} \\ &= \begin{pmatrix} 16 \\ -2 \\ 38 \end{pmatrix} + \begin{pmatrix} -6 \\ 12 \\ -3 \end{pmatrix} \\ &= \begin{pmatrix} 10 \\ 10 \\ 35 \end{pmatrix} \end{aligned}
t=(227)\vec{t} = \begin{pmatrix} 2 \\ 2 \\ 7 \end{pmatrix}

The coordinates of T are (2, 2, 7).