<<

2 Vector Products

2.1 The Product The first product like to define between vectors is one that measures the extent to which the vectors are pointing in the same direction. That is, if and are two vectors pointing in the same direction, their product should be positive, while if they point in op- posite directions, their product should be negative. This product should also have a feature we don’ see in products of : it should be possible for a product of two vectors to be 0 even though neither of the vectors is zero. In particular, if u and v are orthogonal, or perpendicular, then their product should be 0, since they’re pointing neither in the same nor the opposite direction from each other.

It’ possible to come up with a product strictly from these geometric properties, if a bit tedious. Instead we’ define the algebraically, and then show that it has the properties we hoped for.

The Dot Product. Suppose u and v are vectors with components:

u = hu1, u2, . . . , uni, v = hv1, v2, . . . , vni.

Then the dot product of u with v is

u · v = u1v1 + u2v2 + ··· + unvn.

Notice that the dot product of two vectors is a , and also that u and v must have the same of components in order for u · v to be defined. For example, if u = h1, 2, 4, −2i and v = 2, 1, 0, 3i, then

u · v = 1 · 2 + 2 · 1 + 4 · 0 + (−2) · 3 = −2.

It’s interesting to note that the dot product is a product of two vectors, but the result is not a vector. In particular, if u, v, and w are vectors, then u · (v · w) doesn’t make any sense, because v · w is a scalar. Before we verify that the dot product has the geometric properties we’d hoped for, we’ll point out some algebraic properties of the dot product. Theorem 2.1. Suppose u, v, and w are vectors with the same number of components as each other, λ is a scalar, and let 0 denote the zero vector. Then (i) 0 · v = v · 0 = 0.

(ii) u · v = v · u.

(iii)( λu) · v = u · (λv) = λ(u · v).

(iv) u · (v + w) = u · v + u · w and (u + v) · w = u · w + v · w.

8 Figure 5

Theorem 2.1 is telling us that the dot product shares several nice properties with the usual product of numbers. We’ already mentioned one that it does not share, however. Since, for example, h1, 0i · h0, 1i = 1 · 0 + 0 · 1 = 0, we see that the dot product admits zero divisors, meaning that u · v can be 0 even when neither u nor v is 0. If we’re comfortable with the algebra of the dot product, we can make our first connection with geometry. Recall that the length of a vector u is computed using the formula: 2 2 2 kuk = u1 + u2 + ··· + un. Then we can notice that

2 2 2 2 u · u = u1 + u2 + ··· + un = kuk .

So the dot product of a vector with itself is the square of the vector’s length. This fits with our expectation that the product of two vectors pointing in the same direction be a pos- itive number, since kuk2 > 0 whenever u 6= 0. In fact, we can use the observation that u · u = kuk2 to compute the θ between any two vectors u and v.

Consider the vectors in Figure5. We’ve labeled the acute angle θ between them, but there’s another angle 2π − θ that also lies between them. Whenever we say “let θ be the angle between two vectors,” we assume that 0 ≤ θ ≤ π. That is, we always take θ to be the smaller of the two between the two vectors.

From Figure5 we can compute the length of the vector u − v using the law of cosines:

ku − vk2 = kuk2 + kvk2 − 2kukkvk cos θ.

But using what we know about how the dot product is related to the length of a vector, we can also compute the length of u − v using the dot product:

ku − vk2 = (u − v) · (u − v) = u · u − 2u · v + v · v = kuk2 + kvk2 − 2u · v.

So kuk2 + kvk2 − 2kukkvk cos θ = kuk2 + kvk2 − 2u · v,

9 meaning that u · v = kukkvk cos θ. So we can compute the angle θ between u and v using the dot product:

 u · v  θ = arccos . kukkvk

Notice also that the dot product has the geometric properties we set out hoping for. If the vectors are pointing in the same direction, then θ = 0, so

u · v = kukkvk cos(0) = kukkvk > 0.

π If the vectors are orthogonal, then θ = 2 , so u · v = kukkvk cos(π/2) = 0.

In fact, whenever the dot product between vectors u and v is positive, the angle between u and v is acute, meaning that u and v are pointing in the same general direction. If u·v < 0, then the angle between u and v is obtuse.

Example 2.1. The vectors in Figure5 are u = h1, 2i and v = h3, 1i. Compute θ.

(Solution) First we compute the lengths of u and v: √ √ √ √ √ √ kuk = u · u = 11 + 22 = 5, kvk = v · v = 32 + 12 = 10.

