Math Lab
Home/Class XII/Ch 10/Vector addition and the section formula

Vector addition and the section formula

The two basic vector operations are addition and scalar multiplication. Geometrically, they correspond to "putting arrows head-to-tail" and "stretching/reversing arrows." Algebraically, both are componentwise.

Addition

Given a\vec{a} and b\vec{b}, the sum a+b\vec{a} + \vec{b} is constructed by placing the tail of b\vec{b} at the head of a\vec{a}. The arrow from the tail of a\vec{a} to the head of b\vec{b} is a+b\vec{a} + \vec{b} , the triangle law.

Equivalently, drawing both from the same tail and completing the parallelogram, the diagonal is a+b\vec{a} + \vec{b} , the parallelogram law.

Algebraically: (a1,a2,a3)+(b1,b2,b3)=(a1+b1,a2+b2,a3+b3)(a_1, a_2, a_3) + (b_1, b_2, b_3) = (a_1 + b_1, a_2 + b_2, a_3 + b_3).

Properties:

  • a+b=b+a\vec{a} + \vec{b} = \vec{b} + \vec{a} (commutative)
  • (a+b)+c=a+(b+c)(\vec{a} + \vec{b}) + \vec{c} = \vec{a} + (\vec{b} + \vec{c}) (associative)
  • a+0=a\vec{a} + \vec{0} = \vec{a}
  • a+(a)=0\vec{a} + (-\vec{a}) = \vec{0}

Subtraction

ab=a+(b)\vec{a} - \vec{b} = \vec{a} + (-\vec{b}). Geometrically: the vector from the head of b\vec{b} to the head of a\vec{a} (when both start at the same tail).

Scalar multiplication

For a scalar λR\lambda \in \mathbb{R}: λa=(λa1,λa2,λa3).\lambda \vec{a} = (\lambda a_1, \lambda a_2, \lambda a_3). If λ>0\lambda > 0, λa\lambda \vec{a} has the same direction as a\vec{a} and magnitude λa\lambda|\vec{a}|. If λ<0\lambda < 0, the direction reverses. If λ=0\lambda = 0, the result is 0\vec{0}.

Distributive: λ(a+b)=λa+λb\lambda(\vec{a} + \vec{b}) = \lambda \vec{a} + \lambda \vec{b}.

The section formula

Given two points AA and BB with position vectors a\vec{a} and b\vec{b}, a point PP on segment ABAB divides it in ratio m:nm : n (internally) if AP:PB=m:nAP : PB = m : n. The position vector of PP is p=mb+nam+n.\vec{p} = \frac{m \vec{b} + n \vec{a}}{m + n}. For external division (PP outside the segment, with AP:PB=m:nAP : PB = m : n where one is "beyond"), the formula becomes p=mbnamn.\vec{p} = \frac{m \vec{b} - n \vec{a}}{m - n}. Midpoint (m=n=1m = n = 1, internal): p=a+b2\vec{p} = \dfrac{\vec{a} + \vec{b}}{2}.

Derivation of the section formula

Let PP divide ABAB internally in ratio m:nm : n, so AP=mm+nABAP = \dfrac{m}{m+n}AB. Then p=a+AP=a+mm+n(ba)=na+mbm+n.\vec{p} = \vec{a} + \vec{AP} = \vec{a} + \frac{m}{m+n}(\vec{b} - \vec{a}) = \frac{n\vec{a} + m\vec{b}}{m+n}.

Worked examples

Example 1. a=i^+2j^\vec{a} = \hat{i} + 2\hat{j}, b=3i^j^\vec{b} = 3\hat{i} - \hat{j}. Find a+b\vec{a} + \vec{b} and ab\vec{a} - \vec{b}.

a+b=4i^+j^\vec{a} + \vec{b} = 4\hat{i} + \hat{j}. ab=2i^+3j^\vec{a} - \vec{b} = -2\hat{i} + 3\hat{j}.

Example 2. Find the midpoint of A=(1,2,3)A = (1, 2, 3) and B=(5,6,1)B = (5, 6, -1).

Midpoint =A+B2=(3,4,1)= \dfrac{A + B}{2} = (3, 4, 1).

Example 3. Find the point dividing the segment from A=(1,2,4)A = (1, -2, 4) to B=(7,10,2)B = (7, 10, -2) in ratio 2:32 : 3 internally.

By the section formula: P=2B+3A5=(14,20,4)+(3,6,12)5=(17,14,8)5=(3.4,2.8,1.6)P = \dfrac{2B + 3A}{5} = \dfrac{(14, 20, -4) + (3, -6, 12)}{5} = \dfrac{(17, 14, 8)}{5} = (3.4, 2.8, 1.6).

Example 4. A point PP divides ABAB externally in ratio 3:13 : 1, where A=(0,0,0)A = (0, 0, 0) and B=(4,6,8)B = (4, 6, 8). Find PP.

External formula: P=3B1A31=3(4,6,8)2=(6,9,12)P = \dfrac{3 B - 1 \cdot A}{3 - 1} = \dfrac{3(4, 6, 8)}{2} = (6, 9, 12).

Example 5. Show that the medians of a triangle are concurrent at the centroid G=a+b+c3G = \dfrac{\vec{a} + \vec{b} + \vec{c}}{3}.

