I am quoting the solution of this post (https://math.stackexchange.com/a/2924208/603303)
I have no idea why the function $f(z)$ is broken down to $f(x)$ and $f(iy)$ to find the partial derivatives. Assuming we can do this then the rest is clear, but, for example,
if $f(x+iy) = yx$
then $f_x = y$ and $f_y = x$
However, the solution above plugs in 0 and then computes the partials. Doing so here, we get that $f_x(x) = 0 = f_y(iy)$
Whereas in reality, $f_x = y$ and $f_y = x.$
So, can someone please help explain why his method works (even if it only works for the specific function he is considering at the point he is considering).
The function he is considering is $f(z) = z^5/\mathrm{abs}(z)^4$ where $\mathrm{abs}(z)$ is the norm.
In polar coordinates, this turns into
$$f(r*\exp(iw)) = r * \exp(i * 5w) = r * (\cos(5*w) + i * \sin(5*w))$$ (where * is multiplication)
Hence, we have $f = u + i * v$ where
$u(r,w) = r * \cos(5w)$ and $v(r,w) = r * \sin(5w)$
Hence,
$u_r = \cos(5w)$ and $v_r = \sin(5w)$
and
$u_w = -5r * \sin(5w)$ and $v_w = 5w * \cos(5w)$
Now, because of this factor of 5, we get that the Cauchy Riemann equations don't hold.
Where is my error?
Presumably, it is because the denominator $\exp( i * 4w)$ should cancel out 4 of the $iw$ multiples in the numerators argument, however, since we have absolute value, the denominator should equal to
$$r^4 * \mathrm{abs}(\exp( i * 4w))$$
and since $\mathrm{abs}(exp(z)) = 1$ for all complex numbers z on the imaginary axis (eg $z = iw$), this confuses me greatly.
Can someone please help me understand what is going on here?