SlideShare a Scribd company logo
Barnett/Ziegler/Byleen Business Calculus 11e 1
Learning Objectives for
Section 15.3 Maxima and Minima
The student will be able to
identify critical points and
maxima and minima of
functions.
Barnett/Ziegler/Byleen Business Calculus 11e 2
Local Maxima and Minima
We want to examine local maxima and minima for functions
of the form z = f (x, y). We are going to extend the second-
derivative test previously developed for y = f (x).
Definition: f (a, b) is a local maximum if there exists a
circular region about (a, b) such that f (a, b)  f (x, y) for all
(x, y) in the region.
f (a, b) is a local minimum if there exists a circular region
about (a, b) such that f (a, b)  f (x, y) for all (x, y) in the
region.
Barnett/Ziegler/Byleen Business Calculus 11e 3
First Test for Local Extremum
Theorem:
Let f (a, b) be a local extremum for the function f. If both fx
and fy exist at (a, b), then
fx (a, b) = 0 and f y (a, b) = 0.
Example: z = x2
+ y2
. This is a paraboloid with vertex at the
origin and opening upward. Consider the vertex (0, 0).
f x(x, y) = 2x and f x(0, 0) = 0,
f y(x, y) = 2y and f y(0, 0) = 0.
Barnett/Ziegler/Byleen Business Calculus 11e 4
First Test
(continued)
Unfortunately the converse of Theorem 1 is not true. That is, if
fx(a, b) = 0 and fy(a, b) = 0,
it does not necessarily follow that there is a local extrema at
f (a, b). For example, the above equations are true for the saddle
point indicated in the figure, which is not a local extremum.
Theorem 1 gives us necessary (but not sufficient) conditions for
f(a, b) to be a local extremum. Saddle point
Barnett/Ziegler/Byleen Business Calculus 11e 5
Second Test for Local Extremum
The following theorem, using second derivatives, gives us
sufficient conditions for a critical point to produce a local
extremum or a saddle point.
Theorem: Assume that
1. z = f (x, y)
2. f x(a, b) = 0 and f y(a, b) = 0
3. All second-order partial derivatives of f exist in some
circular region containing (a, b) as a center
4. A = fxx(a, b), B = fxy(a, b), C = fyy(a, b)
(continued)
Barnett/Ziegler/Byleen Business Calculus 11e 6
Second Test
(continued)
Then
Case 1. If AC - B2
> 0 and A < 0, then f (a, b) is a local
maximum.
Case 2. If AC - B2
> 0 and A > 0, then f (a, b) is a local
minimum.
Case 3. If AC - B2
< 0, then f (a, b) is a saddle point.
Case 4. If AC - B2
= 0, the test is inconclusive.
Barnett/Ziegler/Byleen Business Calculus 11e 7
Procedure
There exists a three step procedure to assist you in finding
extrema.
Step 1. Find the critical point: Find (a, b) such that
f x(a, b) = 0 and f y(a, b) = 0 simultaneously.
Step 2. Compute A = fxx(a, b), B = fxy(a, b), C = fyy(a, b).
Step 3. Evaluate AC – B2
and classify the critical point using
theorem 2.
Barnett/Ziegler/Byleen Business Calculus 11e 8
Example 1
Find local extrema for f (x, y) = 3 – x2
– y2
+ 6y
Step 1. Find the critical point:
Barnett/Ziegler/Byleen Business Calculus 11e 9
Example 1
Find local extrema for f (x, y) = 3 – x2
– y2
+ 6y
Step 1. Find the critical point:
f x(x, y) = – 2x = 0 when x = 0
f y(x, y) = – 2y + 6 = 0 when y = 3.
There is a critical point at (0, 3).
Step 2. Compute A = fxx(a, b), B = fxy(a, b), C = fyy(a, b).
Barnett/Ziegler/Byleen Business Calculus 11e 10
Example 1
Find local extrema for f (x, y) = 3 – x2
– y2
+ 6y
Step 1. Find the critical point:
f x(x, y) = – 2x = 0 when x = 0
f y(x, y) = – 2y + 6 = 0 when y = 3.
There is a critical point at (0, 3).
Step 2. Compute A = fxx(a, b), B = fxy(a, b), C = fyy(a, b).
A = – 2, B = 0, and C = – 2
Step 3. Evaluate AC – B2
and classify the critical point
Barnett/Ziegler/Byleen Business Calculus 11e 11
Example 1
Find local extrema for f (x, y) = 3 – x2
– y2
+ 6y
Step 1. Find the critical point:
f x(x, y) = – 2x = 0 when x = 0
f y(x, y) = – 2y + 6 = 0 when y = 3.
There is a critical point at (0, 3).
Step 2. Compute A = fxx(a, b), B = fxy(a, b), C = fyy(a, b).
A = – 2, B = 0, and C = – 2
Step 3. Evaluate AC – B2
and classify the critical point
AC – B2
= 4, A < 0. (0, 3) is a local maximum.
Barnett/Ziegler/Byleen Business Calculus 11e 12
Example 2
The annual labor and automated equipment cost (in millions
of dollars) for producing TV sets is given by
C (x, y) = 2x2
+ 2xy + 3y2
– 16x – 18y + 54,
where x is the amount spent per year on labor, and y is the
amount spent per year on automated equipment (both in
millions of dollars).
Minimize the cost.
Barnett/Ziegler/Byleen Business Calculus 11e 13
Example 2
(continued)
C (x, y) = 2x2
+ 2xy + 3y2
– 16x – 18y + 54
Step 1. Find the critical point:
C x( x, y) = 4x + 2y – 16 = 0
C y( x, y) = 2x + 6y – 18 = 0
Solving these equations simultaneously gives the
critical point (3, 2).
Barnett/Ziegler/Byleen Business Calculus 11e 14
Example 2
(continued)
Step 2. Compute A = Cxx(3, 2), B = Cxy(3, 2), C = Cyy(3, 2).
A = 4, B = 2, and C = 6
Step 3. Evaluate AC – B2
and classify the critical point.
AC – B2
= 20, A > 0. (3, 2) is a local minimum.
C x(x, y) = 4x + 2y – 16 = 0
C y(x, y) = 2x + 6y – 18 = 0
Barnett/Ziegler/Byleen Business Calculus 11e 15
Example 2
(continued)
We found the critical value of the point (3, 2) yielded a
minimum cost so we need to calculate
C (3, 2) = 2 · 32
+ 2 · 3 · 2 + 3 · 22
- 16 · 3 - 18 · 2 + 54
= 12.
The minimum cost is 12 million dollars, when we spend
3 million dollars on labor and 2 million dollars on
automated equipment each year.
Barnett/Ziegler/Byleen Business Calculus 11e 16
Summary
■ We learned how to use partial derivatives and the second-
derivative test to find local extrema.
■ We saw an application of this process in action.

