Given $$f(z):=Re{(e^{1/z})}$$ prove it is analytic everywhere except the origin.
I wrote it like this $$f(x,y):=e^\frac{x}{x^2+y^2}\cos(\frac{y}{x^2+y^2})$$ and tried to use C-R equations with $u(x,y)=f(x,y)$ and $v(x,y)=0$. But these are obviously not true.
You can't apply C-R equations here as C-R equations are applicable only for complex valued functions
Here, $f(z)$ is a real valued function
so, in order to prove f(z) is analytic everywhere except the origin you need to prove: $f(z)=f(x,y)=\exp(\frac{x}{x^2+y^2}) \cos(\frac{y}{x^2+y^2})$ is differentiable $\forall (x,y)$ except $(x,y)=(0,0)$
I hope now you can prove it