1

If $f(x + iy) = u(x,y) + i v(x,y)$, then $\frac{\partial f}{\partial x}$ describes how $f$ changes if we take take small step in the $x$-direction in the input space, and $\frac{\partial f}{\partial y}$ describes how $f$ changes if we take a small step in the $y$-direction in the input space.

I've been thinking of $f'(z_0)$ as the "guess" for how $f$ would change if we took the step $1+i0$ in the input space, since the guess is the derivative multiplied by the step. This, as is expected, coincides with how we expect $f$ to change when we move along the $x$-axis of the input space, i.e. $\frac{\partial f}{\partial x}$. Our guess for how $f$ would change if we took the step $0+i1$ in the input space would, similarly, coincide with $\frac{\partial f}{\partial y}$. Accordingly, $\frac{1}{i}\frac{\partial f}{\partial y}$ describes how $f$ changes if we took a step in the $(\frac{1}{i})(0+i1) = 1+i0$ direction in the input space. Except not necessarily? I mean, for this to hold the Cauchy–Riemann Equations have to be satisfied, right? (E.g. the last line wouldn't work for $\operatorname{Re}:\mathbb{C}\to\mathbb{C}$.) But why? Where have we used them in this line of argument?

Also, intuitively, why does $$ \lim_{h\to 0} \frac{ f(z_0 + ih) - f(z_0) }{ ih } $$ equal $$ \lim_{h\to 0} \frac{f(z_0 + h) - f(z_0)}{ h }, $$ or, say, what does it, intuitively, mean for them to be equal? (No matter how you approach $z_0$ the derivative $f'(z_0)$ must stay the same, sure, but, is there something more visual or basic that one could use as intuition?)


Edit: A visual for $f(z) = z^2$:

image


Edit 2: A different sort of visual, this time for $f(z)=\overline{z}$, with some text of me trying to understand it:

image

steve
  • 312

2 Answers2

1

The most visual way of describing this is to return to the original geometric definition of differentiability: at $z_0$, the function has a unique tangent. The Cauchy-Riemann equations are a necessary condition for this geometric property.

Unfortunately it is not easy to draw a picture, because a function $\mathbb{C} \rightarrow \mathbb{C}$ is best visualized by thinking of $\mathbb{C}$ as a 2-dimensional real space, so the graph of the function would be in 4D.

If the function has a unique tangent plane, then the tangent vectors at $z_0$ all lie along this same plane, no matter which direction you take. The expression $$ \lim_{h \rightarrow 0} \frac{f(z_0 + ih) - f(z_0)}{ih} $$ is the difference quotient along the positive imaginary axis, like a complex analog to left and right derivatives. But these limits are all equal, then the full limit $$ \lim_{z \rightarrow z_0} \frac{f(z) - f(z_0)}{z - z_0}$$ becomes well-defined.

  • But if $\lim_{h\to 0} \frac{f(z_0+ih) - f(z_0)}{ih}$ is the directional derivative along the positive imaginary axis, what is $\lim_{h\to 0} \frac{f(z_0+ih) - f(z_0)}{h} = \frac{\partial f}{\partial y}$? – steve Oct 07 '20 at 08:10
  • Upon further inspection, isn't $\lim_{h\to 0} \frac{f(z_0+ih) - f(z_0)}{h} = \frac{\partial f}{\partial y}$ the directional derivative, and $\lim_{h\to 0} \frac{f(z_0+ih) - f(z_0)}{ih}$ is said derivative "rotated back" (i.e. multiplied by $-i$) to match $f'(z_0)$, i.e. another formulation thereof? If you take $f(z) = z^2$ as an example and view it as $g(x,y) = (x^2-y^2, 2xy)$, then its derivative along $y$ is $(-2y,2x)$, which does not equal its derivative along $x$. – steve Oct 07 '20 at 10:32
  • No, $\partial f/\partial y$ is not a complex directional derivative since $f$ is viewed as a complex function. Derivatives must be limits of $(f(z + \Delta) - f(z))/\Delta$ for an appropriate $\Delta$. So if you shift by $ih$, you must divide by $ih$. – Christopher A. Wong Oct 07 '20 at 23:00
  • I still don't get it. For a differentiable function $\mathbb{R}\to\mathbb{R}$, the directional derivative at $x_0$ leaving in the left direction will be $-1$ times the directional derivative at $x_0$ leaving in the right direction. What stays the same regardless of which direction we approach $x_0$ in is the total derivative. After all, directional derivatives are just the direction plugged into the total derivative. In $\mathbb{C}\to\mathbb{C}$ this seems to translate to the directional derivative being $f'(z_0)$ times the complex number representing the direction "of departure". – steve Oct 08 '20 at 10:59
  • The main confusion here is that you're thinking of $\mathbb{C} \rightarrow \mathbb{C}$ as being like $\mathbb{R}^2 \rightarrow \mathbb{R}^2$. Think of $\mathbb{C}$ as a one-dimensional vector space. For now let's ignore the term "directional derivative" as a real-valued concept; perhaps I was being misleading. – Christopher A. Wong Oct 08 '20 at 19:43
  • 1
    The correct terms (from real differentiation) would be left and right derivatives. I will correct my answer. – Christopher A. Wong Oct 08 '20 at 19:48
1

There are two ways to look at derivatives. One option is to consider a function at some point and to ask: if I take a tiny step away from this point, how does the function change? Another possibility is to ask: if I look at how the function transforms a tiny neighborhood of some point, can I find a linear map which transforms the neighborhood in the same way? In 1d real analysis, the former is more commonly used. But in multivariable analysis, the latter gives more insight, if you ask me. And complex analysis is basically a very special case of multivariable analysis (with two variables).

So in complex analysis, if the derivative of $f$ at $z_0$ is $f'(z_0)$, this means that in a tiny neighborhood of $z_0$ we have $f(z)\approx f(z_0)+f'(z_0)(z-z_0)$. This means that the way $f$ transforms that neighborhood is by first translating it to a neighborhood of $0$ ($z\mapsto z-z_0$), then multiplying every point by $f'(z_0)$ ($z\mapsto f'(z_0)(z-z_0)$), then translating to $f(z_0)$ ($z\mapsto f(z_0)+f'(z_0)(z-z_0)$). The relevant part is the multiplication by $f'(z_0)$, the translations are boring. Multiplication by a complex number is a rotation-dilation: if we multiply a complex number $z$ by the complex number $w$, we take the polar angle of $w$ and rotate $z$ by that amount, and then we take the modulus of $w$ and dilate $z$ by that amount. That's a rotation-dilation.

Now if we imagine $\mathbb C$ as $\mathbb R^2$, then we can notice that rotation dilations are linear and ask: what does the matrix representation of a rotation-dilation look like? And the answer is one of these: $$\begin{pmatrix}a&-b\\b&a\end{pmatrix},~r\begin{pmatrix}\cos\varphi&-\sin\varphi\\ \sin\varphi&\cos\varphi\end{pmatrix}.$$ The latter is just the former expressed in polar coordinates, where $r$ can be identified as the dilation factor and $\varphi$ as the rotation angle.

So as a real function, we have $f(x,y)\approx f(x_0,y_0)+A(x-x_0,y-y_0)$, where $A$ is a matrix of the form shown above. But that just means that $f$ is real differentiable with Jacobian $A$. And we know that the Jacobian contains the partial derivatives of the components $u,v$ of $f$. So on the one hand, the Jacobian is of the form $$\begin{pmatrix}u_x&u_y\\v_x&v_y\end{pmatrix}.$$ But on the other hand, it's also of the form $$\begin{pmatrix}a&-b\\b&a\end{pmatrix}.$$ Comparing all the entries of these matrices gives us the Cauchy-Riemann equations.

To recap: complex differentiable functions locally look like multiplication by a complex number, which is a rotation dilation. So their Jacobian must be the matrix representation of a rotation dilation. And since the Jacobian contains the partial derivatives, enforcing any condition on the Jacobian is the same as enforcing some condition on the partial derivatives. The condition "the Jacobian is a rotation-dilation" becomes "the partial derivatives satisfy the Cauchy-Riemann equations".

  • Thank you for this. I wish intuition like this would be more of a focus in general. However, I'm struggling to apply it to my main question, which, I suppose, boils down to: how can it be that, when we approach $z_0$ along the imaginary axis the derivative approaches $f'(z_0)$, but the derivative at that point along the imaginary axis is $f'(z_0) i$ (i.e. different)? – steve Oct 07 '20 at 12:37
  • 1
    You can read the directional derivatives out of the Jacobian. They are the columns, respectively, and you can see that you get from the left column $(u_x,v_x)=u_x+iv_x$, which is the directional derivative along the $x$-axis, to the right column $(u_y,v_y)=u_y+iv_y$ through multiplying by $i$. Also, you should consider the $h$ in the difference quotient not as a real parameter, but a complex one. Then replacing $h$ by $ih$ in both the numerator and the denominator is just a reparametrization, which shouldn't change the limit. Replacing it only in the numerator should change the limit. – Vercassivelaunos Oct 07 '20 at 14:23