Functions of multivariables

48 Views Asked by At

I'm having issues with calculating:

$\lim (x,y)$ approaches $(0,0)$ for $$f(x,y)=\frac{x^2y}{2x^2 +3y^2}$$ Can someone help me please?

4

There are 4 best solutions below

5
On BEST ANSWER

Notice that $$|\frac{x^2y}{2x^2 +3y^2}|=|\frac{y}{2 +3(\frac{x}{y})^2}|=\frac{|y|}{2 +3(\frac{x}{y})^2}<\frac{|y|}{2}\longrightarrow_{y\longrightarrow0}0$$ so $$\lim_{(x,y)\rightarrow(0,0)}{\frac{x^2y}{2x^2 +3y^2}}=0$$

0
On

A hint: Consider the simpler problem where the two coefficients in the denominator are equal.

0
On

Hint : Consider using the corollary of sandwich theorem because all the terms in the denominator are positive ...

0
On

Another idea: use polar coordinates, and observe we have then that

$\;(x,y)\to(0,0)\iff x^2+y^2=r^2\to0\iff r\to0\;$, so

$$\frac{x^2y}{2x^2+3y^2}=r\frac{\cos^2\theta\sin\theta}{2+\sin^2\theta}\xrightarrow[r\to0]{}0$$