More Related Content

PPTX
Twinkle
PDF
New Approach to Find the Maxima and Minima of a Function
PPTX
Partial differentiation B tech
PDF
Lesson 22: Optimization II (Section 041 slides)
PDF
_lecture_06 F_minima_maxima_classification.pdf
DOCX
SECTION 7.3 word.docx
PDF
Jacobians new
PPT
derivatives. maximum and minimum value..
Twinkle
New Approach to Find the Maxima and Minima of a Function
Partial differentiation B tech
Lesson 22: Optimization II (Section 041 slides)
_lecture_06 F_minima_maxima_classification.pdf
SECTION 7.3 word.docx
Jacobians new
derivatives. maximum and minimum value..

Similar to bmb11e_ppt_15_3 lecture notes for students.ppt (20)

DOCX
Application of derivatives
PDF
Lesson 25: Unconstrained Optimization I
PPTX
Ap calculus extrema v2
PDF
Engineering Maths Chapter 2 - Partial Derivatives.pdf
PPT
Calculus Sections 4.1 and 4.3
PDF
Lesson 22: Optimization II (Section 021 slides)
PDF
Partial Derivatives Numerical Methods Chapter 2
PDF
Calculus academic journal (sample)
PDF
Maxima & Minima of Functions - Differential Calculus by Arun Umrao
PDF
Maxima & Minima
PPTX
Maximums and minimum
PPT
19 min max-saddle-points
PDF
Lesson 22: Optimization II (Section 041 slides)
PDF
AppsDiff3c.pdf
PDF
Lesson 22: Optimization II (Section 021 slides)
PPTX
0.5.derivatives
PPT
Chain rule
PDF
Opt simple single_000
PDF
Easy Finding Extreme Values of a Function
Application of derivatives
Lesson 25: Unconstrained Optimization I
Ap calculus extrema v2
Engineering Maths Chapter 2 - Partial Derivatives.pdf
Calculus Sections 4.1 and 4.3
Lesson 22: Optimization II (Section 021 slides)
Partial Derivatives Numerical Methods Chapter 2
Calculus academic journal (sample)
Maxima & Minima of Functions - Differential Calculus by Arun Umrao
Maxima & Minima
Maximums and minimum
19 min max-saddle-points
Lesson 22: Optimization II (Section 041 slides)
AppsDiff3c.pdf
Lesson 22: Optimization II (Section 021 slides)
0.5.derivatives
Chain rule
Opt simple single_000
Easy Finding Extreme Values of a Function
Ad

