4.4.2Multivariable Calculus

Limits and continuity in 2D — path-dependence issue

1,789 words8 min readdifficulty · medium4 backlinks

WHAT we are asking


HOW path-dependence kills a limit

Standard paths to try, in order (cheapest first):

  1. Along the xx-axis: set y=by=b, let xax\to a.
  2. Along the yy-axis: set x=ax=a, let yby\to b.
  3. Along lines y=b+m(xa)y = b + m(x-a) for general slope mm.
  4. Along parabolas like y=(xa)2y=(x-a)^2 if lines all agree but you suspect trouble.

Worked Example 1 — the canonical failure

lim(x,y)(0,0)xyx2+y2\lim_{(x,y)\to(0,0)} \frac{xy}{x^2+y^2}

Path A — along xx-axis (y=0y=0): f(x,0)=x0x2+0=00.f(x,0)=\frac{x\cdot 0}{x^2+0}=0 \to 0. Why this step? Setting y=0y=0 collapses the problem to 1D; the numerator vanishes.

Path B — along the line y=mxy=mx: f(x,mx)=xmxx2+m2x2=mx2x2(1+m2)=m1+m2.f(x,mx)=\frac{x\cdot mx}{x^2+m^2x^2}=\frac{mx^2}{x^2(1+m^2)}=\frac{m}{1+m^2}. Why this step? Substitute y=mxy=mx and cancel x2x^2 (legal since x0x\neq0 on the path). The xx's vanish — the value depends only on the slope mm.

Verdict: m=0m=0 gives 00; m=1m=1 gives 12\tfrac12. Different paths → different values → limit does not exist.


Worked Example 2 — lines lie, parabola tells the truth

lim(x,y)(0,0)xy2x2+y4\lim_{(x,y)\to(0,0)} \frac{xy^2}{x^2+y^4}

All straight lines y=mxy=mx: f(x,mx)=xm2x2x2+m4x4=m2x3x2(1+m4x2)=m2x1+m4x20.f(x,mx)=\frac{x\cdot m^2x^2}{x^2+m^4x^4}=\frac{m^2x^3}{x^2(1+m^4x^2)}=\frac{m^2x}{1+m^4x^2}\to 0. Why this step? Factor x2x^2 from the denominator; the surviving factor xx in the numerator forces the limit to 00 as x0x\to0. So every line says 00.

Now the curve x=y2x=y^2: f(y2,y)=y2y2(y2)2+y4=y4y4+y4=y42y4=12.f(y^2,y)=\frac{y^2\cdot y^2}{(y^2)^2+y^4}=\frac{y^4}{y^4+y^4}=\frac{y^4}{2y^4}=\frac12. Why this step? We chose x=y2x=y^2 to make numerator and denominator the same order (y4y^4). This is the "balanced" path the lines missed.

Verdict: lines give 00, parabola gives 12\tfrac12limit does not exist. (This is the steel-man trap made concrete.)


Worked Example 3 — limit DOES exist (Squeeze proof)

lim(x,y)(0,0)x2yx2+y2\lim_{(x,y)\to(0,0)} \frac{x^2 y}{x^2+y^2}

You can't prove this with paths. Use a bound.

Step 1: Note x2x2+y21\dfrac{x^2}{x^2+y^2}\le 1 for all (x,y)(0,0)(x,y)\neq(0,0). Why? The denominator x2+y2x2x^2+y^2 \ge x^2, so the fraction is at most 1.

Step 2: Therefore x2yx2+y2=yx2x2+y2y.\left|\frac{x^2 y}{x^2+y^2}\right| = |y|\cdot\frac{x^2}{x^2+y^2} \le |y|. Why this step? Pull out y|y|, then bound the leftover fraction by 1.

Step 3: As (x,y)(0,0)(x,y)\to(0,0), y0|y|\to0. By the Squeeze Theorem the whole thing 0\to 0. lim(x,y)(0,0)x2yx2+y2=0\boxed{\lim_{(x,y)\to(0,0)}\frac{x^2y}{x^2+y^2}=0} Why this is airtight: the bound fy|f|\le|y| holds on the entire disk, so no path can escape it. That's exactly what ε\varepsilonδ\delta needs.


Continuity in 2D


Forecast-then-Verify drill


Flashcards

