Complex Conjugate of Complex Function – How to Find

complex numberscomplex-analysis

I am currently reading Hamming's Numerical Methods for Scientists and Engineers. On pg. 79 he discusses the topic of finding the zeros of a complex analytic function.

He then proceeds to discuss different types of complex conjugation for a function $w(z)$. Here are examples of the three types for $w(z)=\sin z = \frac{e^{iz} – e^{-iz}}{2i}$

  1. $\overline{w}(z)$ : replace $i$ with $-i$ in $w$, e.g. $\overline{w}(z)= \frac{e^{-iz} – e^{iz}}{-2i} = \sin z$.
  2. $w(\overline{z})$ : conjugate the argument, $w(\overline{z}) = \frac{e^{i\overline{z}} – e^{-i\overline{z}}}{2i}$
  3. $\overline{w(z)}$ : Hamming describes this as conjugating the values which I take to mean the conjugate of the image of $w(z)$ in the codomain. Although, I am not clear on this.

These three definitions have left me a bit confused. 2 and 3 seem relatively straight forward. But 1 leaves me a bit baffled in that it doesn't appear to be an actual complex conjugate of anything.

It appears that the first version can only be applied to functions of $z$, because if I rewrite

$w(z)=\sin z$ as $w(x + iy) = \sin(x+iy) = \sin x \cosh y + i \cos x \sinh y$

then

$\overline{w}(x + iy) = \sin x \cosh y – i \cos x \sinh y \neq w(x+iy) = \sin(x + iy)$

gives what I would expect to be the value of case 3 and a different answer then in the $z$-form where $w(z)=\overline{w}(z) = \sin z$.

Also, he later appears to state that $\overline{w(z)} = \overline{w}(\overline{z})$ although it is not clear whether that is true for all analytic functions or just those that have the property of $w(z) = \overline{w}(z)$ like $\sin z$.

My question is several-fold. Is the definition of conjugation given in 1 standard? What is its meaning? Also, is my interpretation of 3 correct and is $\overline{w(z)} = \overline{w}(\overline{z})$ the proper definition of 3.

Addendum:

The motivation behind understanding definition 1 is that Hamming uses it in the proof that analytic complex functions have zeros that are conjugate pairs if the function is real over the real domain.

He states without proof that if $w(z)$ is real for real $z$ then $w(z)=\overline{w}(z)$. He then provides the following proof for the above.

$w(a+bi)=0=\overline{w(a+bi)}=\overline{w}(a-bi)=w(a-bi)$

Best Answer

In the complex world there is a fundamental involution, namely the map $\gamma:\ z\mapsto\bar z$. An involution of some set $X$ is a map $\iota:\ X\to X$ which is not the identity map ${\rm id}_X$, but whose square $\iota\circ\iota$ is the identity.

Given any region $\Omega\subset{\mathbb C}$ and a function $f:\ \Omega\to{\mathbb C}$, one can compose $f$ with $\gamma$ in various ways. Your cases 2. and 3. produce for a given $f$ the functions $$f\circ \gamma:\quad z\mapsto f\bigl(\bar z)$$ and $$\gamma\circ f:\quad z\mapsto\overline{f(z)}\ .$$ When $f$ is a holomorphic function of $z$ then both $f\circ\gamma$ and $\gamma\circ f$ are antiholomorphic, which means, e.g., that nonoriented angles between tangent vectors at points $z_0\in\Omega$ are preserved, but the orientation of small circles around $z_0$ is reversed.

Most interesting is your case 1. Here the function $f$ is transformed (also termed conjugated) into the new function $$\bar f:=\gamma\circ f\circ\gamma:\quad z\mapsto\overline{ f(\bar z)}\ .$$ When $f$ is a holomorphic function on $\Omega$ then it easy to check by means of the CR-equations and the chain rule that the function $\bar f$ is a holomorphic function on $\bar\Omega:=\{\bar z|z\in\Omega\}$.

The case when $\Omega$ and $\bar\Omega$ share an interval on the real axis is of special interest, because then we can ask the question: Could it be that in fact $\bar f(z)\equiv f(z)$ for all $z\in \Omega\cap\bar\Omega\ $? After all, in the definition of $\bar f$ there are two conjugations involved.

To investigate this case, assume that $0\in\Omega\cap\bar\Omega$ and that $$f(z)=\sum_{k=0}^\infty a_kz^k\qquad(|z|<\rho)$$ with certain complex coefficients $a_k$. Then $$\bar f(z)=\overline{\sum_{k=0}^\infty a_k(\bar z)^k}=\sum_{k=0}^\infty \bar a_k z^k\ ,$$ and this is $\ \equiv f(z)$ iff all $\bar a_k=a_k$, i.e., if all $a_k$ are in fact real. When the latter is the case then automatically $f(z)$ is real for real $z$, and it is not difficult to show the converse: If a holomorphic $f(z)$ is real for real $z$ (as in the case $f:=\sin$) then $\bar f=f$. This is the so-called reflection principle.