Limits with two variables, finding k such that limit exists

161 Views Asked by At

Find the biggest number $k$, such that the limit $$ \lim_{(x,y)\to(0.0)} \frac{x^{15}y^{23}}{(x^2 +y^2)^p} $$

exists for all $p < k $

I was thinking that if we're left with x's and/or y's in the numerator and denominator, we have an expression in an undetermined form, $0 \over 0$ so i though that $k = 7.5$ would be correct, seeing as that would give a $0\over 0 $ expression, atleast from what I've calculated.

3

There are 3 best solutions below

2
On BEST ANSWER

Write $x=r\cos(\theta)$ and $y=r\sin(\theta)$, then \begin{gather*} \lim_{(x,y)\to(0,0)} \frac{x^{15}y^{23}}{(x^2+y^2)^p} = \lim_{r \to 0} \frac{r^{38} \cos^{15}\theta \sin^{23}\theta}{r^{2p}} \end{gather*} In order to have a limit, you need $38 > 2p$.

0
On

use that $$\frac{x^2+y^2}{2}\geq |xy|$$ so $$\frac{1}{x^2+y^2}\le \frac{1}{2|xy|}$$

0
On

let $u = \max(|x|,|y|)$

$|\frac {x^{15}y^{23}}{(x^2+y^2)^p}| \le\frac {u^{38}}{u^{2p}}$