πŸŽ“ BookMCQ
← Back to 14. Partial Derivatives Calculus

πŸ“ Second partial derivative test (14 MCQs)

πŸ“– From Calculus β€’ 14. Partial Derivatives Calculus β€’ 14 questions available

What is Second partial derivative test?

Definition:
Discriminant D(a,b)=fxxfyyβˆ’(fxy)2D(a,b) = f_{xx}f_{yy} - (f_{xy})^2 determines nature of critical point: D>0,fxx>0D>0, f_{xx}>0 min; D>0,fxx<0D>0, f_{xx}<0 max; D<0D<0 saddle; D=0D=0 inconclusive.

Example:
f=x2+xy+y2f=x^2+xy+y^2 at (0,0)(0,0): D=(2)(2)βˆ’(1)2=3>0,fxx=2>0D=(2)(2)-(1)^2=3>0, f_{xx}=2>0 β‡’ local minimum.

Reason:
Test derives from quadratic approximation eigenvalues; provides efficient algebraic criterion avoiding direct comparison of function values.

3
Easy
7
Medium
4
Hard

πŸ“ All Second partial derivative test MCQs

Q1. A function has a critical point where fxx=0f_{xx} = 0, fyy=βˆ’4f_{yy} = -4, and fxy=0f_{xy} = 0. A student concludes it is a saddle point because D<0D < 0. Which statement best evaluates this reasoning?

A.The conclusion is correct because any negative second derivative implies a saddle point.
B.The conclusion is incorrect; when fxx=0f_{xx} = 0 and fxy=0f_{xy} = 0, then D=0D = 0, making the test inconclusive regardless of fyyf_{yy}. βœ…
C.The conclusion is correct because D=(0)(βˆ’4)βˆ’02=0D = (0)(-4) - 0^2 = 0, which always indicates a saddle point in multivariable calculus.
D.The reasoning is flawed only because fyyf_{yy} should be positive for a saddle point; the sign of fxxf_{xx} is irrelevant.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: The discriminant is calculated as D=fxxfyyβˆ’(fxy)2D = f_{xx}f_{yy} - (f_{xy})^2. Substituting the given values yields D=(0)(βˆ’4)βˆ’02=0D = (0)(-4) - 0^2 = 0. When D=0D = 0, the Second Partials Test provides no information about the nature of the critical point. The student incorrectly computed or interpreted DD, confusing a zero discriminant with a negative one, which is a common error analysis scenario requiring careful verification of arithmetic and test conditions.

Q2. Consider a surface modeling population density where a critical point satisfies fxx>0f_{xx} > 0, fyy>0f_{yy} > 0, but fxyf_{xy} is very large and positive. Despite both pure second derivatives suggesting convexity, why might this point not be a local minimum?

A.Because fxy>0f_{xy} > 0 always indicates a saddle point regardless of other derivatives.
B.Because the mixed partial can make D=fxxfyyβˆ’(fxy)2D = f_{xx}f_{yy} - (f_{xy})^2 negative, overriding the individual signs of fxxf_{xx} and fyyf_{yy}. βœ…
C.Because population models cannot have local minima, only maxima or saddle points.
D.Because fxx>0f_{xx} > 0 and fyy>0f_{yy} > 0 guarantee a minimum only if fxy=0f_{xy} = 0; otherwise the test is invalid.
πŸ’‘ Difficulty: hard | βœ… Correct: B

πŸ“– Explanation: This question tests conceptual understanding that the discriminant DD depends on the interaction term fxyf_{xy}. Even if both pure second derivatives are positive, a sufficiently large mixed partial can make D<0D < 0, indicating a saddle point. This reflects real-world modeling where cross-effects dominate individual curvatures, requiring students to move beyond simplistic sign checks and understand the geometric meaning of the full Hessian determinant.

Q3. Given contour lines near a critical point that appear elliptical and evenly spaced, but the spacing increases along one diagonal direction while decreasing along the perpendicular diagonal, what does this suggest about the Second Partials Test outcome?

A.The test would yield D>0D > 0 with fxx>0f_{xx} > 0, confirming a local minimum.
B.The test would yield D>0D > 0 with fxx<0f_{xx} < 0, confirming a local maximum.
C.The test would yield D<0D < 0, indicating a saddle point despite the elliptical appearance. βœ…
D.The test would be inconclusive (D=0D = 0) because non-uniform spacing violates smoothness assumptions.
πŸ’‘ Difficulty: medium | βœ… Correct: C

