Multivariable Calculus Quiz: Surfaces And Contour Maps
18 questions · exam conditions
0:00
Surfaces And Contour MapsQuestion 1 of 18

In multivariable calculus, a 'cylinder' or 'cylindrical surface' is a surface that consists of all lines (rulings) that are parallel to a given line and pass through a given plane curve. Which of the following equations describes a cylinder that is NOT a circular cylinder?

x2+z2=4x^2 + z^2 = 4
z=y3z = y^3
z=x2+y2z = x^2 + y^2
x2+y2+z2=9x^2 + y^2 + z^2 = 9
← Back to quizzes

Multivariable Calculus Quiz

Multivariable Calculus Quiz: Surfaces And Contour Maps

Practice Surfaces And Contour Maps in Multivariable Calculus with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Surfaces And Contour Maps, giving you a quick way to practice the rules, question types, and explanations that matter most for Multivariable Calculus.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

In multivariable calculus, a 'cylinder' or 'cylindrical surface' is a surface that consists of all lines (rulings) that are parallel to a given line and pass through a given plane curve. Which of the following equations describes a cylinder that is NOT a circular cylinder?

  1. x2+z2=4x^2 + z^2 = 4
  2. z=y3z = y^3 (correct answer)
  3. z=x2+y2z = x^2 + y^2
  4. x2+y2+z2=9x^2 + y^2 + z^2 = 9
Explanation: A cylinder is formed by a generating curve in one plane and rulings parallel to the axis of the missing variable. Choice A, x2+z2=4x^2 + z^2 = 4, describes a circular cylinder, as the generating curve is a circle in the xzxz-plane and the rulings are parallel to the yy-axis. Choice B, z=y3z = y^3, describes a parabolic cylinder. The generating curve is the cubic curve z=y3z=y^3 in the yzyz-plane, and the rulings are parallel to the xx-axis. This is not a circular cylinder. Choice C, z=x2+y2z = x^2 + y^2, is an elliptic paraboloid, not a cylinder. All three variables are present in a non-linear way that doesn't allow for rulings. Choice D, x2+y2+z2=9x^2 + y^2 + z^2 = 9, is a sphere, not a cylinder.

Question 2

A surface in R3\mathbb{R}^3 is defined by the following properties of its traces:

  1. Its trace in any plane z=kz=k with k>0k>0 is an ellipse.
  2. Its trace in the xzxz-plane (y=0y=0) is a parabola opening upward.
  3. Its trace in the yzyz-plane (x=0x=0) is a parabola opening upward. Which of the following equations represents this surface?
  1. x2+y2+z2=1x^2 + y^2 + z^2 = 1
  2. z2=x2+y2z^2 = x^2 + y^2
  3. z=y2x2z = y^2 - x^2
  4. z=x2+y2z = x^2 + y^2 (correct answer)
Explanation: When analyzing surfaces through their traces, you're essentially taking cross-sections and examining the resulting curves. This approach helps you visualize complex 3D surfaces by understanding their behavior in familiar 2D planes. Let's examine what each condition tells us. For traces in planes z=kz = k (where k>0k > 0) to be ellipses, we need an equation where fixing zz gives us a relationship of the form x2+y2=constantx^2 + y^2 = \text{constant}. For the traces in both the xzxz-plane and yzyz-plane to be upward-opening parabolas, we need zz to equal a quadratic expression in the remaining variable. Option D, z=x2+y2z = x^2 + y^2, satisfies all conditions perfectly. When z=k>0z = k > 0, we get k=x2+y2k = x^2 + y^2, which is a circle (a special case of an ellipse). In the xzxz-plane (y=0y = 0), we get z=x2z = x^2, an upward parabola. In the yzyz-plane (x=0x = 0), we get z=y2z = y^2, also an upward parabola. Option A represents a sphere, whose traces are circles in all planes, not parabolas in coordinate planes. Option B, z2=x2+y2z^2 = x^2 + y^2, is a cone where traces in z=kz = k planes are circles, but traces in coordinate planes are hyperbolas, not parabolas. Option C, z=y2x2z = y^2 - x^2, is a saddle surface where traces in coordinate planes include both upward and downward parabolas. Remember: when identifying surfaces from traces, systematically substitute the constraint into the equation and check if the resulting curve matches the described shape.

