Vectors: Diagram-Based Questions (9)

hard 3 min read

Question

In a triangle ABCABC, position vectors of A,B,CA, B, C are a,b,c\vec a, \vec b, \vec c respectively. DD is the midpoint of BCBC, and GG is the centroid. (a) Find AD\vec{AD} in terms of a,b,c\vec a, \vec b, \vec c. (b) Find AG\vec{AG}. (c) Show that GG divides ADAD in the ratio 2:12:1.

Solution — Step by Step

DD is the midpoint of BCBC:

d=b+c2\vec d = \frac{\vec b + \vec c}{2}
AD=da=b+c2a=b+c2a2\vec{AD} = \vec d - \vec a = \frac{\vec b + \vec c}{2} - \vec a = \frac{\vec b + \vec c - 2\vec a}{2}

The centroid is the average of the three vertices:

g=a+b+c3\vec g = \frac{\vec a + \vec b + \vec c}{3}
AG=ga=a+b+c3a=b+c2a3\vec{AG} = \vec g - \vec a = \frac{\vec a + \vec b + \vec c}{3} - \vec a = \frac{\vec b + \vec c - 2\vec a}{3}

Compare:

AGAD=(b+c2a)/3(b+c2a)/2=23\frac{\vec{AG}}{\vec{AD}} = \frac{(\vec b + \vec c - 2\vec a)/3}{(\vec b + \vec c - 2\vec a)/2} = \frac{2}{3}

So GG lies on ADAD at 23\tfrac{2}{3} of the way from AA. That means AG=23ADAG = \tfrac{2}{3}AD and GD=13ADGD = \tfrac{1}{3}AD, giving AG:GD=2:1AG:GD = 2:1.

AD=(b+c2a)/2\vec{AD} = (\vec b + \vec c - 2\vec a)/2, AG=(b+c2a)/3\vec{AG} = (\vec b + \vec c - 2\vec a)/3, ratio AG:GD=2:1AG:GD = 2:1.

Why This Works

Position vectors turn geometry into algebra. Midpoints become averages of two vectors; centroids become averages of three. Ratios and concurrencies follow from simple vector arithmetic — no construction needed.

The fact that medians are concurrent at GG, and divide it in 2:12:1, is a direct consequence of g=(a+b+c)/3\vec g = (\vec a + \vec b + \vec c)/3.

Alternative Method

Section formula approach: since GG divides ADAD in some ratio k:1k:1, write g=(kd+a)/(k+1)\vec g = (k\vec d + \vec a)/(k + 1) and equate to (a+b+c)/3(\vec a + \vec b + \vec c)/3. Solving gives k=2k = 2. Same answer, more algebra.

Common Mistake

Writing the centroid as (a+b+c)/2(\vec a + \vec b + \vec c)/2 instead of dividing by 3. The factor 3 reflects three vertices. A common slip when students confuse it with the midpoint formula.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next