Adding vectors gives another vector. The scalar product (or dot product) of two vectors gives a number, and that number tells you the angle between them.
The scalar product and the angle
For a=a1i+a2j and b=b1i+b2j:
a⋅b=a1b1+a2b2=∣a∣∣b∣cosθ
where θ is the angle between them when they start from the same point. So
The angle between two vectorscos θ = a·b ÷ (|a||b|)
If a⋅b=0, then cosθ=0: the vectors are perpendicular.
A positive scalar product means an acute angle; a negative one means obtuse.
The scalar productSet the components of a and b
11a·b4.123, 3.606|a| and |b|42.3°angle θ
a·b = (4)(2) + (1)(3) = 11. cos θ = 11 ÷ (4.123 × 3.606) = 0.7399, so θ = 42.3°. A positive scalar product means the angle is acute.
The position vectors of points A, B and C with respect to the origin are (8i−10j), (2i+6j) and (−10i+4j) respectively. If ABCN is a parallelogram, find:
the position vector of N;
∣AN∣ and ∣AB∣;
correct to two decimal places, the acute angle between AN and AB.
To show two vectors are perpendicular, show their scalar product is 0. To find an unknown that makes them perpendicular, set the scalar product equal to 0 and solve.
The points M, N, Q and R are in the xy plane with position vectors m=i+j, n=2i−j, q=xi+j and r=(x+1)i−3j respectively. If NQ is perpendicular to MR, find the values of x.
The two vectors
NQ=q−n=(x−2)i+2j.
MR=r−m=xi−4j.
Think first.End minus start for NQ and MR.
Scalar product zero
x(x−2)+2(−4)=0.
So x2−2x−8=0.
Factorise: (x−4)(x+2)=0, so x=4 or x=−2.
Think first.Multiply the i parts, multiply the j parts, add.