Question
Question: Find the relative maxima and relative minima values of the function \(f\left( x,y \right)=8{{x}^{4}}...
Find the relative maxima and relative minima values of the function f(x,y)=8x4+y2−24xy.
Solution
We know that for a function with multiple independent variables, we define D=Fxx⋅Fyy−(Fxy)2. Now, if at critical points, D>0 and Fxx>0, then the point is a local minima, if D>0 and Fxx<0, then the point is a local maxima, if D<0, then the point is a saddle point and if D=0, we don’t have enough information to comment. Using this concept, we can find the local maxima and local minima.
Complete step-by-step answer:
We need to find the relative maxima and relative minima values for the function f(x,y)=8x4+y2−24xy.
Let us represent the differentiation of f(x,y) with respect to x as Fx.
So, we have
Fx=∂x∂(8x4+y2−24xy)
Thus, we have
Fx=32x3−24y...(i)
Let us represent the differentiation of f(x,y) with respect to y as Fy.
So, we have
Fy=∂y∂(8x4+y2−24xy)
Thus, we have
Fy=2y−24x...(ii)
Now, let us equate the equation (i) with 0 to get
32x3−24y=0
Let us simplify this equation as
4x3=3y...(iii)
Now, let us equate the equation (ii) with 0 to get
2y−24x=0
Let us simplify this equation as
y=12x...(iv)
Let us now try to solve (iii) and equation (iv) simultaneously,
4x3−36x=0⇒x(x2−9)=0⇒x=0,3,−3
For x=0, we have y=0. And the point is (0, 0).
For x=3, we have y=36. And the point is (3, 36).
For x=−3, we have y=−36. And the point is (-3, -36).
Let us now represent the double differentiation of f(x,y) with respect to x as Fxx, double differentiation of f(x,y) with respect to y as Fyy and differentiation of Fx with respect to y as Fxy. So, now we have
Fxx=∂x∂(32x3−24y)
Thus, we have
Fxx=96x2
Fyy=∂y∂(2y−24x)
Thus, we have
Fyy=2
Fxy=∂y∂(32x3−24y)
Thus, we have
Fxy=−24
Let us define D=Fxx⋅Fyy−(Fxy)2. By using the values of Fxx, Fyy and Fxy, we get
D=192x2−576
We know that if D>0 and Fxx>0, then the point is a local minima, if D>0 and Fxx<0, then the point is a local maxima, if D<0, then the point is a saddle point and if D=0, we don’t have enough information to comment.
So, for point (0, 0), we have
D=192(0)2−576=−576
Here, since D<0, the point (0, 0) is a saddle point.
For point (3, 36), we have
D=192(3)2−576=1152
Fxx=96(3)2=864
Here, we can see that D>0 and Fxx>0, so the point (3, 36) is a local minima.
For point (-3, -36), we have
D=192(−3)2−576=1152
Fxx=96(−3)2=864
Here, we can see that D>0 and Fxx>0, so the point (-3, -36) is also a local minima.
Hence, local maxima does not exist, and the local minima are at points (3, 36) and (-3,-36).
Note: We must remember that when D=0, then this test fails and we don’t have enough information whether to tell that the point is a maxima or minima or a saddle point. We must note that for functions involving more than one independent variable, we use partial derivatives instead of normal derivatives.