I was wondering if anyone could assist me with the above problem, I'm struggling to get the function in the form $u(x,y)+iv(x,y)$ to then calculate the partial derivatives.
I understand that I need to use the chain rule, but would I first replace $z$ with $z=re^{i\theta}$ $\implies z^{2}=r^{2}e^{2i\theta}$. Then we would have that $f(z)=\sinh(r^{2}e^{2i\theta})$. I'm stuck here, any help would be great.
Recall the identity $$\sinh z = \frac{e^z - e^{-z}}{2}.$$ Then $$\sinh z^2 = \frac{e^{x^2 - y^2} e^{2xy i} - e^{-(x^2-y^2)} e^{-2xy i}}{2}.$$ Then isolate the real and imaginary components from $$\frac{e^{x^2 - y^2}}{2} (\cos 2xy + i \sin 2xy) - \frac{e^{-(x^2-y^2)}}{2} (\cos (-2xy) + i \sin (-2xy)).$$ The rest is straightforward.