Last time | Next time |
First things first: don't be a limit dropper!
Here is what I call "the most important definition in calculus" -- the limit definition of the derivative function, $f'(x)$: \[ f'(x) = \lim_{h \to 0}\frac{f(x+h)-f(x)}{h} \]
This is generalized into "partial" derivatives \[ f_x(x,y) = \lim_{h \to 0}\frac{f(x+h,y)-f(x,y)}{h} \] \[ f_y(x,y) = \lim_{h \to 0}\frac{f(x,y+h)-f(x,y)}{h} \]
Where we think of one variable as fixed, and the other as varying.
We consider each as a slope in a particular direction. But there are an infinite number of directions from which one can depart, of course. We are considering only two.
As we saw last time, partials are actually easy to compute, provided one has a formula. If one has only data, then it comes down to approximating with a finite difference.
We saw that higher partial derivatives are easy to calculate, as well, since each partial derivative is a multivariate function in its own right. So do it again!
We think of second derivatives in the univariate world as saying something about curvature, and the same is true in the bivariate case.
Just like derivatives are closely linked to tangent lines, which kiss a curve (osculate); about the slopes of those linear approximations (tangent lines) to a univariate function; so are partial derivatives are about slopes of univariate functions obtained by slicing multivariate functions with planes. If the function is differentiable at a point, then there is a tangent plane, which kisses the surface.
An example from our author's TEC animations.