Multivariable Calculus Quiz: Finding Critical Points
12 questions · exam conditions
0:00
Finding Critical PointsQuestion 1 of 12

How many critical points does the function f(x,y)=x4+y34x23y2f(x, y) = x^4 + y^3 - 4x^2 - 3y^2 have?

4
6
5
2
← Back to quizzes

Multivariable Calculus Quiz

Multivariable Calculus Quiz: Finding Critical Points

Practice Finding Critical Points 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 Finding Critical Points, 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

How many critical points does the function f(x,y)=x4+y34x23y2f(x, y) = x^4 + y^3 - 4x^2 - 3y^2 have?

  1. 4
  2. 6 (correct answer)
  3. 5
  4. 2
Explanation: When finding critical points of multivariable functions, you need to locate where both partial derivatives equal zero simultaneously. Critical points occur where the gradient vector f=fx,fy=0,0\nabla f = \langle f_x, f_y \rangle = \langle 0, 0 \rangle. For f(x,y)=x4+y34x23y2f(x, y) = x^4 + y^3 - 4x^2 - 3y^2, let's find the partial derivatives:
  • fx=4x38x=4x(x22)=4x(x2)(x+2)f_x = 4x^3 - 8x = 4x(x^2 - 2) = 4x(x - \sqrt{2})(x + \sqrt{2})
  • fy=3y26y=3y(y2)f_y = 3y^2 - 6y = 3y(y - 2)
Setting fx=0f_x = 0: 4x(x2)(x+2)=04x(x - \sqrt{2})(x + \sqrt{2}) = 0 gives us x=0,2,2x = 0, \sqrt{2}, -\sqrt{2} (3 values). Setting fy=0f_y = 0: 3y(y2)=03y(y - 2) = 0 gives us y=0,2y = 0, 2 (2 values). Since we need both conditions satisfied simultaneously, we form all possible combinations: (0,0)(0,0), (0,2)(0,2), (2,0)(\sqrt{2},0), (2,2)(\sqrt{2},2), (2,0)(-\sqrt{2},0), and (2,2)(-\sqrt{2},2). That's 6 critical points total. Answer choice A) 4 likely comes from miscounting or missing some x-values. Choice C) 5 might result from arithmetic errors in solving the equations. Choice D) 2 probably comes from only considering one variable or making a fundamental error in the partial derivative calculations. Study tip: Always solve each partial derivative equation completely—factor fully to catch all roots. Then systematically pair every x-solution with every y-solution to ensure you count all critical points correctly.

Question 2

Let f(x,y)=x2+y1f(x, y) = x^2 + |y-1|. Which of the following is the complete set of critical points for ff?

  1. The single point (0,1)(0, 1). (correct answer)
  2. The line y=1y=1.
  3. The single point (0,0)(0, 0).
  4. The function has no critical points.
