Optimization
This concept page covers the process of finding maximum and minimum values using calculus.
The Optimization Process
Step 1: Understand the Problem
- Identify what quantity is to be maximized or minimized
- Identify the constraints and relationships
Step 2: Set Up the Mathematical Model
- Express the quantity to optimize as a function of one variable
- Use constraints to eliminate extra variables
- Determine the domain (interval of valid inputs)
Step 3: Find Critical Points
A critical point occurs where:
- $f'(x) = 0$ (horizontal tangent), or
- $f'(x)$ does not exist (corner, cusp)
Step 4: Determine the Nature of Critical Points
Use one of these tests:
First Derivative Test:
- If $f'$ changes from $+$ to $-$: local maximum
- If $f'$ changes from $-$ to $+$: local minimum
Second Derivative Test:
- If $f''(c) > 0$: local minimum at $c$
- If $f''(c) < 0$: local maximum at $c$
Step 5: Compare with Endpoints
For absolute extrema on a closed interval $[a, b]$:
- Evaluate $f$ at all critical points in $(a, b)$
- Evaluate $f$ at endpoints $a$ and $b$
- The largest value is the absolute maximum
- The smallest value is the absolute minimum
Common Problem Types
Geometric Optimization
- Maximize area given perimeter constraints
- Minimize material for a container of fixed volume
- Find dimensions that optimize some property
Business/Economic Optimization
- Maximize profit or revenue
- Minimize cost
- Optimal pricing strategies
Distance and Time Optimization
- Shortest path problems
- Minimum time problems (refraction, etc.)
Key Theorems
Extreme Value Theorem
If $f$ is continuous on a closed interval $[a, b]$, then $f$ attains both an absolute maximum and an absolute minimum on $[a, b]$.
Fermat's Theorem
If $f$ has a local extremum at $c$ and $f'(c)$ exists, then $f'(c) = 0$.
Related Skills
← Skills Index