Math 21C Brian Osserman Practice Exam 3
Math 21C Brian Osserman Practice Exam 3
1 (10 pts.) Find the curvature κ for times t > 0 for the space curve
Solution:
v(t) = (− sin t + sin t + t cos t)i + (cos t − cos t + t sin t)j = t cos ti + t sin tj,
so
p √
|v(t)| = t2 cos2 t + t2 sin2 t = t2 = t,
4 (15 pts.) Use linear approximation to estimate how accurately the volume V = πr2 h
of a cylinder can be computed if the measurements for radius and height
are o by less than 1%.
Solution: The linear approximation of V at a point (r0 , h0 ) is
which gives us the error estimate (if our measurements are r0 , h0 , but the
actual values were r, h)
f (x, y) = x2 + xy + y 2 − 6x + 2,
2
(a) Find all local extreme values and saddle points of f in the interior of
R.
3
The third piece is y = −3, 0 ≤ x ≤ 5. On this segment, f = x2 − 9x +
11, which has a critical point at 2x − 9 = 0, or x = 29 . At this point,
f = −37
4
, and at the endpoints x = 0 and x = 5 the value of f is 11
and −9 respectively.
The nal piece is y = 3, 0 ≤ x ≤ 5. On this segment, f = x2 − 3x + 11,
which has a critical point at 2x − 3 = 0, or x = 23 . At this point,
f= 35
4
, and at the endpoints x = 0 and x = 5 the value of f is 11 and
21 respectively.
Comparing the values of f at all the points we have found, the maxi-
mum value is 21 at (5, 3), and the minimum value is −10 at (4, −2).
6 (20 pts.) Suppose that the temperature at the point (x, y, z) on the sphere x2 + y 2 +
z 2 = 1 is T = xyz 2 . Locate the highest and lowest temperatures on the
sphere.
Solution: First notice that if x, y, z are all positive, T is positive, and if
x is negative but y, z are positive, then T is negative. So the maximum
temperature must be positive and the minimum temperature is negative. If
any of x, y, z are equal to 0, the temperature is 0, so can't be at a maximum
or minimum point. Thus, we can restrict our attention to points where none
of x, y, z is equal to 0.
Let g(x, y, z) = x2 + y 2 + z 2 − 1. According to the Langrange multiplier
method, we want to nd x, y, z, λ with g(x, y, z) = 0 and ∇T = λ∇g .
∇T = yz 2 i + xz 2 j + 2xyzj,
and
∇g = 2xi + 2yj + 2zk,
4
so our equations are
x2 + y 2 + z 2 = 1
yz 2 = 2λx
xz 2 = 2λy
2xyz = 2λz.