Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
93 views7 pages

M323 Exam 3 Prac Key

This document contains practice problems and solutions for Math 323 Exam 3. It includes problems sketching domains and contours of multivariable functions, evaluating limits, checking continuity, finding partial derivatives, and relating partial derivatives to differentials and increments.

Uploaded by

ikechukwujoel8
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
0% found this document useful (0 votes)
93 views7 pages

M323 Exam 3 Prac Key

This document contains practice problems and solutions for Math 323 Exam 3. It includes problems sketching domains and contours of multivariable functions, evaluating limits, checking continuity, finding partial derivatives, and relating partial derivatives to differentials and increments.

Uploaded by

ikechukwujoel8
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

Math 323

Exam 3 - Practice Problem Solutions

p
1. Let f (x, y) = 9 − x2 − y 2 .

(a) Sketch the domain of f in the x, y-plane.


We need 9 − x2 − y 2 ≥ 0, or 9 ≥ x2 + y 2 , so the domain is the set off all points on or inside the circle of radius 3
centered at the origin.
y

√ √
(b) Graph contours for z = f (x, y) for z = 0, 5,and 2 2.
Contours:
p
If z = 0 = 9 − x2 − y 2 , then 0 = 9 − x2 − y 2 , or x2 + y 2 = 9.
p
If z = sqrt5 = 9 − x2 − y 2 , then 5 = 9 − x2 − y 2 , or x2 + y 2 = 4.
√ p
If z = 2 2 = 9 − x2 − y 2 , then 8 = 9 − x2 − y 2 , or x2 + y 2 = 1.
y

z=0

z= 5
x
z= 2 2

2. Given the function z = f (x, y) = 1 + x2 − y:

(a) Sketch contours for this function for z = 0, 1, 2


If z = 0 = 1 + x2 − y, then y = x2 + 1
If z = 1 = 1 + x2 − y, then y = x2
If z = 2 = 1 + x2 − y, then y = x2 − 1
The contours are all parabolas.
z= 0
y
z= 1

z= 2

(b) What type of curves are the x-cross sections and the y-cross sections of f ?
If x = k, then z = 1 + k 2 − y, which is a line of slope −1.
If y = k, then z = 1 + x2 − k, which is a parabola.
3. Sketch the domain of the following functions:
3xy
(a) f (x, y) =
y − x2
Notice that this function is defined except when y = x2 , therefore, the domain is the entire plane except for this
parabola.

p
(b) f (x, y) = 4 − x2 − y 2
For this function to be defined, we need 4 − x2 − y 2 ≥ 0, or 4 ≥ x2 + y 2 . Therefore, the domain of this function is
all the points either on or inside the circle or radius 2 centered at the origin.
y

x
2

(c) f (x, y, z) = ln(1 − x − y − z)


For this function to be defined, we need 1 − x − y − z > 0, or 1 > x + y + z. Therefore, the domain of this function
is all the points on the same side of the plane x + y + z = 1 as the origin.
z

4. Compute the following limits:


x+y 2−1 1
(a) lim = 2 =
x2 − 2xy
(x,y)→(2,−1) 2 − 4(2)(−1) 8
x+y
(b) lim
(x,y)→(2,−2) x2 + xy − x − y
x+y 1 1
= lim = lim = =1
(x,y)→(2,−2) (x + y)(x − 1) (x,y)→(2,−2) x − 1 2−1
x+y−z
(c) lim e x+z = e0 = 1
(x,y,z)→(1,1,2)

5. Show that the following limits do not exist:


2xy
(a) lim
(x,y)→(0,0) x2 + 2y 2
First, we compute the limit as (x, y) → (0, 0) along x = 0:
2(0)y 0
lim = lim =0
(0,y)→(0,0) 02 + 2y 2 (0,y)→(0,0) 2y 2
Next, we compute the limit as (x, y) → (0, 0) along x = y:
2x2 2x2 2
lim = lim =
(x,x)→(0,0) x2 + 2x2 (0,y)→(0,0) 3x2 3
Since the limits along these paths do not agree, the original limit does not exist.
y sin x
(b) lim
(x,y)→(0,0) x2 + y 2
First, we compute the limit as (x, y) → (0, 0) along x = 0:
y sin(0) 0
lim = lim =0
(0,y)→(0,0) 02 + y 2 (0,y)→(0,0) y 2
Next, we compute the limit as (x, y) → (0, 0) along x = y:
x sin x sin x cos x 1
lim = lim = lim =
(x,x)→(0,0) 2x2 x→0 2x x→0 2 2
Note that the last step resulted from applying L’Hôpital’s Rule the the resulting single variable limit. Since the
limits along these paths do not agree, the original limit does not exist.
2y 2
(c) lim
(x,y)→(2,0) (x − 2)2 + y 2
First, we compute the limit as (x, y) → (0, 0) along x = 2:
2y 2 2y 2
lim = lim =2
(2,y)→(2,0) 02 + y 2 (2,y)→(0,0) y 2
Next, we compute the limit as (x, y) → (0, 0) along y = 0:
0 0
lim = lim =0
(x,0)→(0,0) (x − 2)2 + 02 (x,0)→(0,0) (x − 2)2
Since the limits along these paths do not agree, the original limit does not exist.
xyz
(d) lim
(x,y,z)→(0,0,0) x3 + y 3 + z 3
First, we compute the limit as (x, y) → (0, 0) along x = 0:
(0)yz 0
lim = lim =0
(0,y,z)→(0,0) 03 + y 3 + z 3 (0,y,z)→(0,0) y 3 + z 3
Next, we compute the limit as (x, y) → (0, 0) along x = y = z:
x3 1
lim =
(x,x,x)→(0,0) 3x3 3
Since the limits along these paths do not agree, the original limit does not exist.

6. Determine all points at which the following functions are continuous:

(a) f (x, y) = ln(3 − x2 + y)


This function is continuous whenever 3 − x2 + y > 0. That is, when y > x2 − 3, or, for all points in the plane
above the parabola y = x2 − 3.
(b) f (x, y) = tan(x + y)
This function is continuous except when x + y = π2 + kπ. That is, when y 6= −x + π2 + kπ for some integer k. Thus
f is continuous except on this infinite collection of lines of slope −1.
(c) f (x, y, z) = 4xey−z
This function is continuous everywhere.

7. Let f (x, y) = x2 sin(xy) − 3y 3 . Find fx , fy , fxy and fyxy


fx = 2x sin(xy) + x2 y cos(xy).
fy = x3 cos(xy) − 9y 2
fxy = 2x2 cos(xy) + x2 cos(xy) − x3 y sin(xy) = 3x2 cos(xy) − x3 y sin(xy)
fyxy = fxyy = −3x3 sin(xy) − x3 sin(xy) − x4 y cos(xy) = −4x3 sin(xy) − x4 y cos(xy)

8. Let f (x, y, x) = x3 y 2 − sin(yz). Find fxx and fyz


fx = 3x2 y 2 , so fxx = 6xy 2 .
fy = 2x3 y − z cos(yz), so fyz = − cos(yz) + yz sin(yz)
9. Let f (x, y) = 4 − x2 − y 2 . Consider the curve C formed by intersecting f with the plane x = 1. Find a parametric
equation for the tangent line ℓ to C at the point (1, 1, 2). Then sketch the surface given by f , the curve C and the
tangent line ℓ on the same graph.
Notice that fy = −2y, so when y = 1, the slope of the curve in the plane x = 1 is m = −2. That is, if ∆y = 1, then
∆z = −2 and, or course, ∆x = 0 since we are in a plane parallel to the yz-plane.

 x=1
Then, a parametric equation for the tangent line is given by: ℓ : y =1+t t∈R
z = 2 − 2t

-2

-4
-2-1 1
-2 -1 0 0 122

y x

∂2f ∂2f
10. Show that the functions fn (x, t) = sin(nπx) cos(nπct) satisfy the wave equation: c2 2
= 2
∂x ∂t
∂fn ∂ 2 fn
Notice that = nπ cos(nπx) cos(nπct) and = −n2 π 2 sin(nπx) cos(nπct)
∂x ∂x2
∂fn ∂ 2 fn
On the other hand, = −nπc sin(nπx) sin(nπct) and = −n2 π 2 c2 sin(nπx) cos(nπct)
∂t ∂t2
∂2f ∂2f
Then c2 2 = 2 .
∂x ∂t
11. Let w = f (x, y) = 2x2 − xy 2 + 3y