Question 3

A particle moves in the xyxy-plane along the path given by the vector function r(t)=3cos(t),5sin(t)\vec{r}(t) = \langle 3\cos(t), 5\sin(t) \rangle for t0t \ge 0. The height of the surface above the point (x,y)(x,y) is given by z=f(x,y)=x2+y2z = f(x, y) = x^2 + y^2. What is the maximum height reached by the particle on the surface?

  1. 9
  2. 16
  3. 25 (correct answer)
  4. 34
Explanation: The particle's path is given by x(t)=3cos(t)x(t) = 3\cos(t) and y(t)=5sin(t)y(t) = 5\sin(t). The height at time tt is z(t)=(3cos(t))2+(5sin(t))2=9cos2(t)+25sin2(t)z(t) = (3\cos(t))^2 + (5\sin(t))^2 = 9\cos^2(t) + 25\sin^2(t). Using the identity cos2(t)=1sin2(t)\cos^2(t) = 1 - \sin^2(t): z(t)=9(1sin2(t))+25sin2(t)=9+16sin2(t)z(t) = 9(1 - \sin^2(t)) + 25\sin^2(t) = 9 + 16\sin^2(t). The maximum occurs when sin2(t)=1\sin^2(t) = 1, giving zmax=9+16(1)=25z_{\text{max}} = 9 + 16(1) = 25.

Question 4

Consider the function W(x,y,z)=x2+y2z2W(x, y, z) = x^2 + y^2 - z^2. The level surfaces of this function are surfaces in R3\mathbb{R}^3 given by W(x,y,z)=kW(x, y, z) = k for some constant kk. Which of the following values of kk results in a level surface that is a cone?

  1. k=1k = -1
  2. k=0k = 0 (correct answer)
  3. k=1k = 1
  4. No value of kk results in a cone.
Explanation: The level surfaces are defined by the equation x2+y2z2=kx^2 + y^2 - z^2 = k. We analyze the surface for different values of kk. For k=1k = -1, the equation is x2+y2z2=1x^2 + y^2 - z^2 = -1, or z2x2y2=1z^2 - x^2 - y^2 = 1. This is the equation of a hyperboloid of two sheets. For k=1k = 1, the equation is x2+y2z2=1x^2 + y^2 - z^2 = 1. This is the equation of a hyperboloid of one sheet. For k=0k = 0, the equation is x2+y2z2=0x^2 + y^2 - z^2 = 0, or z2=x2+y2z^2 = x^2 + y^2. This is the standard equation of a double cone with its vertex at the origin and axis along the z-axis. Therefore, k=0k=0 results in a level surface that is a cone.

Question 5

The temperature on a square metal plate defined by 0x40 \le x \le 4 and 0y40 \le y \le 4 is given by T(x,y)=(x2)2+(y2)2T(x, y) = (x-2)^2 + (y-2)^2. An ant starts at the point (4,4)(4, 4) and moves along a path that keeps it on the circle of radius 2 centered at (2,2)(2, 2). Which of the following is true about the temperature experienced by the ant?

  1. The temperature continuously increases.
  2. The temperature continuously decreases.
  3. The temperature remains constant. (correct answer)
  4. The temperature increases then decreases.
Explanation: The temperature function is T(x,y)=(x2)2+(y2)2T(x, y) = (x-2)^2 + (y-2)^2. The level curves of this function are given by setting T(x,y)T(x,y) to a constant kk. The equation k=(x2)2+(y2)2k = (x-2)^2 + (y-2)^2 represents a circle of radius k\sqrt{k} centered at (2,2)(2, 2). The ant's path is described as a circle of radius 2 centered at (2,2)(2, 2), which is the curve defined by the equation (x2)2+(y2)2=22=4(x-2)^2 + (y-2)^2 = 2^2 = 4. Since the ant's entire path lies on this curve, it is moving along the level curve where the temperature is constantly T=4T=4. Therefore, the temperature experienced by the ant remains constant.

Question 6

