Skip to main content
Logo image

APEX Calculus

Section 13.8 Extreme Values

Subsection 13.8.1 Critical Points of Functions of Two Variables

Figure 13.8.1. Introducing extreme values for functions of several variables
Given a function \(f(x,y)\text{,}\) we are often interested in points where \(z=f(x,y)\) takes on the largest or smallest values. For instance, if \(f\) represents a cost function, we would likely want to know what \((x,y)\) values minimize the cost. If \(f\) represents the ratio of a volume to surface area, we would likely want to know where \(f\) is greatest. This leads to the following definition.

Definition 13.8.2. Relative and Absolute Extrema.

Let \(z=f(x,y)\) be defined on a set \(S\) containing the point \(P=(x_0,y_0)\text{.}\)
  1. If \(f(x_0,y_0)\geq f(x,y)\) for all \((x,y)\) in \(S\text{,}\) then \(f\) has an absolute maximum at \(P\) If \(f(x_0,y_0)\leq f(x,y)\) for all \((x,y)\) in \(S\text{,}\) then \(f\) has an absolute minimum at \(P\text{.}\)
  2. If there is an open disk \(D\) containing \(P\) such that \(f(x_0,y_0) \geq f(x,y)\) for all points \((x,y)\) that are in both \(D\) and \(S\text{,}\) then \(f\) has a relative maximum at \(P\text{.}\) If there is an open disk \(D\) containing \(P\) such that \(f(x_0,y_0) \leq f(x,y)\) for all points \((x,y)\) that are in both \(D\) and \(S\text{,}\) then \(f\) has a relative minimum at \(P\text{.}\)
  3. If \(f\) has an absolute maximum or minimum at \(P\text{,}\) then \(f\) has an absolute extremum at \(P\text{.}\) If \(f\) has a relative maximum or minimum at \(P\text{,}\) then \(f\) has a relative extremum at \(P\text{.}\)
If \(f\) has a relative or absolute maximum at \((x_0,y_0)\text{,}\) it means every curve on the graph of \(f\) through \((x_0,y_0,f(x_0,y_0))\) will also have a relative or absolute maximum at \(P\text{.}\) Recalling what we learned in Section 3.1, the slopes of the tangent lines to these curves at \(P\) must be 0 or undefined. Since directional derivatives are computed using \(f_x\) and \(f_y\text{,}\) we are led to the following definition and theorem.

Definition 13.8.3. Critical Point.

Let \(z = f(x,y)\) be continuous on a set \(S\text{.}\) A critical point \(P=(x_0,y_0)\) of \(f\) is a point in \(S\) such that, at \(P\text{,}\)
  • \(f_x(x_0,y_0) = 0\) and \(f_y(x_0,y_0) = 0\text{,}\) or
  • \(f_x(x_0,y_0)\) and/or \(f_y(x_0,y_0)\) is undefined.
Therefore, to find relative extrema, we find the critical points of \(f\) and determine which correspond to relative maxima, relative minima, or neither. The following examples demonstrate this process.
Figure 13.8.5. Finding critical points

Example 13.8.6. Finding critical points and relative extrema.

Let \(f(x,y) = x^2+y^2-xy-x-2\text{.}\) Find the relative extrema of \(f\text{.}\)
Solution.
We start by computing the partial derivatives of \(f\text{:}\)
\begin{equation*} f_x(x,y) = 2x-y-1 \qquad \text{ and } \qquad f_y(x,y) = 2y-x\text{.} \end{equation*}
Each is never undefined. A critical point occurs when \(f_x\) and \(f_y\) are simultaneously 0, leading us to solve the following system of linear equations:
\begin{equation*} 2x-y-1 = 0\qquad \text{ and } \qquad -x+2y = 0\text{.} \end{equation*}
This solution to this system is \(x=2/3\text{,}\) \(y=1/3\text{.}\) (Check that at \((2/3,1/3)\text{,}\) both \(f_x\) and \(f_y\) are 0.)
Figure 13.8.7. The surface in Example 13.8.6 with its absolute minimum indicated
The graph in Figure 13.8.7 shows \(f\) along with this critical point. It is clear from the graph that this is a relative minimum; further consideration of the function shows that this is actually the absolute minimum.

Example 13.8.8. Finding critical points and relative extrema.

