« previous | Wednesday, February 29, 2012 | next »
Quadratic Forms
For the second derivative test, we replace with its second order Taylor polynomial:
Classification
Examine the values of for on the unit circle . Find two relative extrema and
- if all positive
- a paraboloid whose vertex represents a minimum
- if all negative
- a paraboloid whose vertex represents a maximum
- if mixed
- a saddle surface
- if some value on degenerate
- a parabolic cylinder representing a line of minimum or maximum values
Lagrange Multipliers
Useful for finding extrema along a curve or surface domain (just the problem we were discussing earlier).
Find relative extrema of for constrained by .
represents a level curve of the function
The general idea is to follow the curve along the direction of to find the maximum value. At all extrema points, and will be parallel. Since they are parallel, one will be a scalar multiple of the other.
We're left with the following 3 equations with unknown values , , and .
Example
Going back to our previous line of thought, find the extrema of on :
Thus our three equations are
Solving these equations gives OR .
- If , then , and (0,0) is not on our unit circle. We need a nonzero solution.
- If , then , and the points are
- If , then , and the points are
Plugging all solutions for a respective into gives the same value... Coincidence? I think not!
For Quadratic forms, the Lagrange multipliers are actually equal to the relative extrema. The values for are called eigenvalues, and the characteristic polynomial we solved for was
In this case, is mixed
Matrix Form
For ,
, where
.
The Lagrange multiplier method states that
This can be simplified down to
For our previous problem , , which produces the same two equations for lambda with our constraint curve.
<math>\begin{cases}
y = \lambda x \\
x = \lambda y \\
x^2+y^2 = 1
\end{cases}