主題
Search

二階導數檢驗


假設 f(x)x函式,在駐點 x_0 處二次可微

1. 如果 f^('')(x_0)>0, 那麼 f區域性最小值 x_0 處。

2. 如果 f^('')(x_0)<0, 那麼 f區域性最大值 x_0 處。

極值檢驗給出了更一般的條件,在這些條件下,二階導數為零的函式 f^('')(x_0)=0 是極大值或極小值。

如果 f(x,y) 是一個二維函式,在點 區域性極值 (x_0,y_0) 處,並且在該點具有連續偏導數,那麼 f_x(x_0,y_0)=0f_y(x_0,y_0)=0。二階偏導數檢驗將該點分類為區域性最大值區域性最小值

二階導數檢驗判別式定義為

D=f_(xx)f_(yy)-f_(xy)f_(yx)
(1)
=f_(xx)f_(yy)-f_(xy)^2.
(2)

那麼

1. 如果 D>0f_(xx)(x_0,y_0)>0,則該點是區域性最小值

2. 如果 D>0f_(xx)(x_0,y_0)<0,則該點是區域性最大值

3. 如果 D<0,則該點是鞍點

4. 如果 D=0,則必須使用更高階的檢驗。


另請參閱

極值, 極值檢驗, 一階導數檢驗, 全域性最大值, 全域性最小值, Hessian 矩陣, 區域性最大值, 區域性最小值, 最大值, 最小值, 鞍點, 二階導數檢驗判別式 在 課堂中探索這個主題

使用 探索

參考文獻

Abramowitz, M. and Stegun, I. A. (Eds.). Handbook of Mathematical Functions with Formulas, Graphs, and Mathematical Tables, 9th printing. New York: Dover, p. 14, 1972.Thomas, G. B. Jr. and Finney, R. L. "Maxima, Minima, and Saddle Points." §12.8 in Calculus and Analytic Geometry, 8th ed. Reading, MA: Addison-Wesley, pp. 881-891, 1992.

在 中被引用

二階導數檢驗

引用為

Weisstein, Eric W. "二階導數檢驗。" 來自 —— 資源。 https://mathworld.tw/SecondDerivativeTest.html

主題分類