0% found this document useful (0 votes)
34 views17 pages

Calculus

Uploaded by

Trap Trap
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views17 pages

Calculus

Uploaded by

Trap Trap
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 17

Student: Taleh Mirzaliyev

Group: 232K(eng)
Faculty: Advanced Technologies and Innovative Engineering
Qualification: Computer Engineering
Subject: Calculus
Topic: Extremum of a function of two variables - Necessary and sufficient
conditions for the extremum of a function of two variables
Teacher: Fatima Hasanova

13.7.1 https://math.libretexts.org/@go/page/8262
Table of Contents
Extreme Values and Saddle Points…………………………………………………… 3

Critical Points………………………………………………………………………… 3

Global and Local Extrema……………………………………………………………. 5


Fermat’s Theorem for Functions of Two Variables…………………………………...6
Second Derivative Test………………………………………………………………...6
Saddle Point…………………………………………………………………………….6

Using the Second Derivative Test for Functions of Two Variables…………………....7


Absolute Maxima and Minima…………………………………………………………9
Extreme Value Theorem………………………………………………………………. 10

Key Concepts…………………………………………………………………………...17

13.7.2 https://math.libretexts.org/@go/page/8262
Extreme Values and Saddle Points

Learning Objectives
Use partial derivatives to locate critical points for a function of two variables.
Apply a second derivative test to identify a critical point as a local maximum, local minimum, or saddle point for a function
of two variables.
Examine critical points and boundary points to find absolute maximum and minimum values for a function of two
variables.

One of the most useful applications for derivatives of a function of one variable is the determination of maximum and/or minimum
values. This application is also important for functions of two or more variables, but as we have seen in earlier sections of this chapter,
the introduction of more independent variables leads to more possible outcomes for the calculations. The main ideas of findin g critical
points and using derivative tests are still valid, but new wrinkles appear when assessing the results.

Critical Points
For functions of a single variable, we defined critical points as the values of the variable at which the function's derivati ve equals zero
or does not exist. For functions of two or more variables, the concept is essentially the same, except for the fact that we are now
working with partial derivatives.

Definition: Critical Points


Let z = f(x, y) be a function of two variables that is differentiable on an open set containing the point (x0, y0). The point
(x0, y0) is called a critical point of a function of two variables f if one of the two following conditions holds:

Either fx(x0, y0) or fy(x0, y0) does not exist.

Example 13.7.1: Finding Critical Points

Find the critical points of each of the following functions:

Solution
First, we calculate fx(x, y) and fy(x, y) :

−1/2
x(x, y) =

−1/2
(x, y) =

Next, we set each of these expressions equal to zero:

=0

4y + 12
= 0.

13.7.3 https://math.libretexts.org/@go/page/8262
Then, multiply each equation by its common denominator:

−9x + 18 = 0
4y + 12 = 0.
Therefore, x = 2 and y = −3, so (2, −3) is a critical point of f.
We must also check for the possibility that the denominator of each partial derivative can equal zero, thus causing the partial
derivative not to exist. Since the denominator is the same in each partial derivative, we need only do this once:

4y 2 − 9 x 2 + 24 y + 36 x + 36 = 0. (13.7.1)

Equation 13.7.1represents a hyperbola. We should also note that the domain of f consists of points satisfying the inequality

4y 2 − 9 x 2 + 24 y + 36 x + 36 ≥ 0.
Therefore, any points on the hyperbola are not only critical points, they are also on the boundary of the domain. To put the
hyperbola in standard form, we use the method of completing the square:

4y 2 − 9x 2 + 24 y + 36x + 36 = 0
4y 2 − 9x 2 + 24 y + 36x = −36
4y 2 + 24y − 9x 2 + 36x = −36

4(y 2 + 6 y) − 9(x 2 − 4 x) = −36


4(y 2 + 6y + 9) − 9(x 2 − 4 x + 4) = −36 − 36 + 36
4(y + 3)2 − 9(x − 2)2 = −36.
Dividing both sides by −36 puts the equation in standard form:

4(y + 3)2 9(x − 2)


2

−36 − −36 = 1

