I have this exercise:
Let $f: \mathbb{C} \to \mathbb{C}$ be defined as $f(0) = 0$ and $f(z) = \dfrac{(\bar{z})^2}{z}$ for $z \neq 0$.
Show that the Cauchy-Riemann equations are satisfied on $z = 0$, but $f'(0)$ doesn't exist.
I learned two different forms of the Cauchy-Riemann equations:
$$\dfrac{\partial u}{\partial x} = \dfrac{\partial v}{\partial y} \text{ }\text{ }\text{ }\text{ and }\text{ }\text{ }\text{ } \dfrac{\partial u}{\partial y} = -\dfrac{\partial v}{\partial x}$$
$$\dfrac{\partial f}{\partial \bar{z}} = 0$$
With the first form, I would have to write $f$ as a function of $x$ and $y$ rather than $z$ and $\bar{z}$, and then taking the derivative would lead to big expressions. I would like to avoid that, and try to use the second form, because the exercise seems to be asking for it.
My problem is, the function $f$ is piecewise defined. I can't just blindly do
$$\dfrac{\partial}{\partial \bar{z}} \dfrac{(\bar{z})^2}{z} = \dfrac{2\bar{z}}{z}$$
since I'm interested in $z = 0$.
I would like to use the limit definition of the partial derivative to try to solve this. But it seems that $\dfrac{\partial}{\partial \bar{z}}$ is not a regular partial derivative (here and here).
How can I proceed here?