Exam1Review Solutions
Exam1Review Solutions
Exam1Review Solutions
1. Determine whether the angle between (1, 3, −1) and (2, 1, 1) is acute, right, or obtuse.
Solution: The dot product of these vectors is
Since the dot product is positive, the cosine of the angle between them is positive. Thus the
angle between them is acute.
2. Find the area of the triangle whose vertices are (3, 1, 1), (1, 2, 4), and (1, 0, −1). (Hint: The
magnitude of the cross product is equal to the area of the paralellogram spanned by these
points. The area of the triangle is related. If you can’t see how, try drawing a picture!)
Solution: The vectors starting at (1, 0, −1) and ending at (3, 1, 1) and (1, 2, 4) are
The magnitude of the cross product of these two vectors is the area of the parallelogram
spanned by them. So half of the magnitude gives the area of the triangle with given vertiecs.
So the area of the triangle is
1 1 î ĵ k̂
|(2, 1, 2) × (0, 2, 5)| = det 2 1 2
2 2
0 2 5
1
= |(1, −10, 4)|
2
1p 2
= 1 + (−10)2 + 42
2√ √
117 3 13
= = .
2 2
1
3. Let u = (3, 1), v = (2, −2), and w = (−1, 3).
(a) Compute u + 2v + 3w.
(b) Find a vector a such that u − a + 2v = 0.
(c) Compute projv u.
Solution: For (a), we all of these operations are computed componentwise. We have
u + 2v + 3w = (3, 1) + 2(2, −2) + 3(−1, 3) = (3, 1) + (4, −4) + (−3, 9) = (4, 6).
4. Determine an equation for the line that contains the point (1, 0, 1) and is perpendicular to the
plane 2x − y + 3z = 6.
Solution: Lines are described by parametric equations ℓ(t) = p + tv where p is a point
containing the plane and v is the direction of the line. The given line contains the point
p = (1, 0, 1), and the given line points in the direction of the normal vector of the plane which
is (2, −1, 3). So the parametric description of the line is
ℓ(t) = (1, 0, 1) + t(2, −1, 3) = (2t + 1, −t, 3t + 1).
To complete the parametric description, we need a point that the line contains. We do this by
combining the two equations 2x − y + 3z = 6 and x + 3y − z = 0. The second equation gives
z = x + 3y. Substituting this expression for z in the first equation gives
2x − y + 3(x + 3y) = 6 ⇒ 3x + 8y = 6
2
Of course, there is a line’s worth of solutions to these equations. We simply choose one. If
y = 0, then 3x = 6 and x = 2. The z-coordinate of this point is z = 2 + 3(0) = 2. So the point
(2, 0, 2) is on the line.
Combining these, we get the following parametric description of the line
2 − 3t = s − 1 ⇒ s = 3 − 3t
2t = s + 2 ⇒ 2t = 5 − 3t ⇒ t = 1.
Since these are the same point, these lines do indeed intersect.
7. Find an equation for the plane that is perpendicular to the line r(t) = (2t − 1, t + 4, 3t) and
contains the point (2, 1, 2).
Solution: The direction of this line is the normal vector for the plane. Thus, the normal
vector is (2, 1, 3). So an equation for this plane is
2(x − 2) + (y − 1) + 3(z − 2) = 0.
8. Find an equation for the plane that contains the points (1, 2, 1), (3, 0, 1), and (−1, −1, 1).
Solution: We find the vectors that emanate from (−1, −1, 1) and end at the other two points.
We can take the normal vector for this plane to be the cross product of these two vectors. We
compute coordinates for the vectors by subtracting
We can scale the normal vector since only the direction matters. We take the normal vector
to be (0, 0, 1). Since the plane contains the point (−1, −1, 1), we get the equation
0(x + 1) + 0(y + 1) + (z − 1) = 0 ⇒ z = 1.
3
9. Suppose r(t) = (2 cos t, 2 sin t, 5t).
(a) Determine the velocity vector and the acceleration vector for t = π/2.
(b) Determine whether the angle between the velocity vector and the acceleration vector at
t = π/2 is acute, obtuse, or right.
Solution: For (a), we compute the velocity and acceleration vectors by taking the first and
second derivative. We have
r′ (t) = (−2 sin t, 2 cos t, 5) and r′′ (t) = (−2 cos t, −2 sin t, 0).
For (b), to determine the angle between these vectors, we compute the dot product
To compute this integral, we notice that the expression t2 + 1/t2 + 2 is a perfect square. Indeed
t2 + 1/t2 + 2 = (t + 1/t)2 . Then the length of the trajectory is
Z 2p Z 2p Z 2
1
t2 + 1/t2 + 2 dt = (t + 1/t)2 dt = t + dt
1 1 1 t
2
t2 4−1 3
= + ln t = + ln 2 − ln 1 = + ln 2.
2 1 2 2
4
12. Find the length of the trajectory
for 0 ≤ t ≤ 2.
Solution: The length of the trajectory is computed by the integral
Z 2 Z 2 Z 2p
|r′ (t)| dt = |(−2 sin t, 2 cos t, 4)| dt = 4 sin2 t + 4 cos2 t + 16 dt
0 0 0
Z 2 √ √ √
= 20 dt = 2 20 = 4 5
0
Next, we consider the linear path along the line y = x. This path is parametrized by γ2 (t) =
(t, t). Then the limit is
t2 1 1
lim f (γ2 (t)) = lim = lim = .
t→0 t→0 t2 + t2 t→0 2 2
Since these limits are not equal, the given limit does not exist.
14. Draw the level curve of the function f (x, y) = x2 + y for at level 1.
Solution: The desired level curve is x2 + y = 1 which is also written y = 1 − x2 . So this is a
standard parabola with vertex at (0, 1) facing downward.
2
15. Compute the partial derivatives fxx , fyy , fxy , and fyx for the function f (x, y) = ex y .
Solution: We compute the first derivatives
2 2
fx = 2xyex y
and fy = x2 ex y .
2 2
fxy = 2xex y
+ 2x3 yex y
2 2
fyx = 2xex y
+ 2x3 yex y
2
fyy = x4 ex y
5
16. Compute the partial derivatives fxx , fyy , fxy , and fyx for the function f (x, y) = sin(x cos(y)).
Solution: First, we compute the first derivatives