Show that in polar coordinates, the Cauchy-Riemann equations take the form $\dfrac{\partial u}{\partial r} = \dfrac{1}r \dfrac{\partial v}{\partial \theta}$ and $\dfrac{1}r \dfrac{\partial u}{\partial \theta} = −\dfrac{\partial v}{\partial r}$.
Use these equations to show that the logarithm function defined by $\log z = \log r + i\theta$ where $z=re^{i\theta}$ with $-\pi<\theta<\pi$ is holomorphic in the region $r > 0$ and $-\pi<\theta<\pi$.
What I have so far:
Cauchy-Riemann Equations: Let $f(z)$ = $u(x, y)$ +$iv(x, y)$ be a function on an open domain with continuous partial derivatives in the underlying real variables. Then f is differentiable at $z = x+iy$ if and only if $\frac{∂u}{∂ x}(x, y)$ = $\frac{∂ v}{∂ y}(x, y)$ and $\frac{∂u}{∂ y}(x, y)$ = −$\frac{∂ v}{∂ x}(x, y)$. So we have $f'(z)= \frac{∂u}{∂ x}(z) +i \frac{∂ v}{∂ x}(z)$. Let $f(z)$ = $f(re^{iθ})$= $u(r,θ)$ +$iv(r,θ)$ be a function on an open domain that does not contain zero and with continuous partial derivatives in the underlying real variables. Then f is differentiable at $z$ = $re^{iθ}$ if and only if $r \frac{∂u}{∂r}=\frac{∂ v}{∂θ}$ and $\frac{∂u}{∂θ}$ = $−r \frac{∂v}{∂ r}$.
Sorry, if this is not very good. I just decided to start learning complex analysis today...
Proof of Polar C.R Let $f=u+iv$ be analytic, then the usual Cauchy-Riemann equations are satisfied \begin{equation} \frac{\partial u}{\partial x} =\frac{\partial v}{\partial y} \ \ \ \ \ \text{and} \ \ \ \ \frac{\partial u}{\partial y} =-\frac{\partial v}{\partial x} \ \ \ \ \ \ \ (C.R.E) \end{equation} Since $z=x+iy=r(\cos\theta + i \sin\theta)$, then $x(r, \theta)=r\cos\theta$ and $y(r,\theta)=r\sin\theta$. By the chain rule: \begin{align*} \frac{\partial u}{\partial r} & = \frac{\partial u}{\partial x} \cos\theta+ \frac{\partial u}{\partial y} \sin\theta \\ & \overset{(C.R.E)}{=} \frac{1}{r} \left( \frac{\partial v}{\partial y} r\cos\theta - \frac{\partial v}{\partial x} r\sin\theta\right) =\frac{1}{r} \left( \frac{\partial v}{\partial \theta}\right) \end{align*} and again, by the chain rule: \begin{align*} \frac{\partial v}{\partial r} & = \frac{\partial v}{\partial x} \cos\theta+ \frac{\partial v}{\partial y} \sin\theta \\ & \overset{(C.R.E)}{=} \frac{-1}{r} \left( \frac{\partial u}{\partial y} r\cos\theta - \frac{\partial u}{\partial x} r\sin\theta\right) =\frac{-1}{r} \left( \frac{\partial u}{\partial \theta}\right) \end{align*} So indeed $$ \left( \frac{\partial u}{\partial r}\right) = \frac{1}{r} \left( \frac{\partial v}{\partial \theta}\right) \ \ \ \ \ \text{and} \ \ \ \ \left(\frac{\partial v}{\partial r} \right) = \frac{-1}{r} \left( \frac{\partial u}{\partial \theta}\right) \ \ \ \ \ \ \ \ \ \blacksquare $$
Logarithm Example $log(z)=\ln(r)+i \theta$ with $z=re^{i\theta}$, $r>0$ and $-\pi<\theta<\pi$. Then $$ u(r, \theta)=\ln(r) \ \ \ \text{ and } \ \ \ v(r, \theta) =\theta $$ and $$ \left( \frac{\partial u}{\partial r}\right) =\frac{1}{r}= \frac{1}{r} \cdot 1 = \frac{1}{r} \cdot \left( \frac{\partial v}{\partial \theta}\right) \ \ \ \ \ \text{and } \ \ \ \ \left(\frac{\partial v}{\partial r} \right) = 0 = \frac{-1}{r}\cdot 0 = \frac{-1}{r} \left( \frac{\partial u}{\partial \theta}\right) $$ So indeed, $log(z)$ is analytic.