Multivariable calculus

Limit of xy^2/(x^2+y^4) at the Origin Does Not Exist

The limit of x y^2/(x^2 + y^4) at the origin does not exist. Every straight line through the origin gives 0, but the sideways parabola x = y^2 gives 1/2 at every point. Two disagreeing paths are all you need, so the limit fails.

f(x,y)=xy2x2+y4f(x,y) = \frac{x y^2}{x^2 + y^4}

The limit does not exist

PathLimit along it
along x = 00
along y = x0
along the parabola x = y^20.5

Lines first, then the curve that balances the denominator

Substitute y=mxy = mx and simplify. Cancel the largest common power of xx before deciding anything.

f(x,mx)=xm2x2x2+m4x4=m2x3x2(1+m4x2)=m2x1+m4x2f(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^2 x}{1 + m^4x^2}

As x0x \to 0 the numerator goes to 00 and the denominator goes to 11, so every line gives 00. The vertical line x=0x = 0 gives 00 too, since the numerator is identically zero there.

Now read the denominator: x2x^2 and y4y^4 are the same size when xx is comparable to y2y^2. That points at the sideways parabola x=y2x = y^2, which is the path lines cannot imitate.

f(t2,t)=t2t2(t2)2+t4=t42t4=12f(t^2, t) = \frac{t^2 \cdot t^2}{(t^2)^2 + t^4} = \frac{t^4}{2t^4} = \frac{1}{2}

So ff equals 12\tfrac{1}{2} at every point of x=y2x = y^2 except the origin itself. Lines give 00, this parabola gives 12\tfrac{1}{2}, and the limit does not exist.

The mistake: reaching for y = x^2 out of habit

Students who have seen x2yx4+y2\frac{x^2y}{x^4+y^2} try y=x2y = x^2 here by reflex. Watch what that gives.

f(t,t2)=tt4t2+t8=t5t2(1+t6)=t31+t60f(t, t^2) = \frac{t \cdot t^4}{t^2 + t^8} = \frac{t^5}{t^2(1 + t^6)} = \frac{t^3}{1 + t^6} \to 0

Zero again, and the student concludes the limit is 00. The parabola has to open along the correct axis. In this function the fourth power sits on yy, so the curve must have xx growing like y2y^2, not yy growing like x2x^2.

  • Locate the variable carrying the higher power in the denominator: here it is yy, with y4y^4.
  • Set the other variable equal to that variable squared: x=y2x = y^2.
  • Substitute and check that both denominator terms become the same power of tt.

The whole family x=cy2x = cy^2 with c0c \neq 0 gives cc2+1\frac{c}{c^2+1}, so every nonzero cc produces a nonzero value that disagrees with the lines.

What the surface actually looks like

Along each parabola x=cy2x = cy^2 the function is a constant, so the surface is built from ridges and troughs that all funnel into the origin at different heights. The highest ridge sits at 12\tfrac{1}{2} on x=y2x = y^2 and the deepest trough at 12-\tfrac{1}{2} on x=y2x = -y^2.

Because those ridges pass arbitrarily close to the origin, any disc around the origin contains points where ff is near 12\tfrac{1}{2} and points where ff is near 12-\tfrac{1}{2}. That is the precise reason no epsilon-delta argument can work.

Frequently asked questions

How close to the origin does f still equal 1/2?

At every point of the curve x=y2x = y^2 with y0y \neq 0. Taking y=106y = 10^{-6} gives the point (1012,106)(10^{-12}, 10^{-6}), which is a millionth of a unit from the origin, and ff there is exactly 12\tfrac{1}{2}.

Would polar coordinates find this?

Not if you hold the angle fixed. In polar form f=rcosθsin2θcos2θ+r2sin4θf = \frac{r\cos\theta\sin^2\theta}{\cos^2\theta + r^2\sin^4\theta}, which tends to 00 for each fixed θ\theta with cosθ0\cos\theta \neq 0. Fixing θ\theta is the line test again, so it misses the parabola.