0% found this document useful (0 votes)
44 views3 pages

Samplem 1

This document contains 14 multivariable calculus problems involving topics like planes, linear approximations, partial derivatives, directional derivatives, tangent planes, and quadric surfaces. The problems are accompanied by detailed step-by-step solutions showing the work required to arrive at the answers.

Uploaded by

ishtiaqawan6354
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)
44 views3 pages

Samplem 1

This document contains 14 multivariable calculus problems involving topics like planes, linear approximations, partial derivatives, directional derivatives, tangent planes, and quadric surfaces. The problems are accompanied by detailed step-by-step solutions showing the work required to arrive at the answers.

Uploaded by

ishtiaqawan6354
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/ 3

MULTIVARIABLE CALCULUS

Sample Midterm Problems


October 1, 2009
INSTRUCTOR: Anar Akhmedov

1. Let P (1, 0, −3), Q(0, −2, −4) and R(4, 1, 6) be points.


(a) Find the equation of the plane through the points P , Q and R.
(b) Find the area of the triangle with vertices P , Q and R.
Solution:
The vector P~Q × P~R = < −1, −2, −1 > × < 3, 1, 9 > = < −17, 6, 5 > is the normal
vector of this plane, so equation of the plane is −17(x − 1) + 6(y − 0) + 5(z + 3) = 0, which
simplifies to 17x − 6y − 5z = 32.

Area = 1 |P~Q × P~R| = 1 | < −1, −2, −1 > × < 3, 1, 9 > | = 350
2 2 2

2. Let f (x, y) = (x − y)3 + 2xy + x2 − y. Find the linear approximation L(x, y) near the point
(1, 2).
Solution: fx = 3x2 − 6xy + 3y 2 + 2y + 2x and fy = −3x2 + 6xy − 3y 2 + 2x − 1, so
fx (1, 2) = 9 and fy (1, 2) = −2. Then the linear approximation of f at (1, 2) is given by
L(x, y) = f (1, 2) + fx (1, 2)(x − 1) + fy (1, 2)(y − 2) = 2 + 9(x − 1) + (−2)(y − 2).
3. Find the distance between the parallel planes x + 2y − z = −1 and 3x + 6y − 3z = 3.
Use the following formula to find the distance between the given parallel planes
D = |ax√0 +by0 +cz0 +d|
a2 +b2 +c2
. Use a point from the second plane (for example (1, 0, 0)) as (x0 , y0 , z0 )
and the coefficents from the first plane a = 1, b = 2, c = −1, and d = 1. We compute
D = |1·1+2·0+(−1)·0+1|
√2 2 2
= √2
6
1 +2 +(−1)

4. Find the following limit, if it exists, or show that the limit does not exist.

x2 − xy + y 2
lim
(x,y)→(0,0) x2 + y 2

Solution:
First, we will use the path y = x. Along this path we have,
x2 − xy + y 2 x2 − x2 + x2 x2
lim = lim = lim = 1/2
(x,y)→(0,0) x2 + y 2 (x,x)→(0,0) x2 + x2 (x,x)→(0,0) 2x2

Now, let’s try the path y = 0. Along this path the limit becomes,
x2 − xy + y 2 x2
lim = lim =1
(x,y)→(0,0) x2 + y 2 (x,0)→(0,0) x2

1
We have two paths that give different values for the given limit and so the limit doesn’t
exisit.

5. Find the directional derivative of the function f (x, y, z) = xyz in the direction of vector
v = < 5, −3, 2 >.
Solution: fx = yz, fy = xz, and fz = xy. First, we find the unit vector in the direction
v
of vector v: u = |v| =< √538 , √−3
38
, √238 >.
−3 √2
√5 , √ √5 yz √3 xz √2 xy.
Du f(x, y, z) = ∇f · u =< yz, xz, xy > · < 38 38
, 38 >= 38
− 38
+ 38

6. Find the equation of the tangent plane to the surface z = 4x3 y 2 + 2y at point (1, −2, 12).

Solution: Since f (x, y) = 4x3 y 2 + 2y, we have fx (x, y) = 12x2 y 2 and fy (x, y) = 8x3 y + 2.
Now plug in x = 1 and y = −2, we obtain fx (1, −2) = 48 fy (1, −2) = −14.
Thus, the tangent plane has normal vector n =< 48, −14, −1 > at (1, 2, 12) and the equa-
tion of the tangent plane is given by 48(x − 1) − 14(y − (−2)) − (z − 12) = 0
Simplifying, we obtain 48x − 14y − z = 64

