Extreme Points
Definition: Extreme points include,
- Local minima: If , a point is a local minima of if there exists such that for all ,
- Local maxima: If , a point is a local maxima of if there exists such that for all ,
- A point is called a local extrema if it is either a local minima or a local maxima
- A point is called a critical point of if
- Saddle point: A critical point which is not a local extrema
Theorem: Say is differentiable, if is a local extrema then and has to be critical
Example:
The only critical point is
It is pretty clear in this case that this is a local minima
However, this is not always clear. The second derivative test can be used to test to better test for local extrema for most functions
Definition: If has continuous 2nd derivatives, the Hessian of at along
This helps write the 2nd order Taylor series out as
At a critical point, this simplifies to
Definition: is called positive definite if for all , is called negative definite if for all
Theorem: If is twice differentiable at and is a critical point of , then is positive definite is a local minima and is negative definite is a local maxima
Note that since the second derivatives are constant, the Hessian for a two variable function can be written like
Everything here is necessarily positive except for and
If and then is a strict local minima
If and then is a strict local maxima
This is also the determinant of the Hessian matrix,
Example:
,
is the only critical point
so it is a strict local minima
Global Extrema and Lagrange Multiplier
Definition: Suppose , a point is said to be a global maxima (or absolute maxima) of if for all and a global minima of if for all
Definition: A set is bounded if there is a number such that for all
Definition: A set is closed if it contains all of its boundary points (this definition was given in an earlier class)
Theorem: Suppose is closed and bounded and is continuous, then must have an absolute minima and an absolute maxima in
To find global minima/maxima of a differentiable function where is closed and bounded,
- Locate all critical points
- Find all critical points of as a function on boundary of
- Compute the value of along all these critical points (of step 1 and step 2)
- Compare the different values of step 3 and select the smallest and largest
Example: Find the global extrema of in
,
,
is in
Write as a function on the boundary points of (notated as ),
Parameterize like so
Find the solutions for and then compare the critical points
Alternative approach might work?
,
In general, the problem of finding maxima/minima according to a constraint is difficult and needs some specialized techniques. The problem is maximizing/minimizing subject to the side condition .
Theorem: Suppose that and are functions. Let and and let be the level set of with value . Assume , then if (denotes restricted to ) has a local maximum or minimum on at then there is a real number such that
Essentially, is parallel to and perpendicular to the level set
Theorem: If , when constrained to a surface , has a maximum or minimum at , then is perpendicular to at
So the goal is to find a point and a constant called a Lagrange multiplier such that . This means solving the simultaneous equations .
In other words, the Lagrange multiplier theorem says that to find the extreme points of one should examine the critical points of
Example: Maximize subject to the constraint
This has a maximum and minimum since is continuous and is closed and bounded
, and
This gives and
can have a maxima and minima even when is unbounded, depending on the situation.
If is bounded then must have a maximum and a minimum. If only two points satisfy the Lagrange multiplier than one is the maximum and one is the minimum. If there are more than some can be saddle points. If is not bounded then need not have any maxima or minima
For multiple conditions, the Lagrange multiplier theorem can be generalized with the equation
Definition: Let be an open region in with boundary , is smooth if is the level set of a smooth function whose gradient never vanishes ()
Now, to find the absolute maxima and minima,
- Locate all critical points of in
- Use the method of Lagrange multiplier to locate all the critical points of
- Compute the values of at all these critical points
- Select the largest and the smallest
Is there an equivalent Hessian matrix technique for problems with constraints?
Theorem: Let and (and at least ). Let and , and be the level curve for with value . From the auxiliary function , the bordered Hessian determinant is =
Now, if then is a local maximum point for . If then is a local minimum point for . Otherwise, the test is inconclusive.
In the general case, one tests the submatrices of the matrix,
If these submatrices are all negative then we are a local minimum. If they alternative in sign then we are at a local maximum.