Multivariable calculus: Exercises
10 Partial derivatives, part 2
Exercise 1: Computing partial derivatives of functions
Given a differentiable function \(f:\mathbb{R}^n \to \mathbb{R}\), recall that you can compute the partial derivatives
\[ \frac{\partial f}{\partial x_1}(x_1,x_2,\ldots,x_n), \quad \frac{\partial f}{\partial x_2}(x_1,x_2,\ldots,x_n), \quad \ldots, \quad \frac{\partial f}{\partial x_n}(x_1,x_2,\ldots,x_n) \]
by holding one variable constant and differentiating the other, just like in single-variable calculus.
Exercise 2: Computing higher-order partial derivatives of functions
Remember that the second-order partial derivatives of a function are the partial derivatives of the first-order partial derivatives. Similarly, the third-order partial derivatives are the partial derivatives of the second-order partial derivatives, and so on.
Exercise 3: Computing total derivatives of functions
If \(f:\mathbb{R}^n\to \mathbb{R}\) is a differentiable function, then as we saw in class, the (total) derivative of \(f\) at a point \((x_1, x_2, \ldots, x_n)\) is given by the formula
\[ f'(x_1, x_2, \ldots, x_n) = \begin{bmatrix} \displaystyle\frac{\partial f}{\partial x_1}(x_1, x_2, \ldots, x_n) & \displaystyle\frac{\partial f}{\partial x_2}(x_1, x_2, \ldots, x_n) & \cdots & \displaystyle\frac{\partial f}{\partial x_n}(x_1, x_2, \ldots, x_n) \end{bmatrix}. \]
Exercise 4: Concavity and partial derivatives
Let \(f: \mathbb{R}^2\to \mathbb{R}\) be a differentiable function. Recall from class that the partial derivative \(\frac{\partial f}{\partial x}(x_0,y_0)\) can be thought of as the slope of the tangent line at \(x=x_0\) to the cross section of the graph of \(f\) with the plane \(y=y_0\). And similarly for \(\frac{\partial f}{\partial y}(x_0,y_0)\). Use this idea, along with your knowledge about the link between concavity and second-derivatives from single-variable calculus, to answer the following questions.