Fiveable

5️⃣Multivariable Calculus Unit 3 Review

QR code for Multivariable Calculus practice questions

3.2 Limits and Continuity

3.2 Limits and Continuity

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025

Understanding Limits and Continuity in Multivariable Calculus

Limits and continuity in multivariable calculus extend the single-variable versions of these ideas to functions with two or more inputs. They're the foundation for partial derivatives and everything that follows in this unit, so getting comfortable with them now pays off quickly.

The core challenge: in single-variable calculus, you could only approach a point from the left or right. With multiple variables, you can approach from infinitely many directions and along curved paths. That changes how you evaluate limits and how you prove they exist (or don't).

Concept of Multivariable Limits

For a function f(x,y)f(x, y), the limit as (x,y)(a,b)(x, y) \to (a, b) describes what value ff approaches as the input gets arbitrarily close to (a,b)(a, b). The formal definition mirrors the single-variable epsilon-delta version: for every ϵ>0\epsilon > 0, there exists a δ>0\delta > 0 such that f(x,y)L<ϵ|f(x,y) - L| < \epsilon whenever 0<(xa)2+(yb)2<δ0 < \sqrt{(x-a)^2 + (y-b)^2} < \delta.

The key difference from single-variable limits is the path dependence issue. In R2\mathbb{R}^2, you can approach a point along straight lines, parabolas, spirals, or any other curve. For the limit to exist, ff must approach the same value LL along every possible path.

  • If two different paths give different limiting values, the limit does not exist
  • A limit can also fail to exist due to oscillation or unbounded behavior near the point
  • Showing the limit is the same along a few paths does not prove it exists; you'd need a general argument covering all paths
Concept of multivariable limits, File:Illustration for epsilon-delta definition of continuity 6.svg - Wikimedia Commons

Evaluation of Multivariable Limits

Several techniques help you evaluate (or disprove) multivariable limits. Which one to reach for depends on the form of the function.

Direct substitution. If the function is continuous at the point, just plug in. For example, lim(x,y)(1,2)(x2+y)=1+2=3\lim_{(x,y) \to (1,2)} (x^2 + y) = 1 + 2 = 3. This fails when substitution gives an indeterminate form like 0/00/0.

Factoring and simplification. When you get 0/00/0, try canceling common factors from the numerator and denominator, or rationalizing expressions that contain radicals. This is the same instinct as in single-variable calculus.

Polar coordinate transformation. This is one of the most useful tools for multivariable limits at the origin. Substitute x=rcosθx = r\cos\theta and y=rsinθy = r\sin\theta, then take r0r \to 0:

  1. Rewrite f(x,y)f(x, y) in terms of rr and θ\theta
  2. Simplify the expression, factoring out powers of rr where possible
  3. If the result depends only on rr (not θ\theta) and approaches a single value as r0r \to 0, that's the limit
  4. If the result still depends on θ\theta after simplification, the limit does not exist (different angles give different values)

For example, lim(x,y)(0,0)x2yx2+y2\lim_{(x,y)\to(0,0)} \frac{x^2 y}{x^2 + y^2} becomes r3cos2θsinθr2=rcos2θsinθ\frac{r^3 \cos^2\theta \sin\theta}{r^2} = r\cos^2\theta\sin\theta. As r0r \to 0, this goes to 00 regardless of θ\theta, so the limit is 00.

Squeeze theorem. Bound the function between two expressions that both converge to the same limit. This works well when you can use inequalities like xr|x| \leq r or cosθ1|\cos\theta| \leq 1 to trap the function.

Testing paths to disprove a limit. If you suspect the limit doesn't exist, try approaching along different paths (e.g., y=0y = 0, y=xy = x, y=x2y = x^2). Two paths giving different values is enough to conclude the limit does not exist.

A note on L'Hôpital's rule: it does not directly generalize to multivariable limits the way it works in single-variable calculus. You can sometimes apply it along a specific path (reducing to a single-variable problem), but this only tells you the limit along that one path. Polar coordinates and the squeeze theorem are generally more reliable tools here.

Concept of multivariable limits, Limits and Continuity · Calculus

Continuity of Multivariable Functions

A function f(x,y)f(x, y) is continuous at (a,b)(a, b) if three conditions hold:

  1. f(a,b)f(a, b) is defined
  2. lim(x,y)(a,b)f(x,y)\lim_{(x,y) \to (a,b)} f(x,y) exists
  3. lim(x,y)(a,b)f(x,y)=f(a,b)\lim_{(x,y) \to (a,b)} f(x,y) = f(a,b)

If all three are satisfied at every point in a region, ff is continuous on that region.

Types of discontinuities:

  • Removable: The limit exists but either the function isn't defined there or its value doesn't match the limit. You can "fix" it by redefining ff at that single point.
  • Jump: The function has different limiting values depending on the direction of approach. (In multivariable settings, this often shows up as path-dependent limits.)
  • Infinite: The function blows up to ±\pm\infty near the point.

Common functions and their continuity:

  • Polynomials in xx and yy are continuous everywhere
  • Rational functions (ratios of polynomials) are continuous on their domain, meaning everywhere the denominator is nonzero
  • Compositions of continuous functions (like ex2+y2e^{x^2 + y^2} or sin(xy)\sin(xy)) are continuous wherever they're defined

Domains matter. Continuity questions often involve specifying the type of domain:

  • Open sets don't include their boundary points (like the interior of a disk)
  • Closed sets include all boundary points (like a disk plus its edge)
  • Connected sets are "one piece," with no gaps between separate regions

Properties of Continuous Multivariable Functions

Continuous functions combine nicely under standard operations:

  • Sums, differences, and products of continuous functions are continuous
  • Quotients are continuous wherever the denominator is nonzero
  • Compositions are continuous as long as the inner function maps into the domain of the outer function

Two major theorems carry over from single-variable calculus:

Intermediate Value Theorem: If ff is continuous on a connected domain and takes values f(P1)=af(P_1) = a and f(P2)=bf(P_2) = b, then ff takes on every value between aa and bb somewhere in that domain. This is useful for proving that equations have solutions.

Extreme Value Theorem: If ff is continuous on a closed and bounded set, then ff attains a global maximum and a global minimum on that set. Both conditions (closed and bounded) are required. This theorem is the reason optimization problems on closed regions are guaranteed to have solutions.

Finally, continuity is preserved under coordinate transformations. If ff is continuous in Cartesian coordinates, it remains continuous when you express it in polar, cylindrical, or spherical coordinates. This gives you the freedom to work in whichever coordinate system makes the problem simplest.