$$\lim_{(x,y,z)->(0,0,0)}{\frac{xyz}{\sqrt{x} + \sqrt{y} + \sqrt{z}}}$$
I tried thinking about a solution using the epsilon-delta definition: I assumed that the limit is 0 but I couldn't figure out a inequality that would lead me to the solution.
$$\lim_{(x,y,z)->(0,0,0)}{\frac{xyz}{\sqrt{x} + \sqrt{y} + \sqrt{z}}}$$
I tried thinking about a solution using the epsilon-delta definition: I assumed that the limit is 0 but I couldn't figure out a inequality that would lead me to the solution.
If $x,y,z\in (0,1)$ then $$0<xyz<x=\sqrt{x}\sqrt{x}<\sqrt{x}(\sqrt{x}+\sqrt{y}+\sqrt{z}).$$ That is,
$$0<\frac{xyz}{\sqrt{x}+\sqrt{y}+\sqrt{z}}<\sqrt{x}.$$
So, if $x\to 0$ then $\frac{xyz}{\sqrt{x}+\sqrt{y}+\sqrt{z}}\to 0.$
Hint. Note that by AM-GM inequality, $$(xyz)^{1/6}\leq \frac{\sqrt{x} + \sqrt{y} + \sqrt{z}}{3}.$$ Therefore for $x> 0$, $y> 0$, $z> 0$, $$0\leq {\frac{xyz}{\sqrt{x} + \sqrt{y} + \sqrt{z}}} \leq \frac{xyz}{3(xyz)^{1/6}}=\frac{(xyz)^{5/6}}{3}.$$
Using the AM-GM inequality $$0 \le \frac{xyz}{\sqrt{x}+\sqrt{y}+\sqrt{z}} = \frac{\left( \sqrt[3]{\sqrt{x}\sqrt{y}\sqrt{z}} \right)^{3/2}}{\sqrt{x}+\sqrt{y}+\sqrt{z}} \le \frac{\left( \frac{\sqrt{x}+\sqrt{y}+\sqrt{z}}{3} \right)^{3/2}}{\sqrt{x}+\sqrt{y}+\sqrt{z}} = \frac{1}{3\sqrt{3}}\sqrt{\sqrt{x}+\sqrt{y}+\sqrt{z}}$$ so by the squeeze theorem the limit is $0$.