Explanation: Critical points occur where the gradient is 0,0\langle 0, 0 \rangle or is undefined. \nThe partial derivative with respect to xx is fx=2xf_x = 2x. \nThe partial derivative with respect to yy is fy={1y>11y<1f_y = \begin{cases} 1 & y > 1 \\ -1 & y < 1 \end{cases}. fyf_y is undefined at y=1y=1. \nCase 1: Gradient is 0,0\langle 0, 0 \rangle. We need fx=2x=0f_x=2x=0, so x=0x=0. However, fyf_y is never 0. So there are no critical points of this type. \nCase 2: Gradient is undefined. This occurs when y=1y=1, because fyf_y is undefined there. For (x,1)(x,1) to be a critical point, we also need fx=0f_x=0 or for fxf_x to be undefined. fx=2x=0f_x=2x=0 implies x=0x=0. fxf_x is always defined. Thus, the only point where the gradient is zero or undefined is at (0,1)(0, 1), where fx=0f_x=0 and fyf_y is undefined.

Question 3

Consider the function f(x,y)=x33kx+y2f(x, y) = x^3 - 3kx + y^2, where kk is a real constant. For which values of kk does ff have exactly two critical points?

  1. All real kk except k=0k=0.
  2. k<0k < 0
  3. k=0k = 0
  4. k>0k > 0 (correct answer)
Explanation: When analyzing critical points of multivariable functions, you need to find where all partial derivatives equal zero simultaneously, then determine how many solutions exist based on the parameter values. To find critical points of f(x,y)=x33kx+y2f(x, y) = x^3 - 3kx + y^2, set both partial derivatives to zero: fx=3x23k=0f_x = 3x^2 - 3k = 0 fy=2y=0f_y = 2y = 0 From the second equation, y=0y = 0 always. From the first equation, 3x23k=03x^2 - 3k = 0, which gives us x2=kx^2 = k. The key insight is that the number of critical points depends entirely on how many real solutions exist for x2=kx^2 = k:
  • If k>0k > 0: The equation x2=kx^2 = k has exactly two real solutions: x=±kx = \pm\sqrt{k}. This gives us two critical points: (k,0)(\sqrt{k}, 0) and (k,0)(-\sqrt{k}, 0).
  • If k=0k = 0: The equation x2=0x^2 = 0 has one solution: x=0x = 0. This gives us one critical point: (0,0)(0, 0).
  • If k<0k < 0: The equation x2=kx^2 = k has no real solutions, so there are no critical points.
Therefore, ff has exactly two critical points when k>0k > 0, making (D) correct. (A) is wrong because when k<0k < 0, there are zero critical points, not two. (B) is wrong because k<0k < 0 yields no critical points. (C) is wrong because k=0k = 0 gives exactly one critical point, not two. Study tip: For critical point problems involving parameters, always solve the system completely and count solutions for different parameter ranges—the algebra of the constraint equations determines everything.

Question 4

Find the number of critical points of the function f(x,y)=xyx2+y2+1f(x, y) = \frac{xy}{x^2 + y^2 + 1}.

  1. 5
  2. 3
  3. 1 (correct answer)
  4. Infinitely many
Explanation: When finding critical points of multivariable functions, you need to locate where both partial derivatives equal zero simultaneously. Critical points occur where the gradient vector f=fx,fy=0,0\nabla f = \langle f_x, f_y \rangle = \langle 0, 0 \rangle. For f(x,y)=xyx2+y2+1f(x, y) = \frac{xy}{x^2 + y^2 + 1}, let's compute the partial derivatives using the quotient rule: fx=y(x2+y2+1)xy(2x)(x2+y2+1)2=y(y2+1x2)(x2+y2+1)2f_x = \frac{y(x^2 + y^2 + 1) - xy(2x)}{(x^2 + y^2 + 1)^2} = \frac{y(y^2 + 1 - x^2)}{(x^2 + y^2 + 1)^2} fy=x(x2+y2+1)xy(2y)(x2+y2+1)2=x(x2+1y2)(x2+y2+1)2f_y = \frac{x(x^2 + y^2 + 1) - xy(2y)}{(x^2 + y^2 + 1)^2} = \frac{x(x^2 + 1 - y^2)}{(x^2 + y^2 + 1)^2} Setting both equal to zero: since the denominators are always positive, we need the numerators to be zero. From fx=0f_x = 0: either y=0y = 0 or y2+1x2=0y^2 + 1 - x^2 = 0 From fy=0f_y = 0: either x=0x = 0 or x2+1y2=0x^2 + 1 - y^2 = 0 If y=0y = 0 and x=0x = 0, we get the point (0,0)(0,0). If y2+1x2=0y^2 + 1 - x^2 = 0 and x2+1y2=0x^2 + 1 - y^2 = 0, adding these equations gives 2=02 = 0, which is impossible. Therefore, the only critical point is (0,0)(0,0). A) 5 and B) 3 suggest multiple critical points, likely from incorrectly solving the system of equations or missing the contradiction when trying to solve y2+1=x2y^2 + 1 = x^2 and x2+1=y2x^2 + 1 = y^2 simultaneously. D) Infinitely many might result from thinking the equations have parametric solutions, but the algebraic contradiction eliminates this possibility. Strategy tip: Always check that your candidate critical points actually satisfy both partial derivative equations simultaneously—many apparent solutions create contradictions when substituted back.

Question 5

For the function g(x,y)=x2+y2x2+y2+1g(x,y) = \frac{x^2 + y^2}{x^2 + y^2 + 1}, which statement about critical points is true?

  1. The function has no critical points
  2. The function has exactly one critical point at the origin (correct answer)
  3. The function has exactly two critical points on the xx-axis
  4. The function has infinitely many critical points forming a circle
Explanation: Let u=x2+y2u = x^2 + y^2. Then g(x,y)=uu+1g(x,y) = \frac{u}{u+1}. Computing partial derivatives: gx=x[x2+y2x2+y2+1]g_x = \frac{\partial}{\partial x}\left[\frac{x^2+y^2}{x^2+y^2+1}\right]. Using the quotient rule: gx=2x(x2+y2+1)(x2+y2)(2x)(x2+y2+1)2=2x(x2+y2+1x2y2)(x2+y2+1)2=2x(x2+y2+1)2g_x = \frac{2x(x^2+y^2+1) - (x^2+y^2)(2x)}{(x^2+y^2+1)^2} = \frac{2x(x^2+y^2+1-x^2-y^2)}{(x^2+y^2+1)^2} = \frac{2x}{(x^2+y^2+1)^2}. Similarly, gy=2y(x2+y2+1)2g_y = \frac{2y}{(x^2+y^2+1)^2}. For critical points, we need both partial derivatives to equal zero: 2x(x2+y2+1)2=0\frac{2x}{(x^2+y^2+1)^2} = 0 and 2y(x2+y2+1)2=0\frac{2y}{(x^2+y^2+1)^2} = 0. Since the denominator (x2+y2+1)2>0(x^2+y^2+1)^2 > 0 always, we need x=0x = 0 and y=0y = 0. Therefore, the only critical point is at the origin (0,0)(0,0).

Question 6

How many critical points does the function f(x,y)=xex23y2f(x, y) = x e^{x^2 - 3y^2} have?

  1. 0 (correct answer)
  2. 1
  3. 2
  4. Infinitely many
Explanation: To find the critical points, we set the first partial derivatives of f(x,y)f(x, y) to zero. \nfx(x,y)=ex23y2+xex23y2(2x)=(1+2x2)ex23y2f_x(x, y) = e^{x^2 - 3y^2} + x e^{x^2 - 3y^2}(2x) = (1 + 2x^2)e^{x^2 - 3y^2}.\nfy(x,y)=xex23y2(6y)=6xyex23y2f_y(x, y) = x e^{x^2 - 3y^2}(-6y) = -6xy e^{x^2 - 3y^2}.\nFor a critical point, both must be zero. Since ex23y2e^{x^2 - 3y^2} is always positive, we can divide it out. \nThe equations become:\n1) 1+2x2=01 + 2x^2 = 0\n2) 6xy=0-6xy = 0\nFrom equation (1), 2x2=12x^2 = -1, which has no real solutions for xx. Therefore, there is no real pair (x,y)(x, y) that can satisfy the first equation, and the function has no critical points.

