The extrema test states that for a function , if a point satisfies
then we have a local maximum.
True or False?
For a function
, if a point
satisfies
then we have a local maximum.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
the first derivatives of x and y are 0, point (x ,y ) can be minimum, maximum or saddle point. We need to calculate:
N1 = f xx and N2 = f xxf yy-f xy.
If N1 and N2 both are greater then 0, we have a minimum.
If N1<0 and N2 >0, we have a maximun.
If N1 and N2 both are less than 0, we have a saddle point.