πŸ“– Explanation: Elliptical contours typically suggest extrema, but non-uniform spacing along diagonals indicates asymmetric curvature. If spacing increases in one direction and decreases in another, the surface curves upward in one diagonal and downward in the orthogonal diagonal, characteristic of a saddle point. Thus, despite an initially elliptical appearance, the underlying geometry produces D<0D < 0. This graph-based interpretation requires linking visual contour behavior to analytical test outcomes beyond textbook examples.

Q4. A student computes D=12D = 12 and fxx=βˆ’3f_{xx} = -3 at a critical point and labels it a local minimum. Another student argues it must be a maximum. Who is correct and why?

A.The first student is correct because D>0D > 0 always means minimum.
B.The second student is correct because D>0D > 0 and fxx<0f_{xx} < 0 together imply a local maximum. βœ…
C.Both are wrong; D>0D > 0 alone determines the type, and since 12 > 0, it is neither.
D.The first student confused fxxf_{xx} with fyyf_{yy}; only fyyf_{yy} matters for classification.
πŸ’‘ Difficulty: easy | βœ… Correct: B

πŸ“– Explanation: When D>0D > 0, the critical point is either a local minimum or maximum, determined solely by the sign of fxxf_{xx} (or equivalently fyyf_{yy}). Since fxx=βˆ’3<0f_{xx} = -3 < 0, the function is concave down in the x-direction and, due to D>0D > 0, in all directions, confirming a local maximum. This direct recall question reinforces the precise condition linking discriminant sign and second derivative sign, correcting the common misconception that D>0D > 0 alone suffices.

Q5. In optimizing a cost function C(x,y)C(x,y), you find a critical point where Cxx=2C_{xx} = 2, Cyy=8C_{yy} = 8, and Cxy=5C_{xy} = 5. Your colleague claims it’s a minimum because both pure second derivatives are positive. Evaluate this claim using the Second Partials Test.

A.The claim is valid; positivity of CxxC_{xx} and CyyC_{yy} is sufficient for a local minimum.
B.The claim is invalid; compute D=(2)(8)βˆ’52=βˆ’9<0D = (2)(8) - 5^2 = -9 < 0, so it is actually a saddle point. βœ…
C.The claim is valid only if Cxy<CxxCyyC_{xy} < \sqrt{C_{xx}C_{yy}}; here 5<16=45 < \sqrt{16} = 4 is false, so it's inconclusive.
D.The claim is invalid because cost functions can never have local minima at interior critical points.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: This application question requires computing D=fxxfyyβˆ’(fxy)2=16βˆ’25=βˆ’9D = f_{xx}f_{yy} - (f_{xy})^2 = 16 - 25 = -9. Despite both pure second derivatives being positive, the large mixed partial makes D<0D < 0, indicating a saddle point. The colleague’s reasoning reflects a widespread misconception that individual convexity guarantees joint convexity. In optimization contexts, ignoring cross-terms can lead to erroneous conclusions about minima, emphasizing the necessity of the full discriminant in multi-variable decision-making.

Q6. Suppose f(x,y)=x4+y4βˆ’2x2y2f(x,y) = x^4 + y^4 - 2x^2y^2. At the origin, all first and second partial derivatives vanish. What does the Second Partials Test indicate, and what is the true nature of the critical point?

A.The test gives D=0D = 0, so it is inconclusive; however, factoring shows f=(x2βˆ’y2)2β‰₯0f = (x^2 - y^2)^2 \geq 0, so it is a global minimum. βœ…
B.The test gives D=0D = 0, so it is inconclusive; but along y=xy = x, f=0f = 0, and along y=0y = 0, f=x4>0f = x^4 > 0, so it is a saddle point.
C.The test gives D>0D > 0 because higher-order terms dominate, confirming a minimum.
D.The test gives D=0D = 0, and since all fourth-order terms are positive, it must be a minimum.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: At (0,0), fxx=fyy=fxy=0f_{xx} = f_{yy} = f_{xy} = 0, so D=0D = 0 and the test fails. However, rewriting f=(x2βˆ’y2)2f = (x^2 - y^2)^2 reveals it is always non-negative and zero when x2=y2x^2 = y^2, including along lines y=Β±xy = \pm x. Since fβ‰₯0f \geq 0 everywhere and equals zero at the origin, it is a global minimum. This Olympiad-style problem combines test limitations with algebraic insight, showing that vanishing second derivatives require higher-order analysis.

