$f(x,y,z) = \frac{xyz}{x^2+y^2+z^2}$. Its limit at $(0,0,0)$ is $0$ and we had to prove it. My TA in tutorial did it this way: $\left|\frac{xyz}{x^2+y^2+z^2}\right|\leq \frac{x^2+y^2+|xyz|}{x^2+y^2+z^2}$
and since $\frac{x^2 + y^2}{x^2+y^2+z^2} \leq 1$ so, $\frac{x^2+y^2+|xyz|}{x^2+y^2+z^2}\leq|xyz|$ which tends to $0$ at $(0,0,0)$ so limit is $0$.
But isn't this wrong? Shouldn't this work out only if $x^2+y^2$ and $|xyz|$ were multiplied to each other? Can someone tell me what should be the correct method.
Yes, you're right that the TA was in error. He confused multiplication and addition.
You most definitely do not need to think about spherical coordinates. (Generally, people on MSE resort to polar coordinates and spherical coordinates when it's not necessary.) Note that the key idea is that $$|x|, |y|, |z|\le \sqrt{x^2+y^2+z^2}$$ (and this works in however many dimensions you wish). So $$0\le \frac{|xyz|}{x^2+y^2+z^2} \le \frac{(x^2+y^2+z^2)^{3/2}}{x^2+y^2+z^2} = \sqrt{x^2+y^2+z^2},$$ and now we can easily apply the squeeze theorem to deduce the limit is $0$.