Partial derivatives are a central concept in multivariable calculus, used to measure how functions change as one variable changes while the other variables are kept constant. When given a function of multiple variables, say \(f(x, y)\), the partial derivative with respect to \(x\) shows the rate of change of the function as \(x\) changes while \(y\) remains constant:
- Notation: The partial derivative of \(f\) with respect to \(x\) is denoted by \(f_x = \frac{\partial f}{\partial x}\).
- Similarly, the partial derivative with respect to \(y\) is \(f_y = \frac{\partial f}{\partial y}\).
- These derivatives are evaluated by differentiating the function as if the other variables are constants.
In the exercise, calculating \(f_x\) and \(f_y\) for \(f(x, y)\) and \(g(x, y)\) allows us to find critical points by solving the equations \(f_x = 0\) and \(f_y = 0\). These values are crucial for understanding where the function changes its behavior, such as reaching a maximum or minimum.