One more way is to use the inequality:
[tex]x ^ 2 + y ^ 2 \geq 2|xy|[/tex], one can prove it by doing a little rearrangement, and noticing the fact that: (|x| + |y|)
2 >= 0.
I'll give one example that's similar to your problem.
----------------
Example:
Find:
[tex]\lim_{\substack{x \rightarrow 0 \\ y \rightarrow 0}} \frac{x ^ 3 y ^ 3}{x ^ 2 + y ^ 2}[/tex]
Now using the inequality above, we have:
[tex]\left| \frac{x ^ 3 y ^ 3}{x ^ 2 + y ^ 2} \right| \leq \left| \frac{x ^ 3 y ^ 3}{2xy} \right| = \frac{1}{2} |x ^ 2 y ^ 2| = \frac{1}{2} x ^ 2 y ^ 2[/tex]
Now as (x, y) tends to (0, 0),
[tex]\frac{1}{2} x ^ 2 y ^ 2 \rightarrow 0[/tex], hence [tex]\left| \frac{x ^ 3 y ^ 3}{x ^ 2 + y ^ 2} \right| \rightarrow 0[/tex], thus [tex]\frac{x ^ 3 y ^ 3}{x ^ 2 + y ^ 2} \rightarrow 0[/tex], so we can conclude that:
[tex]\lim_{\substack{x \rightarrow 0 \\ y \rightarrow 0}} \frac{x ^ 3 y ^ 3}{x ^ 2 + y ^ 2} = 0[/tex]
Can you get this? :)
--------------
EDIT:
By the way,
benorin:
That symbols is read Delta, the symbol that is read "there exists" should be [tex]\exists[/tex]

.