What must be true for a 2D limit to exist?
Every path approaching the point must give the same value (the whole disk, not just two directions).
Can matching finitely many paths prove a 2D limit exists?
No — it can only disprove it (by finding a mismatch). Proof needs ε\varepsilon-δ\delta or Squeeze.
Limit of xyx2+y2\frac{xy}{x^2+y^2} at origin?
Does not exist; along y=mxy=mx it equals m1+m2\frac{m}{1+m^2}, which varies with mm.
Why does xy2x2+y4\frac{xy^2}{x^2+y^4} trap students?
All straight lines give 00, but the path x=y2x=y^2 gives 12\frac12 → limit DNE.
What does it mean if the polar form keeps a θ\theta as r0r\to0?
The value depends on direction → path-dependent → limit does not exist.
State the 3 conditions for continuity of ff at (a,b)(a,b).
f(a,b)f(a,b) exists; the limit exists; the limit equals f(a,b)f(a,b).
Limit of x2yx2+y2\frac{x^2y}{x^2+y^2} at origin and why?
00; bound fy0|f|\le|y|\to0 by Squeeze on the whole disk.
A function homogeneous of degree 0 — what's special about its directional limits?
Constant along each ray, so different rays generally give different values → usually no limit.

Recall Feynman: explain to a 12-year-old

Imagine you and friends all walking toward the same lamppost in a foggy field. In 1D you can only come from the left road or the right road. But in a field you can come from any direction — straight, curvy, zig-zag. A "limit existing" means: no matter which path you walk, the height of the ground right at the lamppost looks the same to everybody. If your friend on the curvy path sees the ground at height 0 but you on the straight path see height ½, then there's a weird crack right at the lamppost — the "limit" is broken. To prove it's smooth you must show everyone, on every imaginable path, ends up at the same height — usually by trapping the height between two squeezing walls that both shrink to the same number.


Connections

  • Multivariable Calculus — parent chapter
  • Squeeze Theorem — the tool to prove a 2D limit exists
  • Polar Coordinates — converts (x,y)(0,0)(x,y)\to(0,0) into r0r\to0 for a clean test
  • Partial Derivatives — built on limits along axis-directions
  • Differentiability in 2D — requires continuity, which requires path-independent limits
  • Epsilon-Delta Definition — the 1D ancestor generalized to disks
  • Continuity in 1D — contrast: only two directions vs. infinitely many

Concept Map

requires

formalized by

disk not line means

source of

exploited by

proves

cannot prove

needs instead

illustrated by

line y=mx gives

slope survives via

differing m values

2D limit at point

All paths give same L

Epsilon-delta on open disk

Value cannot depend on path

Path-dependence issue

Killer test: two paths disagree

Limit does not exist

Existence of limit

Epsilon-delta or Squeeze

Example xy over x2+y2

m over 1+m2

Degree-0 homogeneity

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, 1D limit mein sirf do raaste hote hain — left se aao ya right se. Lekin 2D mein point tak pahunchne ke infinite raaste hote hain: seedhi lines, parabola, curve, spiral, kuch bhi. Limit tabhi exist karti hai jab har ek path same value de. Agar do bhi paths alag-alag answer dein, to limit exist nahi karti — bas yahi pura funda hai (PDD: Paths Disagree → Death).

Classic example: xyx2+y2\frac{xy}{x^2+y^2} at origin. y=0y=0 pe limit 00 aata hai, par y=xy=x pe 12\frac12. Do paths disagree ho gaye → limit DNE. Aur ek bada trap hai xy2x2+y4\frac{xy^2}{x^2+y^4} — yahan saari straight lines 00 dengi, par jaise hi tum x=y2x=y^2 wala curve try karoge, 12\frac12 aa jaata hai. Isliye yaad rakho: "Lines Lie, Curves Confess" — sirf lines match ho jaane se khush mat ho jao.

Important baat: paths se tum sirf limit ko galat saabit kar sakte ho (mismatch dhoondh ke). Limit exist karti hai ye prove karne ke liye paths kaafi nahi — Squeeze Theorem ya ε\varepsilon-δ\delta bound chahiye. Jaise x2yx2+y2\frac{x^2y}{x^2+y^2} mein hum dikhate hain fy0|f|\le|y|\to0, aur ye bound poore disk pe valid hai, isliye limit 00 hai. Ek aur tagda trick: polar coordinates. x=rcosθ,y=rsinθx=r\cos\theta, y=r\sin\theta daal do; agar r0r\to0 ke baad bhi θ\theta bacha hua hai, matlab direction pe depend kar raha hai → limit fail. Continuity matlab limit exist kare aur f(a,b)f(a,b) ke barabar ho — agar limit hi path-dependent hai to function kabhi continuous nahi ban sakta.

Go deeper — visual, from zero

Test yourself — Multivariable Calculus

Connections