13.21
在多变量微积分中,二元函数在其曲面上的某些点处可能表现出局部极大值或极小值。当函数在某一点的取值大于其附近所有点的取值时,该点称为局部极大值点;而当函数在某一点的取值小于其附近所有点的取值时,该点称为局部极小值点。这些点统称为局部极值点,在优化问题中具有核心重要性。
局部极值出现在临界点处,此时曲面在…
二元函数在其曲面上的某些特定点处可以取得极大值或极小值。
当函数值高于所有邻近点时,会出现局部最大值;当函数值低于所有邻近点时,会出现局部最小值。
这些极值出现在临界点处,此时切平面在局部是平坦的。
为了找到它们,需计算关于两个变量的偏导数。当两个偏导数均为零时,该点即为临界点,表明在任何方向上均无变化。
例如,假设有 12 平方米的纸板用于制作体积尽可能大的无盖盒子。虽然体积取决于长 x、宽 y 和高 z,但有限的材料构成了约束条件。
这一约束条件使得高度 z 可表示为 x 和 y 的函数,从而将体积公式简化为仅含两个变量的形式。
目标是找到最大体积,该体积出现在体积函数局部平坦的临界点处。
为了确定该点,需计算体积函数 V 对 x 和 y 的偏导数,并令其等于零。求解得到的方程组可得出长度和宽度。将这些值代入体积函数,即可得到最大体积。
View the full transcript and gain access to JoVE Core videos
Q1: What is a local maximum in a multivariable function?
A local maximum occurs when a function's value at a point is greater than at all nearby points on its surface. At this location, the function reaches a peak in the immediate neighborhood. Local maxima are critical for optimization problems where you need to find the highest value a function can achieve within a specific region.
Q2: How do you identify critical points in a two-variable function?
Critical points are found by calculating the partial derivatives with respect to both variables and setting them equal to zero. When both partial derivatives equal zero, the surface becomes momentarily flat in all directions, indicating no change occurs in any direction. Solving these two equations simultaneously yields the coordinates of critical points.
Q3: What is the difference between a local minimum and a local maximum?
A local minimum occurs when the function's value at a point is less than at all nearby locations, while a local maximum occurs when the value is greater than nearby points. Both are local extrema found at critical points where partial derivatives equal zero. The key distinction is whether the function reaches a valley or a peak.
Q4: Why is the tangent plane flat at critical points?
At critical points, both partial derivatives equal zero, meaning the rate of change in every direction is zero. This causes the tangent plane to become locally flat because there is no slope in any direction. A flat tangent plane indicates the surface has momentarily stopped changing, which is the defining characteristic of extrema and saddle points.
Q5: How does the cardboard box example demonstrate optimization with constraints?
Given 12 square meters of cardboard for an open-top box, the volume depends on length, width, and height. The surface area constraint allows height to be expressed as a function of length and width, reducing the problem to two variables. Setting partial derivatives of the resulting volume function to zero identifies the dimensions that maximize volume to 4 cubic meters.
Q6: What additional methods determine if a critical point is a maximum or minimum?
Beyond finding where partial derivatives equal zero, you must examine second-order partial derivatives or use the Hessian matrix to classify critical points. These methods reveal whether a critical point represents a maximum, minimum, or saddle point. The Hessian matrix provides a systematic way to analyze the curvature of the surface at each critical point.
Q7: Why are local extrema important in real-world optimization problems?
Local extrema represent optimal solutions where functions reach their highest or lowest values within a region. In engineering and economics, finding these points solves practical problems like maximizing profit, minimizing cost, or optimizing resource allocation. Understanding where partial derivatives equal zero enables engineers and scientists to design systems efficiently and make informed decisions based on mathematical analysis.