(a) Find the increment ∆w


∆w = f (x + ∆x, y + ∆y) − f (x, y) = 2(x + ∆x)2 − (x + ∆x)(y + ∆y)2 + 3(y + ∆y) − (2x2 − xy 2 + 3y)
= 2(x2 + 2x∆x + (∆x)2 ) − (x + ∆x)(y 2 + 2y∆y + (∆y)2 ) + 3y + 3∆y − 2x2 + xy 2 − 3y
= 2x2 + 4x∆x + 2(∆x)2 − (xy 2 + y 2 ∆x + 2xy∆y + 2y∆y∆x + x(∆y)2 + ∆x(∆y)2 ) + 3y + 3∆y − 2x2 + xy 2 − 3y
= 4x∆x + 2(∆x)2 − y 2 ∆x − 2xy∆y − 2y∆y∆x − x(∆y)2 − ∆x(∆y)2 + 3∆y
= (4x − y 2 )∆x + (3 − 2xy)∆y + (2∆x − 2y∆y)∆x + (−x∆y − ∆x∆y)∆y
(b) Find the differential dw
dw = fx ∆x + fy ∆y = (4x − y 2 )∆x + (−2xy + 3)∆y
(c) Find dw − ∆w
dw − ∆w = (−2∆x + 2y∆y)∆x + (x∆y + ∆x∆y)∆y

12. Let w = f (x, y) = x2 ln(y 2 )

(a) Find dw
   2
dw = fx ∆x + fy ∆y = (2x ln(y 2 ))∆x + x2 2y
y2 ∆y = (4x ln(y))∆x + 2x
y ∆y
(b) Use dw to approximate the change in w as the input changes from (1, 1) to (1.1, 1.2)
Notice that ∆x = .1 and ∆y = .2
 2

Then ∆w ≈ dw = (4(1) ln(1))(.1) + 2(1)
1 (.2) = (0)(.1) + (2)(.2) = 0.4

∂w ∂w
13. Let w = f (x, y) = 4x2 y 3 where x = u3 − v sin u and y = 4u2 + v. Use the Chain Rule to find and
∂u ∂v
First notice that fx = 8xy 3 , fy = 12x2 y 2 , xu = 3u2 − v cos u, xv = − sin u, yu = 8u, and yv = 1.
∂w ∂w ∂x ∂w ∂y
Then = +
∂u ∂x ∂u ∂y ∂u
3
3u − v cos u + 12x2 y 2 (8u) = 8(u3 − v sin u)(4u2 + v)3 (3u2 − v cos u) + 96u(u3 − v sin u)2 (4u2 + v)2
2
  
= 8xy
∂w ∂w ∂x ∂w ∂y
Similarly, = +
∂v ∂x ∂v ∂y ∂v
= 8xy (− sin u) + 12x y (1) = −8(u3 − v sin u)(4u2 + v)3 (sin u) + 12(u3 − v sin u)2 (4u2 + v)2
3 2 2
 

14. Consider the surface given implicitly by the equation xyz − 4y 2 z 2 + cos(xy) = 0

∂z ∂z
(a) Use the Chain Rule to find and
∂x ∂y
Notice that Fx = yz − y sin(xy), Fy = xz − 8yz 2 − x sin(xy), and Fz = xy − 8y 2 z
∂z Fx yz − y sin(xy)
Recall that =− =−
∂x Fz xy − 8y 2 z
∂z Fy xz − 8yz 2 − x sin(xy)
Similarly, =− =−
∂y Fz xy − 8y 2 z
(b) Find an equation for the tangent plane to this surface at the point (0, 1, 12 )
From above, ∇F~ = hyz − y sin(xy), xz − 8yz 2 − x sin(xy), xy − 8y 2 zi
2
Then ∇F~ (0, 1, 21 ) = h 21 − 1 sin(0), 0 − 8(1) 12 − 0 sin(0), 0 − 8(1)2 21 i = h 12 , −2, −4i


Then the tangent plane is given by the equation: 12 x − 2(y − 1) − 4(z − 12 ) = 0 or 21 x − 2y − 4z + 4 = 0


p
15. Recall that when translating from rectangular to polar coordinates r = x2 + y 2 .

