maxima
maxima
or smallest value (minimum), that a function takes in a point either within a given
neighbourhood (local extremum) or on the function domain in its entirety (global
extremum).
To say that f has a relative maximum at means that the point is at least
as high as all nearby points on the graph of .Similarly f has a relative
minimum at if is at least as low as all nearby points on the graph.
For example, in the (enlargeable) figure below, the necessary conditions for a local
maximum are similar to those of a function with only one variable.
The first partial derivatives as to z (the variable to be maximized) are zero at the
maximum (the glowing dot on top in the figure). The second partial derivatives are
negative. These are only necessary, not sufficient, conditions for a local maximum
because of the possibility of a saddle point. For use of these conditions to solve for a
maximum, the function z must also be differentiable throughout.
EXAMPLE:
SOLUTION:
Solving equations
The second partial derivative test can help classify the point as a relative maximum or
relative minimum
SOLUTION:
The absolute max will occur either in the interior, at a critical point, or on the boundary.
If y = 9 - x, investigate
In fact extreme may occur when (x, y) = (0, 1) or (1, 0) or (0, 0) or (9, 0) or (0, 9),
or (9/2, 9/2). At these points, f takes the values -41/2, 2, 3, - 61.
fx = 2 - 2x = 0 and fy = 2 - 2y = 0.
so (x, y) = (1, 1) and f (1, 1) = 4, so this must be the global maximum.