Multivariable calculus
Limit of xy/sqrt(x^2+y^2) at the Origin
The limit of xy / sqrt(x^2 + y^2) as (x, y) approaches the origin is 0. In polar coordinates the function is r cos(theta) sin(theta), which is at most r/2 in size. Equivalently, 2|xy| is at most x^2 + y^2, so the quotient is bounded by half the distance to the origin.
The limit exists
| Path | Limit along it |
|---|---|
| along y = 0 | 0 |
| along y = x | 0 |
| along y = -2x | 0 |
Paths give the candidate
Start with three straight lines. Each one makes the numerator quadratic in while the denominator stays linear, so a factor of is left over.
Notice the absolute value appearing from . Forgetting it is harmless when the limit is zero, but on a problem where the answer differs for and it is the difference between a limit and no limit.
Two ways to bound it
In polar coordinates the numerator is degree two in and the denominator is degree one, leaving one factor of .
The same bound comes out without any change of coordinates. Start from , which rearranges to .
Either route squeezes between and , both of which tend to . Use whichever you find faster; the polar version is mechanical, the algebraic version avoids trigonometry entirely.
The mistake: bounding the square root the wrong way
A tempting move is to replace in the denominator with , since the two look interchangeable. They are not equal, and the inequality runs one way only: .
Putting the larger quantity into a denominator makes the fraction smaller, so that substitution produces a lower bound on . A lower bound is useless for a squeeze, which needs an upper bound tending to zero. Swapping the direction of an inequality inside a fraction is the single most common way these arguments quietly break.
If you do want to use , put it in the numerator instead. From you would get an upper bound, though it is messier than the one above.
Frequently asked questions
How does this differ from xy/(x^2+y^2)?
Only in the power of the denominator, and that changes everything. With the square root, polar coordinates leave a surviving factor of and the limit is . Without it, the quotient is with no at all, so the value depends on direction: along the axes and along , and the limit does not exist.
Where does the inequality 2|xy| <= x^2 + y^2 come from?
Expand and move the middle term across. It is the arithmetic mean and geometric mean inequality for the two numbers and , and it is worth memorising, since it settles a large fraction of limit problems at the origin.