here

Calculus III Workshop questions: 8/24/16
Problem 1. Let a = i + 2j − 3k and b = −2i − j + 5k. Compute the following:
(a) a + b
(b) 2a + 3b
(c) |a|
(d) |a − b|
Solution. (a) a + b = h1 − 2, 2 − 1, −3 + 5i = h−1, 1, 2i.
(b) 2 h1, 2,p
−3i + 3 h−2, −1, 5i√= h−4, 1, 9i.
2
2
(c) |a| = 1 +
p2 + (−3) = 14.
√
√
(d) |a − b| = (1 + 2)2 + (2 + 1)2 + (−3 − 5)2 = 9 + 9 + 64 = 82.
Problem 2. A vector v in R2 lies in the positive quandrant (i.e., where x ≥ 0 and y ≥ 0),
makes an angle of π/3 with the positive x-axis, and satisfies |v| = 4. Write v in component
form.
Solution. We’re given that cos θ = π/3, where θ is the angle off the x-axis. The x component,
v1 of v is then given by v1 = v · i = |v| cos θ = 4( 21 ) = 2. The y-component v2 satisfies
q
q
2
2
4 = |v| = v1 + v2 = 4 + v22
√
√
=⇒ v2 = 12 = 2 3
√ Thus v = 2, 2 3 .
Problem 3. Let a = 2i − j + 4k and b = j + 21 k. Find the vector and scalar projections of
a onto b.
Solution. Relevant quantities are
a · b = h2, −1, 4i · 0, 1, 12 = 3,
q
√
|b| = 54 = 25 .
Then the scalar projection is
a·b
6
=√
|b|
5
and the vector projection is
(a · b)b
=
|b|2
12
5
0, 1, 12 = 0, 1, 65 .
Problem 4. Find two unit vectors which are orthogonal to both of the specified vectors:
(a) i + j and i + k
(b) h3, 2, 1i and h−1, 1, 0i.
1
Solution. (a) This can be done easily enough by hand: if v = ha, b, ci is orthogonal to the
first vector, it must be that 0 = v · (i + j) = a + b, which implies a = −b. Likewise, to be
orthogonal to the second vector requires 0 = v · (i + k) = a + c, so that a = −c. Then
b = c, so two possibilities are h1, −1, −1i and h−1, 1, 1i, which after normalization (i.e.,
dividing by the length to form unit vectors) become
E
D
1
1
1
√
√
√
± 3, − 3, − 3 .
Alternatively, you can use the cross product method.
(b) For this we use the cross product: calling the vectors a and b, respectively, we have


i j k
a × b = det  3 2 1  = i 2(0) − 1(1) − j 3(0) − 1(−1) + k 3(1) − (−1)2 = h−1, 1, 5i .
−1 1 0
This vector is orthogonal
by a property of the cross product, but is not a
√ to a and b √
unit vector: |a × b| = 1 + 1 + 25 = 27. The two unit vectors are therefore
± √127 h−1, 1, 5i .
Problem 5. Let a = h1, 0, 1i, b = h2, 1, −1i and c = h0, 1, 3i. Show that (a × b) × c 6=
a × (b × c).
Solution. Omitting some work, you can compute that
a × b = h−1, 3, 1i , b × c = h4, −6, 2i ,
(a × b) × c = h8, 3, −1i =
6 a × (b × c) = h6, 2, −6i .
Problem 6. Let A, B and C be the vertices of a triangle in R2 . Compute the vector
−→ −−→ −→
AB + BC + CA.
Solution. The sum is the zero vector. To see this, think in terms of displacement vectors.
−→
AB is the vector which, when added to the point A, gives the point B, etc. Thus the sum
represents travelling from A, then to B, then to C, and back to A, which is a net displacement
of 0.
Problem 7. Find all vectors v such that h1, 2, 1i × v = h3, 1, −5i.
Solution. Let v = hv1 , v2 , v3 i have variable components. Writing the cross product, we have


i j k
h1, 2, 1i × v = det  1 2 1  = h2v3 − v2 , v1 − v3 , v2 − 2v1 i .
v1 v2 v3
Setting this equal to h3, 1, −5i gives the equations
2v3 − v2 = 3
v1 − v3 = 1
v2 − 2v1 = −5
which can be solved to get hv1 , v2 , v3 i = h1, −3, 0i.
2