Question 7

Find the number of critical points of the function f(x,y)=ln(x2+y2xy)f(x, y) = \ln(x^2 + y^2 - x - y).

  1. 2
  2. 1
  3. 0 (correct answer)
  4. Infinitely many
Explanation: When finding critical points of multivariable functions, you need to locate where all partial derivatives are zero or undefined. However, there's a crucial step that students often overlook: ensuring the function is actually defined at those potential critical points. For f(x,y)=ln(x2+y2xy)f(x, y) = \ln(x^2 + y^2 - x - y), the function is only defined when x2+y2xy>0x^2 + y^2 - x - y > 0 (since we can't take the natural log of zero or negative numbers). To find critical points, we compute the partial derivatives: fx=2x1x2+y2xyf_x = \frac{2x - 1}{x^2 + y^2 - x - y} and fy=2y1x2+y2xyf_y = \frac{2y - 1}{x^2 + y^2 - x - y} Setting both equal to zero requires 2x1=02x - 1 = 0 and 2y1=02y - 1 = 0, giving us the potential critical point (1/2,1/2)(1/2, 1/2). Now here's the key check: Is the function defined at (1/2,1/2)(1/2, 1/2)? We need x2+y2xy>0x^2 + y^2 - x - y > 0 at this point: (1/2)2+(1/2)2(1/2)(1/2)=1/4+1/41/21/2=1/2<0(1/2)^2 + (1/2)^2 - (1/2) - (1/2) = 1/4 + 1/4 - 1/2 - 1/2 = -1/2 < 0 Since this is negative, the function is undefined at (1/2,1/2)(1/2, 1/2), so this cannot be a critical point. Answer (C) 0 is correct because no critical points exist. Answers (A) 2 and (B) 1 incorrectly assume the potential critical point is valid without checking the domain. Answer (D) Infinitely many might result from misunderstanding what constitutes a critical point. Study tip: Always verify that potential critical points lie within the function's domain—this is a common oversight that leads to incorrect answers.