(x − 2)2 (y + 3)
2

− = 1.
4 9

Notice that point (2, −3) is the center of the hyperbola.


(x − 2)2 (y + 3)
2

Thus, the critical points of the function f are (2, −3) and all points on the hyperbola, − =1 .
4 9
b. First, we calculate gx(x, y) and gy(x, y):

gx(x, y) = 2x + 2y + 4
gy(x, y ) = 2 x − 8y − 6.
Next, we set each of these expressions equal to zero, which gives a system of equations in x and y:

2x + 2y + 4 = 0
2x − 8y − 6 = 0.
Subtracting the second equation from the first gives 10y + 10 = 0, so y = −1 . Substituting this into the first equation gives
2x + 2(−1) + 4 = 0 , so x = −1 .
2
Therefore (−1, −1) is a critical point of g. There are no points in R that make either partial derivative not exist.
Figure 13.7.1shows the behavior of the surface at the critical point.

13.7.4 https://math.libretexts.org/@go/page/8262
Figure 13.7.1: The function g(x, y) has a critical point at (−1, −1, 5).

Exercise 13.7.1

Find the critical point of the function f(x, y) = x3 + 2xy − 2x − 4y.

Hint
Calculate fx(x , y) and fy(x, y), then set them equal to zero.
Answer
The only critical point of is (2, −5).

The main purpose for determining critical points is to locate relative maxima and minima, as in single-variable calculus. When working
with a function of one variable, the definition of a local extremum involves finding an interval around the critical point such that the
function value is either greater than or less than all the other function values in that interval. When working with a function of two or
more variables, we work with an open disk around the point.

Definition: Global and Local Extrema


Let z = f(x, y) be a function of two variables that is defined and continuous on an open set containing the point (x0, y0).
Then f has a local maximum at (x0, y0) if

f(x0, y0) ≥ f(x, y)


for all points (x, y) within some disk centered at (x0, y0). The number f(x0, y0) is called a local maximum value. If the
preceding inequality holds for every point (x, y) in the domain of then has a global maximum (also called an absolute
maximum) at (x0, y 0).
The function f has a local minimum at (x0, y0) if

f(x0, y0) ≤ f(x, y)


for all points (x, y) within some disk centered at (x0, y0). The number f(x0, y0) is called a local minimum value. If the
preceding inequality holds for every point (x, y) in the domain of then has a global minimum (also called an absolute
minimum) at (x0, y0).
If f(x0, y 0) is either a local maximum or local minimum value, then it is called a local extremum (see the following figure).

13.7.5 https://math.libretexts.org/@go/page/8262
Figure 13.7.2: The graph of z = √16 − x2 − y2 has a maximum value when (x, y) = (0, 0). It attains its minimum value at the
boundary of its domain, which is the circle x2 + y2 = 16.
In Calculus 1, we showed that extrema of functions of one variable occur at critical points. The same is true for functions of more
than one variable, as stated in the following theorem.

Fermat’s Theorem for Functions of Two Variables


Let z = f(x, y) be a function of two variables that is defined and continuous on an open set containing the point (x0, y 0).
Suppose fx and fy each exist at (x0, y0). If f has a local extremum at (x0, y0), then (x0, y0) is a critical point of f.

Second Derivative Test


Consider the function f(x) = x3. This function has a critical point at x = 0, since f ′(0) = 3(0)2 = 0 . However, f does not have
an extreme value at x = 0. Therefore, the existence of a critical value at x = x0 does not guarantee a local extremum at x = x0 . The
same is true for a function of two or more variables. One way this can happen is at a saddle point. An example of a saddle point
appears in the following figure.
Figure 14.7.3
Figure 13.7.3 : Graph of the function z = x2 − y2 . This graph has a saddle point at the origin.
In this graph, the origin is a saddle point. This is because the first partial derivatives of f(x, y) = x2 − y2 are both equal to zero at

this point, but it is neither a maximum nor a minimum for the function. Furthermore the vertical trace corresponding to y = 0 is
z = x2 (a parabola opening upward), but the vertical trace corresponding to x = 0 is z = −y2 (a parabola opening downward).

