Study Guide842 words

Multivariable Calculus: Maxima and Minima of Functions

Maxima/Minima Problems

Maxima and Minima Problems in Multivariable Calculus

This guide covers the identification and classification of extrema for functions of two variables, extending the concepts of single-variable calculus to surfaces in 3D space.

Learning Objectives

  • Locate Critical Points: Identify points where the gradient is zero or undefined.
  • Classify Local Extrema: Apply the Second Derivative Test to distinguish between local maxima, local minima, and saddle points.
  • Find Absolute Extrema: Determine the global maximum and minimum values on a closed and bounded domain by checking critical points and boundary curves.

Key Terms & Glossary

  • Critical Point: A point (a,b)(a, b) in the domain of f(x,y)f(x, y) such that fx(a,b)=0f_x(a, b) = 0 and fy(a,b)=0f_y(a, b) = 0, or at least one of these partial derivatives does not exist.
  • Local Maximum: A point (a,b)(a, b) where f(a,b)f(x,y)f(a, b) \geq f(x, y) for all (x,y)(x, y) in a small disk centered at (a,b)(a, b).
  • Saddle Point: A critical point (a,b)(a, b) that is neither a local maximum nor a local minimum; the surface curves up in one direction and down in another.
  • Discriminant (DD): A value calculated from second-order partial derivatives used to classify critical points.

The "Big Idea"

In single-variable calculus, we look for "peaks" and "valleys" along a line. In multivariable calculus, we look for these features on a surface. Because we have more directions to move, a point can be a "peak" in the xx-direction but a "valley" in the yy-direction—this unique multivariable phenomenon is called a Saddle Point. Optimization allows us to find the most efficient configurations in physics, economics, and engineering.

Formula / Concept Box

ToolFormula / ConditionDescription
Critical Point Requirementfx(x,y)=0f_x(x, y) = 0 AND fy(x,y)=0f_y(x, y) = 0Necessary condition for a local extremum.
Discriminant (DD)D(a,b)=fxx(a,b)fyy(a,b)[fxy(a,b)]2D(a, b) = f_{xx}(a, b)f_{yy}(a, b) - [f_{xy}(a, b)]^2The "Second Derivative Test" value.
Local MinimumD>0D > 0 and fxx>0f_{xx} > 0The surface is concave up in all directions.
Local MaximumD>0D > 0 and fxx<0f_{xx} < 0The surface is concave down in all directions.
Saddle PointD<0D < 0The surface has opposing curvatures.
InconclusiveD=0D = 0The test fails; further analysis is required.

Hierarchical Outline

  • I. Identification of Critical Points
    • Partial Derivatives: Calculate first-order derivatives fxf_x and fyf_y.
    • Systems of Equations: Solve fx=0f_x=0 and fy=0f_y=0 simultaneously to find coordinates (x,y)(x, y).
  • II. Classification using the Second Derivative Test
    • Hessian Components: Calculate fxxf_{xx}, fyyf_{yy}, and fxyf_{xy}.
    • Discriminant Analysis: Evaluate DD at each critical point.
  • III. Absolute Extrema on Closed Domains
    • Interior Check: Test all critical points inside the region.
    • Boundary Check: Parameterize the boundary (e.g., y=g(x)y=g(x)) and treat as a 1D optimization problem.
    • Comparison: Compare values at critical points, boundary extrema, and corner points.

Visual Anchors

Optimization Process Flow

Loading Diagram...
Figure 1 — Mermaid diagram

Geometric Interpretation of a Saddle Point

Compiling TikZ diagram…
Running TeX engine…
This may take a few seconds
Figure 2 — TikZ diagram

Definition-Example Pairs

  • Term: Second Derivative Test
  • Definition: A method to determine the nature of a critical point by looking at the surface's curvature in multiple directions.
  • Example: For f(x,y)=x2y2f(x, y) = x^2 - y^2, fx=2x,fy=2yf_x=2x, f_y=-2y. The point (0,0)(0,0) is a critical point. fxx=2,fyy=2,fxy=0f_{xx}=2, f_{yy}=-2, f_{xy}=0. D=(2)(2)02=4D = (2)(-2) - 0^2 = -4. Since D<0D < 0, it is a Saddle Point (like a mountain pass).

Worked Examples

Finding Local Extrema

Problem: Find and classify the critical points of f(x,y)=x33x+y2f(x, y) = x^3 - 3x + y^2.

Step 1: Find Critical Points

  • fx=3x23=0    x2=1    x=1,1f_x = 3x^2 - 3 = 0 \implies x^2 = 1 \implies x = 1, -1
  • fy=2y=0    y=0f_y = 2y = 0 \implies y = 0
  • Critical Points: (1,0)(1, 0) and (1,0)(-1, 0)

Step 2: Calculate Second Derivatives

  • fxx=6xf_{xx} = 6x
  • fyy=2f_{yy} = 2
  • fxy=0f_{xy} = 0

Step 3: Apply the Test

  • At (1, 0): D=(6)(2)02=12D = (6)(2) - 0^2 = 12. Since D>0D > 0 and fxx=6>0f_{xx} = 6 > 0, (1,0)(1, 0) is a Local Minimum.
  • At (-1, 0): D=(6)(2)02=12D = (-6)(2) - 0^2 = -12. Since D<0D < 0, (1,0)(-1, 0) is a Saddle Point.

Checkpoint Questions

  1. If D(a,b)>0D(a, b) > 0 and fxx(a,b)<0f_{xx}(a, b) < 0, what type of extremum is present at (a,b)(a, b)?
  2. True or False: A saddle point occurs when the function has a local maximum in one direction and a local minimum in another.
  3. What must you check in addition to critical points when finding the absolute extrema on a closed triangular region?

[!TIP] When solving fx=0f_x=0 and fy=0f_y=0, always check if your solutions for xx depend on yy and vice-versa. Don't forget the corners of your domain when checking boundaries!

Ready to study Calculus III: Multivariable Calculus?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free