Partial Differentiation
The del operator contains partial differential operators. Partial differentiation is when we differentiate a function of more than one variable, with respect to only one of these variables.
\( \frac{\partial f(x,y,z) }{\partial x} \) means differentiate \( f(x,y,z) \) w.r.t. \( x \) while keeping \( y \) and \( z \) constant.
Partial differentiation can be applied to surfaces. Consider the surface \( f(x,y) = x^2 + xy + y^2\) as shown below. The plane \( y = y_0 \) intersects this surface producing a curve.
|