Therefore, it is both a global maximum for one trace and a global minimum for another.

Definition: Saddle Point

Given the function z = f(x, y), the point (x 0, y 0, f(x 0, y0)) is a saddle point if both f x(x0, y 0) = 0 and fy(x0, y0) = 0 , but
does not have a local extremum at (x0, y0).

The second derivative test for a function of one variable provides a method for determining whether an extremum occurs at a
critical point of a function. When extending this result to a function of two variables, an issue arises related to the fact that there
are, in fact, four different second-order partial derivatives, although equality of mixed partials reduces this to three. The second
derivative test for a function of two variables, stated in the following theorem, uses a discriminant D that replaces f ′′( x 0) in the
second derivative test for a function of one variable.

13.7.6 https://math.libretexts.org/@go/page/8262
Second Derivative Test

Let z = f(x, y) be a function of two variables for which the first- and second-order partial derivatives are continuous on some
disk containing the point (x0, y 0). Suppose fx(x 0, y 0) = 0 and fy(x0, y0) = 0. Define the quantity
2

Then:
If D > 0 and fxx (x 0, y 0) > 0 , then f has a local minimum at (x0, y0).
If D > 0 and fxx (x 0, y 0) < 0 , then f has a local maximum at (x0, y0).
If D < 0 , then f has a saddle point at (x0, y0).
If D = 0 , then the test is inconclusive.
See Figure 13.7.4.

Figure 13.7.4: The second derivative test can often determine whether a function of two variables has local minima (a), local
maxima (b), or a saddle point (c).

To apply the second derivative test, it is necessary that we first find the critical points of the function. There are several steps
involved in the entire procedure, which are outlined in a problem-solving strategy.

Problem-Solving Strategy: Using the Second Derivative Test for Functions of Two Variables

Let z = f(x, y) be a function of two variables for which the first- and second-order partial derivatives are continuous on some
disk containing the point (x 0, y0). To apply the second derivative test to find local extrema, use the following steps:
Determine the critical points (x0, y0) of the function f where fx(x0, y 0) = fy(x0, y0) = 0. Discard any points where at

Calculate the discriminant D = fxx (x0, y 0)fyy(x0, y0) − (fxy (x0, y 0)) for each critical point of f.
Apply the four cases of the test to determine whether each critical point is a local maximum, local minimum, or saddle
point, or whether the theorem is inconclusive.

Example 13.7.2: Using the Second Derivative Test

Find the critical points for each of the following functions, and use the second derivative test to find the local extrema:

Solution
a. Step 1 of the problem-solving strategy involves finding the critical points of f. To do this, we first calculate fx(x, y) and
fy(x, y), then set each of them equal to zero:

13.7.7 https://math.libretexts.org/@go/page/8262
fx(x, y) = 8 x + 8
fy(x, y) = 18 y − 36.
Setting them equal to zero yields the system of equations

8x + 8 = 0
18y − 36 = 0.
The solution to this system is x = −1 and y = 2. Therefore (−1, 2) is a critical point of f.
Step 2 of the problem-solving strategy involves calculating D. To do this, we first calculate the second partial derivatives of
f:
fxx (x, y) = 8
fxy (x, y) = 0
fyy(x, y) = 18.
Therefore, D = f xx
(−1, 2)f (−1,
yy 2) − (f (−1,
xy 2))2 = (8)(18) − (0)2 = 144.
Step 3 states to apply the four cases of the test to classify the function's behavior at this critical point.
Since D > 0 and fxx (−1, 2) > 0, this corresponds to case 1. Therefore, f has a local minimum at (−1, 2) as shown in the
following figure.
Figure 14.7.5
Figure 13.7.5 : The function f(x, y)has a local minimum at (−1, 2, −16). Note the scale on the y-axis in this plot is in
thousands.
b. For step 1, we first calculate gx(x, y) and gy(x, y), then set each of them equal to zero:

gx(x, y) = x2 + 2y − 6
gy(x, y ) = 2 y + 2 x − 3.
Setting them equal to zero yields the system of equations

