Problem 14
Question
Examine the function for relative extrema and saddle points. $$ f(x, y)=x^{2}-3 x y-y^{2} $$
Step-by-Step Solution
Verified Answer
The function \(f(x, y)=x^{2}-3 x y-y^{2}\) has a saddle point at the origin (0,0).
1Step 1: Find the first partial derivatives
Compute the first partial derivative with respect to \( x, f_x \), and with respect to \( y, f_y \): \n\( f_x = 2x -3y \) and \( f_y = -3x -2y \).
2Step 2: Set \( f_x \) and \( f_y \) to zero
In order to find the critical points we have: \n \(2x -3y = 0\) (i) \n and \(-3x -2y=0\) (ii). Solving this system of equations we find \(x = 0\) and \(y = 0\). Therefore, we have a critical point at (0,0).
3Step 3: Find the second partial derivatives
Compute \( f_{xx} , f_{xy} , f_{yy} \) \n \( f_{xx} = 2, f_{xy} = -3, f_{yy} = -2 \).
4Step 4: Form the Hessian matrix
The Hessian Matrix H is the square matrix of second partial derivatives. \n Hessian H = \( \[ [f_{xx} \ f_{xy}] , [f_{yx} \ f_{yy}] \] \) = \( \[ [2 \ -3] , [-3 \ -2] \] \)
5Step 5: Evaluate the determinant of the Hessian Matrix
The determinant of the Hessian is: D = \( f_{xx}f_{yy} - f_{xy}^2 = 2*(-2) - (-3)^2 = -4 - 9 = -13\)
6Step 6: Second derivative test
Given that D < 0, we conclude that we have a saddle point at (0,0)
Other exercises in this chapter
Problem 14
Use the regression capabilities of a graphing utility or a spreadsheet to find the least squares regression line for the given points. $$ (-10,10),(-5,8),(3,6),
View solution Problem 14
Use Lagrange multipliers to find the given extremum. In each case, assume that \(x, y\), and \(z\) are positive. Maximize \(f(x, y, z)=x y z\) Constraint: \(x+y
View solution Problem 14
Find the first partial derivatives with respect to \(x\) and with respect to \(y\). $$ g(x, y)=\ln \left(x^{2}+y^{2}\right) $$
View solution Problem 14
Find the function values. \(f(x, y)=3 x y+y^{2}\) (a) \(f(x+\Delta x, y)\) (b) \(\frac{f(x, y+\Delta y)-f(x, y)}{\Delta y}\)
View solution