BrainyBeeBrainyBee
ExploreBlogStart Studying
HomeCalculus III: Multivariable CalculusMultivariable Calculus: Maxima and Minima of Functions
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)(a,b) in the domain of f(x,y)f(x, y)f(x,y) such that fx(a,b)=0f_x(a, b) = 0fx​(a,b)=0 and fy(a,b)=0f_y(a, b) = 0fy​(a,b)=0, or at least one of these partial derivatives does not exist.
  • Local Maximum: A point (a,b)(a, b)(a,b) where f(a,b)≥f(x,y)f(a, b) \geq f(x, y)f(a,b)≥f(x,y) for all (x,y)(x, y)(x,y) in a small disk centered at (a,b)(a, b)(a,b).
  • Saddle Point: A critical point (a,b)(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 (DDD): 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 xxx-direction but a "valley" in the yyy-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) = 0fx​(x,y)=0 AND fy(x,y)=0f_y(x, y) = 0fy​(x,y)=0Necessary condition for a local extremum.
Discriminant (DDD)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)]^2D(a,b)=fxx​(a,b)fyy​(a,b)−[fxy​(a,b)]2The "Second Derivative Test" value.
Local MinimumD>0D > 0D>0 and fxx>0f_{xx} > 0fxx​>0The surface is concave up in all directions.
Local MaximumD>0D > 0D>0 and fxx<0f_{xx} < 0fxx​<0The surface is concave down in all directions.
Saddle PointD<0D < 0D<0The surface has opposing curvatures.
InconclusiveD=0D = 0D=0The test fails; further analysis is required.

Hierarchical Outline

  • I. Identification of Critical Points
    • Partial Derivatives: Calculate first-order derivatives fxf_xfx​ and fyf_yfy​.
    • Systems of Equations: Solve fx=0f_x=0fx​=0 and fy=0f_y=0fy​=0 simultaneously to find coordinates (x,y)(x, y)(x,y).
  • II. Classification using the Second Derivative Test
    • Hessian Components: Calculate fxxf_{xx}fxx​, fyyf_{yy}fyy​, and fxyf_{xy}fxy​.
    • Discriminant Analysis: Evaluate DDD 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)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)=x2−y2f(x, y) = x^2 - y^2f(x,y)=x2−y2, fx=2x,fy=−2yf_x=2x, f_y=-2yfx​=2x,fy​=−2y. The point (0,0)(0,0)(0,0) is a critical point. fxx=2,fyy=−2,fxy=0f_{xx}=2, f_{yy}=-2, f_{xy}=0fxx​=2,fyy​=−2,fxy​=0. D=(2)(−2)−02=−4D = (2)(-2) - 0^2 = -4D=(2)(−2)−02=−4. Since D<0D < 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)=x3−3x+y2f(x, y) = x^3 - 3x + y^2f(x,y)=x3−3x+y2.

Step 1: Find Critical Points

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

Step 2: Calculate Second Derivatives

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

Step 3: Apply the Test

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

Checkpoint Questions

  1. If D(a,b)>0D(a, b) > 0D(a,b)>0 and fxx(a,b)<0f_{xx}(a, b) < 0fxx​(a,b)<0, what type of extremum is present at (a,b)(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=0fx​=0 and fy=0f_y=0fy​=0, always check if your solutions for xxx depend on yyy and vice-versa. Don't forget the corners of your domain when checking boundaries!

All Calculus III: Multivariable Calculus Study Resources

Related Notes

  • Applications of Vectors: Force, Volume, and Geometric Analysis842 words
  • Arc Length and Curvature: Multivariable Calculus Study Guide780 words
  • Calculus III: Area and Arc Length in Polar Coordinates Study Guide875 words
  • Calculus of Parametric Curves: Comprehensive Study Guide892 words
  • Calculus of Vector-Valued Functions: A Comprehensive Study Guide825 words
  • Conic Sections: Geometric Foundations and Polar Representations845 words
  • Mastering Conservative Vector Fields: Path Independence and Potential Functions925 words
  • Mastering Cylindrical and Spherical Coordinates925 words
  • Study Guide: Directional Derivatives and the Gradient985 words
  • Divergence and Curl: Vector Calculus Study Guide860 words
  • Double Integrals in Polar Coordinates875 words
  • Study Guide: Double Integrals over General Regions875 words

Ready to study Calculus III: Multivariable Calculus?

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

Start Studying

Ready to study Calculus III: Multivariable Calculus?

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

Start Studying — Free
Calculus III: Multivariable Calculus ResourcesExplore All HivesBlogHome

© 2026 BrainyBee. Free AI-powered exam prep.

Loading Diagram...
Flowchart, top to bottom. Start: Function f_x,y_ connects to Find Critical Points. B connects to f_x = 0 and f_y = 0?. C connects to Calculate Discriminant D (Yes). D connects to D > 0?. E connects to f_xx > 0? (Yes). F connects to Local Minimum (Yes). F connects to Local Maximum (No). E connects to D < 0? (No). 2 more statements.