next up previous
Next: Testing the Critical Points Up: Example: Unconstrained Optimization Previous: What Happens at Maxima

Finding the Critical Points

For the function

f(x,y) = 3xy - x3 - y3

(4)

we can calculate

\begin{displaymath}
\mbox{grad} f(x,y) = 3(y - x^2)\hat{i} + 3(x - y^2) \hat{j}.\end{displaymath} (5)

Thus, critical points will occur at the solutions to the system of equations

\begin{displaymath}
3(y - x^2) = 0 \qquad \qquad 3(x - y^2) = 0.\end{displaymath} (6)

Using the first of these equations to eliminate y we find that

\begin{displaymath}
3(x - x^4) = 0 \Rightarrow x (x- 1)(x^2 + x + 1) = 0.\end{displaymath} (7)

The only real solutions to this equation are x = 0 and x = 1. Using this, we find that, since y = x2, the two critical points are (0,0) and (1,1).



Vector Calculus
12/6/1997