M408M Learning Module Pages
Main page Chapter 10: Parametric Equations and Polar CoordinatesChapter 12: Vectors and the Geometry of SpaceChapter 13: Vector FunctionsChapter 14: Partial DerivativesLearning module LM 14.1: Functions of 2 or 3 variables:Learning module LM 14.3: Partial derivatives:Learning module LM 14.4: Tangent planes and linear approximations:Learning module LM 14.5: Differentiability and the chain rule:DifferentiabilityChain rule General chain rule Worked problems Learning module LM 14.6: Gradients and directional derivatives:Learning module LM 14.7: Local maxima and minima:Learning module LM 14.8: Absolute maxima and Lagrange multipliers:Chapter 15: Multiple Integrals |
DifferentiabilityIn the last learning module we saw how to compute the tangent plane to a surface $z=f(x,y)$ at $(a,b,f(a,b))$ by using partial derivatives. Of course, that assumed that the partial derivatives existed, and that the surface was smooth enough for the tangent plane to make sense! In this module we'll examine what that means. We begin with functions of one variable. We say a function $f(x)$ is differentiable at $x=a$ if the limit $$\lim_{x\to a} \frac{f(x)-f(a)}{x-a}$$ exists. However, the equation $$\lim_{x\to a} \frac{f(x)-f(a)}{x-a}=c$$ means exactly the same thing as $$\lim_{x \to a} \frac{f(x)-f(a)-c(x-a)}{x-a}=0.$$ In other words, a function $f(x)$ is differentiable at $a$ if and only if there is a linear function $$L(x) = f(a) + c(x-a)$$ such that $$\lim_{x \to a} \frac{f(x)-L(x)}{x-a}=0.$$ That last expression generalizes naturally to functions of two (or more) variables.
You may wonder why we didn't just say `a function is differentiable at $(a,b)$ if its partial derivatives exist at $(a,b)$?' Because it isn't true! If a function is differentiable, then its partial derivatives exist (and equal $c_1$ and $c_2$), but a function can have partial derivatives without being differentiable!
So for a function to be differentiable, we need more than just the existence of partial derivatives. We need continuity of partial derivatives:
The composition of differentiable functions is differentiable. In particular, if $x(t)$ and $y(t)$ are differentiable functions of a parameter $t$, and if $f(x,y)$ is a differentiable function of $x$ and $y$, then $f(x(t),y(t))$ is a differentiable function of $t$. In the next slide, we'll compute its derivative. |