SlideShare a Scribd company logo
Chapter 1
Vectors
1.1 Vectors in Two and Three Dimensions
1. Here we just connect the point (0, 0) to the points indicated:
y
a
b
c
-1 1 2 3
x
0.5
1
1.5
2
2.5
3
2. Although more difficult for students to represent this on paper, the figures should look something like the following. Note that
the origin is not at a corner of the frame box but is at the tails of the three vectors.
-2
0
2
x
-2 0 2
y
0
1
2
3
z
b
a
c
In problems 3 and 4, we supply more detail than is necessary to stress to students what properties are being used:
3. (a) (3, 1) + (−1, 7) = (3 + [−1], 1 + 7) = (2, 8).
(b) −2(8, 12) = (−2 · 8, −2 · 12) = (−16, −24).
(c) (8, 9) + 3(−1, 2) = (8 + 3(−1), 9 + 3(2)) = (5, 15).
(d) (1, 1) + 5(2, 6) − 3(10, 2) = (1 + 5 · 2 − 3 · 10, 1 + 5 · 6 − 3 · 2) = (−19, 25).
(e) (8, 10) + 3((8, −2) − 2(4, 5)) = (8 + 3(8 − 2 · 4), 10 + 3(−2 − 2 · 5)) = (8, −26).
4. (a) (2, 1, 2) + (−3, 9, 7) = (2 − 3, 1 + 9, 2 + 7) = (−1, 10, 9).
(b) 1
2
(8, 4, 1) + 2

5, −7, 1
4

=

4, 2, 1
2

+

10, −14, 1
2

= (14, −12, 1).
(c) −2

(2, 0, 1) − 6
1
2
, −4, 1

= −2((2, 0, 1) − (3, −24, 6)) = −2(−1, 24, −5) = (2, −48, 10).
5. We start with the two vectors a and b. We can complete the parallelogram as in the figure on the left. The vector from the
origin to this new vertex is the vector a + b. In the figure on the right we have translated vector b so that its tail is the head of
vector a. The sum a + b is the directed third side of this triangle.
c
 2012 Pearson Education, Inc. 1
s
m
t
b
9
8
@
g
m
a
i
l
.
c
o
m
s
m
t
b
9
8
@
g
m
a
i
l
.
c
o
m
complete document is available on https://unihelp.xyz/ *** contact me if site not loaded
Contact me in order to access the whole complete document.
WhatsApp: https://wa.me/message/2H3BV2L5TTSUF1
Email: smtb98@gmail.com
Telegram: https://t.me/solutionmanual
2 Chapter 1 Vectors
-2 -1.5 -1 -0.5 0.5 1
x
1
2
3
4
5
6
7
y
a
b
a+b
-2 -1.5 -1 -0.5 0.5 1
x
1
2
3
4
5
6
7
y
a
b
a+b
b translated
6. a = (3, 2) b = (−1, 1)
a − b = (3 − (−1), 2 − 1) = (4, 1) 1
2
a =
3
2
, 1

a + 2b = (1, 4)
-2 -1 1 2 3 4 5
x
-1
1
2
3
4
y
a
(1/2)a
b a-b
a+2b
7. (a)
−
→
AB = (−3 − 1, 3 − 0, 1 − 2) = (−4, 3, −1)
−
→
BA = −
−
→
AB = (4, −3, 1)
(b)
−
→
AC = (2 − 1, 1 − 0, 5 − 2) = (1, 1, 3)
−
→
BC = (2 − (−3), 1 − 3, 5 − 1) = (5, −2, 4)
−
→
AC +
−
→
CB = (1, 1, 3) − (5, −2, 4) = (−4, 3, −1)
(c) This result is true in general:
A
B
C
Head-to-tail addition demonstrates this.
c
 2012 Pearson Education, Inc.
Section 1.1. Vectors in Two and Three Dimensions 3
8. The vectors a = (1, 2, 1), b = (0, −2, 3) and a + b = (1, 2, 1) + (0, −2, 3) = (1, 0, 4) are graphed below. Again note that
the origin is at the tails of the vectors in the figure.
Also, −1(1, 2, 1) = (−1, −2, −1). This would be pictured by drawing the vector (1, 2, 1) in the opposite direction.
Finally, 4(1, 2, 1) = (4, 8, 4) which is four times vector a and so is vector a stretched four times as long in the same direction.
0
1
x
-2 0 2
y
0
2
4
z
a
b
a+b
9. Since the sum on the left must equal the vector on the right componentwise:
−12 + x = 2, 9 + 7 = y, and z + −3 = 5. Therefore, x = 14, y = 16, and z = 8.
10. If we drop a perpendicular from (3, 1) to the x-axis we see that by the Pythagorean Theorem the length of the vector (3, 1) =
√
32 + 12 =
√
10.
x
y
0.2
0.4
0.6
0.8
1
0.5 1 1.5 2 2.5 3
11. Notice that b (represented by the dotted line) = 5a (represented by the solid line).
1 2 3 4 5
2
4
6
8
10
x
y
a
b
c
 2012 Pearson Education, Inc.
4 Chapter 1 Vectors
12. Here the picture has been projected into two dimensions so that you can more clearly see that a (represented by the solid
line) = −2b (represented by the dotted line).
-8 -6 -4 -2 2 4
-4
-2
2
4
6
8
a
b
13. The natural extension to higher dimensions is that we still add componentwise and that multiplying a scalar by a vector means
that we multiply each component of the vector by the scalar. In symbols this means that:
a + b = (a1, a2, . . . , an) + (b1, b2, . . . , bn) = (a1 + b1, a2 + b2, . . . , an + bn) and ka = (ka1, ka2, . . . , kan).
In our particular examples, (1, 2, 3, 4) + (5, −1, 2, 0) = (6, 1, 5, 4), and 2(7, 6, −3, 1) = (14, 12, −6, 2).
14. The diagrams for parts (a), (b) and (c) are similar to Figure 1.12 from the text. The displacement vectors are:
(a) (1, 1, 5)
(b) (−1, −2, 3)
(c) (1, 2, −3)
(d) (−1, −2)
Note: The displacement vectors for (b) and (c) are the same but in opposite directions (i.e., one is the negative of the
other). The displacement vector in the diagram for (d) is represented by the solid line in the figure below:
x
y
P1
P2
0.5 1 1.5 2 2.5 3
-1
-0.75
-0.5
-0.25
0.25
0.5
0.75
1
15. In general, we would define the displacement vector from (a1, a2, . . . , an) to (b1, b2, . . . , bn) to be (b1 −a1, b2 −a2, . . . , bn −
an).
In this specific problem the displacement vector from P1 to P2 is (1, −4, −1, 1).
16. Let B have coordinates (x, y, z). Then
−
→
AB = (x − 2, y − 5, z + 6) = (12, −3, 7) so x = 14, y = 2, z = 1 so B has
coordinates (14, 2, 1).
17. If a is your displacement vector from the Empire State Building and b your friend’s, then the displacement vector from you
to your friend is b − a.
c
 2012 Pearson Education, Inc.
