100% found this document useful (1 vote)
61 views7 pages

Practice Test 1 Solutions

Uploaded by

Rangga Alloys
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
61 views7 pages

Practice Test 1 Solutions

Uploaded by

Rangga Alloys
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

VANDERBILT UNIVERSITY

MATH 2300 – MULTIVARIABLE CALCULUS


Practice Test 1 — Solutions

Directions. This practice test should be used as a study guide, illustrating the concepts that
will be emphasized in the test. This does not mean that the actual test will be restricted to the
content of the practice. Try to identify, from the questions below, the concepts and sections that
you should master for the test. For each question in the practice test, study the ideas and techniques
connected to the problem, even if they are not directly used in your solution.
Take this also as an opportunity to practice how you will write your solutions in the test. For
this, write clearly, legibly, and in a logical fashion. Make precise statements (for instance, write an
equal sign if two expressions are equal; say that one expression is a consequence of another when
this is the case, etc).

1
2 VANDERBILT

Question 1. Match the curves below with the given graphs. Justify your answer.
(a) r(t) = h(2 + sin(5t)) cos t, (2 + sin(5t)) sin t, cos(5t)i
(b) r(t) = hcos t, sin t, 2 − sin ti
(c) r(t) = hcos2 t, sin2 t, 12 ti
(d) r(t) = hcos t, sin t, cos(2t)i

(I) (II)

(III) (IV)

Solution 1. For (a), we see that −1 ≤ z ≤ 1 and −3 ≤ x, y ≤ 3. Computing x2 + y 2 , we find


x2 + y 2 = (2 + sin(5t))2 ≥ 1,
since −1 ≤ sin(5t) ≤ 1. Thus the curve in (a) is such that is projection onto the xy plane is always
at a distant at least one from the origin, and we conclude that (a) corresponds to I.
For (b), x2 + y 2 = 1 and z = 2 − y, so the curve lies at the intersection of the cylinder x2 + y 2 = 1
and and the plane z = 2 − y. We conclude that (b) corresponds to II.
For (c), x + y = 1 so the curve lies on the plane y = 1 − x. We conclude that (c) corresponds to
III.
For (d), z = cos(2t) = cos2 t − sin2 t = x2 − y 2 , so the curve lies on the saddle-like surface
z = x2 − y 2 . We conclude that (d) corresponds to IV.
VANDERBILT 3

Question 2. Where does the line through the points (−3, 1, 0) and (−1, 5, 6) intersect the plane
2x + y − z + 2 = 0?
Solution 2. First we find the direction vector of the line: v = h−1, 5, 6i − h−3, 1, 0i = h2, 4, 6i.
Therefore the line through the given points can be written as
r(t) = h−3, 1, 0i + th2, 4, 6i,
or yet x(t) = −3 + 2t, y(t) = 1 + 4t, z(t) = 6t. Plugging these equations into the equation of the
plane,
2(−3 + 2t) + (1 + 4t) − 6t + 2 = 0,
gives t = 3/2, thus (0, 7, 9).
4 VANDERBILT

Question 3. Calculate the limit of the given functions, or show that the limit does not exist.

5x2 y
(a) lim .
(x,y)→(0,0) x2 + 2y 2

xy − y
(b) lim .
(x,y)→(1,0) (x − 1)2 + y 2

x2
Solution 3. For (a), notice that x2 ≤ x2 + 2y 2 so that 0 ≤ x2 +2y 2
≤ 1. Thus
5x2 y
0≤ ≤ 5|y| → 0 as y → 0.
x2 + 2y 2
Hence, by the squeeze theorem
5x2 y
lim = 0,
(x,y)→(0,0) x2 + 2y 2
and therefore
5x2 y
lim = 0.
(x,y)→(0,0) x2 + 2y 2
xy−y
For (b), write f (x, y) = (x−1) 2 +y 2 . f (x, 0) = 0 for x 6= 1, thus f (x, 0) → 0 as x → 1. On the

other hand, approaching (1, 0) along the line y = x − 1, we find


x(x − 1) − (x − 1) 1
f (x, x − 1) = 2 2
= ,
(x − 1) + (x − 1) 2
xy−y
and therefore (x−1)2 +y 2
→ 1/2 along the line y = x − 1. We conclude that the limit does not exist.
VANDERBILT 5

