Problem 17
Question
We know that if a function of a single variable is differentiable at a point, then that function is also continuous at that point. In this exercise we determine that the same property holds for functions of two variables. A function \(f\) of the two variables \(x\) and \(y\) is continuous at a point \(\left(x_{0}, y_{0}\right)\) in its domain if $$\lim _{(x, y) \rightarrow\left(x_{0}, y_{0}\right)} f(x, y)=f\left(x_{0}, y_{0}\right)$$ or (letting \(x=x_{0}+h\) and \(y=y_{0}+k\), $$\lim _{(h, k) \rightarrow(0,0)} f\left(x_{0}+h, y+k\right)=f\left(x_{0}, y_{0}\right)$$ Show that if \(f\) is differentiable at \(\left(x_{0}, y_{0}\right),\) then \(f\) is continuous at \(\left(x_{0}, y_{0}\right) .\) (Hint: Multiply both sides of the equality that comes from differentiability by \(\lim _{(h, k) \rightarrow(0,0)} \sqrt{h^{2}+k^{2}}\).)
Step-by-Step Solution
VerifiedKey Concepts
Differentiability
Differentiability implies that the function can be approximated by a tangent plane at that point. More technically, it means that the function's behavior can be closely estimated by a linear combination of its partial derivatives plus a remainder term \( R(h,k) \) that tends to zero faster than the distance \( \sqrt{h^2 + k^2} \) as \((h, k) \rightarrow (0, 0)\).
- A function is differentiable at \((x_0, y_0)\) if:
- Partial derivatives \( \frac{\partial f}{\partial x} \) and \( \frac{\partial f}{\partial y} \) exist at \((x_0, y_0)\).
- The expression for \( f(x_0 + h, y_0 + k) \) holds as:
Essentially, differentiability at a point guarantees that locally, the function behaves predictably and linearly.
Continuity
In plain terms, if you approach the point from any direction in the \(x-y\) plane, the function behaves nicely without sudden jumps or breaks.
- Mathematically, this is expressed as:
Thus, by proving a function differentiable at a spot, you directly show it’s continuous at the same spot too. This beautiful mathematical connection aligns concepts in a tangible way, linking the existence of derivatives to the smooth, uninterrupted flow of a graph.
Partial Derivatives
For a function \(f(x, y)\), the partial derivative with respect to \(x\) is denoted by \(\frac{\partial f}{\partial x}\), and similarly for \(y\), it is \(\frac{\partial f}{\partial y}\). These derivatives provide the slope of the tangent line along the respective axes, offering pivotal insight into the function's behavior in different directions.
- To find a partial derivative, handle the other variables as constants:
- \( \frac{\partial f}{\partial x} \) describes the rate of change of \(f\) in the \(x\) direction,
- while \( \frac{\partial f}{\partial y} \) does so in the \(y\) direction.
In the landscape of multivariable calculus, partial derivatives offer a detailed map of the function's changing nature, making them indispensable in understanding and predicting the way functions behave over their domains.