Multivariable calculus: Exercises
11 Partial derivatives, part 3
Exercise 1: Computing derivatives
Recall from the class that the derivative of a function \(f: \mathbb{R}^n \to \mathbb{R}^m\) may be computed as the \(m\times n\) matrix
\[ f'(\mathbf{v}) = \begin{bmatrix} \displaystyle\frac{\partial f_1}{\partial x_1}(\mathbf{v}) & \displaystyle\frac{\partial f_1}{\partial x_2}(\mathbf{v}) & \cdots & \displaystyle\frac{\partial f_1}{\partial x_n}(\mathbf{v}) \\ \displaystyle\frac{\partial f_2}{\partial x_1}(\mathbf{v}) & \displaystyle\frac{\partial f_2}{\partial x_2}(\mathbf{v}) & \cdots & \displaystyle\frac{\partial f_2}{\partial x_n}(\mathbf{v}) \\ \vdots & \vdots & \ddots & \vdots \\ \displaystyle\frac{\partial f_m}{\partial x_1}(\mathbf{v}) & \displaystyle\frac{\partial f_m}{\partial x_2}(\mathbf{v}) & \cdots & \displaystyle\frac{\partial f_m}{\partial x_n}(\mathbf{v}) \end{bmatrix}, \]
where \(f_1,f_2,\ldots,f_m\) are the coordinate functions of \(f\) and I’ve put the variables into a vector to shorten the notation:
\[ \mathbf{v} = \begin{bmatrix} x_1 \\ x_2 \\ \vdots \\ x_n \end{bmatrix}. \]
Exercise 2: Tangent approximations
Recall that the tangent approximation of a function \(f: \mathbb{R}^n \to \mathbb{R}^m\) at a point \(\mathbf{v}_0\) is given by \[ L(\mathbf{v}) = f'(\mathbf{v}_0)(\mathbf{v}-\mathbf{v}_0) + f(\mathbf{v}_0), \]
where \(\mathbf{v}\) is a variable position vector.
Exercise 3: Application problem
We’ve been focusing so much on the mechanics of computing derivatives that we haven’t had much time to discuss applications. Let’s fix that with a simple application problem.