∂r x x
(a) Show that =p = = cos θ
∂x x2 + y 2 r
Notice that we are looking at the conversion formulas from rectangular to polar coordinates as functions of two
variables.
∂r 1 1 x x
Now, = (x2 + y 2 )− 2 2x = p = .
∂x 2 2
x +y 2 r
Moreover, since x = r cos θ, r = cos θ. We also have that r = cosx θ
x

x ∂r 1
(b) Starting with r = , does it follow that = ? Why or why not?
cos θ ∂x cos θ
∂r
It is tempting to view cos θ as constant with respect to x and to compute ∂x = cos1 θ , but since we just showed that
∂r
∂x = cos θ, so know that this can’t be true. The problem is our initial assumption. The expression cos θ actually
depends on x.

16. Given that z = f (x, y) = x3 − 2xy

(a) Find the equation of the tangent plane to f at (1, −1, 3).
fx = 3x2 − 2y and fy = −2x, so fx (1, −1) = 5 and fy (1, −1) = −2. Also notice that f (1, −1) = 3
Therefore, ~n = h5, −2, −1i and the tangent plane has equation 5(x−1)−2(y +1)−(z −3) = 0 or 5x−2y −z −4 = 0
(b) Find an equation for the normal line to f at (1, −1, 3).
The normal line is the line through (1, −1, 3) in the direction of the normal vector h5, −2, −1i

 x = 1 + 5t
Therefore the line has parametric equation ℓ : y = −1 − 2t t ∈ R
z =3−t

(c) Use the tangent plane you found to estimate f (1.1, −.9). How good is your estimate?
From the tangent plane equation, we have z = 5x − 2y − 4. Therefore, f (1.1, −.9) ≈ 5(1.1) − 2(−0.9) − 4 =
5.5 + 1.8 − 4 = 3.3
In actuality, f (1.1, −.9) = (1.1)3 − 2(1.1)(−0.9) = 1.331 + 1.98 = 3.311
p
17. Let f (x, y) = x2 + y 2

(a) Find the directional derivative of f at (3, −4) in the direction of h3, −2i.
x y
Notice that fx = p and fy = p .
2
x +y 2 x + y2
2
3
Therefore, at (3, −4), fx (3, −4) = √9+16 −4
= 53 and fy (3, −4) = √9+16 = − 45
Thus ∇f (3, −4) = h 35 , − 45 i.
h3,−2i
Also, given ~v = h3, −2i, the unit vector in the same direction as ~v is ~u = √
9+4
= h √313 , √−2
13
i
Thus D~u f (3, −4) = ∇f (3, −4) · ~u = h 53 , − 45 i · h √313 , √−2
13
i= √9
5 13
+ √8
13
= 17

5 13
(b) Find the magnitude and direction of the maximum rate of change of f at the point (3, −4).
The direction of the maximum rate of increase is ∇f (3, −4) = h 35 , − 45 i.
r r
9 16 25
The magnitude of the maximum rate of increase is k∇f (3, −4)k = + = = 1.
25 25 25

18. Find all points at which the tangent plane to the surface z = 2x2 − 4xy + y 4 is parallel to the xy-plane.
Notice that the points where the tangent plane is horizontal are precisely those where both partial derivatives are zero.
Now, fx = 4x − 4y and fy = −4x + 4y 3 . If fx = 0 then 4x = 4y or x = y.
Then, substituting, fy = 0 becomes −4x + 4x3 = 0, or 4x(x2 − 1) = 0, so x = 0 or x = 1 or x = −1.
Then, since x = y the points are (0, 0), (1, 1), and (−1, −1).

19. Find ∇F at (1, 2, 2) if F (x, y, z) = z 2 e2x−y − 4xz 2


Fx = 2z 2 e2x−y − 4z 2 , Fy = −z 2 e2x−y , and Fz = 2ze2x−y − 8xz, so ∇F~ = h2z 2 e2x−y − 4z 2 , −z 2 e2x−y , 2ze2x−y − 8xzi
Hence ∇F~ (1, 2, 2) = h8e0 − 16, −4e0 , 4e0 − 16i = h−8, −4, −12i

20. Let f (x, y) = x3 − 3xy + y 3

(a) Find all critical points of f .


