How to show that $f(z)=\sqrt{|xy|}$ satisfies the Cauchy Riemann equations but isn't differentiable at $z=0$?
My Attempt
$$ f(z)=u+i v,u=\sqrt{|xy|},v=0 $$ $$ v_{x}=0,v_{y}=0,u_{x}=\frac{|y|}{2\sqrt{|x y|}},u_{y}=\frac{|x|}{2\sqrt{|x y|}} $$ $ \lim_{\Delta z\rightarrow 0}\frac{\sqrt{|(x+\Delta x)(y+\Delta y)|}-\sqrt{|(x)(y)|}}{\Delta x+i\Delta y} $
I am not sure how the limit doesn't exist. Also, $u_x,u_y$ seem to become infinite at $z=0$.