Review of Vectors. The Dot and Cross Products
Review of Vectors. The Dot and Cross Products
Lia Vas
Using the coordinate representation the vector addition and scalar multiplication can be realized
as follows.
1
If ~i = h1, 0, 0i, ~j = h0, 1, 0i, and ~k = h0, 0, 1i and a vector ~a can be represented as ~a = ha1 , a2 , a3 i,
then
~a = a1~i + a2~j + a3~k.
In the next section, it will be relevant to determine the coordinates of the vector from one point
to the other. Let P = (a1 , a2 , a3 ) and Q = (b1 , b2 , b3 ), be two points in space. If O denotes the origin
−→ −→
(0, 0, 0), then the vector OP can be represented as ha1 , a2 , a3 i, and the vector OQ as hb1 , b2 , b3 i.
−→ −→ −→
Since OP + P Q = OQ we have that
−→ −→ −→
P Q = OQ − OP = hb1 , b2 , b3 i − ha1 , a2 , a3 i = hb1 − a1 , b2 − a2 , b3 − a3 i.
The normalization of ~a is
the vector of length 1 in the direction of ~a,
â = |~~aa| .
Practice problems.
1. Let P be the point (2, −1) and Q be the point (1, 3). Determine and sketch the vector P~Q.
2. Let ~a = h2, −1i and ~b = h1, 3i. Sketch ~a + ~b, ~a − ~b, 2~a, 2~a − 3~b.
3. Let ~a = h3, 4, 0i and ~b = h−1, 4, 2i. Determine |~a|, 2~a + 3~b, 3~a − 2~b.
4. Let ~a = ~i + 4~j − 8~k and ~b = −2~i + ~j + 2~k. Determine |~a|, ~a + ~b, 2~a − 3~b.
Solutions. 1. P~Q = h−1, 4i 3. |~a| = 5, 2~a + 3~b = h3, 20, 6i, 3~a − 2~b = h11, 4,√−4i
~ ~ 2 2
√ 4. |~a| = 9, ~a +1 b =4h−1,85, −6i, 2~a − 3b = h8, 5, −22i 5. √ The length of ~a√is |~a| = 1 + 4 3+ 48 =
81 = 9 so â = 9~i + 9~j + 9 ~k 6. The length of ~a is |~a| = 32 + 42 + 02 = 25 = 5 so â = h 5 , 5 , 0i.
2
The dot product of vectors ~a = ha1 , a2 , a3 i and ~b = hb1 , b2 , b3 i is defined to be the scalar obtained
by adding the coordinates of our first attempt to define the product, ha1 b1 , a2 b2 , a3 b3 i. The notation
used for such product is ~a · ~b. Thus
~a · ~b = a1 b1 + a2 b2 + a3 b3 .
This product can be used to determine the angle between the vectors and, in particular, to test
whether two vectors are perpendicular to each other. If θ is the angle between two nonzero vectors
~a and ~b, then
~a · ~b = |~a||~b| cos θ
In case when ~a = ~b, θ = 0 and cos θ = 1, and the formula ~a · ~b = |~a||~b| cos θ becomes
~a · ~a = |~a|2
which relates the dot product and the length of a vector ~a.
Projection of one vector to another. In many physics applications, it is relevant to determine
the coordinates of a projection of one vector onto the other.
Let proj~b~a denote the projection of ~a onto ~b for given nonzero vectors ~a and ~b. The projection
of ~a onto ~b has the same direction and sense as vector ~b. The length of proj~b~a satisfies
~a · ~b ~b
proj~b~a = |proj~b~a| b̂ = |~a| cos θ b̂ = |~a| ⇒
|~a||~b| |~b|
~a · ~b ~
proj~b~a = b.
|~b|2
Practice problems.
1. Find the dot product of the vectors ~a = h1, 3, −4i and ~b = h−2, 3, 1i.
2. Find the angle between the vectors ~a = h3, 4i and ~b = h5, 12i.
3
3. Find the angle between the vectors ~a = h3, −1, 2i and ~b = h2, 4, −1i.
The length of ~a × ~b is the same as the area of the parallelogram determined by ~a and ~b. If
θ is the angle between ~a and ~b, then
The cross product of ~a = ha1 , a2 , a3 i and ~b = hb1 , b2 , b3 i can be computed using the coordinates
as follows.
~i ~j ~k
~a × ~b = ha2 b3 − a3 b2 , a3 b1 − a1 b3 , a1 b2 − a2 b1 i = a1 a2 a3
b1 b2 b3
Since |~a ×~b| = |~a||~b| sin θ, ~a and ~b are parallel exactly when sin θ = 0 which happens exactly when
~a × ~b = ~0. Thus,
~a and ~b are parallel if and only if ~a × ~b = ~0.
4
Another way to check if the two vectors are parallel is to check if one is a scalar multiple of the other
(i.e. if ~a = k~b for some k). In this case, for ~b 6= ~0, the coordinates are such that ab11 = ab22 = ab33 .
Practice Problems.
3. Let ~a = h−5, 3, 7i and ~b = h6, −8, 2i. Determine if the vectors are parallel, perpendicular or
neither.
4. Do the same for ~a = −~i + 2~j + 5~k and ~b = 3~i + 4~j − ~k.
5. Find a vector perpendicular to the plane through the points P (1, 0, 0), Q(0, 2, 0) and R(0, 0, 3)
and find the area of the triangle P QR.
6. Do the same for P (0, 0, 0), Q(1, −1, 1) and R(4, 3, 7).