Q7. Two surfaces have identical fxxf_{xx} and fyyf_{yy} at their critical points but different fxyf_{xy} values. Surface A has fxy=1f_{xy} = 1, Surface B has fxy=3f_{xy} = 3. If fxx=fyy=2f_{xx} = f_{yy} = 2, how do their classifications differ?

A.Both are local minima because fxx>0f_{xx} > 0 and fyy>0f_{yy} > 0.
B.Surface A is a local minimum (D=3>0D = 3 > 0); Surface B is a saddle point (D=βˆ’5<0D = -5 < 0). βœ…
C.Surface A is a saddle point; Surface B is a local minimum.
D.Both are saddle points because fxy≠0f_{xy} \neq 0.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: Compute DA=(2)(2)βˆ’12=3>0D_A = (2)(2) - 1^2 = 3 > 0 with fxx>0f_{xx} > 0, so minimum. For B, DB=4βˆ’9=βˆ’5<0D_B = 4 - 9 = -5 < 0, so saddle. This mixed-concepts question highlights how the same pure curvatures can yield opposite classifications based solely on interaction strength. It challenges the intuition that similar marginal behaviors imply similar joint behavior, reinforcing that multivariable extrema depend critically on cross-derivatives, not just univariate analogs.

Q8. A researcher models temperature distribution and finds a critical point where Txx=βˆ’1T_{xx} = -1, Tyy=βˆ’1T_{yy} = -1, Txy=βˆ’1T_{xy} = -1. They conclude it’s a local maximum. Is this justified?

A.Yes, because both pure second derivatives are negative.
B.No, because D=(βˆ’1)(βˆ’1)βˆ’(βˆ’1)2=0D = (-1)(-1) - (-1)^2 = 0, so the test is inconclusive. βœ…
C.Yes, because D=1βˆ’1=0>0D = 1 - 1 = 0 > 0 and Txx<0T_{xx} < 0.
D.No, because Txy<0T_{xy} < 0 always creates a saddle point.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: Calculate D=(βˆ’1)(βˆ’1)βˆ’(βˆ’1)2=1βˆ’1=0D = (-1)(-1) - (-1)^2 = 1 - 1 = 0. Although both pure second derivatives suggest concavity, the discriminant is zero, rendering the Second Partials Test inconclusive. The point could be a maximum, minimum, or saddleβ€”further analysis is needed. This error analysis question targets the mistake of assuming negative pure derivatives guarantee a maximum without verifying D>0D > 0, a subtle but critical distinction in applied contexts like thermodynamics.

Q9. On a topographic map, contour lines near a critical point form hyperbolas opening along the axes. Without computing derivatives, what can you infer about the Second Partials Test result?

A.D>0D > 0 and fxx>0f_{xx} > 0
B.D>0D > 0 and fxx<0f_{xx} < 0
C.D<0D < 0 βœ…
D.D=0D = 0
πŸ’‘ Difficulty: easy | βœ… Correct: C

πŸ“– Explanation: Hyperbolic contour patterns are the hallmark of saddle points, where the surface rises in one direction and falls in another. This directly corresponds to D<0D < 0 in the Second Partials Test. Recognizing this visual signature allows quick classification without computation, linking graphical intuition to analytical criteria. This graph-based recall question ensures students connect geometric features to test outcomes, reinforcing spatial reasoning alongside symbolic manipulation.

Q10. You are verifying a peer’s work where they state: β€œSince D=4>0D = 4 > 0 and fyy=βˆ’2f_{yy} = -2, the point is a local minimum.” Identify the specific error in logic.

A.They used fyyf_{yy} instead of fxxf_{xx}; the sign of fyyf_{yy} determines min/max when D>0D > 0.
B.They miscomputed DD; it should be negative.
C.They confused the roles: when D>0D > 0, a negative second derivative implies a maximum, not a minimum. βœ…
D.There is no error; fyy<0f_{yy} < 0 with D>0D > 0 does indicate a minimum.
πŸ’‘ Difficulty: easy | βœ… Correct: C

