Section 14.3 : Relative Minimums and Maximums
4. Find and classify all the critical points of the following function.
f(x,y)=3y3−x2y2+8y2+4x2−20yShow All Steps Hide All Steps
Start SolutionWe’re going to need a bunch of derivatives for this problem so let’s get those taken care of first.
fx=−2xy2+8xfy=9y2−2x2y+16y−20fxx=−2y2+8fxy=−4xyfyy=18y−2x2+16 Show Step 2Now, let’s find the critical points for this problem. That means solving the following system.
fx=0:−2xy2+8x=2x(4−y2)=0→y=±2orx=0fy=0:9y2−2x2y+16y−20=0As shown above we have three possible options from the first equation. We can plug each into the second equation to get the critical points for the equation.
y=−2:4x2−16=0→x=±2⇒(2,−2)and(−2,−2)y=2:−4x2+48=0→x=±2√3⇒(2√3,2)and(−2√3,2)
x=0:9y2+16y−20=0→y=−16±√97618⇒(0,−16−√97618)and(0,−16+√97618)
As we noted in the first two problems in this section be careful to only write down the actual solutions as found in the above work. Do not just write down all possible combinations of x and y from each of the three lines above. If you do that for this problem you will end up with a large number of points that are not critical points.
Also, do not get excited about the “mess” (i.e. roots) involved in some of the critical points. They will be a fact of life with these problems on occasion.
So, in summary, this function has the following six critical points.
(−2,−2),(2,−2),(2√3,2),(−2√3,2),(0,−16−√97618),(0,−16+√97618). Show Step 3Next, we’ll need the following,
D(x,y)=fxxfyy−[fxy]2=[−2y2+8][18y−2x2+16]−[−4xy]2=[−2y2+8][18y−2x2+16]−16x2y2 Show Step 4With D(x,y) we can now classify each of the critical points as follows.
(−2,−2):D(−2,−2)=−256<0Saddle Point(2,−2):D(2,−2)=−256<0Saddle Point(−2√3,2):D(−2√3,2)=−768<0Saddle Point(2√3,2):D(2√3,2)=−768<0Saddle Point(0,−16−√97618):D(0,−16−√97618)=180.4>0fxx(0,−16−√97618)=−5.8<0Relative Maximum(0,−16+√97618):D(0,−16+√97618)=205.1>0fxx(0,−16+√97618)=6.6>0Relative Minimum
Don’t forget to check the value of fxx when D is positive so we can get the correct classification (i.e. maximum or minimum) and also recall that for negative D we don’t need the second check as we know the critical point will be a saddle point.