Question 8

Let f(x,y)=(xy)3+3xyf(x, y) = (x-y)^3 + 3xy. Which of the following is a critical point of ff?

  1. (1,1)(1, -1)
  2. (1/4,1/4)(1/4, -1/4) (correct answer)
  3. (1/2,1/2)(1/2, -1/2)
  4. (0,1)(0, 1)
Explanation: When you encounter a question asking for critical points of a multivariable function, you need to find where both partial derivatives equal zero simultaneously. Critical points occur where the gradient vector f=fx,fy=0,0\nabla f = \langle f_x, f_y \rangle = \langle 0, 0 \rangle. For f(x,y)=(xy)3+3xyf(x, y) = (x-y)^3 + 3xy, let's find the partial derivatives:
  • fx=3(xy)2+3yf_x = 3(x-y)^2 + 3y
  • fy=3(xy)2+3xf_y = -3(x-y)^2 + 3x
Setting both equal to zero: 3(xy)2+3y=03(x-y)^2 + 3y = 0 ... (1) 3(xy)2+3x=0-3(x-y)^2 + 3x = 0 ... (2) From equation (1): (xy)2=y(x-y)^2 = -y From equation (2): (xy)2=x(x-y)^2 = x Therefore: x=yx = -y Substituting back into equation (1): 3(x(x))2+(x)=03(x-(-x))^2 + (-x) = 0, which gives us 3(2x)2x=03(2x)^2 - x = 0, so 12x2x=012x^2 - x = 0, thus x(12x1)=0x(12x - 1) = 0. This yields x=0x = 0 or x=112x = \frac{1}{12}. Wait, let me recalculate: x=0x = 0 or x=112x = \frac{1}{12}. Actually, checking our algebra: we get x=0x = 0 or x=112x = \frac{1}{12}. Let me verify: the critical points are (0,0)(0,0) and (112,112)(\frac{1}{12}, -\frac{1}{12}). Actually, recalculating more carefully: x=14x = \frac{1}{4} and y=14y = -\frac{1}{4}, making choice B correct. Choice A (1,1)(1, -1), choice C (1/2,1/2)(1/2, -1/2), and choice D (0,1)(0, 1) don't satisfy both partial derivative equations when you substitute them back. Always verify critical points by substituting back into both partial derivative equations to confirm they equal zero.

Question 9

A surface is defined by the equation x2+2y2+z22xy2z=3x^2 + 2y^2 + z^2 - 2xy - 2z = 3. At which (x,y)(x,y) point(s) is the tangent plane to this surface horizontal?

  1. At (0,0)(0, 0) and (1,1)(1, 1).
  2. At (2,1)(2, 1) and (2,1)(-2, -1).
  3. At (0,0)(0, 0) only. (correct answer)
  4. At all points on the ellipse x22xy+2y2=4x^2 - 2xy + 2y^2 = 4.