πŸ“– Explanation: When D>0D > 0, the critical point is a local extremum, and its type is determined by the sign of either fxxf_{xx} or fyyf_{yy} (they share the same sign when D>0D > 0). Since fyy=βˆ’2<0f_{yy} = -2 < 0, it must be a local maximum. The peer incorrectly associated negative curvature with a minimum. This error analysis question clarifies a fundamental rule often reversed by beginners, ensuring correct interpretation of test outputs.

Q11. In a constrained optimization problem reduced to two variables via substitution, the resulting unconstrained function has a critical point with fxx=0f_{xx} = 0, fyy=0f_{yy} = 0, fxy=2f_{xy} = 2. What is the classification?

A.Local minimum
B.Local maximum
C.Saddle point βœ…
D.Test inconclusive
πŸ’‘ Difficulty: medium | βœ… Correct: C

πŸ“– Explanation: Here, D=(0)(0)βˆ’(2)2=βˆ’4<0D = (0)(0) - (2)^2 = -4 < 0. Even though both pure second derivatives vanish, the nonzero mixed partial ensures D<0D < 0, definitively indicating a saddle point. This counters the misconception that vanishing pure derivatives imply inconclusive results; the cross-term alone can determine the nature. This application question emphasizes that the discriminant captures interaction effects independent of marginal curvatures, crucial in transformed optimization problems.

Q12. Compare two methods for classifying a critical point: (1) Second Partials Test, (2) analyzing eigenvalues of the Hessian. If D>0D > 0 and fxx>0f_{xx} > 0, what do the eigenvalues indicate?

A.One positive, one negative
B.Both negative
C.Both positive βœ…
D.One zero, one positive
πŸ’‘ Difficulty: hard | βœ… Correct: C

πŸ“– Explanation: When D>0D > 0 and fxx>0f_{xx} > 0, the Hessian is positive definite, meaning both eigenvalues are positive. This aligns with the Second Partials Test indicating a local minimum. Comparing methods deepens conceptual understanding: the discriminant sign and trace sign together determine eigenvalue signs. This mixed-concepts question bridges computational and linear algebra perspectives, showing equivalence between determinant-based and spectral approaches, which is essential for advanced multivariable analysis.

Q13. A function satisfies fxx=3f_{xx} = 3, fyy=3f_{yy} = 3, fxy=3f_{xy} = 3 at a critical point. A student says β€œsince all second derivatives are equal and positive, it must be a minimum.” Critique this.

A.Correct; symmetry and positivity guarantee a minimum.
B.Incorrect; D=9βˆ’9=0D = 9 - 9 = 0, so the test is inconclusive despite equal positive derivatives. βœ…
C.Correct; equal derivatives imply isotropic curvature, which always yields a minimum.
D.Incorrect; fxyf_{xy} should be less than fxxf_{xx} for a minimum, but equality still gives D>0D > 0.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: Compute D=(3)(3)βˆ’32=0D = (3)(3) - 3^2 = 0. Equal positive pure derivatives do not ensure D>0D > 0; the mixed partial can exactly balance them. The student assumes symmetry implies definiteness, but here the Hessian is singular. This error analysis question exposes overgeneralization from symmetric cases, stressing that even perfectly balanced derivatives can yield degenerate Hessians requiring higher-order tests.

Q14. For f(x,y)=x3βˆ’3xy2f(x,y) = x^3 - 3xy^2, the origin is a critical point. Apply the Second Partials Test and interpret the result in light of the function’s monkey-saddle geometry.

A.D=0D = 0, test inconclusive; the monkey saddle has threefold symmetry, unlike standard saddles. βœ…
B.D<0D < 0, confirming a standard saddle point.
C.D>0D > 0, indicating a degenerate minimum.
D.D=0D = 0, but since third derivatives dominate, it is a local maximum.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: Compute second partials: fxx=6xf_{xx} = 6x, fyy=βˆ’6xf_{yy} = -6x, fxy=βˆ’6yf_{xy} = -6y. At (0,0), all are zero, so D=0D = 0. The test fails, consistent with the monkey saddle’s higher-order nature. Unlike quadratic saddles, this cubic surface has three ascending and three descending regions. This Olympiad-style question links test failure to geometric complexity, illustrating that vanishing second derivatives signal non-quadratic behavior requiring alternative analysis methods beyond the standard test.

πŸ”— Related Topics (MCQs)