$lim_{(x,y)to(0,0)}frac{x^2y^2}{sin(x)cos(y)}$ is this done correctly?
up vote
0
down vote
favorite
$lim_{(x,y)to(0,0)}frac{x^2y^2}{sin(x)cos(y)}$ is it allowed to split a multi-variable limit into its component variables as in the next step? $= (lim_{xto0}frac{x^2}{sin(x)})(lim_{xto0}frac{y^2}{sin(y)})$ this is an indeterminate form and now I use L'Hopital $=(lim_{xto0}frac{2x}{cos(x)})(lim_{xto0}frac{2y}{cos(y)})$ $=(frac{0}{1})(frac{0}{1})=0$
calculus limits multivariable-calculus
share | cite | improve this question
edited Nov 23 at 15:27
Martin Sleziak
44.4k 7 115 268
asked Feb 7 '16 at 8:52
...