The graph of a function z=f(x,y)z = f(x,y) has the following properties: (1) its cross-section with any plane x=cx=c (where cc is a constant) is a parabola opening upward; (2) its cross-section with any plane y=cy=c is also a parabola opening upward; (3) its level curve for z=0z=0 consists of a single point, the origin. Which of the following is a possible formula for f(x,y)f(x,y)?

  1. f(x,y)=xyf(x,y) = xy
  2. f(x,y)=x2y2f(x,y) = x^2 - y^2
  3. f(x,y)=x2+y2f(x,y) = x^2 + y^2 (correct answer)
  4. f(x,y)=x2+y2f(x,y) = \sqrt{x^2+y^2}
Explanation: Let's test each option against the given properties. (A) f(x,y)=xyf(x,y)=xy. The cross-section z=cyz=cy for x=cx=c is a line, not a parabola. This fails property (1). (B) f(x,y)=x2y2f(x,y)=x^2-y^2. The cross-section z=c2y2z=c^2-y^2 for x=cx=c is a parabola opening downward. This fails property (1). (C) f(x,y)=x2+y2f(x,y)=x^2+y^2. For x=cx=c, z=c2+y2z=c^2+y^2 is a parabola in yy opening upward. For y=cy=c, z=x2+c2z=x^2+c^2 is a parabola in xx opening upward. The level curve for z=0z=0 is x2+y2=0x^2+y^2=0, which is true only for the point (0,0)(0,0). All three properties are satisfied. This surface is an elliptic (in fact, circular) paraboloid. (D) f(x,y)=x2+y2f(x,y)=\sqrt{x^2+y^2}. The cross-section z=c2+y2z=\sqrt{c^2+y^2} for x=cx=c is the upper half of a hyperbola, not a parabola. This fails property (1). This surface is a cone.

Question 7

The level curves of a function z=f(x,y)z = f(x, y) have the following properties: for a constant k=0k=0, the level curve is the pair of lines y=xy = x and y=xy = -x. For any constant k0k \neq 0, the level curve f(x,y)=kf(x, y) = k is a hyperbola. For k>0k > 0, the hyperbolas have vertices on the yy-axis. For k<0k < 0, the hyperbolas have vertices on the xx-axis. Which of the following surfaces is the graph of z=f(x,y)z = f(x, y)?

  1. A cone
  2. An elliptic paraboloid
  3. A hyperbolic paraboloid (correct answer)
  4. A hyperboloid of one sheet
Explanation: Let's analyze the descriptions. The level curves are given by f(x,y)=kf(x,y)=k. For k=0k=0, we have y=±xy = \pm x, which can be written as y2x2=0y^2 - x^2 = 0. For k>0k>0, the level curves are hyperbolas with vertices on the y-axis, which have the form y2/a2x2/b2=1y^2/a^2 - x^2/b^2 = 1. For k<0k<0, the level curves are hyperbolas with vertices on the x-axis, which have the form x2/a2y2/b2=1x^2/a^2 - y^2/b^2 = 1. A simple function that fits all these descriptions is f(x,y)=c(y2x2)f(x,y) = c(y^2-x^2) for some constant c>0c>0. For instance, if f(x,y)=y2x2f(x,y) = y^2-x^2, the level curves are y2x2=ky^2-x^2=k. This equation matches all the given properties. The graph of z=y2x2z = y^2-x^2 is a hyperbolic paraboloid, also known as a saddle surface.

Question 8

A topographic map shows circular contour lines with values 100, 200, 300, and 400 meters, all centered at the same point. The radius of the 200m contour is twice the radius of the 300m contour. What can you conclude about the shape of this hill?

  1. The hill has a uniform conical shape with constant slope angle throughout
  2. The hill becomes less steep at higher elevations, creating a rounded summit profile
  3. The hill has a parabolic profile since the radius varies linearly with elevation
  4. The hill is steeper in the region between 200m and 300m elevation than between 100m and 200m (correct answer)