Let \(f(x,y) = -\sqrt{x^2+y^2}+2\text{.}\) Find the relative extrema of \(f\text{.}\)
Solution.
We start by computing the partial derivatives of \(f\text{:}\)
\begin{equation*} f_x(x,y) = \frac{-x}{\sqrt{x^2+y^2}}\qquad \text{ and } \qquad f_y(x,y) = \frac{-y}{\sqrt{x^2+y^2}}\text{.} \end{equation*}
It is clear that \(f_x=0\) when \(x=0\) & \(y\neq0\text{,}\) and that \(f_y=0\) when \(y=0\) & \(x\neq0\text{.}\) At \((0,0)\text{,}\) both \(f_x\) and \(f_y\) are not \(0\text{,}\) but rather undefined. The point \((0,0)\) is still a critical point, though, because the partial derivatives are undefined. This is the only critical point of \(f\text{.}\)
Figure 13.8.9. The surface in Example 13.8.8 with its absolute maximum indicated
The graph of \(f\) is plotted in Figure 13.8.9 along with the point \((0,0,2)\text{.}\) The graph shows that this point is the absolute maximum of \(f\text{.}\)
In each of the previous two examples, we found a critical point of \(f\) and then determined whether or not it was a relative (or absolute) maximum or minimum by graphing. It would be nice to be able to determine whether a critical point corresponded to a max or a min without a graph. Before we develop such a test, we do one more example that sheds more light on the issues our test needs to consider.

Example 13.8.10. Finding critical points and relative extrema.

Let \(f(x,y) = x^3-3x-y^2+4y\text{.}\) Find the relative extrema of \(f\text{.}\)
Solution.
Once again we start by finding the partial derivatives of \(f\text{:}\)
\begin{equation*} f_x(x,y) = 3x^2-3\qquad \text{ and } \qquad f_y(x,y) = -2y+4\text{.} \end{equation*}
Each is always defined. Setting each equal to 0 and solving for \(x\) and \(y\text{,}\) we find
\begin{align*} f_x(x,y) = 0 \amp \Rightarrow x=\pm 1\\ f_y(x,y) = 0 \amp \Rightarrow y = 2\text{.} \end{align*}
We have two critical points: \((-1,2)\) and \((1,2)\text{.}\) To determine if they correspond to a relative maximum or minimum, we consider the graph of \(f\) in Figure 13.8.11.
Figure 13.8.11. The surface in Example 13.8.10 with both critical points marked
The critical point \((-1,2)\) clearly corresponds to a relative maximum. However, the critical point at \((1,2)\) is neither a maximum nor a minimum, displaying a different, interesting characteristic.
If one walks parallel to the \(y\)-axis towards this critical point, then this point becomes a relative maximum along this path. But if one walks towards this point parallel to the \(x\)-axis, this point becomes a relative minimum along this path. A point that seems to act as both a max and a min is a saddle point. A formal definition follows.

Definition 13.8.12. Saddle Point.

