I have two questions that pertain to a question that does have quite the complete solution, but I am still having trouble getting over the finish line. The original response is this:
The question asked to me was to "determine for what positive values $a,b,c,d$ the function is continuous at $0$". The function being:
$$\lim_{(x,y)\rightarrow (0,0)}\frac{\left|x\right|^a\left|y\right|^b}{\left|x\right|^c + \left|y\right|^d} = 0$$
1) My first question revolves around establishing some "possible" conditions for my $a,b,c,d$. To do this I have to try and get the continuity to work. We can see that the function is always positive so it is a candidate to use the squeeze theorem on. There are two cases
i) if $|x|^{c} \leq |y|^{d}$
ii) if $|y|^{d} \leq |x|^{c}$
Doing the first case (as the second will be a mirror of this)
I arrive at
$$ \frac{\left|x\right|^a\left|y\right|^b}{\left|x\right|^c + \left|y\right|^d} \leq \frac{|x|^{a}|y|^{b}}{|x|^{c}} \\ \Rightarrow\ |x|^{a-c}|y|^{b}$$
So if $a \geq c$ then takng the limit of this will go to $0$ and I can squeeze my original function. Same idea would occur for the other case. So I would be left with a scenario where if $a \geq c$ and $b \geq d$ then $f(x,y)$ is continuous at $0$.
I don't feel that this is enough and I'm missing more to the conclusion, but I'm at a loss of how to proceed.
2) My version of the question does not have the added assumption of $\frac{a}{c} + \frac{b}{d} > 1$. To which I believe this is what I have to arrive at as my final conclusion. At this point in the textbook due to the location of the question I don't think I'm not allowed to use any differential calculus, even though in Brian M. Scott's solution he did use single variable calculus which is probably allowed here as well. But from what I know from my studies to this point I don't see how I could arrive at a conclusion of $\frac{a}{c} + \frac{b}{d} > 1$ if that is the end game.
Could I get some help on how to proceed/approach this?