x2 + 2y − 6 = 0
2y + 2 x − 3 = 0.
3 − 2x
To solve this system, first solve the second equation for y. This gives y = . Substituting this into the first equation
2
gives

x2 + 3 − 2 x − 6 = 0
x2 − 2x − 3 = 0
(x − 3)(x + 1) = 0.
3 − 2x
Therefore, x = −1 or x = 3. Substituting these values into the equation y = yields the critical points (−1, 52) and
2

(3, − 32 ).
Step 2 involves calculating the second partial derivatives of g:

gxx (x, y ) = 2x
gxy (x, y ) = 2
gyy(x, y ) = 2.
Then, we find a general formula for D:

13.7.8 https://math.libretexts.org/@go/page/8262
2

Next, we substitute each critical point into this formula:

In step 3, we note that, applying Note to point (−1, 52) leads to case 3, which means that (−1, 52) is a saddle point. Applying
the theorem to point (3, − 32 ) leads to case 1, which means that (3, − 32 ) corresponds to a local minimum as shown in the
following figure.

Figure 13.7.6: The function g(x, y) has a local minimum and a saddle point.

Exercise 13.7.2

Use the second derivative test to find the local extrema of the function

Hint
Follow the problem-solving strategy for applying the second derivative test.
Answer

( , ) is a saddle point, (− , − is a local maximum.

Absolute Maxima and Minima


When finding global extrema of functions of one variable on a closed interval, we start by checking the critical values over that interval
and then evaluate the function at the endpoints of the interval. When working with a function of two variables, the closed interval is
replaced by a closed, bounded set. A set is bounded if all the points in that set can be contained within a ball (or disk) of finite radius.
First, we need to find the critical points inside the set and calculate the corresponding critical values. Then, it is necessary to find the
maximum and minimum value of the function on the boundary of the set. When we have all these values, the largest function value
corresponds to the global maximum and the smallest function value corresponds to the absolute minimum. First, however, we nee d to
be assured that such values exist. The following theorem does this.

13.7.9 https://math.libretexts.org/@go/page/8262
Extreme Value Theorem
A continuous function f(x, y)on a closed and bounded set D in the plane attains an absolute maximum value at some point of
D and an absolute minimum value at some point of D.

Now that we know any continuous function f defined on a closed, bounded set attains its extreme values, we need to know how to
find them.

Finding Extreme Values of a Function of Two Variables

The proof of this theorem is a direct consequence of the extreme value theorem and Fermat’s theorem. In particular, if either
extremum is not located on the boundary of D, then it is located at an interior point of D. But an interior point (x0, y 0) of D that’s
an absolute extremum is also a local extremum; hence, ( x 0, y 0) is a critical point of f by Fermat’s theorem. Therefore the only
possible values for the global extrema of f on D are the extreme values of f on the interior or boundary of D.

Problem-Solving Strategy: Finding Absolute Maximum and Minimum Values

Determine the critical points of f in D.


Calculate f at each of these critical points.
Determine the maximum and minimum values of f on the boundary of its domain.
The maximum and minimum values of f will occur at one of the values obtained in steps 2 and 3.

Finding the maximum and minimum values of f on the boundary of D can be challenging. If the boundary is a rectangle or set of
straight lines, then it is possible to parameterize the line segments and determine the maxima on each of these segments, as seen in
Example 13.7.3. The same approach can be used for other shapes such as circles and ellipses.
If the boundary of the set D is a more complicated curve defined by a function g(x , y) = c for some constant c, and the first-order
partial derivatives of g exist, then the method of Lagrange multipliers can prove useful for determining the extrema of f on the
boundary which is introduced in Lagrange Multipliers.

Example 13.7.3: Finding Absolute Extrema

Use the problem-solving strategy for finding absolute extrema of a function to determine the absolute extrema of each of the
following functions:
f(x, y) = x2 − 2xy + 4y2 − 4x − 2y + 24 on the domain defined by 0 ≤ x ≤ 4 and 0 ≤ y ≤ 2
g(x, y) = x2 + y2 + 4x − 6y on the domain defined by x2 + y2 ≤ 16
Solution

fx(x, y) = 2x − 2y − 4

Setting them equal to zero yields the system of equations

13.7.10 https://math.libretexts.org/@go/page/8262
2x − 2y − 4 = 0
−2x + 8y − 2 = 0.
The solution to this system is x = 3 and y = 1. Therefore (3, 1) is a critical point of f. Calculating f(3, 1) gives f(3, 1) = 17.
The next step involves finding the extrema of f on the boundary of its domain. The boundary of its domain consists of four
line segments as shown in the following graph:

Figure 13.7.7: Graph of the domain of the function f(x, y) = x2 − 2xy + 4y2 − 4x − 2y + 24.
L1 is the line segment connecting (0, 0) and (4, 0), and it can be parameterized by the equations x(t) = t, y(t) = 0 for

0 ≤ t ≤ 4 . Define g(t) = f(x(t), y(t)). This gives g(t) = t2 − 4t + 24 . Differentiating g leads to g'(t) = 2t − 4. Therefore,
g has a critical value at t = 2 , which corresponds to the point (2, 0). Calculating f(2, 0) gives the z-value 20.
L2 is the line segment connecting (4, 0) and (4, 2), and it can be parameterized by the equations x(t) = 4, y(t) = t for

0 ≤ t ≤ 2. Again, define g(t) = f(x(t), y(t)). This gives g(t) = 4t2 − 10t + 24. Then, g'(t) = 8t − 10 . g has a critical

value at t = 5
, which corresponds to the point (0, 5 ) . Calculating f (0, 5
) gives the z-value 27.75.
4 4 4
L3 is the line segment connecting (0, 2) and (4, 2), and it can be parameterized by the equations x(t) = t, y(t) = 2 for

0 ≤ t ≤ 4. Again, define g(t) = f(x(t), y(t)). This gives g(t) = t2 − 8t + 36. The critical value corresponds to the point
(4, 2). So, calculating f(4, 2) gives the z-value 20.

L4 is the line segment connecting (0, 0) and (0, 2), and it can be parameterized by the equations x(t) = 0, y(t) = t for

0 ≤ t ≤ 2. This time, g(t) = 4t 2 − 2 t + 24 and the critical value t = 1


correspond to the point (0, 1
). Calculating f (0, 1 )
4 4 4
gives the z-value 23.75.

We also need to find the values of f(x, y) at the corners of its domain. These corners are located at (0, 0), (4, 0), (4, 2) and
(0, 2):
f(0, 0) = (0)2 − 2(0)(0) + 4(0)2 − 4(0) − 2(0) + 24 = 24
f(4, 0) = (4)2 − 2(4)(0) + 4(0)2 − 4(4) − 2(0) + 24 = 24
f(4, 2) = (4)2 − 2(4)(2) + 4(2)2 − 4(4) − 2(2) + 24 = 20
f(0, 2) = (0)2 − 2(0)(2) + 4(2)2 − 4(0) − 2(2) + 24 = 36.

The absolute maximum value is 36, which occurs at (0, 2), and the global minimum value is 20, which occurs at both (4, 2)
and (2, 0) as shown in the following figure.

13.7.11 https://math.libretexts.org/@go/page/8262
Figure 13.7.8 : The function f(x, y) has two global minima and one global maximum over its domain.
b. Using the problem-solving strategy, step 1 involves finding the critical points of g on its domain. Therefore, we first
calculate gx(x, y) and gy(x, y), then set them each equal to zero:

gx(x, y) = 2x + 4
gy (x , y ) = 2y − 6.
Setting them equal to zero yields the system of equations

2x + 4 = 0
2y − 6 = 0.
The solution to this system is x = −2 and y = 3. Therefore, (−2, 3) is a critical point of g. Calculating g(−2, 3), we get

g(−2, 3) = (−2)2 + 32 + 4(−2) − 6(3) = 4 + 9 − 8 − 18 = −13.


The next step involves finding the extrema of g on the boundary of its domain. The boundary of its domain consists of a circle
of radius 4 centered at the origin as shown in the following graph.

13.7.12 https://math.libretexts.org/@go/page/8262
Figure 13.7.9: Graph of the restricted domain of the function g(x, y) = x2 + y2 + 4x − 6y .
The boundary of the domain of g can be parameterized using the functions x(t) = 4 cos t, y(t) = 4 sin t for 0 ≤ t ≤ 2π .
Define h( t) = g (x (t ), y (t) ) :

h (t) = g(x (t), y (t))


= (4 cos t )2 + (4 sin t)2 + 4(4 cos t) − 6(4 sin t)
= 16 cos 2 t + 16 sin 2 t + 16 cos t − 24 sin t
= 16 + 16 cos t − 24 sin t.
Setting h'(t) = 0 leads to

−16 sin t − 24 cos t = 0


−16 sin t = 24 cos t
−16 sin t 24 cos t
=
−16 cos t −16 cos t
3
tan t = − .
2
0 ≤ t ≤ 2π . One is t = π − arctan( 2 )
3
This equation has two solutions over the interval and the other is
t = 2π − arctan(2 ) . For the first angle,
3

3√13
sin t = sin(π − arctan( 3 )) = sin(arctan( 3 )) =
2 13 2
2√13
cos t = cos(π − arctan( )) = − cos(arctan( )) = −
3
. 3

2 2 13
Therefore, x (t ) = 4 cos t = − 13
8√13
and y(t) = 4 sin t =
12√13
, so (− 8√13 , 12√13 ) is a critical point on the boundary and
13 13 13
8√13 12√13 8√13 2 12√13 2 8√13 12√13

g (− 13 , 13 ) = (− 13 ) + ( 13 ) + 4 (− 13 )−6( 13 )

144 64 32√13 72√13


= + − −
13 13 13 13

For the second angle, 208 − 104√13 =13≈ −12.844.

13.7.13 https://math.libretexts.org/@go/page/8262
2 2 13

2 2 13
8√13 12√13 8√13
13 13 , so ( 12√13
13 , − 13 ) is a critical point on the boundary and
2 2
8√13 12√13 8√13 12√13 8√13 12√13
13 13 13 13 13 13

13 13 13 13

13
The absolute minimum of g is −13, which is attained at the point (−2, 3), which is an interior point of D. The absolute
maximum of g is approximately equal to 44.844, which is attained at the boundary point ( 8√13
13 , −
12√13
13 ). These are the
absolute extrema of g on D as shown in the following figure.
Figure 14.7.10
Figure 13.7.10: The function f(x, y) has a local minimum and a local maximum.

Exercise 13.7.3:

Use the problem-solving strategy for finding absolute extrema of a function to find the absolute extrema of the function

on the domain defined by 0 ≤ x ≤ 2 and −1 ≤ y ≤ 3.

Hint
Calculate fx(x , y) and fy(x, y), and set them equal to zero. Then, calculate f for each critical point and find the extrema of

Answer
The absolute minimum occurs at (1, 0) : f(1, 0) = −1.
The absolute maximum occurs at (0, 3) : f(0, 3) = 63.

Example 13.7.4: Profitable Golf Balls

Pro-T company has developed a profit model that depends on the number x of golf balls sold per month (measured in thousands),
and the number of hours per month of advertising y, according to the function

where z is measured in thousands of dollars. The maximum number of golf balls that can be produced and sold is 50, 000, and
the maximum number of hours of advertising that can be purchased is 25. Find the values of x and y that maximize profit, and
find the maximum profit.

13.7.14 https://math.libretexts.org/@go/page/8262
Figure 13.7.11: (credit: modification of work by oatsy40, Flickr)
Solution
Using the problem-solving strategy, step 1 involves finding the critical points of f on its domain. Therefore, we first calculate
fx(x, y) and fy(x, y), then set them each equal to zero:
fx(x, y) = 48 − 2x − 2y
fy(x, y ) = 96 − 2x − 18y .
Setting them equal to zero yields the system of equations

48 − 2 x − 2y = 0
96 − 2 x − 18y = 0.
The solution to this system is x = 21 and y = 3. Therefore (21, 3) is a critical point of f. Calculating f(21, 3) gives
f(21, 3) = 48(21) + 96(3) − 21 2 − 2(21)(3) − 9(3) 2 = 648.
The domain of this function is 0 ≤ x ≤ 50 and 0 ≤ y ≤ 25 as shown in the following graph.

Figure 13.7.12: Graph of the domain of the function f(x, y) = 48x + 96y − x2 − 2xy − 9y2.

L1 is the line segment connecting (0, 0) and (50, 0), and it can be parameterized by the equations x(t) = t, y(t) = 0 for
0 ≤ t ≤ 50. We then define g(t) = f(x(t), y(t)) :
g(t ) = f(x(t), y(t))
= f(t, 0)
= 48t + 96(0) − y 2 − 2(t)(0) − 9(0)2
= 48t − t2.

Setting g'(t) = 0 yields the critical point t = 24, which corresponds to the point (24, 0) in the domain of f. Calculating
f(24, 0) gives 576.
L2 is the line segment connecting (50, 0) and (50, 25), and it can be parameterized by the equations x(t) = 50, y(t) = t for
0 ≤ t ≤ 25 . Once again, we define g(t) = f(x(t), y(t)) :

13.7.15 https://math.libretexts.org/@go/page/8262
g(t ) = f(x (t), y (t))
= f(50, t)
= 48(50) + 96 t − 50 2 − 2(50)t − 9t2
= −9t2 − 4t − 100.
This function has a critical point at t = − 29 , which corresponds to the point (50, −29). This point is not in the domain of f.
L3 is the line segment connecting (0, 25) and (50, 25), and it can be parameterized by the equations x(t) = t, y(t) = 25 for
0 ≤ t ≤ 50 . We define g (t ) = f (x (t ), y(t)):
g(t ) = f(x (t), y (t))
= f(t, 25)
= 48t + 96(25) − t2 − 2 t(25) − 9(25 2)
= −t2 − 2t − 3225.
This function has a critical point at t = −1 , which corresponds to the point (−1, 25), which is not in the domain.
L4 is the line segment connecting (0, 0) to (0, 25), and it can be parameterized by the equations x(t) = 0, y(t) = t for
0 ≤ t ≤ 25 . We define g(t) = f(x(t), y(t)):
g(t ) = f(x (t), y (t))
= f(0, t)
= 48(0) + 96 t − (0)2 − 2(0)t − 9t2
= 96t − 9t2.

This function has a critical point at t = 16


, which corresponds to the point (0, 16
), which is on the boundary of the domain.
3 3
Calculating f (0, 3 ) gives 256.
16

We also need to find the values of f(x , y)at the corners of its domain. These corners are located at (0, 0), (50, 0), (50, 25)and
(0, 25):
= 48(0) + 96(0) − (0)2 − 2(0)(0) − 9(0)2 = 0
f(0, 0)
= 48(50) + 96(0) − (50)2 − 2(50)(0) − 9(0)2 = −100
f(50, 0)
= 48(50) + 96(25) − (50)2 − 2(50)(25) − 9(25)2 = −5825
f(50, 25)
= 48(0) + 96(25) − (0)2 − 2(0)(25) − 9(25)2 = −3225.
f(0, 25)

The maximum value is 648, which occurs at (21, 3). Therefore, a maximum profit of $648, 000is realized when 21, 000golf
balls are sold and 3 hours of advertising are purchased per month as shown in the following figure.

13.7.16 https://math.libretexts.org/@go/page/8262
Figure 13.7.13: The profit function f(x, y) has a maximum at (21, 3, 648).

Key Concepts
A critical point of the function f(x, y) is any point (x0, y 0) where either fx(x0, y 0) = fy(x0, y0) = 0 , or at least one of
fx(x0, y0) and fy(x 0, y0) do not exist.
A saddle point is a point (x0, y 0) where fx(x0, y0) = fy(x0, y 0) = 0 , but f(x0, y0) is neither a maximum nor a minimum at
that point.
To find extrema of functions of two variables, first find the critical points, then calculate the discriminant and apply the second
derivative test.

Key Equations
Discriminant
D = fxx (x0, y0)fyy(x0, y0) − (fxy (x0, y0))2

13.7.17 https://math.libretexts.org/@go/page/8262

You might also like