You can use vectors to solve geometric problems, including finding the position vector of a point that divides a line segment into a given ratio. You can prove the relationships between given shapes, lines or points, and find the angle in a given triangle. It helps to draw a diagram for yourself, and to figure out what information you need to solve the problem.
Finding the position vector
The point P divides a line segment AB into a ratio λ:μ.
From the diagram, this means AP:PB=λ:μ. The position vector OP is the sum of OA and AP.
You can use the ratios of AP over the whole of AB, times the the vector AB to work out AP. So:
OP=OA+λ+μλAB=OA+λ+μλ(OB−OA)
where AB is rewritten in terms of the position vectors of A and B.
Example 1
The points A and B have position vectors a and b, respectively. The point divides P divides AB in the ratio 1:3. Find the position vector of P.
There are 1+3=4 parts in the ratio in total. So, P is 41 along AB.
OP=OA+41AB
Or, using the formula and substituting for λ=1 and μ=3:
OP=OA+λ+μλAB=OA+1+31AB=OA+41AB
Rewrite AB in terms of position vectors for A and B:
OP=OA+41(OB−OA)=a+41(b−a)=43a+41b
Comparing coefficients
For non-parallel vectors, a and b, you can compare the coefficients to solve geometric problems:
pa+qb=ra+sb
p=r,q=s
Example 2
OABCis a parallelogram, where OA=a and OC=c. The diagonals OB and AC intersect at point P. Prove that the diagonals bisect each other.
If the diagonals bisect each other, then P is the midpoint of OB and AC.
Use the fact that P lies on both diagonals, i.e. you can find two different routes for P from O, giving two different expressions for OP in terms of a and c. Consider OP as a fraction λ of OB, and the route O→A→P.