Limits and Continuity in Multiple Variables
Before we can differentiate functions of multiple variables, we need to understand what it means for such a function to be continuous. The idea mirrors the single-variable case, but with a crucial twist: in , there are infinitely many directions from which a point can be approached.
A function has limit at point if can be made arbitrarily close to by taking sufficiently close to — regardless of the direction of approach. Formally: for every , there exists such that implies .
Continuity means the limit equals the function value: . All polynomials, rational functions (away from zeros of denominator), and compositions of continuous functions are continuous. The subtlety in multiple variables is that you cannot verify a limit by checking finitely many paths — the limit must hold along all paths simultaneously.
Formal View
Why This Matters
Continuity is the baseline regularity assumption for virtually all theorems in multivariate calculus and optimization.
- Ensuring optimization algorithms do not encounter discontinuous jumps in loss functions
- Verifying that physical models (heat, fluid flow) are well-posed
- Checking regularity conditions before applying the implicit function theorem
Quiz
Which of the following is sufficient to prove that does NOT exist?
A function of two variables that is continuous along every straight line through a point is necessarily continuous at that point.
Common Mistakes
- Checking only a few paths and concluding the limit exists — you need an - argument for existence.
- Confusing "continuous at a point" with "limit exists at a point" — a function can have a limit at a point where it is not defined.
- Forgetting that "distance" in is the Euclidean norm, not a sum of absolute values (both work, but be consistent).