w=f(z) (complex function) w=u +iv (u, v are funtions of x and y) How to find dw/dz in polar form? Can someone please explain me the chain rule expansion involved in this The derivative should be equal to partial differential of w in terms of r, theta and x
and z=re^(itheta)
With $x=r\cos \theta$ and $y=r\sin\theta$ we obtain \begin{align*} \frac{\partial u}{\partial x} &=\frac{\partial u}{\partial r}\frac{\partial r}{\partial x}+\frac{\partial u}{\partial \theta}\frac{\partial\theta}{\partial x} =\frac{\partial u}{\partial r}\frac{x}{\sqrt{x^2+y^2}}-\frac{\partial u}{\partial \theta}\frac{y}{x^2+y^2}\\ &=\cos\theta\frac{\partial u}{\partial r}-\frac{1}{r}\sin\theta\frac{\partial u}{\partial \theta}\tag{2}\\ \frac{\partial u}{\partial y} &=\frac{\partial u}{\partial r}\frac{\partial r}{\partial y}+\frac{\partial u}{\partial \theta}\frac{\partial\theta}{\partial y} =\frac{\partial u}{\partial r}\frac{y}{\sqrt{x^2+y^2}}+\frac{\partial u}{\partial \theta}\frac{x}{x^2+y^2}\\ &=\sin\theta\frac{\partial u}{\partial r}+\frac{1}{r}\cos\theta\frac{\partial u}{\partial \theta}\tag{3} \end{align*} and similarly with $v(x,y)$ instead of $u(x,y)$.
We obtain with $x=x(r,\theta)=r\cos \theta$ and $y=y(r,\theta)=r\sin\theta$ \begin{align*} dx&=\frac{\partial x}{\partial r} dr+\frac{\partial x}{\partial \theta}d\theta =\cos\theta\,dr-r\sin\theta\,d\theta\tag{4}\\ dy&=\frac{\partial y}{\partial r} dr+\frac{\partial y}{\partial \theta}d\theta =sin\theta\,dr+r\cos\theta\,d\theta\tag{5}\\ \end{align*}