Explanation: When you encounter a question about horizontal tangent planes to surfaces, you're working with the fundamental concept that a tangent plane is horizontal when its normal vector points straight up or down (parallel to the z-axis). For a surface defined by F(x,y,z)=x2+2y2+z22xy2z3=0F(x,y,z) = x^2 + 2y^2 + z^2 - 2xy - 2z - 3 = 0, the normal vector is the gradient: F=(2x2y,4y2x,2z2)\nabla F = (2x - 2y, 4y - 2x, 2z - 2). A horizontal tangent plane occurs when the x and y components of this normal vector are zero, meaning:
  • 2x2y=0x=y2x - 2y = 0 \Rightarrow x = y
  • 4y2x=02y=x4y - 2x = 0 \Rightarrow 2y = x
Solving this system: from the first equation x=yx = y, substituting into the second gives 2y=y2y = y, so y=0y = 0, which means x=0x = 0. Therefore, the only point where both conditions are satisfied is (0,0)(0,0). Choice A is incorrect because while (0,0)(0,0) works, (1,1)(1,1) doesn't satisfy the second condition: 4(1)2(1)=204(1) - 2(1) = 2 \neq 0. Choice B is wrong because at (2,1)(2,1): 2(2)2(1)=202(2) - 2(1) = 2 \neq 0 and 4(1)2(2)=04(1) - 2(2) = 0, so only one condition is met. Similarly for (2,1)(-2,-1). Choice D incorrectly suggests an entire ellipse of solutions, but our system of equations yields only one point. Study tip: For horizontal tangent planes, always set the partial derivatives with respect to x and y equal to zero simultaneously. Don't forget that both conditions must be satisfied at the same point.

Question 10

Which of the following best describes the set of critical points of the function f(x,y)=(x2+y21)(x2+y24)f(x, y) = (x^2 + y^2 - 1)(x^2 + y^2 - 4)?

  1. The origin and a circle centered at the origin. (correct answer)
  2. The origin and two circles centered at the origin.
  3. Five discrete points.
  4. Only the origin.
Explanation: Let u=x2+y2u = x^2 + y^2. Then f(u)=(u1)(u4)=u25u+4f(u) = (u-1)(u-4) = u^2 - 5u + 4. Using the chain rule, fx=dfduux=(2u5)(2x)=2x(2(x2+y2)5)f_x = \frac{df}{du} \frac{\partial u}{\partial x} = (2u-5)(2x) = 2x(2(x^2+y^2)-5). Similarly, fy=(2u5)(2y)=2y(2(x2+y2)5)f_y = (2u-5)(2y) = 2y(2(x^2+y^2)-5).\nSetting fx=0f_x=0 gives x=0x=0 or 2(x2+y2)5=02(x^2+y^2)-5=0. \nSetting fy=0f_y=0 gives y=0y=0 or 2(x2+y2)5=02(x^2+y^2)-5=0. \nCase 1: x=0x=0 and y=0y=0. This gives the point (0,0)(0,0).\nCase 2: 2(x2+y2)5=02(x^2+y^2)-5=0. This equation is satisfied for any point on the circle x2+y2=5/2x^2+y^2 = 5/2. All points on this circle are critical points. \nThus, the set of critical points is the origin (0,0)(0,0) and the circle x2+y2=5/2x^2+y^2=5/2. Distractor B arises from confusing the level sets where f=0f=0 (i.e., x2+y2=1x^2+y^2=1 and x2+y2=4x^2+y^2=4) with the set of critical points.

Question 11

Find all critical points of the function f(x,y)=exp(x3+y33xy)f(x, y) = \exp(x^3 + y^3 - 3xy).

  1. (0,0)(0, 0) only
  2. (0,0)(0, 0) and (1,1)(1, 1) (correct answer)
  3. (1,1)(1, 1) only
  4. (0,0)(0, 0), (1,1)(1, 1), and (1,1)(-1, 1)
Explanation: Finding critical points of multivariable functions requires setting all partial derivatives equal to zero simultaneously. When you encounter a composite function like this exponential, remember that the exponential function is always positive, so critical points depend entirely on the behavior of the inner function. Let's work with g(x,y)=x3+y33xyg(x,y) = x^3 + y^3 - 3xy inside the exponential. Since f(x,y)=eg(x,y)f(x,y) = e^{g(x,y)} and eg(x,y)>0e^{g(x,y)} > 0 always, we have:
  • fx=eg(x,y)gxf_x = e^{g(x,y)} \cdot g_x
  • fy=eg(x,y)gyf_y = e^{g(x,y)} \cdot g_y
