2
$\begingroup$

So, my book has this homework problem that has me pulling my hair out over. It asks us to evaluate the limit below - or rather, by trying along paths of the x and y axes, to show that it doesn't exist.

$\lim\limits_{(x,y) \to (0,0)} \frac{3}{x^2+2y^2}$

When I evaluate along $y=0$ I get

$\lim\limits_{(x,0) \to (0,0)} \frac{3}{x^2+2(0)^2}$

Which to me looks like it should just evaluate to +∞, just as along $x=0$ I get

$\lim\limits_{(0,y) \to (0,0)} \frac{3}{0^2+2y^2}$

which also looks like it should evaluate to +∞.

The flimsiest thing I can get about it not existing is that the Y term increases faster than the X term, but the book's answers section tells me that the limit doesn't exist along $x=0$.

I'm probably just forgetting something really basic like a moron, but can someone beat me over the head, please?

  • 0
    When the limit is $\pm\infty$ we say the limit doesn't exist (in $\Bbb{R}$).2017-02-22
  • 0
    It's a matter of convention whether or not a diverging limit can be said "to exist."2017-02-22

3 Answers 3

3

Given any number $B>0$, we see that

$$\frac{3}{x^2+2y^2}\ge \frac{3/2}{x^2+y^2}>B$$

whenever $\sqrt{x^2+y^2}<\sqrt{\frac{3}{2B}}$. Hence, the limit fails to exist.

That is to say, the $\frac{3}{x^2+2y^2}$ does not converge.

  • 0
    @OlivierOloa No, I didn't mean to write that. I'll edit. And thank you Olivier! -Mark2017-02-22
1

We have
$$ \lim\limits_{(x,y) \to (0,0)} \frac{3}{x^2+2y^2}=\infty $$ thus the limit does not exist as a real number since $\mathbb{R}=(-\infty,\infty)$.

1

Let $u=x^2+2y^2$ then we have,

$$\lim_{u \to 0^+} \frac{3}{u}$$

Like you said this goes to $+\infty$. Sometimes if limits tend to $\infty$ or $-\infty$, we say they do not exist. It depends on your definition of "does not exist". Personally, I prefer to say the limit goes to $+\infty$, which isn't wrong in this case.