Partial Derivatives
In multivariable calculus, we differentiate with respect to one variable while holding the others constant. In algebra competitions, this is primarily used for optimizing multivariable functions and Lagrange Multipliers.
Definition
Definition (Partial Derivative)
For a function , the partial derivative with respect to is denoted by or .
It measures the rate of change of in the direction of .
Gradient and Optimization
The vector of all partial derivatives is the gradient, denoted .
Critical Points
To find the local maxima or minima of a smooth function , we set the gradient to zero:
Example (Minimize Distance)
Find the point on the plane closest to the origin.
Proof. Minimize squared distance subject to . Substitute and set partials and . (Alternatively, use Cauchy-Schwarz or Lagrange Multipliers). ∎
Lagrange Multipliers
To optimize subject to a constraint :
This creates a system of equations:
Practice Problems
Exercise (Problem 1)
Find the minimum value of subject to using partial derivatives (substitute ).
Exercise (Problem 2)
Use Lagrange multipliers to maximize subject to .
Exercise (Problem 3)
Find the critical points of .