More from AKBARABBAS11 (20)

PPTX
Capacitance_and_Dielectrics ssssssss.pptx
PPT
Angular Motionnnnnnnnnnnnnnnnnnnnnnnnnnnn.ppt
PPT
magrad_plagbc11111111111111111111111111.ppt
PPT
ELP - Plagiarismmmmmmmmmmmmmmmmmmmmmm.ppt
PPTX
Understanding.and_.Avoiding.Plagiarism.Univ_.Memphis.ppt-1kpdi8y.pptx
PPT
plagiarism power pointttttttttttttttt.ppt
PPT
Multivariate Analysis for new students .ppt
PPT
Greedy Algorithms Chapter for new students 4.ppt
PPT
Lecture 4 for master students lecture.ppt
PPTX
Electric field lesson 2 for engeneears .pptx
PPTX
PHY-102 Introduction & Coulombs law.pptx
PPTX
Electric Dipole in an Electric Field.pptx
PPTX
Lesson 4 With problems in physids and.pptx
PPTX
Motion in 1-D lesson 2nnnnnnnnnhhhh.pptx
PPTX
Work and Energy Lesson ppppppppppppppp8.pptx
PDF
Numrical Analysis biosection method lecture 1.pdf
PPTX
biosection method.jpg to master studentes
PPTX
biosection method lecture 1 to studentes
PPT
48131................................ppt
PPTX
Presntation for interview.....................pptx
Capacitance_and_Dielectrics ssssssss.pptx
Angular Motionnnnnnnnnnnnnnnnnnnnnnnnnnnn.ppt
magrad_plagbc11111111111111111111111111.ppt
ELP - Plagiarismmmmmmmmmmmmmmmmmmmmmm.ppt
Understanding.and_.Avoiding.Plagiarism.Univ_.Memphis.ppt-1kpdi8y.pptx
plagiarism power pointttttttttttttttt.ppt
Multivariate Analysis for new students .ppt
Greedy Algorithms Chapter for new students 4.ppt
Lecture 4 for master students lecture.ppt
Electric field lesson 2 for engeneears .pptx
PHY-102 Introduction & Coulombs law.pptx
Electric Dipole in an Electric Field.pptx
Lesson 4 With problems in physids and.pptx
Motion in 1-D lesson 2nnnnnnnnnhhhh.pptx
Work and Energy Lesson ppppppppppppppp8.pptx
Numrical Analysis biosection method lecture 1.pdf
biosection method.jpg to master studentes
biosection method lecture 1 to studentes
48131................................ppt
Presntation for interview.....................pptx
Ad