Since u · v = 1 · 3 + 2 · 1 = 5, !  5  5  1  π θ = arccos √ √ = arccos = arccos √ = . 5 10 10 2 4

So the angle θ between u and v is π/4. ♦

Example 2.2. Find the angle θ in the figure below.

10 √ √ √ √ (Solution) Let P be the point (1 + 3, −1 + 3) and let Q be the point (−1 + 3, 1 + 3). We’ll let u be the vector whose baspoint is P and whose terminal point is the origin, and we’ll let v have basepoint P and terminal point Q, so that √ √ u = −1 − 3, 1 − 3i, and v = h−2, 2i.

The angle between u and v is θ, since these vectors agree with the sides of our triangle which are adjacent to θ. This means that √ √ u · v (−1 − 3) · (−2) + (1 − 3) · 2 4 1 cos θ = = = √ √ = . kukkvk q √ √ 2 (−1 − 3)2 + (1 − 3)2p(−2)2 + 22 8 8

Since the only angle θ satisfying 0 ≤ θ ≤ π and cos θ = 1/2 is π/3, we must have θ = π/3 in the figure. ♦ The dot product not only allows us to compute the angle between two vectors, it also allows us to compute the projection of one vector onto another. Consider the vectors u and v in Figure6, which are the same as those in Figure5. Since u = h1, 2i, u has -component 1 and -component 2, but what is its v-component? That is, how much is u pointing in the

v direction? One way to asses this is to project u onto v, producing a vector projv u which points in the same direction as v and moves as much in the v-direction as does u. (Notice

that if θ is obtuse, then projv u actually points in the opposite direction from v.)

So how do we go about finding projv u? If 0 ≤ θ ≤ π/2, then projv u points in the same direction as v, so

projv u = projv ukev,

where ev is the unit vector pointing in the direction of v. Since the triangle formed by u, projv u, and the dashed in Figure6 is a right triangle,

k projv uk = kuk cos θ.

Substituting this into our expression for projv u, and using what we know about how the dot product relates to the angle between two vectors, we have v u · v v u · v proj u = kuk cos θ = kuk = v. v kvk kukkvk kvk kvk2

Notice that projv u can also be written in terms of the unit vector: u · v proj u = . v kvk v u · v We sometimes call the component of u along v. kvk

Example 2.3. Compute projv u, with u and v as in Figures5 and6.

11 Figure 6

(Solution) Recall that u = h1, 2i and v = h3, 1i, so 1 · 3 + 2 · 1 5 proj u = h3, 1i = h3, 1i = h3/2, 1/2i v 32 + 12 10

is the projection of u onto v. ♦ Example 2.4. (§13.3, Exercise 81 of [1]) Calculate the force (in newtons) required to push a 40-kg wagon up a 10◦, frictionless incline.

(Solution) Let v be a vector pointing down the incline, and let Fg be the force on the wagon due to gravity. The magnitude of this force is kFgk = 40g newtons, where = 9.8 represents the due to gravity. We can decompose this force into two vectors, one of which is parallel to the incline and one of which is perpendicular, as seen in the following figure:

Figure 7

Here Fkv is the projection of Fg onto v, and ⊥v = Fg − Fkv is the normal force perpendicular to the incline. The force that results from pushing the wagon up the incline ◦ ◦ needs only to counteract the force Fkv. Because the angle between Fkv and Fg is 90 −10 = ◦ 80 , Fkv has has magnitude

◦ kFkvk = kprojvFgk = kFgk cos(80 ) ≈ 40 · 9.8 · 0.1736 ≈ 68.07N.

So a force of 68.07 newtons must be applied to push the wagon up the incline. ♦

2.2 The Cross Product The next vector product we introduce is the cross product, which is only defined between vectors in three dimensions. Like the dot product, the cross product has some incredible geometric properties, but we’ll define the cross product algebraically before observing these

12 properties.

Before defining the cross product we must first define for 2 × 2 and 3 × 3 matrices. The of a 2 × 2 is the difference of its diagonal products:

a = ad − bc. d We then define the determinant of a 3 × 3 matrix using the 2 × 2 determinant:

a1 b1 c1 b2 c2 a2 c2 a2 b2 a2 b2 c2 = a1 − b1 + c1 . b3 c3 a3 c3 a3 b3 a3 b3 c3 There isn’t much intuition behind these definitions, but they aren’t difficult to apply. For instance:

1 0 4 3 1 1 1 1 3 1 3 1 = 1 − 0 + 4 2 6 −4 6 −4 2 −4 2 6 = 1(3 · 6 − 1 · 2) − 0(1 · 6 − 1 · (−4)) + 4(1 · 2 − 3 · (−4)) = 72.

We can now define the cross product as a determinant of a 3 × 3 matrix whose top-row entries are vectors.

The Cross Product. The cross product of vectors u = hu1, u2, u3i and v = hv1, v2, v3i is the vector

i k u2 u3 u1 u3 u1 u2 u × v = u1 u2 u3 = i − j + k. v2 v3 v1 v3 v1 v2 v1 v2 v3

Example 2.5. Compute u × v, where u = h1, 0, 4i and v = h1, 3, 1i.

(Solution) We have

i j k 0 4 1 4 1 0 u × v = 1 0 4 = i − j + k 3 1 1 1 1 3 1 3 1 = −12i + 3j + 3k, so u × v = h−12, 3, 3i. ♦ Notice that unlike the dot product, the cross product of two vectors is another vector. This means that expressions such as (u × v) × w make sense, where u, v, and w are all

13 Figure 8 three-dimensional vectors. We’re now ready to make some geometric observations about the cross product of two vectors. The first is that the vector u × v is orthogonal to both u and v. This can be checked in general from the definition of the cross product, but we’ll just verify it for the vectors in Example 2.5. We have u · (u × v) = h1, 0, 4i · h−12, 3, 3i = 1 · (−12) + 4 · 3 = 0 and v · (u × v) = h1, 3, 1i · h−12, 3, 3i = 1 · (−12) + 3 · 3 + 1 · 3 = 0, so indeed u × v is orthogonal to both u and v. This orthogonality condition tells us that u × v must lie on the line that’s orthogonal to both u and v, but we still don’t know which direction u × v is pointing or its magnitude. The question of which direction u × v points has an interesting answer: it points in the direction that makes {u, v, u × v} a right-handed system. To see what is meant by this, look at Figure7. Here we’ve plotted u = h1, 0, 4i, v = h1, 3, 1i, and the cross product u × v, as well as −u × v. Since u × v is perpendicular to both u and v, it must lie on the line containing the green and red vectors in this figure. If you take your right hand and curl your fingers so that they point from u to v, your thumb will point in the direction of u × v, the green vector in this figure. This is the sense in which {u, v, u × v} forms a right-handed system, and it holds for any three-dimensional vectors u and v.

We now know the direction in which u × v points, but we still don’t know its magnitude. This also has an interesting geometric description. Notice in Figure7 that the vectors u and v form a parallelogram P in the plane that’s orthogonal to u × v. We call this the parallelogram spanned by u and v, and its is equal to the magnitude of u × v: Area(P) = ku × vk. We can describe ku × vk more concretely using the angle between u and v: ku × vk = kukkvk sin θ,

14 Figure 9: The parallelepiped spanned by three vectors.

where θ is the angle between u and v. Notice that this means that u × v and v × u have the same magnitude; since we already know that these vectors point in opposite directions, we can now conclude that u × v = −v × u. For this reason, we say that the corss product is anticommutative.

Our last application of vector products in this section is to compute of paral- lelepipeds. Given three nonzero vectors u, v, w, we have a paralellepiped formed from these vectors, an example of which can be seen in Figure8. A paralellepiped can be thought of as a three-dimensional analogue to the parallelogram. Notice that if one of the vectors lies in the plane spanned by the other two vectors, then the parallelepiped lies entirely within this plane, and thus has no . An interesting application of the dot and cross products is that the volume of the parallelepiped spanned by u, v, and w can be computed by the following triple scalar product: V = |u · (v × w)|.

Example 2.6. The vectors h`, 0, 0i, h0, w, 0i, and h0, 0, hi span a rectangular prism with length `, width w, an height h. Use the triple scalar product to verify that this rectangular prism has volume |`wh|.

(Solution) Write the vectors as = h`, 0, 0i, w = h0, w, 0i, h = h0, 0, hi. Then the volume of the prism spanned by these vectors is V = |l · (w × h)|. We first compute w × h:

i j k

w × h = 0 w 0 = hwh, 0, 0i.

0 0 h

15 Then V = |h`, 0, 0i · hwh, 0, 0i| = |`wh|, as we suspected. ♦

References

[1] Colin Adams Jon Rogawski. Calculus. W.H. Freeman and Company, New York, , 2015.

16