suppose $f(x,y)=\frac{|x|^a|y|^b}{|x|^c+|y|^d}$ and $a,b,c,d >0$ how would you show that if $\frac{a}{c} + \frac{b}{d} >1$ then $\lim\limits_{(x,y)\to(0,0)}\frac{|x|^a|y|^b}{|x|^c+|y|^d}$ exists and equals $0$?
I've been trying to use the squeeze theorem and set up an inequality but im really struggling.
Young's inequality states that for $x,y>0$ and $p,q>0$ with $\frac1p+\frac1q=1$ we have $xy\le \frac{x^p}{p}+\frac{y^q}{q}$ so $|x|^a|y|^b\le \frac1p|x|^{ap}+\frac1q|y|^{bq}$. We can choose $p$ and $q$ such that $ap>c$ and $bq>d$:
Assume for a contradiction that for all $p,q$ with $\frac1p+\frac1q=1$ we have $ap\le c$ and $bq\le d$ then $\frac a c +\frac bd \le \frac1p+\frac 1q=1$.
Now $$\frac{|x|^a|y|^b}{|x|^c+|y|^d} \le \frac{|x|^{ap}}{p |x|^c}+ \frac{|y|^{bq}}{q|y|^d} \le |x|^{ap-c}+|y|^{bq-d}, $$ which tends to $0$ as $(x,y)\to (0,0)$.