Explanation: When analyzing topographic maps, the spacing between contour lines reveals crucial information about terrain steepness. Closer contour lines indicate steeper slopes, while wider spacing shows gentler gradients. Let's examine what the given information tells us. You're told that the 200m contour has twice the radius of the 300m contour. This means as you move from the 300m level down to the 200m level, the horizontal distance increases dramatically – the contour lines are spreading apart significantly. Conversely, between the 200m and 100m levels, if the pattern continued uniformly, you'd expect the 100m contour to have twice the radius of the 200m contour. But since the radius is already quite large at 200m, this creates much tighter spacing between 200m and 300m compared to 100m and 200m. Choice D correctly identifies that the hill is steeper between 200m and 300m than between 100m and 200m, because the horizontal distance covered while dropping 100m in elevation is much smaller in the upper region. Choice A is wrong because uniform conical shape would require constant spacing ratios, which we don't have. Choice B incorrectly suggests the hill becomes less steep at higher elevations – it's actually the opposite. Choice C misunderstands the relationship; while radius does change systematically with elevation, this doesn't create a parabolic profile, and the slope variation contradicts uniform geometry. Remember: on contour maps, steep slopes pack contour lines together, while gentle slopes spread them apart. Always compare horizontal distances for equal elevation changes.

Question 9

A function f(x,y)f(x,y) has the property that its contour line f(x,y)=0f(x,y) = 0 consists of two intersecting curves: the parabola y=x21y = x^2 - 1 and the line y=xy = -x. If the function has the form f(x,y)=(yx2+1)(y+x+a)f(x,y) = (y - x^2 + 1)(y + x + a) for some constant aa, what is the value of aa?

  1. a=0a = 0, since the line component is y=xy = -x which gives y+x=0y + x = 0 (correct answer)
  2. a=1a = 1, found by ensuring the curves intersect at the correct points
  3. a=1a = -1, determined by the requirement that both curves pass through their intersection points
  4. a=2a = 2, calculated from the condition that the parabola vertex aligns with the line
Explanation: For the contour f(x,y)=0f(x,y) = 0, we need (yx2+1)(y+x+a)=0(y - x^2 + 1)(y + x + a) = 0. This equation is satisfied when either factor equals zero: yx2+1=0y - x^2 + 1 = 0 (giving y=x21y = x^2 - 1, the parabola) or y+x+a=0y + x + a = 0 (giving y=xay = -x - a, the line). Since the specified line is y=xy = -x, we need xa=x-x - a = -x, which requires a=0a = 0. Choice B and C give incorrect line equations y=x1y = -x - 1 and y=x+1y = -x + 1 respectively. Choice D gives y=x2y = -x - 2, also incorrect.

Question 10

A weather map displays isotherms (temperature contour lines) with values 10°C, 15°C, 20°C, and 25°C. At location R, you observe that moving 1 km north increases temperature by approximately 3°C, while moving 1 km east decreases temperature by approximately 4°C. Which isotherm does location R most likely lie on?

  1. The 10°C isotherm, since the large temperature gradients indicate R is in a region of low temperature
  2. The 15°C isotherm, calculated using the gradient magnitude and direction relative to nearby isotherms (correct answer)
  3. The 20°C isotherm, determined by analyzing the directional derivatives given in the problem
  4. The 25°C isotherm, since the strong gradients suggest R is near the warmest region shown
Explanation: The gradient vector at R is approximately T(Tx,Ty)=(4,3)\nabla T \approx (\frac{\partial T}{\partial x}, \frac{\partial T}{\partial y}) = (-4, 3) in units of °C/km. The gradient magnitude is T=16+9=5|\nabla T| = \sqrt{16 + 9} = 5 °C/km. This gradient points in direction arctan(34)143°\arctan(\frac{3}{-4}) \approx 143° from east (toward northwest). For evenly spaced 5°C isotherms, a gradient of 5°C/km suggests R lies roughly midway between isotherms, making 15°C most likely (midway between 10°C and 20°C). The gradient magnitude alone doesn't determine whether R is in a warm or cool region - choices A and D make this error. Choice C doesn't provide sufficient calculation detail.

Question 11

A surface has the property that all of its contour lines are rectangular hyperbolas with the same asymptotes. If the asymptotes are the lines y=xy = x and y=xy = -x, and one contour line passes through the point (2,1)(2,1), what type of surface is this?

  1. The surface z=x2y2z = x^2 - y^2, which has contour lines x2y2=kx^2 - y^2 = k for constant k
  2. The surface z=x2+y22xyz = x^2 + y^2 - 2xy, which simplifies to hyperbolic level curves
  3. The surface z=x2y22z = \frac{x^2 - y^2}{2}, which produces hyperbolic contours with the given asymptotes
  4. The surface z=xyz = xy, which has contour lines xy=kxy = k forming rectangular hyperbolas (correct answer)
