2022A winter
2022A winter
104004
Final exam A
Winter 2022
Your ID Number:
Guidelines
2. Explain your solutions, quote theorems you are using. No credit will be given
for non-justified answers. Write clear and complete answers for each problem in
the same page. Use the other side of the page if necessary.
Problem 1 (15 points)
a Find parametric equations for the tangent line at (0, 1, 0) to the curve
b Find the tangent plane and the normal line to the surface
x2 + xy = 2z
Solution to a. If
(0, 1, 0) = (t, e−t , t − t2 ),
it follows that t = 0. We have
so the vector
(x0 (0), y 0 (0), z 0 (0)) = (1, −1, 1)
is tangent to the curve at (0, 1, 0).
Therefore, the parametric equations for the required tangent line can be written as
or
x = t, y = 1 − t, z = t.
Solution to b. The surface can be written as
f (x, y, z) = x2 + xy − 2z = 0.
We have
∇f (x, y, z) = (2x + y, x, −2),
and, therefore, ∇f (1, 1, 1) = (3, 1, −2). The tangent plane is then defined by the equation
or
3x + y − 2z − 2 = 0.
2
Problem 2 (15 points)
x2 1
lim = .
x→0 2x2 2
Therefore, the limit
xy
lim
(x,y)→(0,0) x2 + y2
does not exist.
3
Problem 3 (15 points)
a Find the gradient ∇f , the second partial derivatives of f and the directional deriva-
tive ∂f
∂~v
at the point (1, 3) for the function
f (x, y) = x2 ln (x + y)
f (x, y) = 1 − xy cos πy
at (1, 1) and use it to approximate f (1.02, 0.97). Estimate the error of the approxi-
mation.
Solution to b. We have fx (x, y) = −y cos πy and fy (x, y) = −x cos πy + πxy sin πy. The
linear approximation to f (x, y) is
Its value at (1.02, 0.97) is 1.02 + 0.97 = 1.99. The error of approximation can be bounded
by
(1/2) · M (|1.02 − 1| + |0.97 − 1|)2 ,
where M is an upper bound for |fxx |, |fxy |, |fyy | on the rectangle [1, 1.02] × [0.97, 1]. On
this rectangle we have fxx = 0, and
|fxy | = | − cos πy + πy sin πy| ≤ | cos πy| + |πy sin πy| ≤ 1 + π · sin(0.97π) < 1 + π/2 < π,
|fyy | = |2πx sin πy + π 2 xy cos πy| ≤ |2πx sin πy| + |π 2 xy cos πy|
≤ 2π · 1.02 · sin(0.97π) + π 2 · 1.02 < 2π 2 < 20.
(NOTE: It may be slightly easier to obtain bigger upper bounds, which are also accept-
able).
4
Problem 4 (15 points)
b. Find the maximal and the minimal values of the function f (x, y) = 2x3 + y 4 over
the disk x2 + y 2 ≤ 1.
c. Find the points on the cone z 2 − x2 = y 2 that are closest to the point (4, 2, 0).
Solution to c.
Find the points on the cone z 2 − x2 = y 2 that are closest to the point (4, 2, 0).
The square of the distance from (x, y, z) to (4, 2, 0) is
d2 = (x − 4)2 + (y − 2)2 + z 2 .
On the cone, we have z 2 = x2 + y 2 so that
d2 = 2x2 − 8x + 2y 2 − 4y + 20 = 2(x − 2)2 + 2(y − 1)2 + 10.
The smallest value of this function
√ is when x = 2 and y √ = 1 and is equal√ to 10. The
corresponding value of z is ± 5. The final answer is (2, 1, 5) and (2, 1, − 5).
5
Problem 5 (15 points)
Solution to b.
The best thing here is to draw a picture: the integration goes over a region bounded
by the planes z = 0, z = 1 − y, y = x, y = 1 and x = 0 and x = 1.
Given z and y, the variable x ranges from 0 to y. After integration by x, the variable
z ranges from 0 to 1 − y and y ranges from 0 to 1. Answer:
Z 1 Z 1−y Z y
dy dz f (x, y, z)dx.
0 0 0
6
Problem 6 (15 points)
a. Find the volume of the region bounded above by the paraboloid z = 7 − 2x2 − 2y 2
and below by the paraboloid z = 5x2 + 5y 2 .
2
√ of the surface 2x − z = 0 that lies above the triangle
b. Find the area of the portion
bounded by the lines x = 3/2, y = 0, and y = 2x in the xy-plane.
Hints. For a, use cylindrical coordinates. For b, use the formula on the page 1006 of
Thomas.
7
Problem 7 (15 points)
2x2 + y 2 = 2.
Hints. The problem consists of 2 parts. The first part consists of applying the Green’s
theorem. The second part is the integration of a constant function over the ellipse 2x2 +
y 2 = 2. This is the same as finding the area of the ellipse.