This is a free preview. For full access
Partial Derivatives and Gradients
Finding Critical Points in Multivariable Calculus
Description
Multivariable calculus uses critical points to locate local maximum and minimum values on a surface. A local maximum is a point where the function value is higher than at nearby points. A local minimum is a point where the function value is lower than at nearby points. These points are called local extrema, and they matter i...
Show More
Transcript
二元函数在其曲面上的某些特定点处可以取得极大值或极小值。
当函数值高于所有邻近点时,会出现局部最大值;当函数值低于所有邻近点时,会出现局部最小值。
这些极值出现在临界点处,此时切平面在局部是平坦的。
为了找到它们,需计算关于两个变量的偏导数。当两个偏导数均为零时,该点即为临界点,表明在任何方向上均无变化。
例如,假设有 12 平方米的纸板用于制作体积尽可能大的无盖盒子。虽然体积取决于长 x、宽 y 和高 z,但有限的材料构成了约束条件。
这一约束条件使得高度 z 可表示为 x 和 y 的函数,从而将体积公式简化为仅含两个变量的形式。
目标是找到最大体积,该体积出现在体积函数局部平坦的临界点处。
为了确定...
Show More