I struggle a lot with complex analysis currently. I need to find the domain of analycity of $f(z) =: u(x, y) + iv(x, y)$, so the function needs to be continuous at $z$, its partial derivates must exist and the Cauchy-Riemann rules must be respected.
Here is my function:
$$f(z) = \frac{z^2}{z-3}$$
I know $z = 3$ is to be rejected. But what about Cauchy-Riemann ? In order to find the solution within this century, I need to verify:
$$\frac{\partial f}{\partial \bar z}= 0$$
So, naively, I tried:
$$\frac{\partial f}{\partial \bar z} = \frac{\partial f}{\partial z}.\frac{\partial z}{\partial \bar z} $$
with:
$$\frac{\partial z}{\partial \bar z} = \frac{\partial z}{\partial x}.\frac{1}{\frac{\partial \bar z}{\partial x}} + \frac{\partial z}{\partial y}.\frac{1}{\frac{\partial \bar z}{\partial y}} = 1+ i^2 = 0$$
A dead end, thus.
So, what's the easiest way to prove Cauchy-Riemann in this exercise ?
There are multiple more "sophisticated" ways by e.g. using that $z$ can be seen as a constant when applying the operator $\frac{\partial}{\partial \bar{z}}$ (see Wirtinger derivatives for more info on this), but here is a more elementary way:
The operator $\frac{\partial}{\partial \bar{z}}$ is defined as $$ \frac{\partial}{\partial \bar{z}}:=\frac{1}{2}(\frac{\partial}{\partial x}+i\frac{\partial}{\partial y}) $$ for $z=x+iy$ and your function can be see as a function of $z=x+iy$: $$ f(x+iy)=\frac{(x+iy)^3}{x+3-iy}. $$ Now you just need to compute $$ \frac{1}{2}(\frac{\partial}{\partial x}+i\frac{\partial}{\partial y})\frac{(x+iy)^3}{x+3-iy}=\frac{1}{2}\frac{\partial}{\partial x}\frac{(x+iy)^3}{x+3-iy}+i\frac{1}{2}\frac{\partial}{\partial y}\frac{(x+iy)^3}{x+3-iy} $$ for $x\neq 3$ and it should be $0$ in the end.