This is my first question here so I hope I'm doing it right :) sorry otherwise!
As in the title, I was wondering if and when it is OK to calculate a limit i three dimensions through a substitution that "brings it down to two dimensions". Let me explain what I mean in a clearer way through an example. I was calculating this limit:
$$\lim_{(x,y) \to (0,0)} \frac{\ln (1+\sin^2(xy))}{x^2+y^2} =\lim_{(x,y) \to (0,0)} \frac{\ln (1+\sin(xy)\cdot \sin(xy))}{x^2+y^2}$$
$$=\lim_{(x,y) \to (0,0)} \frac{\ln (1+xy\cdot xy)}{x^2+y^2} =\lim_{(x,y) \to (0,0)} \frac{\ln (1+x^2y^2)}{x^2+y^2}=\lim_{(x,y) \to (0,0)} \frac{x^2y^2}{x^2+y^2}$$
$$=\lim_{(x,y) \to (0,0)}\frac{1}{\frac{1}{y^2}+\frac{1}{x^2}}="\frac{1}{\infty}"=0.$$
Where I have used:
$$ \lim_{(x,y) \to (0,0)} \frac{\sin(xy)}{xy}=[z=xy]=\lim_{z\to 0}\frac{\sin z}{z}=1$$
and
$$ \lim_{(x,y) \to (0,0)} \frac{\ln(1+xy)}{xy}=[z=xy]=\lim_{z\to 0}\frac{\ln(1+z)}{z}=1.$$
Is the way I calculated the limits for $(x,y)\to (0,0)$ by substituting with $z=xy$ legit?
Also, if it is... am I allowed to substitute an expression with its limit inside a limit, as in while calculating the limit, or can I only take the limits in one last step (I'm a bit confused by this exercise in general, I have solved it with Taylor series but I'm curious to know whether this works too)?
Thank you so much in advance!
use that $$x^2+y^2\geq 2|xy|$$ then $$\frac{\ln(1+\sin^2(xy))}{x^2+y^2}\le \frac{\ln(1+\sin^2(xy))}{2|xy|}$$ substituting $$xy=t$$ then we have $$\frac{\ln(1+\sin^2(t))}{2t}$$ with L'Hospital we can prove that $$\lim_{t\to 0}\frac{\ln(1+\sin^2(t))}{2t}=\lim_{t\to0}\frac{\sin(2t)}{2(1+\sin^2(t))}=0$$