Calculate if this Multivariable Limit exist

76 Views Asked by At

I hope someone can help me. The limit is:

$$\lim_{(x,y)\to(0,0)} \frac{x-y}{\sqrt{3x^2 + 4y^2}}$$ Does this limit exist or not? I tried to solve it by using $x=r\cos\theta$ and $y=r\sin\theta$, but I can't find a solution.

I'm at this point right now:

$$\lim_{r\to 0} \frac{\cos\theta-sin\theta}{\sqrt{3\cos^2\theta+4\sin^2\theta}}$$

Am I on the right track or should I try something else?

Edit: I tried, like recommended, $x=0$ $$\lim_{(0,y)\to(0,0)} \frac{-y}{\sqrt{4y^2}}=\frac{-y}{2y}=\frac{-1}{2}$$

then $y=0$ $$\lim_{(0,y)\to(0,0)} \frac{x}{\sqrt{3x^2}}=\frac{x}{\sqrt3\sqrt{x^2}}=\frac{-1}{\sqrt{3}}$$

So it doesn't exist. Right?

3

There are 3 best solutions below

1
On

Hint:

Choose two routes: first, $\;x=0\;$ , and then $\;y=0\;$ . What did you get? Then...

In fact, only one route is enough...but whatever.

0
On

You found by the variables substitution

$$\lim_{r\to 0} \frac{\cos\theta-\sin\theta}{\sqrt{3\cos^2\theta+4\sin^2\theta}} $$

This result show us that the limit value depends on the direction taken so the limit does not exists.

0
On

Let $y=mx$ then $(x-y)/(3x^2+4y^2)^{1/2}$ simplifies to $(1-m)/(3+4m^2)^{1/2}$ so the direction of approach to (0,0) gives different values depending on $m$. Thus the limit does not exist.