Let triangle ABCABC have position vectors a,b,c\vec{a}, \vec{b}, \vec{c}. Midpoint of BCBC is MA=b+c2M_A = \dfrac{\vec{b} + \vec{c}}{2}. The median from AA to MAM_A has parametric form a+t(MAa)\vec{a} + t(M_A - \vec{a}) for t[0,1]t \in [0, 1]. At t=2/3t = 2/3: a+23(MAa)=a3+23MA=a3+b+c3=a+b+c3\vec{a} + \dfrac{2}{3}(M_A - \vec{a}) = \dfrac{\vec{a}}{3} + \dfrac{2}{3}M_A = \dfrac{\vec{a}}{3} + \dfrac{\vec{b} + \vec{c}}{3} = \dfrac{\vec{a} + \vec{b} + \vec{c}}{3}. Symmetric for the other medians, so all three pass through GG.

Example 6. If PP divides segment from (2,1)(2, 1) to (8,9)(8, 9) in ratio 1:21 : 2, find PP.

P=1(8,9)+2(2,1)3=(8,9)+(4,2)3=(12,11)3=(4,11/3)P = \dfrac{1 \cdot (8, 9) + 2 \cdot (2, 1)}{3} = \dfrac{(8, 9) + (4, 2)}{3} = \dfrac{(12, 11)}{3} = (4, 11/3).

Try it yourself

  1. Given a=2i^j^+3k^\vec{a} = 2\hat{i} - \hat{j} + 3\hat{k}, b=i^+j^2k^\vec{b} = \hat{i} + \hat{j} - 2\hat{k}. Find 2a3b2\vec{a} - 3\vec{b}.
  2. Midpoint of (2,1,5)(2, -1, 5) and (4,3,1)(-4, 3, 1).
  3. A point divides the segment from (1,2)(1, 2) to (7,11)(7, 11) in ratio 2:12 : 1 internally. Find it.
  4. A point divides the segment from (1,2)(1, 2) to (7,11)(7, 11) in ratio 2:12 : 1 externally. Find it.
  5. Find λ\lambda if λ(2i^+j^)=4i^+2j^\lambda(2\hat{i} + \hat{j}) = 4\hat{i} + 2\hat{j}.
  6. If A=(1,2)A = (1, 2), B=(5,6)B = (5, 6), and CC divides ABAB in ratio 1:31 : 3, find CC.
  7. The position vectors of A,BA, B are i^+2j^\hat{i} + 2\hat{j} and 3i^4j^3\hat{i} - 4\hat{j}. Find AB\vec{AB}.
  8. Three forces F1,F2,F3\vec{F}_1, \vec{F}_2, \vec{F}_3 have position vectors (1,2)(1, 2), (3,1)(3, -1), (4,1)(-4, -1). Find their resultant.
  9. The centroid of a triangle with vertices (2,3,4)(2, 3, 4), (1,0,5)(-1, 0, 5), (2,6,0)(2, 6, 0).
  10. Vertices of a triangle: A=(1,1,1)A = (1, 1, 1), B=(3,3,0)B = (3, 3, 0), C=(5,5,2)C = (5, 5, 2). Show A,B,CA, B, C are collinear.
  11. Show that the diagonals of a parallelogram bisect each other.
  12. If a,b,c\vec{a}, \vec{b}, \vec{c} are position vectors of vertices of a triangle, find the position vector of the orthocentre.
  13. Find c\vec{c} such that a+b+c=0\vec{a} + \vec{b} + \vec{c} = \vec{0}, where a=2i^+j^\vec{a} = 2\hat{i} + \hat{j}, b=i^3j^\vec{b} = \hat{i} - 3\hat{j}.
  14. Two ships are at positions r1=3i^+4j^\vec{r}_1 = 3\hat{i} + 4\hat{j} and r2=i^+7j^\vec{r}_2 = -\hat{i} + 7\hat{j}. Find the displacement from ship 1 to ship 2.

Pitfalls and tricks

  • Section formula sign convention. For internal division p=mb+nam+n\vec{p} = \dfrac{m\vec{b} + n\vec{a}}{m+n}; the larger part of the ratio multiplies the farther point.
  • External division uses minus. Easy to confuse with internal; check whether PP is between AA and BB or outside.
  • Vector addition is commutative, but the ordering matters for visualisation (head-to-tail).
  • Three points collinear iff one of the position-vector differences is a scalar multiple of another.
  • Centroid is the average of the three vertices' position vectors , handy in proofs.

Practice quiz

Quick check on this topic.

Quiz
Quick check : Addition and section formula
6 questions · pick the best answer
Q1

Triangle law: AB+BC=\vec{AB} + \vec{BC} =

Q2

Midpoint of (2,0,4)(2, 0, 4) and (6,4,0)(6, 4, 0)

Q3

PP divides A=(1,0)A=(1,0) to B=(7,12)B=(7,12) in ratio 1:21:2 internally. Then P=P =

Q4

External division formula

Q5

Centroid of triangle with vertices (0,0,0),(3,0,0),(0,3,0)(0,0,0), (3,0,0), (0,3,0)

Q6

a+(a)=\vec a + (-\vec a) =