Given the function $f(x)$,
$$ f(x,y,z,w) = \frac{x+iy}{\sqrt{|w+z|}} \text{.} $$
How do I calculate the limit
$$ \lim\limits_{w\rightarrow -z} f $$
under the constraint that the points $(x,y,z) \in \mathbb{R}^3$ lie on a sphere with radius $w$:
$$ x^2+y^2+z^2=w^2 \text{.} $$
Note that the constraint in the limit $w \rightarrow - z$ implies $x \rightarrow 0$ and $y \rightarrow 0$. Numerically, I obtained the following conjecture:
$$ \sqrt{z} (1+i) $$
How do I prove this analytically?