Section 10.1 Gradient
¶As discussed in Section 9.8, the chain rule for a function of several variables, written in terms of differentials, takes the form:
Each term is a product of two factors, labeled by \(x\text{,}\) \(y\text{,}\) and \(z\text{.}\) This looks like a dot product. Separating out the pieces, we have
The last factor is just \(d\rr\text{,}\) and you may recognize the first factor as the gradient of \(f\) written in rectangular coordinates, that is
Putting this all together, we have
which can in fact be taken as the geometric definition of the gradient, as further discussed in Section 10.2. We refer to (10.1.4) as the Master Formula, because it contains all of the information needed to determine the gradient, and does so without relying on a particular coordinate system.
Recall that \(df\) represents the infinitesimal change in \(f\) when moving to a “nearby” point. What information do you need in order to know how \(f\) changes? You must know something about how \(f\) behaves, where you started, and which way you went. The master formula organizes this information into two geometrically different pieces, namely the gradient, containing generic information about how \(f\) changes, and the vector differential \(d\rr\text{,}\) containing information about the particular change in position being made.