Multivariable calculus

Limit of x^2y^2/(x^2+y^2) at the Origin

The limit of x^2 y^2 / (x^2 + y^2) as (x, y) approaches the origin is 0. Split the function as y^2 times x^2/(x^2 + y^2). The second factor always lies between 0 and 1, so the whole thing is at most y^2, which is squeezed to 0 under any approach.

f(x,y)=x2y2x2+y2f(x,y) = \frac{x^2 y^2}{x^2 + y^2}

The limit exists

lim(x,y)(0,0)x2y2x2+y2=0\lim_{(x,y) \to (0,0)} \frac{x^2 y^2}{x^2 + y^2} = 0
PathLimit along it
along y = 00
along y = x0
along y = 2x0

The paths, and what they are worth

Start with three lines through the origin. The numerator is degree four against a denominator of degree two, so each substitution leaves a t2t^2 behind.

f(t,0)=0t2=0f(t,0) = \frac{0}{t^2} = 0
f(t,t)=t42t2=t220f(t,t) = \frac{t^4}{2t^2} = \frac{t^2}{2} \to 0
f(t,2t)=4t45t2=4t250f(t,2t) = \frac{4t^4}{5t^2} = \frac{4t^2}{5} \to 0

These agree on 00, so 00 is the only candidate. They do not establish it, because there is no finite list of curves whose behaviour forces the behaviour of every other curve.

Two proofs, one with polar and one without

In polar coordinates the numerator is degree four in rr against a denominator of degree two, so two factors of rr survive.

f=r4cos2θsin2θr2=r2cos2θsin2θ,0fr2f = \frac{r^4\cos^2\theta\sin^2\theta}{r^2} = r^2\cos^2\theta\sin^2\theta, \qquad 0 \le f \le r^2

The second proof never leaves rectangular coordinates. Peel off the piece you can bound.

f=y2x2x2+y2,0x2x2+y21f = y^2 \cdot \frac{x^2}{x^2+y^2}, \qquad 0 \le \frac{x^2}{x^2+y^2} \le 1
0fy200 \le f \le y^2 \to 0

The fraction is between 00 and 11 because x2x^2 is nonnegative and no larger than x2+y2x^2 + y^2. Since f0f \ge 0 here, the lower half of the squeeze comes free and you only need the upper bound.

The mistake: splitting the quotient into two limits

The quotient rule for limits has a hypothesis that gets skipped: both limits must exist and the denominator's limit must be nonzero. Here the denominator tends to 00, so writing lim(x2y2)lim(x2+y2)=00\frac{\lim\left(x^2y^2\right)}{\lim\left(x^2+y^2\right)} = \frac{0}{0} is not an application of any theorem.

And 00\frac{0}{0} is not a verdict. It does not mean the limit is 00, and it does not mean the limit fails to exist. It means the rule you tried does not apply and the rates matter. Here the numerator vanishes to fourth order and the denominator to second, so the numerator wins and the answer is 00. In x2x2+y2\frac{x^2}{x^2+y^2} both vanish to second order, and that limit genuinely does not exist.

Frequently asked questions

Why does the bound |f| <= y^2 succeed where the path tests could not?

Because it holds at every point of a punctured disc around the origin, all at once, rather than along one curve. Once 0fy20 \le f \le y^2 everywhere nearby, any approach whatsoever forces y0y \to 0 and therefore f0f \to 0.

Could I have bounded by x^2 instead?

Yes. By symmetry, f=x2y2x2+y2x2f = x^2 \cdot \frac{y^2}{x^2+y^2} \le x^2, and x20x^2 \to 0 as well. Either bound closes the argument on its own; there is no need to write both.