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 and b, the sum a+b is constructed by placing the tail of b at the head of a. The arrow from the tail of a to the head of b is a+b , the triangle law.
Equivalently, drawing both from the same tail and completing the parallelogram, the diagonal is a+b , the parallelogram law.
a−b=a+(−b). Geometrically: the vector from the head of b to the head of a (when both start at the same tail).
Scalar multiplication
For a scalar λ∈R:
λa=(λa1,λa2,λa3).
If λ>0, λa has the same direction as a and magnitude λ∣a∣. If λ<0, the direction reverses. If λ=0, the result is 0.
Distributive: λ(a+b)=λa+λb.
The section formula
Given two points A and B with position vectors a and b, a point P on segment AB divides it in ratio m:n (internally) if AP:PB=m:n. The position vector of P is
p=m+nmb+na.
For external division (P outside the segment, with AP:PB=m:n where one is "beyond"), the formula becomes
p=m−nmb−na.Midpoint (m=n=1, internal): p=2a+b.
Derivation of the section formula
Let P divide AB internally in ratio m:n, so AP=m+nmAB. Then
p=a+AP=a+m+nm(b−a)=m+nna+mb.
Worked examples
Example 1.a=i^+2j^, b=3i^−j^. Find a+b and a−b.
a+b=4i^+j^. a−b=−2i^+3j^.
Example 2. Find the midpoint of A=(1,2,3) and B=(5,6,−1).
Midpoint =2A+B=(3,4,1).
Example 3. Find the point dividing the segment from A=(1,−2,4) to B=(7,10,−2) in ratio 2:3 internally.
By the section formula: P=52B+3A=5(14,20,−4)+(3,−6,12)=5(17,14,8)=(3.4,2.8,1.6).
Example 4. A point P divides AB externally in ratio 3:1, where A=(0,0,0) and B=(4,6,8). Find P.
Example 5. Show that the medians of a triangle are concurrent at the centroid G=3a+b+c.
Let triangle ABC have position vectors a,b,c. Midpoint of BC is MA=2b+c. The median from A to MA has parametric form a+t(MA−a) for t∈[0,1]. At t=2/3: a+32(MA−a)=3a+32MA=3a+3b+c=3a+b+c. Symmetric for the other medians, so all three pass through G.
Example 6. If P divides segment from (2,1) to (8,9) in ratio 1:2, find P.