Explanation: When analyzing surfaces through their contour lines, you need to understand how level curves f(x,y)=kf(x,y) = k behave for different functions. The key insight here is recognizing what type of equation produces rectangular hyperbolas with specific asymptotes. For rectangular hyperbolas with asymptotes y=xy = x and y=xy = -x, the standard form is xy=kxy = k. These curves have the property that as you move along them, the product of coordinates remains constant. When k>0k > 0, the hyperbola sits in the first and third quadrants; when k<0k < 0, it sits in the second and fourth quadrants. Let's verify: if the surface is z=xyz = xy, then contour lines are xy=kxy = k. The point (2,1)(2,1) gives us k=21=2k = 2 \cdot 1 = 2, so one contour line is xy=2xy = 2. To check asymptotes, note that as xx \to \infty along the curve, y0y \to 0, and the curve approaches the coordinate axes rotated 45°, which are indeed y=xy = x and y=xy = -x. Choice A (z=x2y2z = x^2 - y^2) gives contour lines x2y2=kx^2 - y^2 = k, which are hyperbolas with asymptotes y=±xy = \pm x, but these aren't rectangular hyperbolas. Choice B (z=x2+y22xy=(xy)2z = x^2 + y^2 - 2xy = (x-y)^2) produces contour lines (xy)2=k(x-y)^2 = k, which are pairs of parallel lines, not hyperbolas. Choice C is similar to A with a scaling factor but still doesn't produce rectangular hyperbolas. Remember: xy=kxy = k always gives rectangular hyperbolas with asymptotes along the coordinate axes rotated 45°. This pattern appears frequently in multivariable calculus problems.

Question 12

The surface z=ln(x2+y2)z = \ln(x^2 + y^2) is defined for x2+y2>0x^2 + y^2 > 0. What distinctive feature characterizes all contour lines of this surface?

  1. All contour lines are concentric circles centered at the origin with radii that increase exponentially (correct answer)
  2. All contour lines are concentric circles centered at the origin with radii that increase arithmetically
  3. All contour lines are ellipses with the same center but different eccentricities depending on the contour value
  4. All contour lines are logarithmic spirals that approach the origin asymptotically
Explanation: For contour lines ln(x2+y2)=k\ln(x^2 + y^2) = k, we have x2+y2=ekx^2 + y^2 = e^k. This gives circles centered at origin with radius r=ek=ek/2r = \sqrt{e^k} = e^{k/2}. As k increases arithmetically (k, k+1, k+2, ...), the radius increases as (ek/2,e(k+1)/2,e(k+2)/2,...)=(ek/2,ek/2e1/2,ek/2e,...)(e^{k/2}, e^{(k+1)/2}, e^{(k+2)/2}, ...) = (e^{k/2}, e^{k/2} \cdot e^{1/2}, e^{k/2} \cdot e, ...), which is exponential growth. Choice B incorrectly suggests arithmetic growth of radii. Choice C incorrectly identifies ellipses instead of circles. Choice D incorrectly suggests spiral shapes when the contours are actually perfect circles.

Question 13

Which of the following statements about the interpretation of contour maps for a function z=f(x,y)z=f(x,y) is necessarily correct?

  1. Two distinct level curves, f(x,y)=c1f(x,y)=c_1 and f(x,y)=c2f(x,y)=c_2 with c1c2c_1 \neq c_2, can intersect at a point.
  2. A set of closed, concentric contour lines always indicates the location of a local maximum or minimum.
  3. If one follows a path that is everywhere orthogonal to the contour lines, one is moving along a path of steepest ascent or descent. (correct answer)
  4. The absence of contour lines in a region implies that the surface is perfectly flat and horizontal in that region.