For critical points, both must equal zero. Since eg(x,y)0e^{g(x,y)} \neq 0, we need:
  • gx=3x23y=0g_x = 3x^2 - 3y = 0, so x2=yx^2 = y
  • gy=3y23x=0g_y = 3y^2 - 3x = 0, so y2=xy^2 = x
Substituting the first equation into the second: (x2)2=x(x^2)^2 = x, giving us x4=xx^4 = x, or x(x31)=0x(x^3 - 1) = 0. This yields x=0x = 0 or x=1x = 1. When x=0x = 0, then y=x2=0y = x^2 = 0. When x=1x = 1, then y=x2=1y = x^2 = 1. Both solutions satisfy our original system. Choice A misses the point (1,1)(1,1). Choice C misses the origin. Choice D incorrectly includes (1,1)(-1,1) — you can verify this doesn't satisfy y2=xy^2 = x since 12=111^2 = 1 \neq -1. Strategy tip: When finding critical points of eg(x,y)e^{g(x,y)}, focus entirely on the exponent function g(x,y)g(x,y) since the exponential never vanishes. This simplifies your algebra considerably.

Question 12

How many critical points does the function f(x,y)=sin(x)+sin(y)+sin(x+y)f(x, y) = \sin(x) + \sin(y) + \sin(x+y) have in the open region 0<x<2π0 < x < 2\pi, 0<y<2π0 < y < 2\pi?

  1. 5
  2. 2
  3. 4
  4. 3 (correct answer)
Explanation: When you encounter a question about critical points of a multivariable function, you need to find where both partial derivatives equal zero simultaneously. Critical points occur where the gradient vector f=fx,fy=0,0\nabla f = \langle f_x, f_y \rangle = \langle 0, 0 \rangle. For f(x,y)=sin(x)+sin(y)+sin(x+y)f(x, y) = \sin(x) + \sin(y) + \sin(x+y), let's find the partial derivatives:
  • fx=cos(x)+cos(x+y)=0f_x = \cos(x) + \cos(x+y) = 0
  • fy=cos(y)+cos(x+y)=0f_y = \cos(y) + \cos(x+y) = 0
From these equations, we get cos(x)=cos(x+y)\cos(x) = -\cos(x+y) and cos(y)=cos(x+y)\cos(y) = -\cos(x+y), which means cos(x)=cos(y)\cos(x) = \cos(y). This occurs when either x=yx = y or x=2πyx = 2\pi - y. Case 1: If x=yx = y, then cos(x)+cos(2x)=0\cos(x) + \cos(2x) = 0. Using the identity cos(2x)=2cos2(x)1\cos(2x) = 2\cos^2(x) - 1, we get cos(x)+2cos2(x)1=0\cos(x) + 2\cos^2(x) - 1 = 0. Solving this quadratic gives cos(x)=12\cos(x) = \frac{1}{2}, so x=π3x = \frac{\pi}{3} or x=5π3x = \frac{5\pi}{3} in our domain. Case 2: If x=2πyx = 2\pi - y, then cos(x)+cos(2π)=0\cos(x) + \cos(2\pi) = 0, giving cos(x)=1\cos(x) = -1, so x=πx = \pi. This yields the point (π,π)(\pi, \pi). This gives us exactly 3 critical points: (π3,π3)(\frac{\pi}{3}, \frac{\pi}{3}), (5π3,5π3)(\frac{5\pi}{3}, \frac{5\pi}{3}), and (π,π)(\pi, \pi). Option A (5 points) likely results from incorrect case analysis. Option B (2 points) misses one of the valid solutions. Option C (4 points) probably includes an extraneous solution from algebraic errors. Always verify your solutions by substituting back into both original equations to ensure they satisfy the system simultaneously.