← Back to all lessons
Class 12Geometry9:46Published 19 Nov 2024

Vectors: Section Formula and Remaining Questions of Exercise 10.2

Works through the remaining problems of Exercise 10.2 on vectors: the section formula for internal, external, and midpoint division, plus proving a right-angled triangle, testing collinearity, and finding direction cosines.

This lesson finishes Exercise 10.2 by applying the section formula to position vectors. It finds the point dividing a line in a given ratio both internally and externally, locates a midpoint, then uses vector lengths to prove three points form a right-angled triangle. It closes by checking whether two vectors are collinear and computing the direction cosines of a vector.

What you'll learn

  • How to use the section formula to find a point that divides a line in a given ratio, both internally and externally
  • How to find the midpoint of two points using their position vectors
  • How to use the lengths of the sides to prove three points form a right-angled triangle, and how to test two vectors for collinearity
  • How to find the direction cosines of a vector

Lesson chapters

0:00The section formula: internal, external, and midpoint
0:50Dividing a line internally in the ratio 2 to 1
2:46Dividing the same line externally
3:30Midpoint of two points
4:40Proving a right-angled triangle from position vectors
7:48Testing collinearity of two vectors
8:26Direction cosines of a vector

Lesson notes

This lesson completes Exercise 10.2 on vectors. It applies the section formula to divide a line in a given ratio (internally, externally, and at the midpoint), then proves a right-angled triangle, checks collinearity, and finds direction cosines.

The section formula

Let PP and QQ have position vectors OP=a\vec{OP} = \vec{a} and OQ=b\vec{OQ} = \vec{b}. If RR divides PQPQ in the ratio m:nm : n, then:

Internal division

OR=mb+nam+n\vec{OR} = \frac{m\,\vec{b} + n\,\vec{a}}{m + n}

External division

OR=mbnamn\vec{OR} = \frac{m\,\vec{b} - n\,\vec{a}}{m - n}

Midpoint (the case m:n=1:1m : n = 1 : 1)

OR=a+b2\vec{OR} = \frac{\vec{a} + \vec{b}}{2}

Dividing a line in the ratio 2 to 1

Given a=i^+2j^k^\vec{a} = \hat{i} + 2\hat{j} - \hat{k} and b=i^+j^+k^\vec{b} = -\hat{i} + \hat{j} + \hat{k}, with m:n=2:1m : n = 2 : 1.

Internally

OR=2(i^+j^+k^)+1(i^+2j^k^)2+1\vec{OR} = \frac{2(-\hat{i} + \hat{j} + \hat{k}) + 1(\hat{i} + 2\hat{j} - \hat{k})}{2 + 1}

OR=i^+4j^+k^3=13i^+43j^+13k^\vec{OR} = \frac{-\hat{i} + 4\hat{j} + \hat{k}}{3} = -\tfrac{1}{3}\hat{i} + \tfrac{4}{3}\hat{j} + \tfrac{1}{3}\hat{k}

Externally

OR=2(i^+j^+k^)1(i^+2j^k^)21\vec{OR} = \frac{2(-\hat{i} + \hat{j} + \hat{k}) - 1(\hat{i} + 2\hat{j} - \hat{k})}{2 - 1}

OR=2i^+2j^+2k^i^2j^+k^1=3i^+3k^\vec{OR} = \frac{-2\hat{i} + 2\hat{j} + 2\hat{k} - \hat{i} - 2\hat{j} + \hat{k}}{1} = -3\hat{i} + 3\hat{k}

Midpoint of two points

For P(2,3,4)P(2, 3, 4) and Q(4,1,2)Q(4, 1, -2), the position vectors are OP=2i^+3j^+4k^\vec{OP} = 2\hat{i} + 3\hat{j} + 4\hat{k} and OQ=4i^+j^2k^\vec{OQ} = 4\hat{i} + \hat{j} - 2\hat{k}.

Midpoint=OP+OQ2=6i^+4j^+2k^2=3i^+2j^+k^\text{Midpoint} = \frac{\vec{OP} + \vec{OQ}}{2} = \frac{6\hat{i} + 4\hat{j} + 2\hat{k}}{2} = 3\hat{i} + 2\hat{j} + \hat{k}

Proving a right-angled triangle

The vertices have position vectors a=3i^4j^4k^\vec{a} = 3\hat{i} - 4\hat{j} - 4\hat{k}, b=2i^j^+k^\vec{b} = 2\hat{i} - \hat{j} + \hat{k}, and c=i^3j^5k^\vec{c} = \hat{i} - 3\hat{j} - 5\hat{k}. Form the side vectors and their lengths.

Side AB

AB=ba=i^+3j^+5k^,AB2=1+9+25=35\vec{AB} = \vec{b} - \vec{a} = -\hat{i} + 3\hat{j} + 5\hat{k}, \qquad |\vec{AB}|^2 = 1 + 9 + 25 = 35

Side BC

BC=cb=i^2j^6k^,BC2=1+4+36=41\vec{BC} = \vec{c} - \vec{b} = -\hat{i} - 2\hat{j} - 6\hat{k}, \qquad |\vec{BC}|^2 = 1 + 4 + 36 = 41

Side CA

CA=ac=2i^j^+k^,CA2=4+1+1=6\vec{CA} = \vec{a} - \vec{c} = 2\hat{i} - \hat{j} + \hat{k}, \qquad |\vec{CA}|^2 = 4 + 1 + 1 = 6

The longest side is BCBC. Since

AB2+CA2=35+6=41=BC2,|\vec{AB}|^2 + |\vec{CA}|^2 = 35 + 6 = 41 = |\vec{BC}|^2,

the converse of Pythagoras' theorem holds, so the triangle is right-angled at AA.

Testing collinearity

Given a=2i^3j^+4k^\vec{a} = 2\hat{i} - 3\hat{j} + 4\hat{k} and b=4i^+6j^8k^\vec{b} = -4\hat{i} + 6\hat{j} - 8\hat{k}, factor out 2-2:

b=2(2i^3j^+4k^)=2a\vec{b} = -2(2\hat{i} - 3\hat{j} + 4\hat{k}) = -2\,\vec{a}

Since b=ka\vec{b} = k\,\vec{a} for a constant k=2k = -2, the two vectors are collinear.

Direction cosines

For the vector i^+2j^+3k^\hat{i} + 2\hat{j} + 3\hat{k}, the magnitude is

12+22+32=14.\sqrt{1^2 + 2^2 + 3^2} = \sqrt{14}.

The direction cosines are each component divided by this magnitude:

l=114,m=214,n=314.l = \frac{1}{\sqrt{14}}, \quad m = \frac{2}{\sqrt{14}}, \quad n = \frac{3}{\sqrt{14}}.

Key takeaways

  • The section formula divides a line in ratio m:nm : n internally as mb+nam+n\tfrac{m\vec{b} + n\vec{a}}{m + n} and externally as mbnamn\tfrac{m\vec{b} - n\vec{a}}{m - n}; the midpoint is a+b2\tfrac{\vec{a} + \vec{b}}{2}.
  • Three points form a right-angled triangle when the squared lengths of the two shorter sides add to the squared length of the longest side.
  • Two vectors are collinear when one is a scalar multiple of the other, and the direction cosines of a vector are its components divided by its magnitude.