Saddle points in a multivariable function are those critical points where the function attains neither a local maximum value nor a local minimum value. Saddle points mostly occur in multivariable functions. A few single variable functions like f(x) = x3 show a saddle point in its domain.
Critical points of a function are the points in the domain of the function where either the first derivative of the function is equal to zero or the derivative does not exist. If x = c is a critical point for a function f and f(c) exists, then c is called the critical point of f if either f’(c) = 0 or f’(c) does not exist.
Definition of Saddle Points
Saddle points of a multivariable function are those points in its domain where the tangent is parallel to the horizontal axis, but this point tends to be neither a local maximum nor a local minimum.
For a two-variable function f(x, y), its saddle point is defined as
If z = f(x, y), then the point (x, y, z) is said to be a saddle point if both the partial derivatives fx(x, y) and fy(x, y) vanishes, but f does not attain any extremum values (maxima or minima) at (x, y). |
Second Derivative Test for Saddle Points
Many times saddle points are not identifiable with the general second derivative test which is used to find the concavity or convexity of a function at any point. To find the saddle points within the domain of a function we require mixed partial derivatives.
Let f(x, y) is a function in two variables for which the first and second-order partial derivatives are continuous on some disk that contains the point (a, b). If fx(a, b) = 0 and fy(a, b) = 0, we define D = fxx(a, b) fyy (a, b) – [fxy(a, b)]2 then:
|
Method of Finding of Saddle Points
Let f(x, y) be a function of two variables whose first and second-order partial derivatives exist and are continuous on a domain containing the point (a, b). Using the following steps apply the second derivative test to find the extreme points and saddle points.
- Determine the critical points (a, b) such that the partial derivatives fx(a, b) = fy(a, b) = 0. Discard those points for which any of the partial derivatives does not exist.
- Calculate the discriminant D = fxx(a, b) fyy (a, b) – [fxy(a, b)]2 for each critical point.
- Check for the cases:
- If D > 0 and fxx(a, b) > 0, f has a local minimum at (a, b)
- If D > 0 and fxx(a, b) < 0, has a local maximum at (a, b)
- If D < 0, f has a saddle point (a, b)
- If D = 0, the test fails.
Related Articles
Solved Examples on Saddle Points
Example 1:
Find the critical points of the function f(x, y) = y2 – x2 and check for the presence of any saddle point.
Solution:
Let us find the first-order partial derivative with respect to x and y to determine the critical points.
fx(x, y) = –2x
and fy(x, y) = 2y which exists everywhere.
Clearly, f has a critical point at (0, 0). Let us apply the second-order partial derivative test,
fxx(x, y) = –2
fyy(x, y) = 2
fxy(x, y) = 0
Therefore, the discriminant D = fxx(0, 0) fyy (0, 0) – [fxy(0, 0)]2
⇒ D = – 4 – 02 = – 4 < 0
Hence, at (0, 0) f has a saddle point.
Example 2:
Find the critical points of the function f(x, y) = x2y2 – 5x2 – 5y2 – 8xy and check for the presence of any saddle point.
Solution:
Let us find the first-order partial derivative with respect to x and y to determine the critical points.
fx(x, y) = 2xy2 – 10x – 8y
and fy(x, y) = 2x2y – 10y – 8x which exists everywhere.
Now, the second equation from first and equating to zero, we get
2xy (y – x) + 2(y – x) = 0
⇒ (y – x)(xy + 1) = 0
⇒ either x = y or y = – 1/x
If x = y, substituting this in any of the partial derivatives, we get
2x3 – 18x = 0
⇒ x = 0, 3, –3
And if y = – 1/x, substituting this in any of the partial derivatives, we get
2/x – 10x + 8/x = 0 ⇒ 1 – x2 = 0
⇒ x = 1, –1
Therefore, we get the critical points (0, 0), (3, 3), ( – 3, –3), (1, –1) and ( –1, 1).
Now, fxx(x, y) = 2y2 – 10
fyy(x, y) = 2x2 – 10
fxy(x, y) = 4xy – 8
At (0, 0), D = fxx(0, 0) fyy (0, 0) – [fxy(0, 0)]2 = 100 – 64 = 36 > 0 and fxx(0, 0) = – 10 < 0
Hence, at (0, 0) we have a local maximum
At (±3, ±3), D = fxx(±3, ±3) fyy (±3, ±3) – [fxy(±3, ±3)]2 = 64 – 784 = – 720 < 0
Hence, at (±3, ±3) we have saddle points.
At (±1, ±1), D = fxx(±1, ±1) fyy (±1, ±1) – [fxy(±1, ±1)]2 = 64 – 144 = a negative quantity
Hence, at (±1, ±1) also we have saddle points.
Frequently Asked Questions on Saddle Points
What are saddle points of a function?
A saddle point of a function is a point in the domain of function where it neither attains a maximum value nor attains a minimum value.
Which critical points are saddle points?
Those critical points for which the value of function is neither a local maximum nor a local minimum are called saddle points of the function.
What is the criterion for determining a saddle point?
We use the second-order partial differential test, according to which if the discriminant D = fxx(a, b) fyy (a, b) – [fxy(a, b)]2 is a negative number, then the point (a, b) is a saddle point for function f.
What is the second-order partial derivative test for saddle points?
Let f(x, y) is a function in two variables for which the first and second-order partial derivatives are continuous on some disk that contains the point (a, b). If fx(a, b) = 0 and fy(a, b) = 0, we define D = fxx(a, b) fyy (a, b) – [fxy(a, b)]2 then:
- If D > 0 and fxx(a, b) > 0, f has a local minimum at (a, b)
- If D > 0 and fxx(a, b) < 0, has a local maximum at (a, b)
- If D < 0, f has a saddle point (a, b)
- If D = 0, the test fails.
Comments