Section 1.1. Vectors in Two and Three Dimensions 5
a
b
b-a
you
friend
Empire State Bldg
18. Property 2 follows immediately from the associative property of the reals:
(a + b) + c = ((a1, a2, a3) + (b1, b2, b3)) + (c1, c2, c3)
= ((a1 + b1, a2 + b2, a3 + b3) + (c1, c2, c3)
= ((a1 + b1) + c1, (a2 + b2) + c2, (a3 + b3) + c3)
= (a1 + (b1 + c1), a2 + (b2 + c2), a3 + (b3 + c3))
= (a1, a2, a3) + ((b1 + c1), (b2 + c2), (b3 + c3))
= a + (b + c).
Property 3 also follows from the corresponding componentwise observation:
a + 0 = (a1 + 0, a2 + 0, a3 + 0) = (a1, a2, a3) = a.
19. We provide the proofs for R3
:
(1) (k + l)a = (k + l)(a1, a2, a3) = ((k + l)a1, (k + l)a2, (k + l)a3)
= (ka1 + la1, ka2 + la2, ka3 + la3) = ka + la.
(2) k(a + b) = k((a1, a2, a3) + (b1, b2, b3)) = k(a1 + b1, a2 + b2, a3 + b3)
= (k(a1 + b1), k(a2 + b2), k(a3 + b3)) = (ka1 + kb1, ka2 + kb2, ka3 + kb3)
= (ka1, ka2, ka3) + (kb1, kb2, kb3) = ka + kb.
(3) k(la) = k(l(a1, a2, a3)) = k(la1, la2, la3)
= (kla1, kla2, kla3) = (lka1, lka2, lka3)
= l(ka1, ka2, ka3) = l(ka).
20. (a) 0a is the zero vector. For example, in R3
:
0a = 0(a1, a2, a3) = (0 · a1, 0 · a2, 0 · a3) = (0, 0, 0).
(b) 1a = a. Again in R3
:
1a = 1(a1, a2, a3) = (1 · a1, 1 · a2, 1 · a3) = (a1, a2, a3) = a.
21. (a) The head of the vector sa is on the x-axis between 0 and 2. Similarly the head of the vector tb lies somewhere on the
vector b. Using the head-to-tail method, sa + tb is the result of translating the vector tb, in this case, to the right by 2s
(represented in the figure by tb*). The result is clearly inside the parallelogram determined by a and b (and is only on the
boundary of the parallelogram if either t or s is 0 or 1.
sa
tb
b
a
tb*
x
c
 2012 Pearson Education, Inc.
6 Chapter 1 Vectors
(b) Again the vectors a and b will determine a parallelogram (with vertices at the origin, and at the heads of a, b, and a + b.
The vectors sa + tb will be the position vectors for all points in that parallelogram determined by (2, 2, 1) and (0, 3, 2).
22. Here we are translating the situation in Exercise 21 by the vector
−
−
→
OP0. The vectors will all be of the form
−
−
→
OP0 + sa + tb for
0 ≤ s, t ≤ 1.
23. (a) The speed of the flea is the length of the velocity vector =

(−1)2 + (−2)2 =
√
5 units per minute.
(b) After 3 minutes the flea is at (3, 2) + 3(−1, −2) = (0, −4).
(c) We solve (3, 2)+t(−1, −2) = (−4, −12) for t and get that t = 7 minutes. Note that both 3−7 = −4 and 2−14 = −12.
(d) We can see this algebraically or geometrically: Solving the x part of (3, 2) + t(−1, −2) = (−13, −27) we get that
t = 16. But when t = 16, y = −30 not −27. Also in the figure below we see the path taken by the flea will miss the
point (−13, −27).
x
y
-15 -12.5 -10 -7.5 -5 -2.5 2.5 5
-30
-25
-20
-15
-10
-5
-13,-27
3,2
24. (a) The plane is climbing at a rate of 4 miles per hour.
(b) To make sure that the axes are oriented so that the plane passes over the building, the positive x direction is east and the
positive y direction is north. Then we are heading east at a rate of 50 miles per hour at the same time we’re heading north
at a rate of 100 miles per hour. We are directly over the skyscraper in 1/10 of an hour or 6 minutes.
(c) Using our answer in (b), we have traveled for 1/10 of an hour and so we’ve climbed 4/10 of a mile or 2112 feet. The plane
is 2112 − 1250 or 862 feet about the skyscraper.
25. (a) Adding we get: F1 + F2 = (2, 7, −1) + (3, −2, 5) = (5, 5, 4).
(b) You need a force of the same magnitude in the opposite direction, so F3 = −(5, 5, 4) = (−5, −5, −4).
26. (a) Measuring the force in pounds we get (0, 0, −50).
(b) The z components of the two vectors along the ropes must be equal and their sum must be opposite of the z component
in part (a). Their y components must also be opposite each other. Since the vector points in the direction (0, ±2, 1),
the y component will be twice the z component. Together this means that the vector in the direction of (0, −2, 1) is
(0, −50, 25) and the vector in the direction (0, 2, 1) is (0, 50, 25).
27. The force F due to gravity on the weight is given by F = (0, 0, −10). The forces along the ropes are each parallel to the
displacement vectors from the weight to the respective anchor points. That is, the tension vectors along the ropes are
F1 = k((3, 0, 4) − (1, 2, 3)) = k(2, −2, 1)
F2 = l((0, 3, 5) − (1, 2, 3)) = l(−1, 1, 2),
where k and l are appropriate scalars. For the weight to remain in equilibrium, we must have F1+F2+F = 0, or, equivalently,
that
k(2, −2, 1) + l(−1, 1, 2) + (0, 0, −10) = (0, 0, 0).
Taking components, we obtain a system of three equations:
⎧
⎨
⎩
2k − l = 0
−2k + l = 0
k + 2l = 10.
Solving, we find that k = 2 and l = 4, so that
F1 = (4, −4, 2) and F2 = (−4, 4, 8).
c
 2012 Pearson Education, Inc.
Section 1.2. More about Vectors 7
1.2 More about Vectors
It may be useful to point out that the answers to Exercises 1 and 5 are the “same”, but that in Exercise 1, i = (1, 0) and in Exercise
5, i = (1, 0, 0). This comes up when going the other direction in Exercises 9 and 10. In other words, it’s not always clear whether
the exercise “lives” in R2
or R3
.
1. (2, 4) = 2(1, 0) + 4(0, 1) = 2i + 4j.
2. (9, −6) = 9(1, 0) − 6(0, 1) = 9i − 6j.
3. (3, π, −7) = 3(1, 0, 0) + π(0, 1, 0) − 7(0, 0, 1) = 3i + πj − 7k.
4. (−1, 2, 5) = −1(1, 0, 0) + 2(0, 1, 0) + 5(0, 0, 1) = −i + 2j + 5k.
5. (2, 4, 0) = 2(1, 0, 0) + 4(0, 1, 0) = 2i + 4j.
6. i + j − 3k = (1, 0, 0) + (0, 1, 0) − 3(0, 0, 1) = (1, 1, −3).
7. 9i − 2j +
√
2k = 9(1, 0, 0) − 2(0, 1, 0) +
√
2(0, 0, 1) = (9, −2,
√
2).
8. −3(2i − 7k) = −6i + 21k = −6(1, 0, 0) + 21(0, 0, 1) = (−6, 0, 21).
9. πi − j = π(1, 0) − (0, 1) = (π, −1).
10. πi − j = π(1, 0, 0) − (0, 1, 0) = (π, −1, 0).
Note: You may want to assign both Exercises 11 and 12 together so that the students may see the difference. You should stress
that the reason the results are different has nothing to do with the fact that Exercise 11 is a question about R2
while Exercise 12 is
a question about R3
.
11. (a) (3, 1) = c1(1, 1) + c2(1, −1) = (c1 + c2, c1 − c2), so

c1 + c2 = 3, and
c1 − c2 = 1.
Solving simultaneously (for instance by adding the two equations), we find that 2c1 = 4, so c1 = 2 and c2 = 1. So
b = 2a1 + a2.
(b) Here c1 + c2 = 3 and c1 − c2 = −5, so c1 = −1 and c2 = 4. So b = −a1 + 4a2.
(c) More generally, (b1, b2) = (c1 + c2, c1 − c2), so

c1 + c2 = b1, and
c1 − c2 = b2.
Again solving simultaneously, c1 =
b1 + b2
2
and c2 =
b1 − b2
2
. So
b =
b1 + b2
2
a1 +
b1 − b2
2
a2.
12. Note that a3 = a1 + a2, so really we are only working with two (linearly independent) vectors.
(a) (5, 6, −5) = c1(1, 0, −1) + c2(0, 1, 0) + c3(1, 1, −1); this gives us the equations:
⎧
⎨
⎩
5 = c1 + c3
6 = c2 + c3
−5 = −c1 − c3.
The first and last equations contain the same information and so we have infinitely many solutions. You will quickly see
one by letting c3 = 0. Then c1 = 5 and c2 = 6. So we could write b = 5a1 + 6a2. More generally, you can choose any
value for c1 and then let c2 = c1 + 1 and c3 = 5 − c1.
(b) We cannot write (2, 3, 4) as a linear combination of a1, a2, and a3. Here we get the equations:
⎧
⎨
⎩
c1 + c3 = 2
c2 + c3 = 3
−c1 − c3 = 4.
The first and last equations are inconsistent and so the system cannot be solved.
(c) As we saw in part (b), not all vectors in R3
can be written in terms of a1, a2, and a3. In fact, only vectors of the form
(a, b, −a) can be written in terms of a1, a2, and a3. For your students who have had linear algebra, this is because the
vectors a1, a2, and a3 are not linearly independent.
Note: As pointed out in the text, the answers for 13–21 are not unique.
13. r(t) = (2, −1, 5) + t(1, 3, −6) so
⎧
⎨
⎩
x = 2 + t
y = −1 + 3t
z = 5 − 6t.
c
 2012 Pearson Education, Inc.
8 Chapter 1 Vectors
14. r(t) = (12, −2, 0) + t(5, −12, 1) so
⎧
⎨
⎩
x = 12 + 5t
y = −2 − 12t
z = t.
15. r(t) = (2, −1) + t(1, −7) so

x = 2 + t
y = −1 − 7t.
16. r(t) = (2, 1, 2) + t(3 − 2, −1 − 1, 5 − 2) so
⎧
⎨
⎩
x = 2 + t
y = 1 − 2t
z = 2 + 3t.
17. r(t) = (1, 4, 5) + t(2 − 1, 4 − 4, −1 − 5) so
⎧
⎨
⎩
x = 1 + t
y = 4
z = 5 − 6t.
18. r(t) = (8, 5) + t(1 − 8, 7 − 5) so

x = 8 − 7t
y = 5 + 2t.
Note: In higher dimensions, we switch our notation to xi.
19. r(t) = (1, 2, 0, 4) + t(−2, 5, 3, 7) so
⎧
⎪
⎪
⎨
⎪
⎪
⎩
x1 = 1 − 2t
x2 = 2 + 5t
x3 = 3t
x4 = 4 + 7t.
20. r(t) = (9, π, −1, 5, 2) + t(−1 − 9, 1 − π,
√
2 + 1, 7 − 5, 1 − 2) so
⎧
⎪
⎪
⎪
⎪
⎨
⎪
⎪
⎪
⎪
⎩
x1 = 9 − 10t
x2 = π + (1 − π)t
x3 = −1 + (
√
2 + 1)t
x4 = 5 + 2t
x5 = 2 − t.
21. (a) r(t) = (−1, 7, 3) + t(2, −1, 5) so
⎧
⎨
⎩
x = −1 + 2t
y = 7 − t
z = 3 + 5t.
(b) r(t) = (5, −3, 4) + t(0 − 5, 1 + 3, 9 − 4) so
⎧
⎨
⎩
x = 5 − 5t
y = −3 + 4t
z = 4 + 5t.
(c) Of course, there are infinitely many solutions. For our variation on the answer to (a) we note that a line parallel to the
vector 2i − j + 5k is also parallel to the vector −(2i − j + 5k) so another set of equations for part (a) is:
⎧
⎨
⎩
x = −1 − 2t
y = 7 + t
z = 3 − 5t.
For our variation on the answer to (b) we note that the line passes through both points so we can set up the equation with
respect to the other point:
⎧
⎨
⎩
x = −5t
y = 1 + 4t
z = 9 + 5t.
(d) The symmetric forms are:
x + 1
2
= 7 − y =
z − 3
5
(for (a))
5 − x
5
=
y + 3
4
=
z − 4
5
(for (b))
x + 1
−2
= y − 7 =
z − 3
−5
(for the variation of (a))
x
−5
=
y − 1
4
=
z − 9
5
(for the variation of (b))
c
 2012 Pearson Education, Inc.
Section 1.2. More about Vectors 9
22. Solve for t in each of the parametric equations. Thus
t =
x − 5
−2
, t =
y − 1
3
, t =
z + 4
6
and the symmetric form is
x − 5
−2
=
y − 1
3
=
z + 4
6
.
23. Solving for t in each of the parametric equations gives t = x−7, t = (y +9)/3, and t = (z −6)/(−8), so that the symmetric
form is
x − 7
1
=
y + 9
3
=
z − 6
−8
.
24. Set each piece of the equation equal to t and solve:
x − 2
5
= t ⇒ x − 2 = 5t ⇒ x = 2 + 5t
y − 3
−2
= t ⇒ y − 3 = −2t ⇒ y = 3 − 2t
z + 1
4
= t ⇒ z + 1 = 4t ⇒ z = −1 + 4t.
25. Let t = (x+5)/3. Then x = 3t−5. In view of the symmetric form, we also have that t = (y −1)/7 and t = (z +10)/(−2).
Hence a set of parametric equations is x = 3t − 5, y = 7t + 1, and z = −2t − 10.
Note: In Exercises 26–29, we could say for certain that two lines are not the same if the vectors were not multiples of each
other. In other words, it takes two pieces of information to specify a line. You either need two points, or a point and a direction (or
in the case of R2
, equivalently, a slope).
26. The first line is parallel to the vector a1 = (5, −3, 4), while the second is parallel to a2 = (10, −5, 8). Since a1 and a2 are
not parallel, the lines cannot be the same.
27. If we multiply each of the pieces in the second symmetric form by −2, we are effectively just traversing the same path at a
different speed and with the opposite orientation. So the second set of equations becomes:
x + 1
3
=
y + 6
7
=
z + 5
5
.
This looks a lot more like the first set of equations. If we now subtract one from each piece of the second set of equations (as
suggested in the text), we are effectively just changing our initial point but we are still on the same line:
x + 1
3
−
3
3
=
y + 6
7
−
7
7
=
z + 5
5
−
5
5
.
We have transformed the second set of equations into the first and therefore see that they both represent the same line in R3
.
28. If you first write the equation of the two lines in vector form, we can see immediately that their direction vectors are the same
so either they are parallel or they are the same line:
r1(t) = (−5, 2, 1) + t(2, 3, −6)
r2(t) = (1, 11, −17) − t(2, 3, −6).
The first line contains the point (−5, 2, 1). If the second line contains (−5, 2, 1), then the equations represent the same line.
Solve just the x component to get that −5 = 1 − 2t ⇒ t = 3. Checking we see that r2(3) = (1, 11, −17) − 3(2, 3, −6) =
(−5, 2, 1) so the lines are the same.
29. Here again the vector forms of the two lines can be written so that we see their headings are the same:
r1(t) = (2, −7, 1) + t(3, 1, 5)
r2(t) = (−1, −8, −3) + 2t(3, 1, 5).
The point (2, −7, 1) is on line one, so we will check to see if it is also on line two. As in Exercise 28 we check the equation for
the x component and see that −1+6t = 2 ⇒ t = 1/2. Checking we see that r2(1/2) = (−1, −8, −3)+(1/2)(2)(3, 1, 5) =
(2, −7, 2) = (2, −7, 1) so the equations do not represent the same lines.
c
 2012 Pearson Education, Inc.
10 Chapter 1 Vectors
Note: It is a good idea to assign both Exercises 30 and 31 together. Although they look similar, there is a difference that
students might miss.
30. If you make the substitution u = t3
, the equations become:
⎧
⎨
⎩
x = 3u + 7,
y = −u + 2, and
z = 5u + 1.
The map u = t3
is a bijection. The important fact is that u takes on exactly the same values that t does, just at different times.
Since u takes on all reals, the parametric equations do determine a line (it’s just that the speed along the line is not constant).
31. This time if you make the substitution u = t2
, the equations become:
⎧
⎨
⎩
x = 5u − 1,
y = 2u + 3, and
z = −u + 1.
The problem is that u cannot take on negative values so these parametric equations are for a ray with endpoint (−1, 3, 1) and
heading (5, 2, −1).
32. (a) The vector form of the equations is: r(t) = (7, −2, 1) + t(2, 1, −3). The initial point is then r(0) = (7, −2, 1), and after
3 minutes the bird is at r(3) = (7, −2, 1) + 3(2, 1, −3) = (13, 1, −8).
(b) (2, 1, −3)
(c) We only need to check one component (say the x): 7 + 2t = 34/3 ⇒ t = 13/6. Checking we see that r
13
6

=
(7, −2, 1) +
13
6

(2, 1, −3) =
34
3
, 1
6
, −11
2

.
(d) As in part (c), we’ll check the x component and see that 7 + 2t = 17 when t = 5. We then check to see that r(5) =
(7, −2, 1) + 5(2, 1, −3) = (17, 3, −14) = (17, 4, −14) so, no, the bird doesn’t reach (17, 4, −14).
33. We can substitute the parametric forms of x, y, and z into the equation for the plane and solve for t. So (3t − 5) + 3(2 −
t) − (6t) = 19 which gives us t = −3. Substituting back in the parametric equations, we find that the point of intersection is
(−14, 5, −18).
34. Using the same technique as in Exercise 33, 5(1 − 4t) − 2(t − 3/2) + (2t + 1) = 1 which simplifies to t = 2/5. This means
the point of intersection is (−3/5, −11/10, 9/5).
35. We will set each of the coordinate equations equal to zero in turn and substitute that value of t into the other two equations.
x = 2t − 3 = 0 ⇒ t = 3/2. When t = 3/2, y = 13/2 and z = 7/2.
y = 3t + 2 = 0 ⇒ t = −2/3, so x = −13/3 and z = 17/3.
z = 5 − t = 0 ⇒ t = 5, so x = 7 and y = 17.
The points are (0, 13/2, 7/2), (−13/3, 0, 17/3), and (7, 17, 0).
36. We could show that two points on the line are also in the plane or that for points on the line:
2x − y + 4z = 2(5 − t) − (2t − 7) + 4(t − 3) = 5, so they are in the plane.
37. For points on the line we see that x − 3y + z = (5 − t) − 3(2t − 3) + (7t + 1) = 15, so the line does not intersect the plane.
38. First we parametrize the line by setting t = (x − 3)/6, which gives us x = 6t + 3, y = 3t − 2, z = 5t. Plugging these
parametric values into the equation for the plane gives
2(6t + 3) − 5(3t − 2) + 3(5t) + 8 = 0 ⇐⇒ 12t + 24 = 0 ⇐⇒ t = −2.
The parameter value t = −2 yields the point (6(−2) + 3, 3(−2) − 2, 5(−2)) = (−9, −8, −10).
39. We find parametric equations for the line by setting t = (x − 3)/(−2), so that x = 3 − 2t, y = t + 5, z = 3t − 2. Plugging
these parametric values into the equation for the plane, we find that
3(3 − 2t) + 3(t + 5) + (3t − 2) = 9 − 6t + 3t + 15 + 3t − 2 = 22
for all values of t. Hence the line is contained in the plane.
40. Again we find parametric equations for the line. Set t = (x + 4)/3, so that x = 3t − 4, y = 2 − t, z = 1 − 9t. Plugging
these parametric values into the equation for the plane, we find that
2(3t − 4) − 3(2 − t) + (1 − 9t) = 7 ⇐⇒ 6t − 8 − 6 + 3t + 1 − 9t = 7 ⇐⇒ −13 = 7.
Hence we have a contradiction; that is, no value of t will yield a point on the line that is also on the plane. Thus the line and
the plane do not intersect.
c
 2012 Pearson Education, Inc.
Section 1.2. More about Vectors 11
41. We just plug the parametric expressions for x, y, z into the equation for the surface:
(at + a)2
a2
+
b2
b2
−
(ct + c)2
c2
=
c2
(t + 1)2
a2
+ 1 −
c2
(t + 1)2
c2
= 1
for all values of t ∈ R. Hence all points on the line satisfy the equation for the surface.
42. As explained in the text, we can’t just set the two sets of equations equal to each other and solve. If the two lines intersect at a
point, we may get to that point at two different times. Let’s call these times t1 and t2 and solve the equations
⎧
⎪
⎨
⎪
⎩
2t1 + 3 = 15 − 7t2,
3t1 + 3 = t2 − 2, and
2t1 + 1 = 3t2 − 7.
Eliminate t1 by subtracting the third equation from the first to get t2 = 2. Substitute back into any of the equations to get
t1 = −1. Using either set of equations, you’ll find that the point of intersection is (1, 0, −1).
43. The way the problem is phrased tips us off that something is going on. Let’s handle this the same way we did in Exercise 42.
⎧
⎪
⎨
⎪
⎩
2t1 + 1 = 3t2 + 1,
−3t1 = t2 + 5, and
t1 − 1 = 7 − t2.
Adding the last two equations eliminates t2 and gives us t1 = 13/2. This corresponds to the point (14, −39/2, 11/2).
Substituting this value of t1 into the third equation gives us t2 = 3/2, while substituting this into the first equation gives us
t2 = 13/3. This inconsistency tells us that the second line doesn’t pass through the point (14, −39/2, 11/2).
44. (a) The distance is

(3t − 5 + 2)2 + (1 − t − 1)2 + (4t + 7 − 5)2 =
√
26t2 − 2t + 13.
(b) Using a standard first year calculus trick, the distance is minimized when the square of the distance is minimized. So we
find D = 26t2
− 2t + 13 is minimized (at the vertex of the parabola) when t = 1/26. Substitute back into our answer
for (a) to find that the minimal distance is

337/26.
45. (a) As in Example 2, this is the equation of a circle of radius 2 centered at the origin. The difference is that you are traveling
around it three times as fast. This means that if t varied between 0 and 2π that the circle would be traced three times.
(b) This is just like part (a) except the radius of the circle is 5.
(c) This is just like part (b) except the x and y coordinates have been switched. This is the same as reflecting the circle about
the line y = x and so this is also a circle of radius 5. If you care, the circle in (b) was drawn starting at the point (5, 0)
counterclockwise while this circle is drawn starting at (0, 5) clockwise.
(d) This is an ellipse with major axis along the x-axis intersecting it at (±5, 0) and minor axis along the y-axis intersecting it
at (0, ±3) : x2
25
+ y2
9
= 1.
x
y
-4
-2
2
4
-4 -2 2 4
46. The discussion in the text of the cycloid looked at the path traced by a point on the circumference of a circle of radius a as it is
rolled without slipping on the x-axis. The vector from the origin to our point P was split into two pieces:
−
→
OA (the vector from
the origin to the center of the circle) and
−
→
AP (the vector from the center of the circle to P). This split remains the same in our
problem.
c
 2012 Pearson Education, Inc.
12 Chapter 1 Vectors
The center of the circle is always a above the x-axis, and after the wheel has rolled through a central angle of t radians the
x coordinate is just at. So
−
→
OA = (at, a). This does not change in our problem.
The vector
−
→
AP was calculated to be (−a sin t, −a cos t). The direction of the vector is still correct but the length is not. If
we are b units from the center then
−
→
AP = −b(sin t, cos t).
We conclude then that the parametric equations are x = at − b sin t, y = a − b cos t. When a = b this is the case of the
cycloid described in the text; when a  b we have the curtate cycloid; and when a  b we have the prolate cycloid.
For a picture of how to generate one consider the diagram:
Here the inner circle is rolling along the ground and the prolate cycloid is the path traced by a point on the outer circle.
There is a classic toy with a plastic wheel that runs along a handheld track, but your students are too young for that. You could
pretend that the big circle is the end of a round roast and the little circle is the end of a skewer. In a regular rotisserie the roast
would just rotate on the skewer, but we could imagine rolling the skewer along the edges of the grill. The motion of a point on
the outside of the roast would be a prolate cycloid.
47. You are to picture that the circular dispenser stays still so Egbert has to unwind around the dispenser. The direction is
(cos θ, sin θ). The length is the radius of the circle a, plus the amount of tape that’s been unwound. The tape that’s been
unwound is the distance around the circumference of the circle. This is aθ where θ is again in radians. The equation is
therefore (x, y) = a(1 + θ)(cos θ, sin θ).
1.3 The Dot Product
Exercises 1–16 are just straightforward calculations. For 1–6 use Definition 3.1 and formula (1). For 7–11 use formula (4). For
12–16 use formula (5).
1. (1, 5) · (−2, 3) = 1(−2) + 5(3) = 13, (1, 5) =
√
12 + 52 =
√
26,
(−2, 3) =

(−2)2 + 32 =
√
13.
2. (4, −1) · (1/2, 2) = 4(1/2) − 1(2) = 0, (4, −1) =

42 + (−1)2 =
√
17
(1/2, 2) =

(1/2)2 + 22 =
√
17/2.
3. (−1, 0, 7) · (2, 4, −6) = −1(2) + 0(4) + 7(−6) = −44, (−1, 0, 7) =

(−1)2 + 02 + 72 =
√
50 = 5
√
2, and
(2, 4, −6) =

22 + 42 + (−6)2 =
√
56 = 2
√
14.
4. (2, 1, 0)·(1, −2, 3) = 2(1)+1(−2)+0(3) = 0, (2, 1, 0) =
√
22 + 1 =
√
5, and (1, −2, 3) =

12 + (−2)2 + 32 =
√
14.
5. (4i − 3j + k) · (i + j + k) = 4(1) + −3(1) + 1(1) = 2, 4i − 3j + k =
√
42 + 32 + 12 =
√
26, and i + j + k =
√
1 + 1 + 1 =
√
3.
6. (i + 2j − k) · (−3j + 2k) = 2(−3) − 1(2) = −8, i + 2j − k =

12 + 22 + (−1)2 =
√
6, and − 3j + 2k =

(−3)2 + 22 =
√
13.
7. θ = cos−1 (
√
3i + j) · (−
√
3i + j)
(
√
3i + j) −
√
3i + j
= cos−1 −3 + 1
(2)(2)
= cos−1 −1
2
=
2π
3
.
c
 2012 Pearson Education, Inc.
Section 1.3. The Dot Product 13
8. θ = cos−1 (−1, 2) · (3, 1)
(−1, 2) (3, 1)
= cos−1 −3 + 2
√
5
√
10
= cos−1
−
1
5
√
2
.
9. θ = cos−1 (i + j) · (i + j + k)
i + j i + j + k
= cos−1 1 + 1
√
2
√
3
= cos−1
√
2
√
3
.
10. θ = cos−1 (i + j − k) · (−i + 2j + 2k)
i + j − k − i + 2j + 2k
= cos−1 −1 + 2 − 2
(
√
3)(
√
3)
= cos−1 −1
3
√
3
.
11. θ = cos−1 (1, −2, 3) · (3, −6, −5)
(1, −2, 3) (3, −6, −5)
= cos−1 3 + 12 − 15
√
14
√
70
= cos−1
(0) =
π
2
.
Note: The answers to 12 and 13 are the same. You may want to assign both exercises and ask your students why this should be
true. You might then want to ask what would happen if vector a was the same but vector b was divided by
√
2.
12. proji+j(2i + 3j − k) =
(i + j) · (2i + 3j − k)
(i + j) · (i + j)
(i + j) =
2 + 3
1 + 1
(1, 1, 0) =
5
2
,
5
2
, 0 .
13. proji+j
√
2
(2i + 3j − k) =
⎛
⎝

i+j
√
2

· (2i + 3j − k)

i+j
√
2

·

i+j
√
2

⎞
⎠

i+j
√
2

=
1
√
2
(2 + 3)
1+1
2
(1, 1, 0)
√
2
=
5
2
,
5
2
, 0 .
14. proj5k(i − j + 2k) =
(5k) · (i − j + 2k)
(5k) · (5k)
(5k) =
10
25
(5k) = 2k.
15. proj−3k(i − j + 2k) =
(−3k) · (i − j + 2k)
(−3k) · (−3k)
(−3k) =
−6
9
(−3k) = 2k.
16. proji+j+2k(2i − 4j + k) =
(i + j + 2k) · (2i − 4j + k)
(i + j + 2k) · (i + j + 2k)
(i + j + 2k) =
2 − 4 + 2
1 + 1 + 4
(1, 1, 2) = 0.
17. We just divide the vector by its length:
2i − j + k
||2i − j + k||
=
1
√
6
(2, −1, 1).
18. Here we take the negative of the vector divided by its length:
i − 2k
i − 2k
=
1
√
5
(1, 0, −2).
19. Same idea as Exercise 17, but multiply by 3:
3(i + j − k)
i + j − k
=
3
√
3
(1, 1, −1) =
√
3(1, 1, −1).
20. There are a whole plane full of perpendicular vectors. The easiest three to find are when we set the coefficients of the coordinate
vectors equal to zero in turn: i + j, j + k, and −i + k.
21. We have two cases to consider.
If either of the projections is zero: projab = 0 ⇔ a · b = 0 ⇔ projba = 0.
If neither of the projections is zero, then the directions must be the same. This means that a must be a multiple of b. Let
a = cb, then on the one hand
projab = projcbb =
cb · b
cb · cb
cb = b.
On the other hand
projba = projbcb =
b · cb
b · b
b = cb.
These are equal only when c = 1.
In other words, projab = projba when a · b = 0 or when a = b.
22. Property 2: a · b = (a1, a2, a3) · (b1, b2, b3) = a1b1 + a2b2 + a3b3 = b1a1 + b2a2 + b3a3 = b · a.
Property 3: a · (b + c) = (a1, a2, a3) · ((b1, b2, b3) + (c1, c2, c3)) = (a1, a2, a3) · (b1 + c1, b2 + c2, b3 + c3) = a1(b1 +
c1) + a2(b2 + c2) + a3(b3 + c3) = (a1b1 + a2b2 + a3b3) + (a1c1 + a2c2 + a3c3) = a · b + a · c.
Property 4: (ka) · b = (k(a1, a2, a3)) · (b1, b2, b3) = (ka1, ka2, ka3) · (b1, b2, b3) = ka1b1 + ka2b2 + ka3b3(for the
1st
equality) = k(a1b1 + a2b2 + a3b3) = k(a · b). (for the 2nd
equality) = a1 kb1 + a2 kb2 + a3 kb3 = (a1, a2, a3) ·
(kb1, kb2, kb3) = a · (kb).
23. We have ka =
√
ka · ka =

k2(a · a) =
√
k2
√
a · a = |k| a .
c
 2012 Pearson Education, Inc.
14 Chapter 1 Vectors
24. The following diagrams might be helpful:
a
0.5 1 1.5 2 2.5 3 3.5 4
F
-2
-1.5
-1
-0.5
0.5
1
1.5
2
y
x
x
F
F1
F2
-2
-1.5
-1
-0.5
0.5 1 1.5 2
y
To find F1, the component of F in the direction of a, we project F onto a:
F1 = projaF =
(i − 2j) · (4i + j)
(4i + j) · (4i + j)
(4i + j) =
2
17
(4, 1).
To find F2, the component of F in the direction perpendicular to a, we can just subtract F1 from F:
F2 = (1, −2) −
2
17
(4, 1) =
9
17
,
−36
17
=
9
17
(1, −4).
Note that F1 is a multiple of a so that F1 does point in the direction of a and that F2 · a = 0 so F2 is perpendicular to a.
25. (a) The work done by the force is given to be the product of the length of the displacement (
−
−
→
PQ ) and the component of
force in the direction of the displacement (± proj−
−
→
P Q
F or in the case pictured in the text, F cos θ). That is,
Work =
−
−
→
PQ F cos θ = F ·
−
−
→
PQ
using Theorem 3.3.
(b) The displacement vector is
−
−
→
PQ = i + j − 2k and so, using part (a), we have
Work = F ·
−
−
→
PQ = (i + 5j + 2k) · (i + j − 2k) = 1 + 5 − 4 = 2.
26. The amount of work is
F
−
−
→
PQ cos 20◦
= 60 · 12 · cos 20◦
≈ 676.6 ft-lb.
27. To move the bananas, one must exert an upward force of 500 lb. Such a force makes an angle of 60◦
with the ramp, and it is
the ramp that gives the direction of displacement. Thus the amount of work done is
F
−
−
→
PQ cos 60◦
= 500 · 40 · 1
2
= 10, 000 ft-lb.
28. Note that i, j, and k each point along the positive x-, y-, and z-axes. Therefore, we may use Theorem 3.3 to calculate that
cos α =
(i + 2j − k) · i
i + 2j − k (1)
=
1
√
6
;
cos β =
(i + 2j − k) · j
i + 2j − k (1)
=
2
√
6
;
cos γ =
(i + 2j − k) · k
i + 2j − k (1)
= −
1
√
6
.
c
 2012 Pearson Education, Inc.
Section 1.3. The Dot Product 15
29. As in the previous problem, we use a = 3i + 4k to find that
cos α =
(3i + 4k) · i
3i + 4k (1)
=
3
5
;
cos β =
(3i + 4k) · j
3i + 4k (1)
= 0;
cos γ =
(3i + 4k) · k
3i + 4k (1)
=
4
5
.
30. You could either use the three right triangles determined by the vector a and the three coordinate axes, or you could use
Theorem 3.3. By that theorem, cos α =
a · i
a i
=
a1

a2
1 + a2
2 + a2
3
. Similarly, cos β =
a2

a2
1 + a2
2 + a2
3
and cos γ =
a3

a2
1 + a2
2 + a2
3
.
31. Consider the figure:
B
A
C
P1
P2
If P1 is the point on AB located r times the distance from A to B, then the vector
−
→
AP1 = r
−
→
AB. Similarly, since P2 is the point
on AC located r times the distance from A to C, then the vector
−
→
AP2 = r
−
→
AC. So now we can look at the line segment P1P2
using vectors.
−
−
−
→
P1P2 =
−
→
AP2 −
−
→
AP1 = r
−
→
AC − r
−
→
AB = r(
−
→
AC −
−
→
AB) = r
−
→
BC.
The two conclusions now follow. Because
−
−
−
→
P1P2 is a scalar multiple of
−
→
BC, they are parallel. Also the positive scalar r pulls
out of the norm so
−
−
−
→
P1P2 = r
−
→
BC = r
−
→
BC .
32. This now follows immediately from Exercise 31 or Example 6 from the text. Consider first the triangle ABC.
c
 2012 Pearson Education, Inc.
16 Chapter 1 Vectors
D
A
B
C
M1
M2
M3
M4
If M1 is the midpoint of AB and M2 is the midpoint of BC, we’ve just shown that M1M2 is parallel to AC and has
half its length. Similarly, consider triangle DAC where M3 is the midpoint of CD and M4 is the midpoint of DA. We see
that M3M4 is parallel to AC and has half its length. The first conclusion is that M1M2 and M3M4 have the same length and
are parallel. Repeat this process for triangles ABD and CBD to conclude that M1M4 and M2M3 have the same length and
are parallel. We conclude that M1M2M3M4 is a parallelogram. For kicks—have your students draw the figure for ABCD a
non-convex quadrilateral. The argument and the conclusion still hold even though one of the “diagonals” is not inside of the
quadrilateral.
33. In the diagram in the text, the diagonal running from the bottom left to the top right is a + b and the diagonal running from
the bottom right to the top left is b − a.
a + b = −a + b ⇔

(a + b) · (a + b) =

(−a + b) · (−a + b) ⇔
√
a · a + b · b + 2a · b =

(−1)2a · a + b · b − 2a · b ⇔
a · b = 0
Since neither a nor b is zero, they must be orthogonal.
34. Using the same set up as that in Exercise 33, we note first that
(a + b) · (−a + b) = a · (−a) + b · (−a) + a · b + b · b = − a 2
+ b 2
.
It follows immediately that
(a + b) · (−a + b) = 0 ⇔ a = b .
In other words that the diagonals of the parallelogram are perpendicular if and only if the parallelogram is a rhombus.
35. (a) Let’s start with the two circles with centers at W1 and W2. Assume that in addition to their intersection at point O that
they also intersect at point C as shown below.
C
O
W2
W1
The polygon OW1CW2 is a parallelogram. In fact, because all sides are equal, it is a rhombus. We can, therefore, write
the vector c =
−
→
OC =
−
→
OW1 +
−
→
OW2 = w1 + w2. Similarly, we can write b = w1 + w3 and a = w2 + w3.
c
 2012 Pearson Education, Inc.
Section 1.4. The Cross Product 17
(b) Let’s use the results of part (a) together with the hint. We need to show that the distance from each of the points A, B,
and C to P is r. Let’s show, for example, that
−
→
CP is r:
−
→
CP =
−
→
OP −
−
→
OC = (w1 + w2 + w3) − (w1 + w2) = w3 = r.
The arguments for the other two points are analogous.
(c) What we really need to show is that each of the lines passing through O and one of the points A, B, or C is perpendicular to
the line containing the two other points. Using vectors we will show that
−
→
OA ⊥
−
→
BC,
−
→
OB ⊥
−
→
AC, and
−
→
OC ⊥
−
→
AB by showing
their dot products are 0. It’s enough to show this for one of them:
−
→
OA ·
−
→
BC = (w2 + w3) · ((w1 + w2) − (w1 + w3)) =
(w2 + w3) · (w2 − w3) = w2 · w2 + w3 · w2 − w2 · w3 − w3 · w3 = r2
− r2
= 0.
36. (a) This follows immediately from Exercise 34 if you notice that the vectors are the diagonals of the rhombus with two sides
b a and a b.
Or we can proceed with the calculation: ( b a + a ) · ( b a − a b). The only bit of good news here is that the
cross terms clearly cancel each other out and we’re left with: b 2
(a · a) − a 2
(b · b) = b 2
a 2
− a 2
b 2
= 0.
(b) As in (a), the slicker way is to recall (or reprove geometrically) that the diagonals of a rhombus bisect the vertex angles.
Then note that ( b a+ a b) is the diagonal of the rhombus with sides b a and a b and so bisects the angle between
them which is the same as the angle between a and b.
Another way is to let θ1 be the angle between a and b a+ a b, and let θ2 be the angle between b and b a+ a b.
Then
cos−1
θ1 =
a · ( b a + a b)
( a ) ( b a + a b)
=
a 2
b + a a · b
( a ) ( b a + a b)
=
a b + a · b
( b a + a b)
.
Also
cos−1
θ2 =
b · ( b a + a b)
( b ) ( b a + a b)
=
b b · a + b 2
a
( b ) ( b a + a b)
=
b · a + a b
( b a + a b)
.
So b a + a b bisects the angle between the vectors a and b.
1.4 The Cross Product
For Exercises 1–4 use Definition 4.2.
1. (2)(3) − (4)(1) = 2.
2. (0)(6) − (5)(−1) = 5.
3. (1)(2)(3) + (3)(7)(−1) + (5)(0)(0) − (5)(2)(−1) − (1)(7)(0) − (3)(0)(3) = −5.
4. (−2)(6)(2) + (0)(−1)(4) + (1/2)(3)(−8) − (1/2)(6)(4) − (−2)(−1)(−8) − (0)(3)(2) = −32.
Note: In Exercises 5–7, the difference between using (2) and (3) really amounts to changing the coefficient of j from (a3b1 −
a1b3) in formula (2) to −(a1b3 − a3b1) in formula (3). The details are only provided in Exercise 5.
5. First we’ll use formula (2):
(1, 3, −2) × (−1, 5, 7) = [(3)(7) − (−2)(5)]i + [(−2)(−1) − (1)(7)]j + [(1)(5) − (3)(−1)]k
= 31i − 5j + 8k = (31, −5, 8).
If instead we use formula (3), we get:
(1, 3, −2) × (−1, 5, 7) =






i j k
1 3 −2
−1 5 7






=




3 −2
5 7



 i −




1 −2
−1 7



 j +




1 3
−1 5



 k
= 31i − 5j + 8k = (31, −5, 8).
c
 2012 Pearson Education, Inc.
18 Chapter 1 Vectors
6. Just using formula (3):
(3i − 2j + k) × (i + j + k) =






i j k
3 −2 1
1 1 1






=




−2 1
1 1



 i −




3 1
1 1



 j +




3 −2
1 1



 k
= −3i − 2j + 5k = (−3, −2, 5).
7. Note that these two vectors form a basis for the xy-plane so the cross product will be a vector parallel to (0, 0, 1). Again, just
using formula (3):
(i + j) × (−3i + 2j) =






i j k
1 1 0
−3 2 0






=




1 0
2 0



 i −




1 0
−3 0



 j +




1 1
−3 2



 k = 5k = (0, 0, 5).
8. By (1) (a + b) × c = −c × (a + b).
By (2), this = −c × a + −c × b.
By (1), this = a × c + b × c.
9. (a + b) × (a − b) = (a × a) + (b × a) − (a × b) − (b × b). The cross product of a vector with itself is 0 and also
(b × a) = −(a × b), so
(a + b) × (a − b) = −2(a × b).
You may wish to have your students consider what this means about the relationship between the cross product of the sides of a
parallelogram and the cross product of its diagonals. In any case, we are given that a×b = (3, −7, −2), so (a+b)×(a−b) =
(−6, 14, 4).
10. If you plot the points you’ll see that they are given in a counterclockwise order of the vertices of a parallelogram. To find the
area we will view the sides from (1, 1) to (3, 2) and from (1, 1) to (−1, 2) as vectors by calculating the displacement vectors:
(3, 2) − (1, 1) and (−1, 2) − (1, 1). We then embed the problem in R3
and take a cross product. The length of this cross
product is the area of the parallelogram.
-
-1 -0.5 0.5 1 1.5 2 2.5 3
1
-0.5
0.5
1
1.5
2
2.5
3
y
x
(3 − 1, 2 − 1, 0) × (−1 − 1, 2 − 1, 0) = (2, 1, 0) × (−2, 1, 0) = 4k = (0, 0, 4).
So the area is (0, 0, 4) = 4.
c
 2012 Pearson Education, Inc.
Section 1.4. The Cross Product 19
11. This is tricky, as the points are not given in order. The figure on the left shows the sides connected in the order that the points
are given.
x
y
-2
0
2
-2
0
2
z
-2
0
2
4
x
y
-2
0
2
-2
0
2
z
-2
0
2
4
As the figure on the right shows, if you take the first side to be the side that joins the points (1, 2, 3) and (4, −2, 1) then
the next side is the side that joins (4, −2, 1) and (0, −3, −2). We will again calculate the length of the cross product of the
displacement vectors. So the area of the parallelogram will be the length of
(0 − 4, −3 − (−2), −2 − 1) × (1 − 4, 2 − (−2), 3 − 1) = (−4, −1, −3) × (−3, 4, 2) = (10, 17, −19).
The length of (10, 17, −19) is

102 + 172 + (−19)2 =
√
750 = 5
√
30.
12. The cross product will give us the right direction; if we then divide this result by its length we will get a unit vector:
(2, 1, −3) × (1, 0, 1)
(2, 1, −3) × (1, 0, 1)
=
(1, −5, −1)
(1, −5, −1)
=
1
√
27
(1, −5, −1).
13. For (a × b) · c to be zero either
• One or more of the three vectors is 0,
• (a × b) = 0 which would happen if a = kb for some real k, or
• c is in the plane determined by a and b.
For Exercises 14–17 we’ll just take half of the length of the cross product. Unlike Exercises 10 and 11, in Exercises 16 and 17
we don’t have to worry about the ordering of the points. In a triangle, whichever order we choose we are traveling either clockwise
or counterclockwise. Just choose any of the vertices as the base for the cross product. Our choices may differ, but the solution
won’t.
14. (1/2) (1, 1, 0) × (2, −1, 0) = (1/2) (0, 0, −3) = 3/2.
15. (1/2) (1, −2, 6) × (4, 3, −1) = (1/2) (−16, 25, 11) =
√
1002/2.
16. (1/2) (−1 − 1, 2 − 1, 0) × (−2 − 1, −1 − 1, 0) = (1/2) (−2, 1, 0) × (−3, −2, 0) =
(1/2) (0, 0, 7) = 7/2.
17. (1/2) (0 − 1, 2, 3 − 1) × (−1 − 1, 5, −2 − 1) = (1/2) (−1, 2, 2) × (−2, 5, −3) =
(1/2) (−16, −7, −1) =
√
306/2 = 3
√
34/2.
The triple scalar product is used in Exercises 18 and 19 and the equivalent determinant form mentioned in the text is proved
in Exercise 20.
Some people write this product as a · (b × c) instead of (a × b) · c. Exercise 28 shows that these are equivalent.
c
 2012 Pearson Education, Inc.
20 Chapter 1 Vectors
18. Here we are given the vectors so we can just use the triple scalar product:
(a × b) · c = ((3i − j) × (−2i + k)) · (i − 2j + 4k) =






3 −1 0
−2 0 1
1 −2 4






= 3




0 1
−2 4



 − (−1)




−2 1
1 4



 + 0




−2 0
1 −2



 = 3(2) + (−9) = −3.
Volume = |(a × b) · c| = 3.
19. You need to figure out a useful ordering of the vertices. You can either plot them by hand or use a computer package to help
or you can make some observations about them. First look at the z coordinates. Two points have z = −1 and two have z = 0.
These form your bottom face. Of the remaining points two have z = 5—these will match up with the bottom points with
z = −1, and two have z = 6—these will match up with the bottom points with z = 0. The parallelepiped is shown below.
We’ll use the highlighted edges as our three vectors a, b, and c. You could have based the calculation at any vertex. I have
chosen (4, 2, −1). The three vectors are:
a = (0, 3, 0) − (4, 2, −1) = (−4, 1, 1)
b = (4, 3, 5) − (4, 2, −1) = (0, 1, 6)
c = (3, 0, −1) − (4, 2, −1) = (−1, −2, 0)
0
2
4
0
1
2
3
4
0
2
4
6
z
x
y
We can now calculate
(a × b) · c = ((−4, 1, 1) × (0, 1, 6)) · (−1, −2, 0) =






−4 1 1
0 1 6
−1 −2 0






= −4




1 6
−2 0



 − 1




0 6
−1 0



 + 1




0 1
−1 −2



 = −4(12) − (6) + (1) = −53.
Finally, Volume = |(a × b) · c| = 53.
Note: The proofs of Exercises 20 and 28 are easier if you remember that if matrix A is just matrix B with any two rows
interchanged then the determinant of A is the negative of the determinant of B. If you don’t use this fact (which is explored in
exercises later in this chapter), you can prove this with a long computation. That is why the author of the text suggests that a
computer algebra system could be helpful—and this would be a great place to use it in a class demonstration.
c
 2012 Pearson Education, Inc.
Section 1.4. The Cross Product 21
20. This is not as bad as it might first appear.
(a × b) · c =
⎛
⎝






i j k
a1 a2 a3
b1 b2 b3






⎞
⎠ · (c1, c2, c3)
= i




a2 a3
b2 b3



 − j




a1 a3
b1 b3



 + k




a1 a2
b1 b2



 · (c1, c2, c3)
= c1




a2 a3
b2 b3



 − c2




a1 a3
b1 b3



 + c3




a1 a2
b1 b2




=






c1 c2 c3
a1 a2 a3
b1 b2 b3






= −






a1 a2 a3
c1 c2 c3
b1 b2 b3






=






a1 a2 a3
b1 b2 b3
c1 c2 c3






21. (a × b) · c =






a1 a2 a3
b1 b2 b3
c1 c2 c3






by Exercise 20. Similarly, a · (b × c) = (b × c) · a =






b1 b2 b3
c1 c2 c3
a1 a2 a3






by Exercise 20.
Expand these determinants to see that they are equal.






a1 a2 a3
b1 b2 b3
c1 c2 c3






= a1(b2c3 − b3c2) − a2(b1c3 − b3c1) + a3(b1c2 − b2c1)






b1 b2 b3
c1 c2 c3
a1 a2 a3






= b1(a3c2 − a2c3) − b2(a3c1 − a1c3) + b3(a2c1 − a1c2)
22. The value of |(a × b) · c| is the volume of the parallelepiped determined by the vectors a, b, c. But so is |b · (a × c)|, so the
quantities must be equal.
23. (a) We have
Area = 1
2
−
−
−
→
P1P2 ×
−
−
−
→
P1P3
= 1
2
(x2 − x1, y2 − y1, 0) × (x3 − x1, y3 − y1, 0)
Now
−
−
−
→
P1P2 ×
−
−
−
→
P1P3 =






i j k
x2 − x1 y2 − y1 0
x3 − x1 y3 − y1 0






= [(x2 − x1)(y3 − y1) − (x3 − x1)(y2 − y1)]k
P3
y
x
P2
P1
Hence the area is 1
2
|(x2 − x1)(y3 − y1) − (x3 − x1)(y2 − y1)|. On the other hand
1
2






1 1 1
x1 x2 x3
y1 y2 y3






= 1
2




x2 x3
y2 y3



 −




x1 x3
y1 y3



 +




x1 x2
y1 y2



 .
Expanding and taking absolute value, we obtain
1
2
|x2y3 − x3y2 + x3y1 − x1y3 + x1y2 − x2y1|.
c
 2012 Pearson Education, Inc.
22 Chapter 1 Vectors
From here, its easy to see that this agrees with the formula above.
(b) We compute the absolute value of 1
2






1 1 1
1 2 −4
2 3 −4






= 1
2
(−8 − 8 + 3 − 4 + 12 + 4) = 1
2
(−1) = −1
2
.
Thus the area is

−1
2

 = 1
2
.
24. Surface area = 1
2
( a × b + b × c + a × c + (b − a) × (c − a) )
c
a
b
25. We assume that a, b, and c are non-zero vectors in R3
.
(a) The cross product a × b is orthogonal to both a and b.
(b) Scale the cross product to a unit vector by dividing by the length and then multiply by 2 to get 2
a × b
a × b
.
(c) projab =
a · b
a · a
a.
(d) Here we divide vector a by its length and multiply it by the length of b to get
b
a
a.
(e) The cross product of two vectors is orthogonal to each: a × (b × c).
(f) A vector perpendicular to a × b will be back in the plane determined by a and b, so our answer is (a × b) × c.
26. I love this problem—students tend to go ahead and calculate without thinking through what they’re doing first. This would
make a great quiz at the beginning of class.
(a) Vector: The cross product of the vectors a and b is a vector so you can take its cross product with vector c.
(b) Nonsense: The dot product of the vectors a and b is a scalar so you can’t dot it with a vector.
(c) Nonsense: The dot products result in scalars and you can’t find the cross product of two scalars.
(d) Scalar: The cross product of the vectors a and b is a vector so you can take its dot product with vector c.
(e) Nonsense: The cross product of the vectors a and b is a vector so you can take its cross product with vector that is the
result of the cross product of c and d.
(f) Vector: The dot product results in a scalar that is then multiplied by vector d. We can evaluate the cross product of vector
a with this result.
(g) Scalar: We are taking the dot product of two vectors.
(h) Vector: You are subtracting two vectors.
Note: You can have your students use a computer algebra system for these as suggested in the text. I’ve included worked out
solutions for those as old fashioned as I am.
27. Exercise 25(f) shows us that (a × b) × c is in the plane determined by a and b and so we expect the solution to be of the form
k1a + k2b for scalars k1 and k2.
Using formula (3) from the text for a × b:
(a × b) × c =








i j k




a2 a3
b2 b3



 −




a1 a3
b1 b3








a1 a2
b1 b2




c1 c2 c3








= −




a1 a3
b1 b3



 c3 −




a1 a2
b1 b2



 c2 i −




a2 a3
b2 b3



 c3 −




a1 a2
b1 b2



 c1 j
+




a2 a3
b2 b3



 c2 +




a1 a3
b1 b3



 c1 k
Look first at the coefficient of i: −a1b3c3 + a3b1c3 − a1b2c2 + a2b1c2. If we add and subtract a1b1c1 and regroup we have:
b1(a1c1 + a2c2 + a3c3) − a1(b1c1 + b2c2 + b3c3) = b1(a · c) − a1(b · c). Similarly for the coefficient of j. Expand then
add and subtract a2b2b3 and regroup to get b2(a · c) − a2(b · c). Finally for the coefficient of k, expand then add and subtract
a3b3c3 and regroup to obtain b3(a · c) − a3(b · c). This shows that (a × b) × c = (a · c)b − (b · c)a.
c
 2012 Pearson Education, Inc.
Section 1.4. The Cross Product 23
Now here’s a version of Exercise 27 worked on Mathematica. First you enter the following to define the vectors a, b, and
c.
a = {a1, a2, a3}
b = {b1, b2, b3}
c = {c1, c2, c3}
The reply from Mathematica is an echo of your input for c. Let’s begin by calculating the cross product. You can either select
the cross product operator from the typesetting palette or you can type the escape key followed by “cross” followed by the
escape key. Mathematica should reformat this key sequence as × and you should be able to enter
(a × b) × c.
Mathematica will respond with the calculated cross product
{a2b1c2 − a1b2c2 + a3b1c3 − a1b3c3,
−a2b1c1 + a1b2c1 + a3b2c3 − a2b3c3,
−a3b1c1 + a1b3c1 − a3b2c2 + a2b3c2}.
Now you can check the other expression. Use a period for the dot in the dot product.
(a.c)b − (b.c) a
Mathematica will immediately respond
{b1(a1c1 + a2c2 + a3c3) − a1(b1c1 + b2c2 + b3c3),
b2(a1c1 + a2c2 + a3c3) − a2(b1c1 + b2c2 + b3c3),
b3(a1c1 + a2c2 + a3c3) − a3(b1c1 + b2c2 + b3c3)}
This certainly looks different from the previous expression. Before giving up hope, note that this one has been factored and
the earlier one has not. You can expand this by using the command
Expand[(a.c)b − (b.c)a]
or use Mathematica’s command % to refer to the previous entry and just type
Expand[%].
This still might not look familiar. So take a look at
(a × b) × c − [(a.c)b − (b.c)a].
If this still isn’t what you are looking for, simplify it with the command
Simplify[%]
and Mathematica will respond
{0, 0, 0}.
28. The exercise asks us to show that six quantities are equal.
The most important pair is a·(b×c) = c·(a×b). Because of the commutative property of the dot product c·(a×b) =
(a × b) · c and so we are showing that a · (b × c) = (a × b) · c.
c · (a × b) = (a × b) · c =






a1 a2 a3
b1 b2 b3
c1 c2 c3






=






b1 b2 b3
c1 c2 c3
a1 a2 a3






= (b × c) · a = a · (b × c).
c
 2012 Pearson Education, Inc.
24 Chapter 1 Vectors
The determinants of the 3 by 3 matrices above are equal because we had to interchange two rows twice to get from one to
the other. This fact has not yet been presented in the text. This would be an excellent time to use a computer algebra system
to show the two determinants are equal. Of course, you could use Mathematica or some other such system to do the entire
problem.
To show that a · (b × c) = b · (c × a) we use a similar approach:
a · (b × c) = (b × c) · a =






b1 b2 b3
c1 c2 c3
a1 a2 a3






=






c1 c2 c3
a1 a2 a3
b1 b2 b3






= (c × a) · b = b · (c × a).
So we’ve established that the first three triple scalars are equal.
We get the rest almost for free by noticing that three pairs of equations are trivial:
a · (b × c) = −a · (c × b),
b · (c × a) = −b · (a × c), and
c · (a × b) = −c · (b × a).
Each of the above pairs are equal by the anticommutativity property of the cross product. If you prefer the matrix approach,
this also follows from the fact that interchanging two rows changes the sign of the determinant.
29. By Exercise 28, (a × b) · (c × d) = c · (d × (a × b)).
By anticommutativity, c · (d × (a × b)) = −c · ((a × b) × d).
By Exercise 27, −c · ((a × b) × d) = −c · ((a · d)b − (b · d)a) = (a · c)(b · d) − (a · d)(b · c) =




a · c a · d
b · c b · d



.
30. Apply the results of Exercise 27 to each of the three components:
(a × b) × c + (b × c) × a + (c × a) × b = [(a · c)b − (b · c)a] + [(b · a)c − (c · a)b]
+ [(c · b)a − (a · b)c] = 0.
(For example, the (a · c)b cancels with the (c · a)b because of the commutative property for the dot product.)
31. If your students are using a computer algebra system, they may not notice that this is exactly the same problem as Exercise 27.
Just replace c with (c × d) on both sides of the equation in Exercise 27 to obtain the result here.
32. First apply Exercise 29 to the dot product to get
(a × b) · (b × c) × (c × a) = [a · (b × c)][b · (c × a)] − [a · (c × a)][b · (b × c)].
You can either observe that two of these quantities must be 0, or you can apply Exercise 28 to see a·(c×a) = c·(a×a) = 0.
Exercise 28 also shows that b · (c × a) = a · (b × c). The result follows.
33. We did this above in Exercise 29.
34. The amount of torque is the product of the length of the “wrench” and the component of the force perpendicular to the
“wrench”. In this case, the wrench is the door—so the length is four feet. The 20 lb force is applied perpendicular to the
plane of the doorway and the door is open 45◦
. So from the text, the amount of torque = a F sin θ = (4)(20)(
√
2/2) =
40
√
2 ft-lb.
35. (a) Here the length of a is 1 foot, the force F = 40 pounds and angle θ = 120 degrees. So
Torque = (1)(40) sin 120◦
= 40
√
3
2
= 20
√
3 foot-pounds.
(b) Here all that has changed is that a is 1.5 feet, so
Torque = (3/2)(40) sin 120◦
= 60
√
3
2
= 30
√
3 foot-pounds.
c
 2012 Pearson Education, Inc.
Section 1.4. The Cross Product 25
36. a = 2 in but torque is measured in foot-pounds so a = (1/6) ft.
Torque = a × F =
1
6
, 0, 0 × (0, 15, 0) = 0, 0,
5
2
.
So Egbert is using 5/2 foot-pounds straight up.
37. From the figure
sin θ =
1.5
3
=
1
2
⇒ θ = π/6.
This is the angle the seesaw makes with horizontal. The angle we want is
π/6 + π/2 = 2π/3.
Since r = 3 and F = 50, the amount of torque is
T = r × F = r F sin
2π
3
= 3 · 50 ·
√
3
2
= 75
√
3 ft-lb
1.5⬘
3⬘
␪
F
r
2␲/3
F (translated)
38. (a) The linear velocity is v = ω × r so that
v = ω r sin θ.
We have that the angular speed is 2π radians
24 hrs
= π
12
radians/hr (this is ω .) Also r = 3960, so at 45◦
North latitude,
v = π
12
· 3960 · sin 45◦
= 330π
√
2
≈ 733.08 mph.
(b) Here the only change is that θ = 90◦
. Thus v = π
2
· 3960 · sin 90◦
= 330π ≈ 1036.73 mph.
39. Archie’s actual experience isn’t important in solving this problem; he could have ridden closer to the center. Since we are only
interested in comparing Archie’s experience with Annie’s, it turns out that their difference would be the same so long as the dif-
ference in their distance from the center remained at 2 inches. The difference in speed is (331/3)(2π)(6)−(331/3)(2π)(4) =
(331/3)(2π)(2) = 4π(331/3) = 1331/3π = 400π/3 in/ min.
40. (a) v = ω × r = (0, 0, 12) × (2, −1, 3) = (12, 24, 0) = 12i + 24j.
(b) The height of the point doesn’t change so we can view this as if it were a problem in R2
. When x = 2 and y = −1, we
can find the central angle by taking tan−1
(−1/2). In one second the angle has moved 12 radians so the new point is
(
√
5 cos(tan−1
(−1/2) + 12),
√
5 sin(tan−1
(−1/2) + 12), 3) ≈ (1.15, −1.92, 3).
c
 2012 Pearson Education, Inc.
s
m
t
b
9
8
@
g
m
a
i
l
.
c
o
m
s
m
t
b
9
8
@
g
m
a
i
l
.
c
o
m
complete document is available on https://unihelp.xyz/ *** contact me if site not loaded

More Related Content

PDF
H 2004 2007
PDF
Higher papers 2007 - 2013
PDF
Test yourself for JEE(Main)TP-2
PDF
ALA Solution.pdf
PDF
Capitulo 1, 7ma edición
PDF
Vectors.pdf
PDF
Vectors.pdf
PDF
Vectors.pdf
H 2004 2007
Higher papers 2007 - 2013
Test yourself for JEE(Main)TP-2
ALA Solution.pdf
Capitulo 1, 7ma edición
Vectors.pdf
Vectors.pdf
Vectors.pdf

Similar to Solutions for Vector Calculus, 4th Edition by Colley (13)

PDF
H 2008 2011
PDF
Module 3 plane coordinate geometry
PDF
Maths paper class 12 maths paper class 12
PPT
1525 equations of lines in space
PPT
Chapter 1(4)SCALAR AND VECTOR
PDF
allsheets.pdfnnmmmmmmlklppppppplklkkkkkkkj
PDF
Test yourself for JEE(Main)TP-5
PDF
lemh2sm.pdf
PDF
Solution of Differential Equations in Power Series by Employing Frobenius Method
PDF
Solucao_Marion_Thornton_Dinamica_Classic (1).pdf
PDF
IIT Jam math 2016 solutions BY Trajectoryeducation
PPTX
persamaan trigonometri A COS X + B SIN X
DOCX
M210 Songyue.pages__MACOSX._M210 Songyue.pagesM210-S16-.docx
H 2008 2011
Module 3 plane coordinate geometry
Maths paper class 12 maths paper class 12
1525 equations of lines in space
Chapter 1(4)SCALAR AND VECTOR
allsheets.pdfnnmmmmmmlklppppppplklkkkkkkkj
Test yourself for JEE(Main)TP-5
lemh2sm.pdf
Solution of Differential Equations in Power Series by Employing Frobenius Method
Solucao_Marion_Thornton_Dinamica_Classic (1).pdf
IIT Jam math 2016 solutions BY Trajectoryeducation
persamaan trigonometri A COS X + B SIN X
M210 Songyue.pages__MACOSX._M210 Songyue.pagesM210-S16-.docx
Ad

Recently uploaded (20)

PDF
Trump Administration's workforce development strategy
PPTX
Unit 4 Computer Architecture Multicore Processor.pptx
PDF
1_English_Language_Set_2.pdf probationary
PPTX
Introduction to pro and eukaryotes and differences.pptx
PDF
Chinmaya Tiranga quiz Grand Finale.pdf
PDF
Empowerment Technology for Senior High School Guide
PDF
LDMMIA Reiki Yoga Finals Review Spring Summer
PPTX
20th Century Theater, Methods, History.pptx
PDF
AI-driven educational solutions for real-life interventions in the Philippine...
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PPTX
Virtual and Augmented Reality in Current Scenario
PDF
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
PDF
What if we spent less time fighting change, and more time building what’s rig...
PDF
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
PDF
CISA (Certified Information Systems Auditor) Domain-Wise Summary.pdf
PDF
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
PPTX
Onco Emergencies - Spinal cord compression Superior vena cava syndrome Febr...
PDF
RTP_AR_KS1_Tutor's Guide_English [FOR REPRODUCTION].pdf
PDF
Indian roads congress 037 - 2012 Flexible pavement
PDF
Weekly quiz Compilation Jan -July 25.pdf
Trump Administration's workforce development strategy
Unit 4 Computer Architecture Multicore Processor.pptx
1_English_Language_Set_2.pdf probationary
Introduction to pro and eukaryotes and differences.pptx
Chinmaya Tiranga quiz Grand Finale.pdf
Empowerment Technology for Senior High School Guide
LDMMIA Reiki Yoga Finals Review Spring Summer
20th Century Theater, Methods, History.pptx
AI-driven educational solutions for real-life interventions in the Philippine...
202450812 BayCHI UCSC-SV 20250812 v17.pptx
Virtual and Augmented Reality in Current Scenario
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
What if we spent less time fighting change, and more time building what’s rig...
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
CISA (Certified Information Systems Auditor) Domain-Wise Summary.pdf
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
Onco Emergencies - Spinal cord compression Superior vena cava syndrome Febr...
RTP_AR_KS1_Tutor's Guide_English [FOR REPRODUCTION].pdf
Indian roads congress 037 - 2012 Flexible pavement
Weekly quiz Compilation Jan -July 25.pdf
Ad

Solutions for Vector Calculus, 4th Edition by Colley

  • 1. Chapter 1 Vectors 1.1 Vectors in Two and Three Dimensions 1. Here we just connect the point (0, 0) to the points indicated: y a b c -1 1 2 3 x 0.5 1 1.5 2 2.5 3 2. Although more difficult for students to represent this on paper, the figures should look something like the following. Note that the origin is not at a corner of the frame box but is at the tails of the three vectors. -2 0 2 x -2 0 2 y 0 1 2 3 z b a c In problems 3 and 4, we supply more detail than is necessary to stress to students what properties are being used: 3. (a) (3, 1) + (−1, 7) = (3 + [−1], 1 + 7) = (2, 8). (b) −2(8, 12) = (−2 · 8, −2 · 12) = (−16, −24). (c) (8, 9) + 3(−1, 2) = (8 + 3(−1), 9 + 3(2)) = (5, 15). (d) (1, 1) + 5(2, 6) − 3(10, 2) = (1 + 5 · 2 − 3 · 10, 1 + 5 · 6 − 3 · 2) = (−19, 25). (e) (8, 10) + 3((8, −2) − 2(4, 5)) = (8 + 3(8 − 2 · 4), 10 + 3(−2 − 2 · 5)) = (8, −26). 4. (a) (2, 1, 2) + (−3, 9, 7) = (2 − 3, 1 + 9, 2 + 7) = (−1, 10, 9). (b) 1 2 (8, 4, 1) + 2 5, −7, 1 4 = 4, 2, 1 2 + 10, −14, 1 2 = (14, −12, 1). (c) −2 (2, 0, 1) − 6 1 2 , −4, 1 = −2((2, 0, 1) − (3, −24, 6)) = −2(−1, 24, −5) = (2, −48, 10). 5. We start with the two vectors a and b. We can complete the parallelogram as in the figure on the left. The vector from the origin to this new vertex is the vector a + b. In the figure on the right we have translated vector b so that its tail is the head of vector a. The sum a + b is the directed third side of this triangle. c 2012 Pearson Education, Inc. 1 s m t b 9 8 @ g m a i l . c o m s m t b 9 8 @ g m a i l . c o m complete document is available on https://unihelp.xyz/ *** contact me if site not loaded Contact me in order to access the whole complete document. WhatsApp: https://wa.me/message/2H3BV2L5TTSUF1 Email: smtb98@gmail.com Telegram: https://t.me/solutionmanual
  • 2. 2 Chapter 1 Vectors -2 -1.5 -1 -0.5 0.5 1 x 1 2 3 4 5 6 7 y a b a+b -2 -1.5 -1 -0.5 0.5 1 x 1 2 3 4 5 6 7 y a b a+b b translated 6. a = (3, 2) b = (−1, 1) a − b = (3 − (−1), 2 − 1) = (4, 1) 1 2 a = 3 2 , 1 a + 2b = (1, 4) -2 -1 1 2 3 4 5 x -1 1 2 3 4 y a (1/2)a b a-b a+2b 7. (a) − → AB = (−3 − 1, 3 − 0, 1 − 2) = (−4, 3, −1) − → BA = − − → AB = (4, −3, 1) (b) − → AC = (2 − 1, 1 − 0, 5 − 2) = (1, 1, 3) − → BC = (2 − (−3), 1 − 3, 5 − 1) = (5, −2, 4) − → AC + − → CB = (1, 1, 3) − (5, −2, 4) = (−4, 3, −1) (c) This result is true in general: A B C Head-to-tail addition demonstrates this. c 2012 Pearson Education, Inc.
  • 3. Section 1.1. Vectors in Two and Three Dimensions 3 8. The vectors a = (1, 2, 1), b = (0, −2, 3) and a + b = (1, 2, 1) + (0, −2, 3) = (1, 0, 4) are graphed below. Again note that the origin is at the tails of the vectors in the figure. Also, −1(1, 2, 1) = (−1, −2, −1). This would be pictured by drawing the vector (1, 2, 1) in the opposite direction. Finally, 4(1, 2, 1) = (4, 8, 4) which is four times vector a and so is vector a stretched four times as long in the same direction. 0 1 x -2 0 2 y 0 2 4 z a b a+b 9. Since the sum on the left must equal the vector on the right componentwise: −12 + x = 2, 9 + 7 = y, and z + −3 = 5. Therefore, x = 14, y = 16, and z = 8. 10. If we drop a perpendicular from (3, 1) to the x-axis we see that by the Pythagorean Theorem the length of the vector (3, 1) = √ 32 + 12 = √ 10. x y 0.2 0.4 0.6 0.8 1 0.5 1 1.5 2 2.5 3 11. Notice that b (represented by the dotted line) = 5a (represented by the solid line). 1 2 3 4 5 2 4 6 8 10 x y a b c 2012 Pearson Education, Inc.
  • 4. 4 Chapter 1 Vectors 12. Here the picture has been projected into two dimensions so that you can more clearly see that a (represented by the solid line) = −2b (represented by the dotted line). -8 -6 -4 -2 2 4 -4 -2 2 4 6 8 a b 13. The natural extension to higher dimensions is that we still add componentwise and that multiplying a scalar by a vector means that we multiply each component of the vector by the scalar. In symbols this means that: a + b = (a1, a2, . . . , an) + (b1, b2, . . . , bn) = (a1 + b1, a2 + b2, . . . , an + bn) and ka = (ka1, ka2, . . . , kan). In our particular examples, (1, 2, 3, 4) + (5, −1, 2, 0) = (6, 1, 5, 4), and 2(7, 6, −3, 1) = (14, 12, −6, 2). 14. The diagrams for parts (a), (b) and (c) are similar to Figure 1.12 from the text. The displacement vectors are: (a) (1, 1, 5) (b) (−1, −2, 3) (c) (1, 2, −3) (d) (−1, −2) Note: The displacement vectors for (b) and (c) are the same but in opposite directions (i.e., one is the negative of the other). The displacement vector in the diagram for (d) is represented by the solid line in the figure below: x y P1 P2 0.5 1 1.5 2 2.5 3 -1 -0.75 -0.5 -0.25 0.25 0.5 0.75 1 15. In general, we would define the displacement vector from (a1, a2, . . . , an) to (b1, b2, . . . , bn) to be (b1 −a1, b2 −a2, . . . , bn − an). In this specific problem the displacement vector from P1 to P2 is (1, −4, −1, 1). 16. Let B have coordinates (x, y, z). Then − → AB = (x − 2, y − 5, z + 6) = (12, −3, 7) so x = 14, y = 2, z = 1 so B has coordinates (14, 2, 1). 17. If a is your displacement vector from the Empire State Building and b your friend’s, then the displacement vector from you to your friend is b − a. c 2012 Pearson Education, Inc.
  • 5. Section 1.1. Vectors in Two and Three Dimensions 5 a b b-a you friend Empire State Bldg 18. Property 2 follows immediately from the associative property of the reals: (a + b) + c = ((a1, a2, a3) + (b1, b2, b3)) + (c1, c2, c3) = ((a1 + b1, a2 + b2, a3 + b3) + (c1, c2, c3) = ((a1 + b1) + c1, (a2 + b2) + c2, (a3 + b3) + c3) = (a1 + (b1 + c1), a2 + (b2 + c2), a3 + (b3 + c3)) = (a1, a2, a3) + ((b1 + c1), (b2 + c2), (b3 + c3)) = a + (b + c). Property 3 also follows from the corresponding componentwise observation: a + 0 = (a1 + 0, a2 + 0, a3 + 0) = (a1, a2, a3) = a. 19. We provide the proofs for R3 : (1) (k + l)a = (k + l)(a1, a2, a3) = ((k + l)a1, (k + l)a2, (k + l)a3) = (ka1 + la1, ka2 + la2, ka3 + la3) = ka + la. (2) k(a + b) = k((a1, a2, a3) + (b1, b2, b3)) = k(a1 + b1, a2 + b2, a3 + b3) = (k(a1 + b1), k(a2 + b2), k(a3 + b3)) = (ka1 + kb1, ka2 + kb2, ka3 + kb3) = (ka1, ka2, ka3) + (kb1, kb2, kb3) = ka + kb. (3) k(la) = k(l(a1, a2, a3)) = k(la1, la2, la3) = (kla1, kla2, kla3) = (lka1, lka2, lka3) = l(ka1, ka2, ka3) = l(ka). 20. (a) 0a is the zero vector. For example, in R3 : 0a = 0(a1, a2, a3) = (0 · a1, 0 · a2, 0 · a3) = (0, 0, 0). (b) 1a = a. Again in R3 : 1a = 1(a1, a2, a3) = (1 · a1, 1 · a2, 1 · a3) = (a1, a2, a3) = a. 21. (a) The head of the vector sa is on the x-axis between 0 and 2. Similarly the head of the vector tb lies somewhere on the vector b. Using the head-to-tail method, sa + tb is the result of translating the vector tb, in this case, to the right by 2s (represented in the figure by tb*). The result is clearly inside the parallelogram determined by a and b (and is only on the boundary of the parallelogram if either t or s is 0 or 1. sa tb b a tb* x c 2012 Pearson Education, Inc.
  • 6. 6 Chapter 1 Vectors (b) Again the vectors a and b will determine a parallelogram (with vertices at the origin, and at the heads of a, b, and a + b. The vectors sa + tb will be the position vectors for all points in that parallelogram determined by (2, 2, 1) and (0, 3, 2). 22. Here we are translating the situation in Exercise 21 by the vector − − → OP0. The vectors will all be of the form − − → OP0 + sa + tb for 0 ≤ s, t ≤ 1. 23. (a) The speed of the flea is the length of the velocity vector = (−1)2 + (−2)2 = √ 5 units per minute. (b) After 3 minutes the flea is at (3, 2) + 3(−1, −2) = (0, −4). (c) We solve (3, 2)+t(−1, −2) = (−4, −12) for t and get that t = 7 minutes. Note that both 3−7 = −4 and 2−14 = −12. (d) We can see this algebraically or geometrically: Solving the x part of (3, 2) + t(−1, −2) = (−13, −27) we get that t = 16. But when t = 16, y = −30 not −27. Also in the figure below we see the path taken by the flea will miss the point (−13, −27). x y -15 -12.5 -10 -7.5 -5 -2.5 2.5 5 -30 -25 -20 -15 -10 -5 -13,-27 3,2 24. (a) The plane is climbing at a rate of 4 miles per hour. (b) To make sure that the axes are oriented so that the plane passes over the building, the positive x direction is east and the positive y direction is north. Then we are heading east at a rate of 50 miles per hour at the same time we’re heading north at a rate of 100 miles per hour. We are directly over the skyscraper in 1/10 of an hour or 6 minutes. (c) Using our answer in (b), we have traveled for 1/10 of an hour and so we’ve climbed 4/10 of a mile or 2112 feet. The plane is 2112 − 1250 or 862 feet about the skyscraper. 25. (a) Adding we get: F1 + F2 = (2, 7, −1) + (3, −2, 5) = (5, 5, 4). (b) You need a force of the same magnitude in the opposite direction, so F3 = −(5, 5, 4) = (−5, −5, −4). 26. (a) Measuring the force in pounds we get (0, 0, −50). (b) The z components of the two vectors along the ropes must be equal and their sum must be opposite of the z component in part (a). Their y components must also be opposite each other. Since the vector points in the direction (0, ±2, 1), the y component will be twice the z component. Together this means that the vector in the direction of (0, −2, 1) is (0, −50, 25) and the vector in the direction (0, 2, 1) is (0, 50, 25). 27. The force F due to gravity on the weight is given by F = (0, 0, −10). The forces along the ropes are each parallel to the displacement vectors from the weight to the respective anchor points. That is, the tension vectors along the ropes are F1 = k((3, 0, 4) − (1, 2, 3)) = k(2, −2, 1) F2 = l((0, 3, 5) − (1, 2, 3)) = l(−1, 1, 2), where k and l are appropriate scalars. For the weight to remain in equilibrium, we must have F1+F2+F = 0, or, equivalently, that k(2, −2, 1) + l(−1, 1, 2) + (0, 0, −10) = (0, 0, 0). Taking components, we obtain a system of three equations: ⎧ ⎨ ⎩ 2k − l = 0 −2k + l = 0 k + 2l = 10. Solving, we find that k = 2 and l = 4, so that F1 = (4, −4, 2) and F2 = (−4, 4, 8). c 2012 Pearson Education, Inc.
  • 7. Section 1.2. More about Vectors 7 1.2 More about Vectors It may be useful to point out that the answers to Exercises 1 and 5 are the “same”, but that in Exercise 1, i = (1, 0) and in Exercise 5, i = (1, 0, 0). This comes up when going the other direction in Exercises 9 and 10. In other words, it’s not always clear whether the exercise “lives” in R2 or R3 . 1. (2, 4) = 2(1, 0) + 4(0, 1) = 2i + 4j. 2. (9, −6) = 9(1, 0) − 6(0, 1) = 9i − 6j. 3. (3, π, −7) = 3(1, 0, 0) + π(0, 1, 0) − 7(0, 0, 1) = 3i + πj − 7k. 4. (−1, 2, 5) = −1(1, 0, 0) + 2(0, 1, 0) + 5(0, 0, 1) = −i + 2j + 5k. 5. (2, 4, 0) = 2(1, 0, 0) + 4(0, 1, 0) = 2i + 4j. 6. i + j − 3k = (1, 0, 0) + (0, 1, 0) − 3(0, 0, 1) = (1, 1, −3). 7. 9i − 2j + √ 2k = 9(1, 0, 0) − 2(0, 1, 0) + √ 2(0, 0, 1) = (9, −2, √ 2). 8. −3(2i − 7k) = −6i + 21k = −6(1, 0, 0) + 21(0, 0, 1) = (−6, 0, 21). 9. πi − j = π(1, 0) − (0, 1) = (π, −1). 10. πi − j = π(1, 0, 0) − (0, 1, 0) = (π, −1, 0). Note: You may want to assign both Exercises 11 and 12 together so that the students may see the difference. You should stress that the reason the results are different has nothing to do with the fact that Exercise 11 is a question about R2 while Exercise 12 is a question about R3 . 11. (a) (3, 1) = c1(1, 1) + c2(1, −1) = (c1 + c2, c1 − c2), so c1 + c2 = 3, and c1 − c2 = 1. Solving simultaneously (for instance by adding the two equations), we find that 2c1 = 4, so c1 = 2 and c2 = 1. So b = 2a1 + a2. (b) Here c1 + c2 = 3 and c1 − c2 = −5, so c1 = −1 and c2 = 4. So b = −a1 + 4a2. (c) More generally, (b1, b2) = (c1 + c2, c1 − c2), so c1 + c2 = b1, and c1 − c2 = b2. Again solving simultaneously, c1 = b1 + b2 2 and c2 = b1 − b2 2 . So b = b1 + b2 2 a1 + b1 − b2 2 a2. 12. Note that a3 = a1 + a2, so really we are only working with two (linearly independent) vectors. (a) (5, 6, −5) = c1(1, 0, −1) + c2(0, 1, 0) + c3(1, 1, −1); this gives us the equations: ⎧ ⎨ ⎩ 5 = c1 + c3 6 = c2 + c3 −5 = −c1 − c3. The first and last equations contain the same information and so we have infinitely many solutions. You will quickly see one by letting c3 = 0. Then c1 = 5 and c2 = 6. So we could write b = 5a1 + 6a2. More generally, you can choose any value for c1 and then let c2 = c1 + 1 and c3 = 5 − c1. (b) We cannot write (2, 3, 4) as a linear combination of a1, a2, and a3. Here we get the equations: ⎧ ⎨ ⎩ c1 + c3 = 2 c2 + c3 = 3 −c1 − c3 = 4. The first and last equations are inconsistent and so the system cannot be solved. (c) As we saw in part (b), not all vectors in R3 can be written in terms of a1, a2, and a3. In fact, only vectors of the form (a, b, −a) can be written in terms of a1, a2, and a3. For your students who have had linear algebra, this is because the vectors a1, a2, and a3 are not linearly independent. Note: As pointed out in the text, the answers for 13–21 are not unique. 13. r(t) = (2, −1, 5) + t(1, 3, −6) so ⎧ ⎨ ⎩ x = 2 + t y = −1 + 3t z = 5 − 6t. c 2012 Pearson Education, Inc.
  • 8. 8 Chapter 1 Vectors 14. r(t) = (12, −2, 0) + t(5, −12, 1) so ⎧ ⎨ ⎩ x = 12 + 5t y = −2 − 12t z = t. 15. r(t) = (2, −1) + t(1, −7) so x = 2 + t y = −1 − 7t. 16. r(t) = (2, 1, 2) + t(3 − 2, −1 − 1, 5 − 2) so ⎧ ⎨ ⎩ x = 2 + t y = 1 − 2t z = 2 + 3t. 17. r(t) = (1, 4, 5) + t(2 − 1, 4 − 4, −1 − 5) so ⎧ ⎨ ⎩ x = 1 + t y = 4 z = 5 − 6t. 18. r(t) = (8, 5) + t(1 − 8, 7 − 5) so x = 8 − 7t y = 5 + 2t. Note: In higher dimensions, we switch our notation to xi. 19. r(t) = (1, 2, 0, 4) + t(−2, 5, 3, 7) so ⎧ ⎪ ⎪ ⎨ ⎪ ⎪ ⎩ x1 = 1 − 2t x2 = 2 + 5t x3 = 3t x4 = 4 + 7t. 20. r(t) = (9, π, −1, 5, 2) + t(−1 − 9, 1 − π, √ 2 + 1, 7 − 5, 1 − 2) so ⎧ ⎪ ⎪ ⎪ ⎪ ⎨ ⎪ ⎪ ⎪ ⎪ ⎩ x1 = 9 − 10t x2 = π + (1 − π)t x3 = −1 + ( √ 2 + 1)t x4 = 5 + 2t x5 = 2 − t. 21. (a) r(t) = (−1, 7, 3) + t(2, −1, 5) so ⎧ ⎨ ⎩ x = −1 + 2t y = 7 − t z = 3 + 5t. (b) r(t) = (5, −3, 4) + t(0 − 5, 1 + 3, 9 − 4) so ⎧ ⎨ ⎩ x = 5 − 5t y = −3 + 4t z = 4 + 5t. (c) Of course, there are infinitely many solutions. For our variation on the answer to (a) we note that a line parallel to the vector 2i − j + 5k is also parallel to the vector −(2i − j + 5k) so another set of equations for part (a) is: ⎧ ⎨ ⎩ x = −1 − 2t y = 7 + t z = 3 − 5t. For our variation on the answer to (b) we note that the line passes through both points so we can set up the equation with respect to the other point: ⎧ ⎨ ⎩ x = −5t y = 1 + 4t z = 9 + 5t. (d) The symmetric forms are: x + 1 2 = 7 − y = z − 3 5 (for (a)) 5 − x 5 = y + 3 4 = z − 4 5 (for (b)) x + 1 −2 = y − 7 = z − 3 −5 (for the variation of (a)) x −5 = y − 1 4 = z − 9 5 (for the variation of (b)) c 2012 Pearson Education, Inc.
  • 9. Section 1.2. More about Vectors 9 22. Solve for t in each of the parametric equations. Thus t = x − 5 −2 , t = y − 1 3 , t = z + 4 6 and the symmetric form is x − 5 −2 = y − 1 3 = z + 4 6 . 23. Solving for t in each of the parametric equations gives t = x−7, t = (y +9)/3, and t = (z −6)/(−8), so that the symmetric form is x − 7 1 = y + 9 3 = z − 6 −8 . 24. Set each piece of the equation equal to t and solve: x − 2 5 = t ⇒ x − 2 = 5t ⇒ x = 2 + 5t y − 3 −2 = t ⇒ y − 3 = −2t ⇒ y = 3 − 2t z + 1 4 = t ⇒ z + 1 = 4t ⇒ z = −1 + 4t. 25. Let t = (x+5)/3. Then x = 3t−5. In view of the symmetric form, we also have that t = (y −1)/7 and t = (z +10)/(−2). Hence a set of parametric equations is x = 3t − 5, y = 7t + 1, and z = −2t − 10. Note: In Exercises 26–29, we could say for certain that two lines are not the same if the vectors were not multiples of each other. In other words, it takes two pieces of information to specify a line. You either need two points, or a point and a direction (or in the case of R2 , equivalently, a slope). 26. The first line is parallel to the vector a1 = (5, −3, 4), while the second is parallel to a2 = (10, −5, 8). Since a1 and a2 are not parallel, the lines cannot be the same. 27. If we multiply each of the pieces in the second symmetric form by −2, we are effectively just traversing the same path at a different speed and with the opposite orientation. So the second set of equations becomes: x + 1 3 = y + 6 7 = z + 5 5 . This looks a lot more like the first set of equations. If we now subtract one from each piece of the second set of equations (as suggested in the text), we are effectively just changing our initial point but we are still on the same line: x + 1 3 − 3 3 = y + 6 7 − 7 7 = z + 5 5 − 5 5 . We have transformed the second set of equations into the first and therefore see that they both represent the same line in R3 . 28. If you first write the equation of the two lines in vector form, we can see immediately that their direction vectors are the same so either they are parallel or they are the same line: r1(t) = (−5, 2, 1) + t(2, 3, −6) r2(t) = (1, 11, −17) − t(2, 3, −6). The first line contains the point (−5, 2, 1). If the second line contains (−5, 2, 1), then the equations represent the same line. Solve just the x component to get that −5 = 1 − 2t ⇒ t = 3. Checking we see that r2(3) = (1, 11, −17) − 3(2, 3, −6) = (−5, 2, 1) so the lines are the same. 29. Here again the vector forms of the two lines can be written so that we see their headings are the same: r1(t) = (2, −7, 1) + t(3, 1, 5) r2(t) = (−1, −8, −3) + 2t(3, 1, 5). The point (2, −7, 1) is on line one, so we will check to see if it is also on line two. As in Exercise 28 we check the equation for the x component and see that −1+6t = 2 ⇒ t = 1/2. Checking we see that r2(1/2) = (−1, −8, −3)+(1/2)(2)(3, 1, 5) = (2, −7, 2) = (2, −7, 1) so the equations do not represent the same lines. c 2012 Pearson Education, Inc.
  • 10. 10 Chapter 1 Vectors Note: It is a good idea to assign both Exercises 30 and 31 together. Although they look similar, there is a difference that students might miss. 30. If you make the substitution u = t3 , the equations become: ⎧ ⎨ ⎩ x = 3u + 7, y = −u + 2, and z = 5u + 1. The map u = t3 is a bijection. The important fact is that u takes on exactly the same values that t does, just at different times. Since u takes on all reals, the parametric equations do determine a line (it’s just that the speed along the line is not constant). 31. This time if you make the substitution u = t2 , the equations become: ⎧ ⎨ ⎩ x = 5u − 1, y = 2u + 3, and z = −u + 1. The problem is that u cannot take on negative values so these parametric equations are for a ray with endpoint (−1, 3, 1) and heading (5, 2, −1). 32. (a) The vector form of the equations is: r(t) = (7, −2, 1) + t(2, 1, −3). The initial point is then r(0) = (7, −2, 1), and after 3 minutes the bird is at r(3) = (7, −2, 1) + 3(2, 1, −3) = (13, 1, −8). (b) (2, 1, −3) (c) We only need to check one component (say the x): 7 + 2t = 34/3 ⇒ t = 13/6. Checking we see that r 13 6 = (7, −2, 1) + 13 6 (2, 1, −3) = 34 3 , 1 6 , −11 2 . (d) As in part (c), we’ll check the x component and see that 7 + 2t = 17 when t = 5. We then check to see that r(5) = (7, −2, 1) + 5(2, 1, −3) = (17, 3, −14) = (17, 4, −14) so, no, the bird doesn’t reach (17, 4, −14). 33. We can substitute the parametric forms of x, y, and z into the equation for the plane and solve for t. So (3t − 5) + 3(2 − t) − (6t) = 19 which gives us t = −3. Substituting back in the parametric equations, we find that the point of intersection is (−14, 5, −18). 34. Using the same technique as in Exercise 33, 5(1 − 4t) − 2(t − 3/2) + (2t + 1) = 1 which simplifies to t = 2/5. This means the point of intersection is (−3/5, −11/10, 9/5). 35. We will set each of the coordinate equations equal to zero in turn and substitute that value of t into the other two equations. x = 2t − 3 = 0 ⇒ t = 3/2. When t = 3/2, y = 13/2 and z = 7/2. y = 3t + 2 = 0 ⇒ t = −2/3, so x = −13/3 and z = 17/3. z = 5 − t = 0 ⇒ t = 5, so x = 7 and y = 17. The points are (0, 13/2, 7/2), (−13/3, 0, 17/3), and (7, 17, 0). 36. We could show that two points on the line are also in the plane or that for points on the line: 2x − y + 4z = 2(5 − t) − (2t − 7) + 4(t − 3) = 5, so they are in the plane. 37. For points on the line we see that x − 3y + z = (5 − t) − 3(2t − 3) + (7t + 1) = 15, so the line does not intersect the plane. 38. First we parametrize the line by setting t = (x − 3)/6, which gives us x = 6t + 3, y = 3t − 2, z = 5t. Plugging these parametric values into the equation for the plane gives 2(6t + 3) − 5(3t − 2) + 3(5t) + 8 = 0 ⇐⇒ 12t + 24 = 0 ⇐⇒ t = −2. The parameter value t = −2 yields the point (6(−2) + 3, 3(−2) − 2, 5(−2)) = (−9, −8, −10). 39. We find parametric equations for the line by setting t = (x − 3)/(−2), so that x = 3 − 2t, y = t + 5, z = 3t − 2. Plugging these parametric values into the equation for the plane, we find that 3(3 − 2t) + 3(t + 5) + (3t − 2) = 9 − 6t + 3t + 15 + 3t − 2 = 22 for all values of t. Hence the line is contained in the plane. 40. Again we find parametric equations for the line. Set t = (x + 4)/3, so that x = 3t − 4, y = 2 − t, z = 1 − 9t. Plugging these parametric values into the equation for the plane, we find that 2(3t − 4) − 3(2 − t) + (1 − 9t) = 7 ⇐⇒ 6t − 8 − 6 + 3t + 1 − 9t = 7 ⇐⇒ −13 = 7. Hence we have a contradiction; that is, no value of t will yield a point on the line that is also on the plane. Thus the line and the plane do not intersect. c 2012 Pearson Education, Inc.
  • 11. Section 1.2. More about Vectors 11 41. We just plug the parametric expressions for x, y, z into the equation for the surface: (at + a)2 a2 + b2 b2 − (ct + c)2 c2 = c2 (t + 1)2 a2 + 1 − c2 (t + 1)2 c2 = 1 for all values of t ∈ R. Hence all points on the line satisfy the equation for the surface. 42. As explained in the text, we can’t just set the two sets of equations equal to each other and solve. If the two lines intersect at a point, we may get to that point at two different times. Let’s call these times t1 and t2 and solve the equations ⎧ ⎪ ⎨ ⎪ ⎩ 2t1 + 3 = 15 − 7t2, 3t1 + 3 = t2 − 2, and 2t1 + 1 = 3t2 − 7. Eliminate t1 by subtracting the third equation from the first to get t2 = 2. Substitute back into any of the equations to get t1 = −1. Using either set of equations, you’ll find that the point of intersection is (1, 0, −1). 43. The way the problem is phrased tips us off that something is going on. Let’s handle this the same way we did in Exercise 42. ⎧ ⎪ ⎨ ⎪ ⎩ 2t1 + 1 = 3t2 + 1, −3t1 = t2 + 5, and t1 − 1 = 7 − t2. Adding the last two equations eliminates t2 and gives us t1 = 13/2. This corresponds to the point (14, −39/2, 11/2). Substituting this value of t1 into the third equation gives us t2 = 3/2, while substituting this into the first equation gives us t2 = 13/3. This inconsistency tells us that the second line doesn’t pass through the point (14, −39/2, 11/2). 44. (a) The distance is (3t − 5 + 2)2 + (1 − t − 1)2 + (4t + 7 − 5)2 = √ 26t2 − 2t + 13. (b) Using a standard first year calculus trick, the distance is minimized when the square of the distance is minimized. So we find D = 26t2 − 2t + 13 is minimized (at the vertex of the parabola) when t = 1/26. Substitute back into our answer for (a) to find that the minimal distance is 337/26. 45. (a) As in Example 2, this is the equation of a circle of radius 2 centered at the origin. The difference is that you are traveling around it three times as fast. This means that if t varied between 0 and 2π that the circle would be traced three times. (b) This is just like part (a) except the radius of the circle is 5. (c) This is just like part (b) except the x and y coordinates have been switched. This is the same as reflecting the circle about the line y = x and so this is also a circle of radius 5. If you care, the circle in (b) was drawn starting at the point (5, 0) counterclockwise while this circle is drawn starting at (0, 5) clockwise. (d) This is an ellipse with major axis along the x-axis intersecting it at (±5, 0) and minor axis along the y-axis intersecting it at (0, ±3) : x2 25 + y2 9 = 1. x y -4 -2 2 4 -4 -2 2 4 46. The discussion in the text of the cycloid looked at the path traced by a point on the circumference of a circle of radius a as it is rolled without slipping on the x-axis. The vector from the origin to our point P was split into two pieces: − → OA (the vector from the origin to the center of the circle) and − → AP (the vector from the center of the circle to P). This split remains the same in our problem. c 2012 Pearson Education, Inc.
  • 12. 12 Chapter 1 Vectors The center of the circle is always a above the x-axis, and after the wheel has rolled through a central angle of t radians the x coordinate is just at. So − → OA = (at, a). This does not change in our problem. The vector − → AP was calculated to be (−a sin t, −a cos t). The direction of the vector is still correct but the length is not. If we are b units from the center then − → AP = −b(sin t, cos t). We conclude then that the parametric equations are x = at − b sin t, y = a − b cos t. When a = b this is the case of the cycloid described in the text; when a b we have the curtate cycloid; and when a b we have the prolate cycloid. For a picture of how to generate one consider the diagram: Here the inner circle is rolling along the ground and the prolate cycloid is the path traced by a point on the outer circle. There is a classic toy with a plastic wheel that runs along a handheld track, but your students are too young for that. You could pretend that the big circle is the end of a round roast and the little circle is the end of a skewer. In a regular rotisserie the roast would just rotate on the skewer, but we could imagine rolling the skewer along the edges of the grill. The motion of a point on the outside of the roast would be a prolate cycloid. 47. You are to picture that the circular dispenser stays still so Egbert has to unwind around the dispenser. The direction is (cos θ, sin θ). The length is the radius of the circle a, plus the amount of tape that’s been unwound. The tape that’s been unwound is the distance around the circumference of the circle. This is aθ where θ is again in radians. The equation is therefore (x, y) = a(1 + θ)(cos θ, sin θ). 1.3 The Dot Product Exercises 1–16 are just straightforward calculations. For 1–6 use Definition 3.1 and formula (1). For 7–11 use formula (4). For 12–16 use formula (5). 1. (1, 5) · (−2, 3) = 1(−2) + 5(3) = 13, (1, 5) = √ 12 + 52 = √ 26, (−2, 3) = (−2)2 + 32 = √ 13. 2. (4, −1) · (1/2, 2) = 4(1/2) − 1(2) = 0, (4, −1) = 42 + (−1)2 = √ 17 (1/2, 2) = (1/2)2 + 22 = √ 17/2. 3. (−1, 0, 7) · (2, 4, −6) = −1(2) + 0(4) + 7(−6) = −44, (−1, 0, 7) = (−1)2 + 02 + 72 = √ 50 = 5 √ 2, and (2, 4, −6) = 22 + 42 + (−6)2 = √ 56 = 2 √ 14. 4. (2, 1, 0)·(1, −2, 3) = 2(1)+1(−2)+0(3) = 0, (2, 1, 0) = √ 22 + 1 = √ 5, and (1, −2, 3) = 12 + (−2)2 + 32 = √ 14. 5. (4i − 3j + k) · (i + j + k) = 4(1) + −3(1) + 1(1) = 2, 4i − 3j + k = √ 42 + 32 + 12 = √ 26, and i + j + k = √ 1 + 1 + 1 = √ 3. 6. (i + 2j − k) · (−3j + 2k) = 2(−3) − 1(2) = −8, i + 2j − k = 12 + 22 + (−1)2 = √ 6, and − 3j + 2k = (−3)2 + 22 = √ 13. 7. θ = cos−1 ( √ 3i + j) · (− √ 3i + j) ( √ 3i + j) − √ 3i + j = cos−1 −3 + 1 (2)(2) = cos−1 −1 2 = 2π 3 . c 2012 Pearson Education, Inc.
  • 13. Section 1.3. The Dot Product 13 8. θ = cos−1 (−1, 2) · (3, 1) (−1, 2) (3, 1) = cos−1 −3 + 2 √ 5 √ 10 = cos−1 − 1 5 √ 2 . 9. θ = cos−1 (i + j) · (i + j + k) i + j i + j + k = cos−1 1 + 1 √ 2 √ 3 = cos−1 √ 2 √ 3 . 10. θ = cos−1 (i + j − k) · (−i + 2j + 2k) i + j − k − i + 2j + 2k = cos−1 −1 + 2 − 2 ( √ 3)( √ 3) = cos−1 −1 3 √ 3 . 11. θ = cos−1 (1, −2, 3) · (3, −6, −5) (1, −2, 3) (3, −6, −5) = cos−1 3 + 12 − 15 √ 14 √ 70 = cos−1 (0) = π 2 . Note: The answers to 12 and 13 are the same. You may want to assign both exercises and ask your students why this should be true. You might then want to ask what would happen if vector a was the same but vector b was divided by √ 2. 12. proji+j(2i + 3j − k) = (i + j) · (2i + 3j − k) (i + j) · (i + j) (i + j) = 2 + 3 1 + 1 (1, 1, 0) = 5 2 , 5 2 , 0 . 13. proji+j √ 2 (2i + 3j − k) = ⎛ ⎝ i+j √ 2 · (2i + 3j − k) i+j √ 2 · i+j √ 2 ⎞ ⎠ i+j √ 2 = 1 √ 2 (2 + 3) 1+1 2 (1, 1, 0) √ 2 = 5 2 , 5 2 , 0 . 14. proj5k(i − j + 2k) = (5k) · (i − j + 2k) (5k) · (5k) (5k) = 10 25 (5k) = 2k. 15. proj−3k(i − j + 2k) = (−3k) · (i − j + 2k) (−3k) · (−3k) (−3k) = −6 9 (−3k) = 2k. 16. proji+j+2k(2i − 4j + k) = (i + j + 2k) · (2i − 4j + k) (i + j + 2k) · (i + j + 2k) (i + j + 2k) = 2 − 4 + 2 1 + 1 + 4 (1, 1, 2) = 0. 17. We just divide the vector by its length: 2i − j + k ||2i − j + k|| = 1 √ 6 (2, −1, 1). 18. Here we take the negative of the vector divided by its length: i − 2k i − 2k = 1 √ 5 (1, 0, −2). 19. Same idea as Exercise 17, but multiply by 3: 3(i + j − k) i + j − k = 3 √ 3 (1, 1, −1) = √ 3(1, 1, −1). 20. There are a whole plane full of perpendicular vectors. The easiest three to find are when we set the coefficients of the coordinate vectors equal to zero in turn: i + j, j + k, and −i + k. 21. We have two cases to consider. If either of the projections is zero: projab = 0 ⇔ a · b = 0 ⇔ projba = 0. If neither of the projections is zero, then the directions must be the same. This means that a must be a multiple of b. Let a = cb, then on the one hand projab = projcbb = cb · b cb · cb cb = b. On the other hand projba = projbcb = b · cb b · b b = cb. These are equal only when c = 1. In other words, projab = projba when a · b = 0 or when a = b. 22. Property 2: a · b = (a1, a2, a3) · (b1, b2, b3) = a1b1 + a2b2 + a3b3 = b1a1 + b2a2 + b3a3 = b · a. Property 3: a · (b + c) = (a1, a2, a3) · ((b1, b2, b3) + (c1, c2, c3)) = (a1, a2, a3) · (b1 + c1, b2 + c2, b3 + c3) = a1(b1 + c1) + a2(b2 + c2) + a3(b3 + c3) = (a1b1 + a2b2 + a3b3) + (a1c1 + a2c2 + a3c3) = a · b + a · c. Property 4: (ka) · b = (k(a1, a2, a3)) · (b1, b2, b3) = (ka1, ka2, ka3) · (b1, b2, b3) = ka1b1 + ka2b2 + ka3b3(for the 1st equality) = k(a1b1 + a2b2 + a3b3) = k(a · b). (for the 2nd equality) = a1 kb1 + a2 kb2 + a3 kb3 = (a1, a2, a3) · (kb1, kb2, kb3) = a · (kb). 23. We have ka = √ ka · ka = k2(a · a) = √ k2 √ a · a = |k| a . c 2012 Pearson Education, Inc.
  • 14. 14 Chapter 1 Vectors 24. The following diagrams might be helpful: a 0.5 1 1.5 2 2.5 3 3.5 4 F -2 -1.5 -1 -0.5 0.5 1 1.5 2 y x x F F1 F2 -2 -1.5 -1 -0.5 0.5 1 1.5 2 y To find F1, the component of F in the direction of a, we project F onto a: F1 = projaF = (i − 2j) · (4i + j) (4i + j) · (4i + j) (4i + j) = 2 17 (4, 1). To find F2, the component of F in the direction perpendicular to a, we can just subtract F1 from F: F2 = (1, −2) − 2 17 (4, 1) = 9 17 , −36 17 = 9 17 (1, −4). Note that F1 is a multiple of a so that F1 does point in the direction of a and that F2 · a = 0 so F2 is perpendicular to a. 25. (a) The work done by the force is given to be the product of the length of the displacement ( − − → PQ ) and the component of force in the direction of the displacement (± proj− − → P Q F or in the case pictured in the text, F cos θ). That is, Work = − − → PQ F cos θ = F · − − → PQ using Theorem 3.3. (b) The displacement vector is − − → PQ = i + j − 2k and so, using part (a), we have Work = F · − − → PQ = (i + 5j + 2k) · (i + j − 2k) = 1 + 5 − 4 = 2. 26. The amount of work is F − − → PQ cos 20◦ = 60 · 12 · cos 20◦ ≈ 676.6 ft-lb. 27. To move the bananas, one must exert an upward force of 500 lb. Such a force makes an angle of 60◦ with the ramp, and it is the ramp that gives the direction of displacement. Thus the amount of work done is F − − → PQ cos 60◦ = 500 · 40 · 1 2 = 10, 000 ft-lb. 28. Note that i, j, and k each point along the positive x-, y-, and z-axes. Therefore, we may use Theorem 3.3 to calculate that cos α = (i + 2j − k) · i i + 2j − k (1) = 1 √ 6 ; cos β = (i + 2j − k) · j i + 2j − k (1) = 2 √ 6 ; cos γ = (i + 2j − k) · k i + 2j − k (1) = − 1 √ 6 . c 2012 Pearson Education, Inc.
  • 15. Section 1.3. The Dot Product 15 29. As in the previous problem, we use a = 3i + 4k to find that cos α = (3i + 4k) · i 3i + 4k (1) = 3 5 ; cos β = (3i + 4k) · j 3i + 4k (1) = 0; cos γ = (3i + 4k) · k 3i + 4k (1) = 4 5 . 30. You could either use the three right triangles determined by the vector a and the three coordinate axes, or you could use Theorem 3.3. By that theorem, cos α = a · i a i = a1 a2 1 + a2 2 + a2 3 . Similarly, cos β = a2 a2 1 + a2 2 + a2 3 and cos γ = a3 a2 1 + a2 2 + a2 3 . 31. Consider the figure: B A C P1 P2 If P1 is the point on AB located r times the distance from A to B, then the vector − → AP1 = r − → AB. Similarly, since P2 is the point on AC located r times the distance from A to C, then the vector − → AP2 = r − → AC. So now we can look at the line segment P1P2 using vectors. − − − → P1P2 = − → AP2 − − → AP1 = r − → AC − r − → AB = r( − → AC − − → AB) = r − → BC. The two conclusions now follow. Because − − − → P1P2 is a scalar multiple of − → BC, they are parallel. Also the positive scalar r pulls out of the norm so − − − → P1P2 = r − → BC = r − → BC . 32. This now follows immediately from Exercise 31 or Example 6 from the text. Consider first the triangle ABC. c 2012 Pearson Education, Inc.
  • 16. 16 Chapter 1 Vectors D A B C M1 M2 M3 M4 If M1 is the midpoint of AB and M2 is the midpoint of BC, we’ve just shown that M1M2 is parallel to AC and has half its length. Similarly, consider triangle DAC where M3 is the midpoint of CD and M4 is the midpoint of DA. We see that M3M4 is parallel to AC and has half its length. The first conclusion is that M1M2 and M3M4 have the same length and are parallel. Repeat this process for triangles ABD and CBD to conclude that M1M4 and M2M3 have the same length and are parallel. We conclude that M1M2M3M4 is a parallelogram. For kicks—have your students draw the figure for ABCD a non-convex quadrilateral. The argument and the conclusion still hold even though one of the “diagonals” is not inside of the quadrilateral. 33. In the diagram in the text, the diagonal running from the bottom left to the top right is a + b and the diagonal running from the bottom right to the top left is b − a. a + b = −a + b ⇔ (a + b) · (a + b) = (−a + b) · (−a + b) ⇔ √ a · a + b · b + 2a · b = (−1)2a · a + b · b − 2a · b ⇔ a · b = 0 Since neither a nor b is zero, they must be orthogonal. 34. Using the same set up as that in Exercise 33, we note first that (a + b) · (−a + b) = a · (−a) + b · (−a) + a · b + b · b = − a 2 + b 2 . It follows immediately that (a + b) · (−a + b) = 0 ⇔ a = b . In other words that the diagonals of the parallelogram are perpendicular if and only if the parallelogram is a rhombus. 35. (a) Let’s start with the two circles with centers at W1 and W2. Assume that in addition to their intersection at point O that they also intersect at point C as shown below. C O W2 W1 The polygon OW1CW2 is a parallelogram. In fact, because all sides are equal, it is a rhombus. We can, therefore, write the vector c = − → OC = − → OW1 + − → OW2 = w1 + w2. Similarly, we can write b = w1 + w3 and a = w2 + w3. c 2012 Pearson Education, Inc.
  • 17. Section 1.4. The Cross Product 17 (b) Let’s use the results of part (a) together with the hint. We need to show that the distance from each of the points A, B, and C to P is r. Let’s show, for example, that − → CP is r: − → CP = − → OP − − → OC = (w1 + w2 + w3) − (w1 + w2) = w3 = r. The arguments for the other two points are analogous. (c) What we really need to show is that each of the lines passing through O and one of the points A, B, or C is perpendicular to the line containing the two other points. Using vectors we will show that − → OA ⊥ − → BC, − → OB ⊥ − → AC, and − → OC ⊥ − → AB by showing their dot products are 0. It’s enough to show this for one of them: − → OA · − → BC = (w2 + w3) · ((w1 + w2) − (w1 + w3)) = (w2 + w3) · (w2 − w3) = w2 · w2 + w3 · w2 − w2 · w3 − w3 · w3 = r2 − r2 = 0. 36. (a) This follows immediately from Exercise 34 if you notice that the vectors are the diagonals of the rhombus with two sides b a and a b. Or we can proceed with the calculation: ( b a + a ) · ( b a − a b). The only bit of good news here is that the cross terms clearly cancel each other out and we’re left with: b 2 (a · a) − a 2 (b · b) = b 2 a 2 − a 2 b 2 = 0. (b) As in (a), the slicker way is to recall (or reprove geometrically) that the diagonals of a rhombus bisect the vertex angles. Then note that ( b a+ a b) is the diagonal of the rhombus with sides b a and a b and so bisects the angle between them which is the same as the angle between a and b. Another way is to let θ1 be the angle between a and b a+ a b, and let θ2 be the angle between b and b a+ a b. Then cos−1 θ1 = a · ( b a + a b) ( a ) ( b a + a b) = a 2 b + a a · b ( a ) ( b a + a b) = a b + a · b ( b a + a b) . Also cos−1 θ2 = b · ( b a + a b) ( b ) ( b a + a b) = b b · a + b 2 a ( b ) ( b a + a b) = b · a + a b ( b a + a b) . So b a + a b bisects the angle between the vectors a and b. 1.4 The Cross Product For Exercises 1–4 use Definition 4.2. 1. (2)(3) − (4)(1) = 2. 2. (0)(6) − (5)(−1) = 5. 3. (1)(2)(3) + (3)(7)(−1) + (5)(0)(0) − (5)(2)(−1) − (1)(7)(0) − (3)(0)(3) = −5. 4. (−2)(6)(2) + (0)(−1)(4) + (1/2)(3)(−8) − (1/2)(6)(4) − (−2)(−1)(−8) − (0)(3)(2) = −32. Note: In Exercises 5–7, the difference between using (2) and (3) really amounts to changing the coefficient of j from (a3b1 − a1b3) in formula (2) to −(a1b3 − a3b1) in formula (3). The details are only provided in Exercise 5. 5. First we’ll use formula (2): (1, 3, −2) × (−1, 5, 7) = [(3)(7) − (−2)(5)]i + [(−2)(−1) − (1)(7)]j + [(1)(5) − (3)(−1)]k = 31i − 5j + 8k = (31, −5, 8). If instead we use formula (3), we get: (1, 3, −2) × (−1, 5, 7) = i j k 1 3 −2 −1 5 7 = 3 −2 5 7 i − 1 −2 −1 7 j + 1 3 −1 5 k = 31i − 5j + 8k = (31, −5, 8). c 2012 Pearson Education, Inc.
  • 18. 18 Chapter 1 Vectors 6. Just using formula (3): (3i − 2j + k) × (i + j + k) = i j k 3 −2 1 1 1 1 = −2 1 1 1 i − 3 1 1 1 j + 3 −2 1 1 k = −3i − 2j + 5k = (−3, −2, 5). 7. Note that these two vectors form a basis for the xy-plane so the cross product will be a vector parallel to (0, 0, 1). Again, just using formula (3): (i + j) × (−3i + 2j) = i j k 1 1 0 −3 2 0 = 1 0 2 0 i − 1 0 −3 0 j + 1 1 −3 2 k = 5k = (0, 0, 5). 8. By (1) (a + b) × c = −c × (a + b). By (2), this = −c × a + −c × b. By (1), this = a × c + b × c. 9. (a + b) × (a − b) = (a × a) + (b × a) − (a × b) − (b × b). The cross product of a vector with itself is 0 and also (b × a) = −(a × b), so (a + b) × (a − b) = −2(a × b). You may wish to have your students consider what this means about the relationship between the cross product of the sides of a parallelogram and the cross product of its diagonals. In any case, we are given that a×b = (3, −7, −2), so (a+b)×(a−b) = (−6, 14, 4). 10. If you plot the points you’ll see that they are given in a counterclockwise order of the vertices of a parallelogram. To find the area we will view the sides from (1, 1) to (3, 2) and from (1, 1) to (−1, 2) as vectors by calculating the displacement vectors: (3, 2) − (1, 1) and (−1, 2) − (1, 1). We then embed the problem in R3 and take a cross product. The length of this cross product is the area of the parallelogram. - -1 -0.5 0.5 1 1.5 2 2.5 3 1 -0.5 0.5 1 1.5 2 2.5 3 y x (3 − 1, 2 − 1, 0) × (−1 − 1, 2 − 1, 0) = (2, 1, 0) × (−2, 1, 0) = 4k = (0, 0, 4). So the area is (0, 0, 4) = 4. c 2012 Pearson Education, Inc.
  • 19. Section 1.4. The Cross Product 19 11. This is tricky, as the points are not given in order. The figure on the left shows the sides connected in the order that the points are given. x y -2 0 2 -2 0 2 z -2 0 2 4 x y -2 0 2 -2 0 2 z -2 0 2 4 As the figure on the right shows, if you take the first side to be the side that joins the points (1, 2, 3) and (4, −2, 1) then the next side is the side that joins (4, −2, 1) and (0, −3, −2). We will again calculate the length of the cross product of the displacement vectors. So the area of the parallelogram will be the length of (0 − 4, −3 − (−2), −2 − 1) × (1 − 4, 2 − (−2), 3 − 1) = (−4, −1, −3) × (−3, 4, 2) = (10, 17, −19). The length of (10, 17, −19) is 102 + 172 + (−19)2 = √ 750 = 5 √ 30. 12. The cross product will give us the right direction; if we then divide this result by its length we will get a unit vector: (2, 1, −3) × (1, 0, 1) (2, 1, −3) × (1, 0, 1) = (1, −5, −1) (1, −5, −1) = 1 √ 27 (1, −5, −1). 13. For (a × b) · c to be zero either • One or more of the three vectors is 0, • (a × b) = 0 which would happen if a = kb for some real k, or • c is in the plane determined by a and b. For Exercises 14–17 we’ll just take half of the length of the cross product. Unlike Exercises 10 and 11, in Exercises 16 and 17 we don’t have to worry about the ordering of the points. In a triangle, whichever order we choose we are traveling either clockwise or counterclockwise. Just choose any of the vertices as the base for the cross product. Our choices may differ, but the solution won’t. 14. (1/2) (1, 1, 0) × (2, −1, 0) = (1/2) (0, 0, −3) = 3/2. 15. (1/2) (1, −2, 6) × (4, 3, −1) = (1/2) (−16, 25, 11) = √ 1002/2. 16. (1/2) (−1 − 1, 2 − 1, 0) × (−2 − 1, −1 − 1, 0) = (1/2) (−2, 1, 0) × (−3, −2, 0) = (1/2) (0, 0, 7) = 7/2. 17. (1/2) (0 − 1, 2, 3 − 1) × (−1 − 1, 5, −2 − 1) = (1/2) (−1, 2, 2) × (−2, 5, −3) = (1/2) (−16, −7, −1) = √ 306/2 = 3 √ 34/2. The triple scalar product is used in Exercises 18 and 19 and the equivalent determinant form mentioned in the text is proved in Exercise 20. Some people write this product as a · (b × c) instead of (a × b) · c. Exercise 28 shows that these are equivalent. c 2012 Pearson Education, Inc.
  • 20. 20 Chapter 1 Vectors 18. Here we are given the vectors so we can just use the triple scalar product: (a × b) · c = ((3i − j) × (−2i + k)) · (i − 2j + 4k) = 3 −1 0 −2 0 1 1 −2 4 = 3 0 1 −2 4 − (−1) −2 1 1 4 + 0 −2 0 1 −2 = 3(2) + (−9) = −3. Volume = |(a × b) · c| = 3. 19. You need to figure out a useful ordering of the vertices. You can either plot them by hand or use a computer package to help or you can make some observations about them. First look at the z coordinates. Two points have z = −1 and two have z = 0. These form your bottom face. Of the remaining points two have z = 5—these will match up with the bottom points with z = −1, and two have z = 6—these will match up with the bottom points with z = 0. The parallelepiped is shown below. We’ll use the highlighted edges as our three vectors a, b, and c. You could have based the calculation at any vertex. I have chosen (4, 2, −1). The three vectors are: a = (0, 3, 0) − (4, 2, −1) = (−4, 1, 1) b = (4, 3, 5) − (4, 2, −1) = (0, 1, 6) c = (3, 0, −1) − (4, 2, −1) = (−1, −2, 0) 0 2 4 0 1 2 3 4 0 2 4 6 z x y We can now calculate (a × b) · c = ((−4, 1, 1) × (0, 1, 6)) · (−1, −2, 0) = −4 1 1 0 1 6 −1 −2 0 = −4 1 6 −2 0 − 1 0 6 −1 0 + 1 0 1 −1 −2 = −4(12) − (6) + (1) = −53. Finally, Volume = |(a × b) · c| = 53. Note: The proofs of Exercises 20 and 28 are easier if you remember that if matrix A is just matrix B with any two rows interchanged then the determinant of A is the negative of the determinant of B. If you don’t use this fact (which is explored in exercises later in this chapter), you can prove this with a long computation. That is why the author of the text suggests that a computer algebra system could be helpful—and this would be a great place to use it in a class demonstration. c 2012 Pearson Education, Inc.
  • 21. Section 1.4. The Cross Product 21 20. This is not as bad as it might first appear. (a × b) · c = ⎛ ⎝ i j k a1 a2 a3 b1 b2 b3 ⎞ ⎠ · (c1, c2, c3) = i a2 a3 b2 b3 − j a1 a3 b1 b3 + k a1 a2 b1 b2 · (c1, c2, c3) = c1 a2 a3 b2 b3 − c2 a1 a3 b1 b3 + c3 a1 a2 b1 b2 = c1 c2 c3 a1 a2 a3 b1 b2 b3 = − a1 a2 a3 c1 c2 c3 b1 b2 b3 = a1 a2 a3 b1 b2 b3 c1 c2 c3 21. (a × b) · c = a1 a2 a3 b1 b2 b3 c1 c2 c3 by Exercise 20. Similarly, a · (b × c) = (b × c) · a = b1 b2 b3 c1 c2 c3 a1 a2 a3 by Exercise 20. Expand these determinants to see that they are equal. a1 a2 a3 b1 b2 b3 c1 c2 c3 = a1(b2c3 − b3c2) − a2(b1c3 − b3c1) + a3(b1c2 − b2c1) b1 b2 b3 c1 c2 c3 a1 a2 a3 = b1(a3c2 − a2c3) − b2(a3c1 − a1c3) + b3(a2c1 − a1c2) 22. The value of |(a × b) · c| is the volume of the parallelepiped determined by the vectors a, b, c. But so is |b · (a × c)|, so the quantities must be equal. 23. (a) We have Area = 1 2 − − − → P1P2 × − − − → P1P3 = 1 2 (x2 − x1, y2 − y1, 0) × (x3 − x1, y3 − y1, 0) Now − − − → P1P2 × − − − → P1P3 = i j k x2 − x1 y2 − y1 0 x3 − x1 y3 − y1 0 = [(x2 − x1)(y3 − y1) − (x3 − x1)(y2 − y1)]k P3 y x P2 P1 Hence the area is 1 2 |(x2 − x1)(y3 − y1) − (x3 − x1)(y2 − y1)|. On the other hand 1 2 1 1 1 x1 x2 x3 y1 y2 y3 = 1 2 x2 x3 y2 y3 − x1 x3 y1 y3 + x1 x2 y1 y2 . Expanding and taking absolute value, we obtain 1 2 |x2y3 − x3y2 + x3y1 − x1y3 + x1y2 − x2y1|. c 2012 Pearson Education, Inc.
  • 22. 22 Chapter 1 Vectors From here, its easy to see that this agrees with the formula above. (b) We compute the absolute value of 1 2 1 1 1 1 2 −4 2 3 −4 = 1 2 (−8 − 8 + 3 − 4 + 12 + 4) = 1 2 (−1) = −1 2 . Thus the area is −1 2 = 1 2 . 24. Surface area = 1 2 ( a × b + b × c + a × c + (b − a) × (c − a) ) c a b 25. We assume that a, b, and c are non-zero vectors in R3 . (a) The cross product a × b is orthogonal to both a and b. (b) Scale the cross product to a unit vector by dividing by the length and then multiply by 2 to get 2 a × b a × b . (c) projab = a · b a · a a. (d) Here we divide vector a by its length and multiply it by the length of b to get b a a. (e) The cross product of two vectors is orthogonal to each: a × (b × c). (f) A vector perpendicular to a × b will be back in the plane determined by a and b, so our answer is (a × b) × c. 26. I love this problem—students tend to go ahead and calculate without thinking through what they’re doing first. This would make a great quiz at the beginning of class. (a) Vector: The cross product of the vectors a and b is a vector so you can take its cross product with vector c. (b) Nonsense: The dot product of the vectors a and b is a scalar so you can’t dot it with a vector. (c) Nonsense: The dot products result in scalars and you can’t find the cross product of two scalars. (d) Scalar: The cross product of the vectors a and b is a vector so you can take its dot product with vector c. (e) Nonsense: The cross product of the vectors a and b is a vector so you can take its cross product with vector that is the result of the cross product of c and d. (f) Vector: The dot product results in a scalar that is then multiplied by vector d. We can evaluate the cross product of vector a with this result. (g) Scalar: We are taking the dot product of two vectors. (h) Vector: You are subtracting two vectors. Note: You can have your students use a computer algebra system for these as suggested in the text. I’ve included worked out solutions for those as old fashioned as I am. 27. Exercise 25(f) shows us that (a × b) × c is in the plane determined by a and b and so we expect the solution to be of the form k1a + k2b for scalars k1 and k2. Using formula (3) from the text for a × b: (a × b) × c = i j k a2 a3 b2 b3 − a1 a3 b1 b3 a1 a2 b1 b2 c1 c2 c3 = − a1 a3 b1 b3 c3 − a1 a2 b1 b2 c2 i − a2 a3 b2 b3 c3 − a1 a2 b1 b2 c1 j + a2 a3 b2 b3 c2 + a1 a3 b1 b3 c1 k Look first at the coefficient of i: −a1b3c3 + a3b1c3 − a1b2c2 + a2b1c2. If we add and subtract a1b1c1 and regroup we have: b1(a1c1 + a2c2 + a3c3) − a1(b1c1 + b2c2 + b3c3) = b1(a · c) − a1(b · c). Similarly for the coefficient of j. Expand then add and subtract a2b2b3 and regroup to get b2(a · c) − a2(b · c). Finally for the coefficient of k, expand then add and subtract a3b3c3 and regroup to obtain b3(a · c) − a3(b · c). This shows that (a × b) × c = (a · c)b − (b · c)a. c 2012 Pearson Education, Inc.
  • 23. Section 1.4. The Cross Product 23 Now here’s a version of Exercise 27 worked on Mathematica. First you enter the following to define the vectors a, b, and c. a = {a1, a2, a3} b = {b1, b2, b3} c = {c1, c2, c3} The reply from Mathematica is an echo of your input for c. Let’s begin by calculating the cross product. You can either select the cross product operator from the typesetting palette or you can type the escape key followed by “cross” followed by the escape key. Mathematica should reformat this key sequence as × and you should be able to enter (a × b) × c. Mathematica will respond with the calculated cross product {a2b1c2 − a1b2c2 + a3b1c3 − a1b3c3, −a2b1c1 + a1b2c1 + a3b2c3 − a2b3c3, −a3b1c1 + a1b3c1 − a3b2c2 + a2b3c2}. Now you can check the other expression. Use a period for the dot in the dot product. (a.c)b − (b.c) a Mathematica will immediately respond {b1(a1c1 + a2c2 + a3c3) − a1(b1c1 + b2c2 + b3c3), b2(a1c1 + a2c2 + a3c3) − a2(b1c1 + b2c2 + b3c3), b3(a1c1 + a2c2 + a3c3) − a3(b1c1 + b2c2 + b3c3)} This certainly looks different from the previous expression. Before giving up hope, note that this one has been factored and the earlier one has not. You can expand this by using the command Expand[(a.c)b − (b.c)a] or use Mathematica’s command % to refer to the previous entry and just type Expand[%]. This still might not look familiar. So take a look at (a × b) × c − [(a.c)b − (b.c)a]. If this still isn’t what you are looking for, simplify it with the command Simplify[%] and Mathematica will respond {0, 0, 0}. 28. The exercise asks us to show that six quantities are equal. The most important pair is a·(b×c) = c·(a×b). Because of the commutative property of the dot product c·(a×b) = (a × b) · c and so we are showing that a · (b × c) = (a × b) · c. c · (a × b) = (a × b) · c = a1 a2 a3 b1 b2 b3 c1 c2 c3 = b1 b2 b3 c1 c2 c3 a1 a2 a3 = (b × c) · a = a · (b × c). c 2012 Pearson Education, Inc.
  • 24. 24 Chapter 1 Vectors The determinants of the 3 by 3 matrices above are equal because we had to interchange two rows twice to get from one to the other. This fact has not yet been presented in the text. This would be an excellent time to use a computer algebra system to show the two determinants are equal. Of course, you could use Mathematica or some other such system to do the entire problem. To show that a · (b × c) = b · (c × a) we use a similar approach: a · (b × c) = (b × c) · a = b1 b2 b3 c1 c2 c3 a1 a2 a3 = c1 c2 c3 a1 a2 a3 b1 b2 b3 = (c × a) · b = b · (c × a). So we’ve established that the first three triple scalars are equal. We get the rest almost for free by noticing that three pairs of equations are trivial: a · (b × c) = −a · (c × b), b · (c × a) = −b · (a × c), and c · (a × b) = −c · (b × a). Each of the above pairs are equal by the anticommutativity property of the cross product. If you prefer the matrix approach, this also follows from the fact that interchanging two rows changes the sign of the determinant. 29. By Exercise 28, (a × b) · (c × d) = c · (d × (a × b)). By anticommutativity, c · (d × (a × b)) = −c · ((a × b) × d). By Exercise 27, −c · ((a × b) × d) = −c · ((a · d)b − (b · d)a) = (a · c)(b · d) − (a · d)(b · c) = a · c a · d b · c b · d . 30. Apply the results of Exercise 27 to each of the three components: (a × b) × c + (b × c) × a + (c × a) × b = [(a · c)b − (b · c)a] + [(b · a)c − (c · a)b] + [(c · b)a − (a · b)c] = 0. (For example, the (a · c)b cancels with the (c · a)b because of the commutative property for the dot product.) 31. If your students are using a computer algebra system, they may not notice that this is exactly the same problem as Exercise 27. Just replace c with (c × d) on both sides of the equation in Exercise 27 to obtain the result here. 32. First apply Exercise 29 to the dot product to get (a × b) · (b × c) × (c × a) = [a · (b × c)][b · (c × a)] − [a · (c × a)][b · (b × c)]. You can either observe that two of these quantities must be 0, or you can apply Exercise 28 to see a·(c×a) = c·(a×a) = 0. Exercise 28 also shows that b · (c × a) = a · (b × c). The result follows. 33. We did this above in Exercise 29. 34. The amount of torque is the product of the length of the “wrench” and the component of the force perpendicular to the “wrench”. In this case, the wrench is the door—so the length is four feet. The 20 lb force is applied perpendicular to the plane of the doorway and the door is open 45◦ . So from the text, the amount of torque = a F sin θ = (4)(20)( √ 2/2) = 40 √ 2 ft-lb. 35. (a) Here the length of a is 1 foot, the force F = 40 pounds and angle θ = 120 degrees. So Torque = (1)(40) sin 120◦ = 40 √ 3 2 = 20 √ 3 foot-pounds. (b) Here all that has changed is that a is 1.5 feet, so Torque = (3/2)(40) sin 120◦ = 60 √ 3 2 = 30 √ 3 foot-pounds. c 2012 Pearson Education, Inc.
  • 25. Section 1.4. The Cross Product 25 36. a = 2 in but torque is measured in foot-pounds so a = (1/6) ft. Torque = a × F = 1 6 , 0, 0 × (0, 15, 0) = 0, 0, 5 2 . So Egbert is using 5/2 foot-pounds straight up. 37. From the figure sin θ = 1.5 3 = 1 2 ⇒ θ = π/6. This is the angle the seesaw makes with horizontal. The angle we want is π/6 + π/2 = 2π/3. Since r = 3 and F = 50, the amount of torque is T = r × F = r F sin 2π 3 = 3 · 50 · √ 3 2 = 75 √ 3 ft-lb 1.5⬘ 3⬘ ␪ F r 2␲/3 F (translated) 38. (a) The linear velocity is v = ω × r so that v = ω r sin θ. We have that the angular speed is 2π radians 24 hrs = π 12 radians/hr (this is ω .) Also r = 3960, so at 45◦ North latitude, v = π 12 · 3960 · sin 45◦ = 330π √ 2 ≈ 733.08 mph. (b) Here the only change is that θ = 90◦ . Thus v = π 2 · 3960 · sin 90◦ = 330π ≈ 1036.73 mph. 39. Archie’s actual experience isn’t important in solving this problem; he could have ridden closer to the center. Since we are only interested in comparing Archie’s experience with Annie’s, it turns out that their difference would be the same so long as the dif- ference in their distance from the center remained at 2 inches. The difference in speed is (331/3)(2π)(6)−(331/3)(2π)(4) = (331/3)(2π)(2) = 4π(331/3) = 1331/3π = 400π/3 in/ min. 40. (a) v = ω × r = (0, 0, 12) × (2, −1, 3) = (12, 24, 0) = 12i + 24j. (b) The height of the point doesn’t change so we can view this as if it were a problem in R2 . When x = 2 and y = −1, we can find the central angle by taking tan−1 (−1/2). In one second the angle has moved 12 radians so the new point is ( √ 5 cos(tan−1 (−1/2) + 12), √ 5 sin(tan−1 (−1/2) + 12), 3) ≈ (1.15, −1.92, 3). c 2012 Pearson Education, Inc. s m t b 9 8 @ g m a i l . c o m s m t b 9 8 @ g m a i l . c o m complete document is available on https://unihelp.xyz/ *** contact me if site not loaded