Recently uploaded (20)

PDF
R24 SURVEYING LAB MANUAL for civil enggi
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PPTX
CH1 Production IntroductoryConcepts.pptx
DOCX
573137875-Attendance-Management-System-original
PPTX
web development for engineering and engineering
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PPTX
Artificial Intelligence
PDF
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PPTX
Current and future trends in Computer Vision.pptx
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PPTX
additive manufacturing of ss316l using mig welding
PPTX
OOP with Java - Java Introduction (Basics)
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PDF
Operating System & Kernel Study Guide-1 - converted.pdf
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
R24 SURVEYING LAB MANUAL for civil enggi
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
CH1 Production IntroductoryConcepts.pptx
573137875-Attendance-Management-System-original
web development for engineering and engineering
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
Automation-in-Manufacturing-Chapter-Introduction.pdf
Artificial Intelligence
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
Current and future trends in Computer Vision.pptx
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
additive manufacturing of ss316l using mig welding
OOP with Java - Java Introduction (Basics)
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
Operating System & Kernel Study Guide-1 - converted.pdf
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx

bmb11e_ppt_15_3 lecture notes for students.ppt

  • 1. Barnett/Ziegler/Byleen Business Calculus 11e 1 Learning Objectives for Section 15.3 Maxima and Minima The student will be able to identify critical points and maxima and minima of functions.
  • 2. Barnett/Ziegler/Byleen Business Calculus 11e 2 Local Maxima and Minima We want to examine local maxima and minima for functions of the form z = f (x, y). We are going to extend the second- derivative test previously developed for y = f (x). Definition: f (a, b) is a local maximum if there exists a circular region about (a, b) such that f (a, b)  f (x, y) for all (x, y) in the region. f (a, b) is a local minimum if there exists a circular region about (a, b) such that f (a, b)  f (x, y) for all (x, y) in the region.
  • 3. Barnett/Ziegler/Byleen Business Calculus 11e 3 First Test for Local Extremum Theorem: Let f (a, b) be a local extremum for the function f. If both fx and fy exist at (a, b), then fx (a, b) = 0 and f y (a, b) = 0. Example: z = x2 + y2 . This is a paraboloid with vertex at the origin and opening upward. Consider the vertex (0, 0). f x(x, y) = 2x and f x(0, 0) = 0, f y(x, y) = 2y and f y(0, 0) = 0.
  • 4. Barnett/Ziegler/Byleen Business Calculus 11e 4 First Test (continued) Unfortunately the converse of Theorem 1 is not true. That is, if fx(a, b) = 0 and fy(a, b) = 0, it does not necessarily follow that there is a local extrema at f (a, b). For example, the above equations are true for the saddle point indicated in the figure, which is not a local extremum. Theorem 1 gives us necessary (but not sufficient) conditions for f(a, b) to be a local extremum. Saddle point
  • 5. Barnett/Ziegler/Byleen Business Calculus 11e 5 Second Test for Local Extremum The following theorem, using second derivatives, gives us sufficient conditions for a critical point to produce a local extremum or a saddle point. Theorem: Assume that 1. z = f (x, y) 2. f x(a, b) = 0 and f y(a, b) = 0 3. All second-order partial derivatives of f exist in some circular region containing (a, b) as a center 4. A = fxx(a, b), B = fxy(a, b), C = fyy(a, b) (continued)
  • 6. Barnett/Ziegler/Byleen Business Calculus 11e 6 Second Test (continued) Then Case 1. If AC - B2 > 0 and A < 0, then f (a, b) is a local maximum. Case 2. If AC - B2 > 0 and A > 0, then f (a, b) is a local minimum. Case 3. If AC - B2 < 0, then f (a, b) is a saddle point. Case 4. If AC - B2 = 0, the test is inconclusive.
  • 7. Barnett/Ziegler/Byleen Business Calculus 11e 7 Procedure There exists a three step procedure to assist you in finding extrema. Step 1. Find the critical point: Find (a, b) such that f x(a, b) = 0 and f y(a, b) = 0 simultaneously. Step 2. Compute A = fxx(a, b), B = fxy(a, b), C = fyy(a, b). Step 3. Evaluate AC – B2 and classify the critical point using theorem 2.
  • 8. Barnett/Ziegler/Byleen Business Calculus 11e 8 Example 1 Find local extrema for f (x, y) = 3 – x2 – y2 + 6y Step 1. Find the critical point:
  • 9. Barnett/Ziegler/Byleen Business Calculus 11e 9 Example 1 Find local extrema for f (x, y) = 3 – x2 – y2 + 6y Step 1. Find the critical point: f x(x, y) = – 2x = 0 when x = 0 f y(x, y) = – 2y + 6 = 0 when y = 3. There is a critical point at (0, 3). Step 2. Compute A = fxx(a, b), B = fxy(a, b), C = fyy(a, b).
  • 10. Barnett/Ziegler/Byleen Business Calculus 11e 10 Example 1 Find local extrema for f (x, y) = 3 – x2 – y2 + 6y Step 1. Find the critical point: f x(x, y) = – 2x = 0 when x = 0 f y(x, y) = – 2y + 6 = 0 when y = 3. There is a critical point at (0, 3). Step 2. Compute A = fxx(a, b), B = fxy(a, b), C = fyy(a, b). A = – 2, B = 0, and C = – 2 Step 3. Evaluate AC – B2 and classify the critical point
  • 11. Barnett/Ziegler/Byleen Business Calculus 11e 11 Example 1 Find local extrema for f (x, y) = 3 – x2 – y2 + 6y Step 1. Find the critical point: f x(x, y) = – 2x = 0 when x = 0 f y(x, y) = – 2y + 6 = 0 when y = 3. There is a critical point at (0, 3). Step 2. Compute A = fxx(a, b), B = fxy(a, b), C = fyy(a, b). A = – 2, B = 0, and C = – 2 Step 3. Evaluate AC – B2 and classify the critical point AC – B2 = 4, A < 0. (0, 3) is a local maximum.
  • 12. Barnett/Ziegler/Byleen Business Calculus 11e 12 Example 2 The annual labor and automated equipment cost (in millions of dollars) for producing TV sets is given by C (x, y) = 2x2 + 2xy + 3y2 – 16x – 18y + 54, where x is the amount spent per year on labor, and y is the amount spent per year on automated equipment (both in millions of dollars). Minimize the cost.
  • 13. Barnett/Ziegler/Byleen Business Calculus 11e 13 Example 2 (continued) C (x, y) = 2x2 + 2xy + 3y2 – 16x – 18y + 54 Step 1. Find the critical point: C x( x, y) = 4x + 2y – 16 = 0 C y( x, y) = 2x + 6y – 18 = 0 Solving these equations simultaneously gives the critical point (3, 2).
  • 14. Barnett/Ziegler/Byleen Business Calculus 11e 14 Example 2 (continued) Step 2. Compute A = Cxx(3, 2), B = Cxy(3, 2), C = Cyy(3, 2). A = 4, B = 2, and C = 6 Step 3. Evaluate AC – B2 and classify the critical point. AC – B2 = 20, A > 0. (3, 2) is a local minimum. C x(x, y) = 4x + 2y – 16 = 0 C y(x, y) = 2x + 6y – 18 = 0
  • 15. Barnett/Ziegler/Byleen Business Calculus 11e 15 Example 2 (continued) We found the critical value of the point (3, 2) yielded a minimum cost so we need to calculate C (3, 2) = 2 · 32 + 2 · 3 · 2 + 3 · 22 - 16 · 3 - 18 · 2 + 54 = 12. The minimum cost is 12 million dollars, when we spend 3 million dollars on labor and 2 million dollars on automated equipment each year.
  • 16. Barnett/Ziegler/Byleen Business Calculus 11e 16 Summary ■ We learned how to use partial derivatives and the second- derivative test to find local extrema. ■ We saw an application of this process in action.