Let \(P=(x_0,y_0)\) be in the domain of \(f\) where \(f_x=0\) and \(f_y=0\) at \(P\text{.}\) We say \(P\) is a saddle point of \(f\) if, for every open disk \(D\) containing \(P\text{,}\) there are points \((x_1,y_1)\) and \((x_2,y_2)\) in \(D\) such that \(f(x_0,y_0) \gt f(x_1,y_1)\) and \(f(x_0,y_0)\lt f(x_2,y_2)\text{.}\)
At a saddle point, the instantaneous rate of change in all directions is 0 and there are points nearby with \(z\)-values both less than and greater than the \(z\)-value of the saddle point.
Before Example 13.8.10 we mentioned the need for a test to differentiate between relative maxima and minima. We now recognize that our test also needs to account for saddle points. To do so, we consider the second partial derivatives of \(f\text{.}\)
Recall that with single variable functions, such as \(y=f(x)\text{,}\) if \(\fp'(c) \gt 0\text{,}\) then \(f\) is concave up at \(c\text{,}\) and if \(\fp(c) =0\text{,}\) then \(f\) has a relative minimum at \(x=c\text{.}\) (We called this the Second Derivative Test.) Note that at a saddle point, it seems the graph is “both” concave up and concave down, depending on which direction you are considering.
It would be nice if the following were true:
\(f_{xx}\) and \(f_{yy} \gt 0\) \(\Rightarrow\) relative minimum
\(f_{xx}\) and \(f_{yy} \lt 0\) \(\Rightarrow\) relative maximum
\(f_{xx}\) and \(f_{yy}\) have opposite signs \(\Rightarrow\) saddle point.
However, this is not the case. Functions \(f\) exist where \(f_{xx}\) and \(f_{yy}\) are both positive but a saddle point still exists. In such a case, while the concavity in the \(x\)-direction is up (i.e., \(f_{xx} \gt 0\)) and the concavity in the \(y\)-direction is also up (i.e., \(f_{yy} \gt 0\)), the concavity switches somewhere in between the \(x\)- and \(y\)-directions.
To account for this, consider \(D = f_{xx}f_{yy}-f_{xy}f_{yx}\text{.}\) Since \(f_{xy}\) and \(f_{yx}\) are equal when continuous (refer back to Theorem 13.3.15), we can rewrite this as \(D = f_{xx}f_{yy}-f_{xy}^{\,2}\text{.}\) \(D\) can be used to test whether the concavity at a point changes depending on direction. If \(D \gt 0\text{,}\) the concavity does not switch (i.e., at that point, the graph is concave up or down in all directions). If \(D\lt 0\text{,}\) the concavity does switch. If \(D=0\text{,}\) our test fails to determine whether concavity switches or not. We state the use of \(D\) in the following theorem.
Figure 13.8.14. Presenting the second derivative test
We first practice using this test with the function in the previous example, where we visually determined we had a relative maximum and a saddle point.

Example 13.8.15. Using the Second Derivative Test.

Let \(f(x,y) = x^3-3x-y^2+4y\) as in Example 13.8.10. Determine whether the function has a relative minimum, maximum, or saddle point at each critical point.
Solution.
We determined previously that the critical points of \(f\) are \((-1,2)\) and \((1,2)\text{.}\) To use the Second Derivative Test, we must find the second partial derivatives of \(f\text{:}\)
\begin{equation*} f_{xx} = 6x;\qquad f_{yy} = -2;\qquad f_{xy} = 0\text{.} \end{equation*}
Thus \(D(x,y) = -12x\text{.}\)
At \((-1,2)\text{:}\) \(D(-1,2) = 12 \gt 0\text{,}\) and \(f_{xx}(-1,2) = -6\text{.}\) By the Second Derivative Test, \(f\) has a relative maximum at \((-1,2)\text{.}\)
At \((1,2)\text{:}\) \(D(1,2) = -12 \lt 0\text{.}\) The Second Derivative Test states that \(f\) has a saddle point at \((1,2)\text{.}\)
The Second Derivative Test confirmed what we determined visually.

Example 13.8.16. Using the Second Derivative Test.

Find the relative extrema of \(f(x,y) = x^2y+y^2+xy\text{.}\)
Solution.
We start by finding the first and second partial derivatives of \(f\text{:}\)
\begin{align*} f_x \amp = 2xy+y \amp f_y \amp = x^2+2y+x\\ f_{xx} \amp = 2y \amp f_{yy} \amp = 2\\ f_{xy} \amp = 2x+1 \amp f_{yx} \amp = 2x+1\text{.} \end{align*}
We find the critical points by finding where \(f_x\) and \(f_y\) are simultaneously 0 (they are both never undefined). Setting \(f_x=0\text{,}\) we have:
\begin{equation*} f_x=0 \Rightarrow 2xy+y=0 \Rightarrow y(2x+1)=0\text{.} \end{equation*}
This implies that for \(f_x=0\text{,}\) either \(y=0\) or \(2x+1=0\text{.}\)
Assume \(y=0\) then consider \(f_y=0\text{:}\)
\begin{align*} f_y \amp = 0\\ x^2+2y+x \amp = 0, \qquad \text{ and since \(y=0\), we have }\\ x^2+x \amp = 0\\ x(x+1) \amp = 0\text{.} \end{align*}
Thus if \(y=0\text{,}\) we have either \(x=0\) or \(x=-1\text{,}\) giving two critical points: \((-1,0)\) and \((0,0)\text{.}\)
Going back to \(f_x\text{,}\) now assume \(2x+1=0\text{,}\) i.e., that \(x=-1/2\text{,}\) then consider \(f_y=0\text{:}\)
\begin{align*} f_y \amp = 0\\ x^2+2y+x \amp = 0, \qquad \text{ and since \(x=-1/2\), we have }\\ 1/4+2y-1/2 \amp = 0\\ y\amp = 1/8\text{.} \end{align*}
Thus if \(x=-1/2\text{,}\) \(y=1/8\) giving the critical point \((-1/2,1/8)\text{.}\)
With \(D = 4y-(2x+1)^2\text{,}\) we apply the Second Derivative Test to each critical point.
At \((-1,0)\text{,}\) \(D \lt 0\text{,}\) so \((-1,0)\) is a saddle point.
At \((0,0)\text{,}\) \(D\lt 0\text{,}\) so \((0,0)\) is also a saddle point.
At \((-1/2,1/8)\text{,}\) \(D \gt 0\) and \(f_{xx} \gt 0\text{,}\) so \((-1/2,1/8)\) is a relative minimum.
Figure 13.8.17. Graphing \(f\) from Example 13.8.16 and its relative extrema
Figure 13.8.17 shows a graph of \(f\) and the three critical points. Note how this function does not vary much near the critical points — that is, visually it is difficult to determine whether a point is a saddle point or relative minimum (or even a critical point at all!). This is one reason why the Second Derivative Test is so important to have.
Figure 13.8.18. Two more examples with classification of critical points

Subsection 13.8.2 Constrained Optimization

When optimizing functions of one variable such as \(y=f(x)\text{,}\) we made use of Theorem 3.1.4, the Extreme Value Theorem, that said that over a closed interval \(I=[a,b]\text{,}\) a continuous function has both a maximum and minimum value. To find these maximum and minimum values, we evaluated \(f\) at all critical points in the interval, as well as at the endpoints (the “boundary”) of the interval.
A similar theorem and procedure applies to functions of two variables. A continuous function over a closed set also attains a maximum and minimum value (see the following theorem). We can find these values by evaluating the function at the critical values in the set and over the boundary of the set. After formally stating this extreme value theorem, we give examples.

Example 13.8.20. Finding extrema on a closed set.

Let \(f(x,y) = x^2-y^2+5\) and let \(S\) be the triangle with vertices \((-1,-2)\text{,}\) \((0,1)\) and \((2,-2)\text{.}\) Find the maximum and minimum values of \(f\) on \(S\text{.}\)
Solution.
It can help to see a graph of \(f\) along with the set \(S\text{.}\) In Figure 13.8.21.(a) the triangle defining \(S\) is shown in the \(xy\)-plane in a dashed line. Above it is the graph of \(f\text{;}\) we are only concerned with the portion of the surface \(z=f(x,y)\) enclosed by the “triangle”.
Figure 13.8.21. Plotting the graph of \(f\) along with the restricted domain \(S\) in Example 13.8.20
We begin by finding the critical points of \(f\text{.}\) With \(f_x = 2x\) and \(f_y = -2y\text{,}\) we find only one critical point, at \((0,0)\text{.}\)
We now find the maximum and minimum values that \(f\) attains along the boundary of \(S\text{,}\) that is, along the edges of the triangle. In Figure 13.8.21.(b) we see the triangle sketched in the plane with the equations of the lines forming its edges labeled.
Start with the bottom edge, along the line \(y=-2\text{.}\) If \(y\) is \(-2\text{,}\) then on the surface, we are considering points \(f(x,-2)\text{;}\) that is, our function reduces to \(f(x,-2) = x^2-(-2)^2+5 = x^2+1=f_1(x)\text{.}\) We want to maximize/minimize \(f_1(x)=x^2+1\) on the interval \([-1,2]\text{.}\) To do so, we evaluate \(f_1(x)\) at its critical points and at the endpoints.
The critical points of \(f_1\) are found by setting its derivative equal to 0:
\begin{equation*} \fp_1(x)=0\qquad \Rightarrow x=0\text{.} \end{equation*}
Evaluating \(f_1\) at this critical point, and at the endpoints of \([-1,2]\) gives:
\begin{align*} f_1(-1) = 2 \qquad\amp \Rightarrow\qquad f(-1,-2) = 2\\ f_1(0) = 1 \qquad\amp \Rightarrow \qquad f(0,-2) = 1\\ f_1(2) = 5 \qquad\amp \Rightarrow \qquad f(2,-2) = 5\text{.} \end{align*}
Notice how evaluating \(f_1\) at a point is the same as evaluating \(f\) at its corresponding point.
We need to do this process twice more, for the other two edges of the triangle.
Along the left edge, along the line \(y=3x+1\text{,}\) we substitute \(3x+1\) in for \(y\) in \(f(x,y)\text{:}\)
\begin{equation*} f(x,y) = f(x,3x+1) = x^2-(3x+1)^2+5 = -8x^2-6x+4 = f_2(x)\text{.} \end{equation*}
We want the maximum and minimum values of \(f_2\) on the interval \([-1,0]\text{,}\) so we evaluate \(f_2\) at its critical points and the endpoints of the interval. We find the critical points:
\begin{equation*} \fp_2(x) = -16x-6=0 \qquad \Rightarrow \qquad x=-3/8\text{.} \end{equation*}
Evaluate \(f_2\) at its critical point and the endpoints of \([-1,0]\text{:}\)
\begin{align*} f_2(-1) = 2 \qquad\amp \Rightarrow\qquad f(-1,-2) = 2\\ f_2(-3/8) = 41/8=5.125 \qquad\amp \Rightarrow \qquad f(-3/8,-0.125) = 5.125\\ f_2(0) = 4 \qquad\amp \Rightarrow \qquad f(0,1) = 4\text{.} \end{align*}
Finally, we evaluate \(f\) along the right edge of the triangle, where \(y = -3/2x+1\text{.}\)
\begin{equation*} f(x,y) = f(x,-3/2x+1) = x^2-(-3/2x+1)^2+5 = -\frac54x^2+3x+4=f_3(x)\text{.} \end{equation*}
The critical points of \(f_3(x)\) are:
\begin{equation*} \fp_3(x) = 0 \qquad \Rightarrow \qquad x=6/5=1.2\text{.} \end{equation*}
We evaluate \(f_3\) at this critical point and at the endpoints of the interval \([0,2]\text{:}\)
\begin{align*} f_3(0) = 4 \qquad\amp \Rightarrow\qquad f(0,1) = 4\\ f_3(1.2) = 5.8 \qquad\amp \Rightarrow \qquad f(1.2,-0.8) = 5.8\\ f_3(2) = 5 \qquad\amp \Rightarrow \qquad f(2,-2) = 5\text{.} \end{align*}
One last point to test: the critical point of \(f\text{,}\) \((0,0)\text{.}\) We find \(f(0,0) = 5\text{.}\)
Figure 13.8.22. The graph of \(f\) along with important points along the boundary of \(S\) and the interior in Example 13.8.20
We have evaluated \(f\) at a total of 7 different places, all shown in Figure 13.8.21.(b). We checked each vertex of the triangle twice, as each showed up as the endpoint of an interval twice. Of all the \(z\)-values found, the maximum is 5.8, found at \((1.2,-0.8)\text{;}\) the minimum is 1, found at \((0,-2)\text{.}\)
This portion of the text is entitled “Constrained Optimization” because we want to optimize a function (i.e., find its maximum and/or minimum values) subject to a constraint — some limit to what values the function can attain. In the previous example, we constrained ourselves by considering a function only within the boundary of a triangle. This was largely arbitrary; the function and the boundary were chosen just as an example, with no real “meaning” behind the function or the chosen constraint.
However, solving constrained optimization problems is a very important topic in applied mathematics. The techniques developed here are the basis for solving larger problems, where more than two variables are involved.
Figure 13.8.23. Finding extreme values
We illustrate the technique once more with a classic problem.

Example 13.8.24. Constrained Optimization.

The U.S. Postal Service states that the girth+length of Standard Post Package must not exceed 130’’. Given a rectangular box, the “length” is the longest side, and the “girth” is twice the width+height.
Given a rectangular box where the width and height are equal, what are the dimensions of the box that give the maximum volume subject to the constraint of the size of a Standard Post Package?
Solution.
Let \(w\text{,}\) \(h\) and \(\ell\) denote the width, height and length of a rectangular box; we assume here that \(w=h\text{.}\) The girth is then \(2(w+h) = 4w\text{.}\) The volume of the box is \(V(w,\ell) = wh\ell = w^2\ell\text{.}\) We wish to maximize this volume subject to the constraint \(4w+\ell\leq 130\text{,}\) or \(\ell\leq 130-4w\text{.}\) (Common sense also indicates that \(\ell \gt 0, w \gt 0\text{.}\))
We begin by finding the critical values of \(V\text{.}\) We find that \(V_w = 2w\ell\) and \(V_\ell = w^2\text{;}\) these are simultaneously 0 at points of the form \((0,\ell)\text{.}\) These give a volume of 0, so we can ignore these critical points.
We now consider the volume along the constraint \(\ell=130-4w\text{.}\) Along this line, we have:
\begin{equation*} V(w,\ell) = V(w,130-4w) = w^2(130-4w) = 130w^2-4w^3 = V_1(w)\text{.} \end{equation*}
The constraint is applicable on the \(w\)-interval \([0,32.5]\) as indicated in the figure. Thus we want to maximize \(V_1\) on \([0,32.5]\text{.}\)
Finding the critical values of \(V_1\text{,}\) we take the derivative and set it equal to 0:
\begin{equation*} V\,'_1(w) = 260w-12w^2 = 0 \Rightarrow w(260-12w)= 0 \Rightarrow w=0,\frac{260}{12}\approx 21.67\text{.} \end{equation*}
We found two critical values: when \(w=0\) and when \(w=21.67\text{.}\) We again ignore the \(w=0\) solution; the maximum volume, subject to the constraint, comes at \(w=h=21.67\text{,}\) \(\ell = 130-4(21.6) =43.33\text{.}\) This gives a volume of \(V(21.67,43.33) \approx 20,343\)in\(^3\text{.}\)
Figure 13.8.25. Graphing the volume of a box with girth \(4w\) and length \(\ell\text{,}\) subject to a size constraint
The volume function \(V(w,\ell)\) is shown in Figure 13.8.25 along with the constraint \(\ell = 130-4w\text{.}\) As done previously, the constraint is drawn dashed in the \(xy\)-plane and also along the graph of the function. The point where the volume is maximized is indicated.
It is hard to overemphasize the importance of optimization. In “the real world,” we routinely seek to make something better. By expressing the something as a mathematical function, “making something better” means “optimize some function.
The techniques shown here are only the beginning of an incredibly important field. Many functions that we seek to optimize are incredibly complex, making the step of “find the gradient and set it equal to \(\vec 0\)” highly nontrivial. Mastery of the principles here are key to being able to tackle these more complicated problems.

Exercises 13.8.3 Exercises

Terms and Concepts

1.
True or False? Theorem 13.8.4 states that if \(f\) has a critical point at \(P\text{,}\) then \(f\) has a relative extrema at \(P\text{.}\)
  • True
  • False
2.
True or False? A point \(P\) is a critical point of \(f\) if \(f_x\) and \(f_y\) are both \(0\) at \(P\text{.}\)
  • True
  • False
3.
True or False? A point \(P\) is a critical point of \(f\) if \(f_x\) or \(f_y\) are undefined at \(P\text{.}\)
  • True
  • False
4.
Explain what it means to “solve a constrained optimization” problem.

Problems

Exercise Group.
Find the critical points of the given function. Use the Second Derivative Test to determine if each critical point corresponds to a relative maximum, minimum, or saddle point.
5.
\(f(x,y) = \frac12x^2+2y^2-8y+4x\)
6.
\(f(x,y) = x^2+4x+y^2-9y+3xy\)
7.
\(f(x,y) = x^2+3y^2-6y+4xy\)
8.
\(f(x,y) = \frac{1}{x^2+y^2+1}\)
9.
\(\ds f(x,y) = x^2+y^3-3y+1\)
10.
\(f(x,y) = \frac13x^3-x+\frac13y^3-4y\)
11.
\(\ds f(x,y) = x^2y^2\)
12.
\(f(x,y) = x^4-2x^2+y^3-27y-15\)
13.
\(\ds f(x,y) = \sqrt{16-(x-3)^2-y^2}\)
14.
\(f(x,y) = \sqrt{x^2+y^2}\)
Exercise Group.
Find the absolute maximum and minimum of the function subject to the given constraint.
15.
Let \(f(x,y) = x^2+y^2+y+1\text{,}\) constrained to the triangle with vertices \((0,1)\text{,}\) \((-1,-1)\) and \((1,-1)\text{.}\)
.
.
16.
Let \(f(x,y) = 5x-7y\text{,}\) constrained to the region bounded by \(y=x^2\) and \(y=1\text{.}\)
.
.
17.
\(\ds f(x,y) = x^2+2x+y^2+2y\text{,}\) constrained to the region bounded by the circle \(x^2+y^2=4\text{.}\)
18.
\(\ds f(x,y) = 3y-2x^2\text{,}\) constrained to the region bounded by the parabola \(y=x^2+x-1\) and the line \(y=x\text{.}\)
You have attempted of activities on this page.