Explanation: The gradient vector, f\nabla f, points in the direction of steepest ascent and is always orthogonal to the level curves. A path in the direction of f-\nabla f is the path of steepest descent. Therefore, a path always orthogonal to contour lines is a path of steepest ascent or descent. Choice A is false; if two level curves for different values intersected, the function would have two different zz-values at the same (x,y)(x,y) point, violating the definition of a function. Choice B is not necessarily true; it could represent a plain or a plateau of constant height if the region inside the innermost contour is flat. Choice D is false; it simply means that the change in elevation within that region is less than the contour interval. The surface could still be sloped.

Question 14

The level curves of the surface z=f(x,y)z = f(x, y) are described by the equation 9x2+4y218x+16y=k9x^2 + 4y^2 - 18x + 16y = k for some constant kk. Which of the following statements accurately describes this surface?

  1. The surface is a hyperbolic paraboloid with a saddle point at (1,2)(1, -2).
  2. The surface is an elliptic paraboloid with a minimum at (1,2)(1, -2). (correct answer)
  3. The surface is a circular cone with vertex at (1,2)(1, -2).
  4. The surface is a tilted plane with parallel level curves.
Explanation: To identify the shape of the level curves, we must complete the square for xx and yy. 9(x22x)+4(y2+4y)=k9(x^2 - 2x) + 4(y^2 + 4y) = k 9(x22x+1)+4(y2+4y+4)=k+9(1)+4(4)9(x^2 - 2x + 1) + 4(y^2 + 4y + 4) = k + 9(1) + 4(4) 9(x1)2+4(y+2)2=k+259(x-1)^2 + 4(y+2)^2 = k + 25 For any k>25k > -25, this equation describes an ellipse centered at (1,2)(1, -2). A surface whose level curves are ellipses is an elliptic paraboloid. Since the coefficients of the squared terms (9 and 4) are both positive, the paraboloid opens upwards, and its vertex represents a local minimum. The vertex occurs at the center of the ellipses, which is (1,2)(1, -2). Thus, the surface is an elliptic paraboloid with a local minimum at (1,2)(1, -2).

Question 15

Consider the function f(x,y,z)=x2y2z2f(x, y, z) = x^2 - y^2 - z^2. How does the geometric shape of the level surface f(x,y,z)=kf(x, y, z) = k depend on the value of the constant kk?

  1. For k>0k>0, it is a hyperboloid of two sheets; for k<0k<0, it is a hyperboloid of one sheet; for k=0k=0, it is a cone. (correct answer)
  2. For k>0k>0, it is a hyperboloid of one sheet; for k<0k<0, it is a hyperboloid of two sheets; for k=0k=0, it is a cone.
  3. For all k0k \neq 0, the level surfaces are hyperboloids of one sheet, and for k=0k=0 it is a cone.
  4. For all k0k \neq 0, the level surfaces are elliptic paraboloids, and for k=0k=0 it is a single point.
Explanation: The equation of the level surface is x2y2z2=kx^2 - y^2 - z^2 = k. This is a quadric surface. We can rewrite it as x2=y2+z2+kx^2 = y^2 + z^2 + k. If k>0k > 0, we can write it in the standard form x2(k)2y2(k)2z2(k)2=1\frac{x^2}{(\sqrt{k})^2} - \frac{y^2}{(\sqrt{k})^2} - \frac{z^2}{(\sqrt{k})^2} = 1. This is a hyperboloid of two sheets opening along the x-axis. If k<0k < 0, let k=c2k = -c^2 where c>0c>0. The equation is x2y2z2=c2x^2 - y^2 - z^2 = -c^2, or y2+z2x2=c2y^2 + z^2 - x^2 = c^2. This is a hyperboloid of one sheet opening along the x-axis. If k=0k = 0, the equation is x2=y2+z2x^2 = y^2 + z^2, which is the equation of a double cone with its axis along the x-axis.

Question 16

What is the equation of the line tangent to the level curve of the function f(x,y)=x3xy2f(x, y) = x^3 - xy^2 at the point (1,2)(1, 2)?

  1. y2=14(x1)y - 2 = -\frac{1}{4}(x - 1) (correct answer)
  2. y2=14(x1)y - 2 = \frac{1}{4}(x - 1)
  3. y2=4(x1)y - 2 = -4(x - 1)
  4. y2=4(x1)y - 2 = 4(x - 1)