Question 4.
(a) Let F be a differentiable function of two variables x and y, and suppose that F (x, y) = 5 defines
y implicitly as a differentiable function of x. Show that
∂F ∂F dy
+ = 0.
∂x ∂y dx
(b) State the implicit function theorem. Explain, in words, why it is true. (Hint: use pictures to
illustrate your argument.)
Solution 4. For (a), write y = y(x) so that F (x, y) = F (x, y(x)) and apply the chain rule:
d ∂F dx ∂F dy d
F (x, y(x)) = (x, y(x)) + (x, y(x)) = 5 = 0,
dx ∂x dx ∂y dx dx
which gives the result since dxdx = 1.
(b) Implicit function theorem: If F = F (x, y) is defined in a neighborhood of (x0 , y0 ), F (x0 , y0 ) =
0, Fx and Fy exist and are continuous, and Fy (x0 , y0 ) 6= 0, then F (x, y) = 0 defines y as a function
of x in a neighborhood of (x0 , y0 ).
The basic intuition is the following. If Fy (x0 , y0 ) 6= 0, then the tangent line to the curve F (x, y) =
0 at (x0 , y0 ) is not parallel to the y-axis. Since this tangent line approximates the curve near
(x0 , y0 ), there does not exist a vertical line that intersects that curve F (x, y) = 0 twice in a
small neighborhood of (x0 , y0 ). Hence, for each point (x, y) on the curve (and near (x0 , y0 )) there
corresponds a unique y, which means that y can be viewed as a function of x along F (x, y) = 0
and near (x0 , y0 ).
Similar statements hold for a function of three variables (see the textbook).
6 VANDERBILT

Question 5. Consider the function


f (x, y) = 4xy 2 − x2 y 2 − xy 3 .
Let D be the closed triangular region in the xy-plane with vertices (0, 0), (0, 6), and (6, 0).
(a) Explain why f has an absolute maximum value and an absolute minimum value in D.
(b) Find the absolute maximum value and the absolute minimum value of f in D.
Solution 5. (a) f is a continuous function and D is a closed bounded set. Hence f attains an
absolute maximum and absolute minimum in D by the extreme value theorem.
(b) Compute fx (x, y) = 4y 2 − 2xy 2 − y 3 = 0. This gives y = 0 or y = 4 − 2x. Since y = 0 belong
to the boundary of D, which will be analyzed separately below, we can ignore it for now. Next,
find fy (x, y) = 8xy − 2x2 y − 3xy 2 . Setting this expression equal to zero and plugging in y = 4 − 2x
we find
8x(4 − 2x) − 2x2 (4 − 2x) − 3x(4 − 2x)2 = x(4 − 2x)(4x − 4) = 0,
which gives x = 0, x = 1, or x = 2. As before, x = 0 is on the boundary of D so we can ignore it
for now. When x = 2, we have y = 4 − 2x = 0 which can also be ignored at this point since y then
belongs to the boundary of D. Hence, we are left with x = 1, so y = 2, and this gives f (1, 2) = 4.
Now we analyze the behavior of f on the boundary of D. The boundary is given by three lines:
L1 : {x = 0, 0 ≤ x ≤ 6}, L2 : {(x, y) | y = −x + 6, 0 ≤ x ≤ 6}, L3 : {y = 0, 0 ≤ y ≤ 6}.
Along L1 and L3 we have f (x, 0) = 0 and f (0, y) = 0, respectively. Along L2 ,
g(x) = f (x, 6 − x) = −2(x3 − 12x2 + 36x).
We seek that absolute maximum and minimum of g on [0, 6]. Computing g 0 (x) = −6(x−2)(x−6) =
0 we find x = 2 and x = 6. For x = 2 we have y = 4 and f (2, 4) = −64. x = 6 is an endpoint, and
the endpoints x = 0 and x = 6 have already been tested in L3 and L1 , respectively.
We conclude that the absolute maximum is 4, occurring at (1, 2), and the absolute minimum is
−64, occurring at (2, 4).
VANDERBILT 7

Question 6. True or false? Justify your answer.

(a) If f (x, y) → L as (x, y) → (a, b) along every straight line through (a, b) then
lim f (x, y) = L.
(x,y)→(a,b)

(b) For any vectors u, v, and w, (u + v) × w = u × w + v × w.


(c) If r : (a, b) → R3 is differentiable, and |r(t)| = 3 for all t ∈ (a, b), then r0 (t) is orthogonal to r(t)
for all t ∈ (a, b).
2
Solution 6. (a) False. The function f (x, y) = x2xy+y4 has limit 1/2 when (x, y) → (0, 0) along the
curve x = y 2 , but the limit along any straight line through the origin is zero.
(b) True; compute both sides and compare.
(c) True: r(t) · r(t) = 9, so differentiating gives 2r0 (t) · r(t) = 0.

You might also like