Hello,
I consider the derivative of [imath]z^2 = (x+iy)^2 = (|z|^2e^{2i\theta})[/imath] when I calculate it with respect to [imath]z[/imath] I get [imath]2z[/imath] this means that the length of the vector [imath]|z|[/imath] is duplicated and there is a rotation by an angle [imath]\theta[/imath]. In other words, if I have a number [imath]z[/imath] and want to get it's image after an infinitesimal move I need to multiply it's length by [imath]2|z|[/imath] and rotate by angle [imath]\theta[/imath]. However when I calculate this same derivative with respect to [imath]\theta[/imath] I get [imath]d/d\theta [e^{2i\theta}] = 2ie^{2i\theta}[/imath] quite different result. Why?
Thank you.
You need to clarify something first. Are you talking about taking a complex derivative? Or are you simply taking partials wrt x and y? (See * below.)
We can show, using the Cauchy-Riemann equations that [imath]z^2[/imath] does indeed have a derivative. (You
always need to show this before you start taking derivatives.)
Further, you need to explain what you mean by [imath]z^2[/imath]. Taken according to definition this is [imath]z^*z[/imath] and when you take the derivative you indeed get
[imath]\dfrac{d}{dz} z^* z = \left ( \dfrac{ \partial }{ \partial x } + i \dfrac{ \partial }{ \partial y } \right ) [ (x - iy)(x + iy) ] = 2(x + iy) = 2z[/imath].
But note that, the literal expression [imath]z^2 = z \cdot z[/imath] has
[imath]\dfrac{d}{dz} z^2 = \left ( \dfrac{ \partial }{ \partial x } + i \dfrac{ \partial }{ \partial y } \right ) [ (x + iy)(x + iy) ] = 0[/imath].
When you took your z derivative of [imath]z^2 = (x+iy)^2 = (|z|^2e^{2i\theta})[/imath] you weren't nearly careful enough. At this stage you should convert everything to x and y and take the partials that way (once you've determined that you can take the derivative in the first place.)
Now, as to the meaning of the derivative d/dz on a function F(z). It has the same kind of meaning that we ascribe to d/dx on a function y(x): it is the instantaneous rate of change of z on F(z) at a given point. However, you can't draw neat things like slopes unless you can sketch in 4D. I think the best way to look at it is via the first order approximation:
[imath]F(z + a) = F(a) + \left . \dfrac{dF}{dz} \right |_{z = a} \cdot (z - a)[/imath]
Note that everything here is a complex number, so saying that the derivative "moves" the function in a certain direction no longer can be done.
(*) Now, unless I mistook your meaning and you are simply looking at partials of the magnitude of z and the angle, then d/dz tells you how the magnitude is changing and [imath]d/d\theta[/imath] tells you how the angle is changing, ie. how the "vector" z is rotating in the Argand plane. Talking about how 2z is how the "length of the vector is duplicated and there is a rotation by an angle" is confusing. If you are looking at z as a vector in the Argand plane, then you need to keep your components distinct, just like you keep x and y distinct.
-Dan