7. Find all the second order partial derivatives for f (x, y) = sin(2x) − x2 e3y + y 2. Verify that
the conclusion of Clairut’s Theorem holds, that is fxy = fyx .
Solution: fx = 2cos(2x) − 2xe3y , so fxx = −4sin(2x) − 2e3y and fxy = −6xe3y . fy =
−3x2 e3y + 2y, so fyy = −9x2 e3y + 2, and fyx = −6xe3y . Thus fxy = fyx .

8. Find parametric equations for the line through A = (1, 2, 3) and B = (0, 2, 2). Find the
intersection between that line and the sphere of equation x2 + y 2 + z 2 = 8.
Solution: AB ~ =< 0 − 1, 2 − 2, 2 − 3 >=< −1, 0, −1 >. Letting P0 = (1, 2, 3), parametric
equations are x = 1 + (−1)t = 1 − t, y = 2, and z = 3 + (−1)t = 3 − t. To find the
intersection points of this line and the sphere, plug in x = 1 − t, y = 2 and z = 3 − t into
the equation x2 + y 2 + z 2 = 8. Solving for t, we find that t = 1 or t = 3. So the intersection
points are (0, 2, 2) and (−2, 2, 0).

9. Let u = < u1 , u2 , u3 > and v = < v1 , v2 , v3 > be any two vectors in space. Show the
following identity that relates the cross product and the dot product: |u × v|2 + |u · v|2
= |u|2 |v|2
Solution: Using the formulas |u × v| = |u||v| sin(θ) and u · v = |u||v| cos(θ), we have
|u × v|2 + |u · v|2 = |u|2 |v|2 sin2 (θ) + |u|2 |v|2 cos2 (θ) = |u|2 |v|2 (sin2 (θ) + cos2 (θ)) =
|u|2 |v|2

10. Find an equation of the plane that passes through the line of intersection of the planes
x + y − z = 2 and 2x − y + 3z = 1 and passes through the point (−1, 2, 1).
Solution: A direction vector of this line can be found by calculating the cross product
< 1, 1, −1 > × < 2, −1, 3 > = < 2, −5, −3 >. Another vector parallel to the plane is
the vector connecting any point on the line of intersection to the given point (−1, 2, 1) in
the plane. Setting z = 0, the equations of the plane reduces to x + y = 2 and 2x − y = 1

2
with simultaneous solution x = 1 and y = 1. So a point on the line is (1, 1, 0) and
another vector parallel to the plane is < −2, 1, 1 >. Then a normal vector to the plane is
n =< 2, −5, −3 > × < −2, 1, 1 > = < −2, 4, −8 >
Using the given point (−1, 2, 1), we find the equation of the plane: −2(x + 1) + 4(y − 2) −
8(z − 1) = 0
11. Determine if the three vectors u = < 1, 2, −3 >, v = < 2, −1, 4 > and w = < 1, −1, 2 >
lie in the same plane or not.
Solution:

1 2 3
−1 4 2 4 2 −1
u · (v × w) = −2 −1 4 = 1 −2 +(−3) = 1·2−2·0+(−3)·(−1) = 5
−1 2 1 −1 1 −1
1 −1 2
, which says that the volume of the parallelepiped determined by u,v and w is not equal
0, and thus these vectors don’t lie in the same plane.
12. What is the angle between the two planes x + y = 0 and y − z = 2?
Solution:
The normal vectors for these two planes are n1 = < 1, 1, 0 > and n2 = < 0, 1, −1 >. The
angle between them is given by
n1 · n2 1
cos(θ) = =
|n1 ||n2 | 2

Thus θ = π/3.
13. Identify the quadric surfaces given by equations x2 + y2 − z2 = 1 and x2 + y2 + z2 = 10.
Find the equation and sketch the intersection of these surfaces.
Solution:
The quadric surface given by equation x2 + y2 − z2 = 1 is a one-sheeted hyperboloid.

The quadric surface given by equation x2 + y2 + z2 = 10 is a sphere of radius 10.
The equation of the intersection: x2 + y2 = 11/2, z = √3 and x2 + y2 = 11/2, z = − √32 .
2
The intersectionis the union of two circles.
14. Let S be the surface consisting of all points in space whose distance to the point (0, −2, 0)
is same as the distance to the point (2, 2, 2). Find an equation for S and sketch the surface
S.
Solution: Let P = (x, y, z) be an arbitrary
q point equidistant from (0, −2, 0) and (2, 2, 2).
Then the distance from P to (0, −2, 0) is x2 + (y + 2)2 + z 2 and the distance from P to
q
(2, 2, 2) is (x − 2)2 + (y − 2)2 + (z − 2)2 .
q q
So x2 + (y + 2)2 + z 2 = (x − 2)2 + (y − 2)2 + (z − 2)2 . Which simplifies to x+2y +z =
2. Thus, the surface S is the plane x + 2y + z = 2.

You might also like