If fx = 3x2 − 3y = 0, then y = x2 .
If fy = −3x + 3y 2 = 0, substituting gives −3x + 3x4 = 0, or 3x(x3 − 1) = 0, so x = 0 or x = 1.
Therefore, the critical points are (0, 0) and (1, 1)
(b) Classify each critical point using the Discriminant.
fxx = 6x, fyy = 6y, and fxy = −3
Therefore, D(0, 0) = (0)(0) − (−3)2 = −9, so (0, 0) is a saddle point.
Similarly, D(1, 1) = (6)(6) − (−3)2 = 36 − 9 = 27, and fxx = 6 > 0 so (1, 1) is a local minimum.

21. Let f (x, y) = 4xy − x4 − y 4 + 4

(a) Find all critical points of f .


If fx = 4y − 4x3 = 0, then 4y = 4x3 , or y = x3
If fy = 4x − 4y 3 = 0, substituting gives 4x − 4x9 = 0, or −4x(x8 − 1) = 0, so x = 0, x = 1 or x = −1.
Therefore, the critical points are (0, 0), (1, 1) and (−1, −1)
(b) Classify each critical point using the Discriminant.
fxx = −12x2 , fyy = −12y 2 , and fxy = 4
Therefore, D(0, 0) = (0)(0) − (4)2 = −16, so (0, 0) is a saddle point.
Similarly, D(1, 1) = (−12)(−12) − (4)2 = 144 − 16 = 128, and fxx = −12 < 0 so (1, 1) is a local maximum.
Likewise, D(−1, −1) = (−12)(−12) − (4)2 = 144 − 16 = 128, and fxx = −12 < 0 so (−1, −1) is a local maximum.
22. Find the absolute extrema of w = f (x, y) = x2 + y 2 − 2x − 4y on the region bounded by y = x, y = 3, and x = 0
First, we find all critical points. If fx = 2x − 2 = 0, then x = 1. If fy = 2y − 4 = 0, then y = 2, so the only critical
point is (1, 2).
f (1, 2) = 1 + 4 − 2 − 8 = −5.
Next, we check each component of the boundary:
3
If y = x, then f (x, x) = g(x) = 2x2 − 6x, so g ′ (x) = 4x − 6 which has a critical point when x = 2, which is in our
region of interest.
f ( 32 , 23 ) = g( 32 ) = 2 · 18
4 −6· 3
2 = − 18
4 = −4.5.
If y = 3, then f (x, 3) = g(x) = x2 − 2x − 3, so g ′ (x) = 2x − 2 which has a critical point when x = 1.
f (1, 3) = g(1) = 1 − 2 − 3 = −4.
If x = 0, then f (0, y) = g(y) = y 2 − 4y, so g ′ (y) = 2y − 4 which has a critical point when y = 2.
f (0, 2) = g(2) = 4 − 8 = −4.
Finally, we check the “corner” points: f (0, 0) = 0, f (0, 3) = 0 + 9 − 0 − 12 = −3, and f (3, 3) = 9 + 9 − 6 − 12 = 0
Therefore the absolute maximum is 0, which occurs at (0, 0) and (3, 3) and the absolute minimum is −5, which occurs
at (1, 2)

23. Find the absolute extrema of w = f (x, y) = x2 + y 2 on the region bounded by (x − 1)2 + y 2 = 4
First, we find all critical points. If fx = 2x = 0, then x = 0. If fy = 2y = 0, then y = 0, so the only critical point is
(0, 0).
f (0, 0) = 0.
Next, we check each component of the boundary:
If (x−1)2 +y 2 = 4, then y 2 = 4−(x−1)2 , so, substituting, we have g(x) = x2 +4−(x−1)2 = x2 +4−x2 +2x−1 = 3+2x.
Then g ′ (x) = 2, so there are no critical points.
Notice that in our circular region −1 ≤ x ≤ 3, so we can check the “endpoints” as follows:
g(−1) = 3 − 2 = 1 and g(3) = 3 + 6 = 9. Also notice that of x = 3, then (3 − 1)2 + y 2 = 4, or 4 + y 2 = 4, so y = 0.
Therefore the absolute maximum is 9, which occurs at (3, 0) and the absolute minimum is 0, which occurs at (0, 0)

You might also like