Explanation: The gradient vector f\nabla f is perpendicular to the level curve at any point. First, find the partial derivatives: fx=3x2y2f_x = 3x^2 - y^2 and fy=2xyf_y = -2xy. At (1,2)(1, 2): f(1,2)=3(1)2(2)2,2(1)(2)=1,4\nabla f(1, 2) = \langle 3(1)^2 - (2)^2, -2(1)(2) \rangle = \langle -1, -4 \rangle. The slope of the tangent line to the level curve is given by fxfy=14=14-\frac{f_x}{f_y} = -\frac{-1}{-4} = -\frac{1}{4}. Using point-slope form: y2=14(x1)y - 2 = -\frac{1}{4}(x - 1).

Question 17

The intersection of the hyperboloid of one sheet x2+y2z2=1x^2 + y^2 - z^2 = 1 and a plane is a curve. Which of the following statements gives an incorrect description of such a curve?

  1. The intersection with the plane z=cz = c for any real constant cc is a circle.
  2. The intersection with the plane x=1x = 1 is a pair of intersecting lines.
  3. The intersection with the plane x=cx = c for any constant cc with c>1|c| > 1 is a hyperbola.
  4. The intersection with the plane z=xz = x is a parabola. (correct answer)
Explanation: To find the curve of intersection, we substitute the equation of the plane into the equation of the surface. A) Plane z=cz=c: x2+y2c2=1    x2+y2=1+c2x^2 + y^2 - c^2 = 1 \implies x^2 + y^2 = 1+c^2. Since 1+c2>01+c^2 > 0 for any real cc, this is always the equation of a circle. This statement is correct. B) Plane x=1x=1: 12+y2z2=1    y2z2=0    (yz)(y+z)=01^2 + y^2 - z^2 = 1 \implies y^2 - z^2 = 0 \implies (y-z)(y+z)=0. This represents the two lines y=zy=z and y=zy=-z. This statement is correct. C) Plane x=cx=c with c>1|c|>1: c2+y2z2=1    y2z2=1c2c^2 + y^2 - z^2 = 1 \implies y^2 - z^2 = 1-c^2. Since c>1|c|>1, c2>1c^2>1, so 1c2<01-c^2 < 0. Let 1c2=k1-c^2 = -k where k>0k>0. Then y2z2=ky^2 - z^2 = -k, or z2y2=kz^2 - y^2 = k. This is the equation of a hyperbola. This statement is correct. D) Plane z=xz=x: x2+y2x2=1    y2=1    y=±1x^2 + y^2 - x^2 = 1 \implies y^2 = 1 \implies y = \pm 1. This represents a pair of parallel lines, not a parabola. This statement is incorrect.

Question 18

Consider the surface z=x2y2+4xyz = x^2 - y^2 + 4xy. At which point does this surface have a contour line that forms a pair of intersecting straight lines?

  1. At the origin (0,0)(0,0), where the contour z=0z = 0 degenerates into lines y=xy = x and y=xy = -x
  2. At the point (1,1)(1,1), where the contour z=4z = 4 degenerates into perpendicular lines
  3. At the origin (0,0)(0,0), where the contour z=0z = 0 degenerates into lines y=(2+5)xy = (2+\sqrt{5})x and y=(25)xy = (2-\sqrt{5})x (correct answer)
  4. At the point (2,2)(2,-2), where the contour z=0z = 0 degenerates into intersecting lines
Explanation: Setting z=0z = 0: x2y2+4xy=0x^2 - y^2 + 4xy = 0. This is a quadratic form that can be factored. Treating as quadratic in yy: y2+4xy+x2=0-y^2 + 4xy + x^2 = 0, or y24xyx2=0y^2 - 4xy - x^2 = 0. Using quadratic formula: y=4x±16x2+4x22=4x±2x52=x(2±5)y = \frac{4x \pm \sqrt{16x^2 + 4x^2}}{2} = \frac{4x \pm 2x\sqrt{5}}{2} = x(2 \pm \sqrt{5}). So the degenerate contour consists of lines y=(2+5)xy = (2+\sqrt{5})x and y=(25)xy = (2-\sqrt{5})x intersecting at origin. Choice A incorrectly factors as difference of squares, ignoring the 4xy4xy term. Choice B uses wrong point and value. Choice D uses wrong point.