Compute $f(z)$ and show it’s well defined.

complex integrationcomplex numberscomplex-analysis

I'm given the function $f$ in integral form as follows $$f(z)=\int_{\gamma} \frac{dw}{w-z},$$ where $\gamma(t)=t, \, 0<t<1$ and $z \notin [0,1]$. I'm asked to compute this integral and show that $f$ is well defined. So my approach was to compute the integral by definition, $$f(z)=\int_0^1 \frac{dt}{t-z}= \log(1-z)-\log(-z)=\log(|1-z|)-\log(|z|)+i(\arg(1-z)-\arg(-z)).$$

Since $z \notin [0,1]$ there is no risk of the log's of the real part to explode. Now I just have to prove that the imaginary part is not multivalued for any branch of the logarithm I choose.

How can I do that? Any hints?

Best Answer

To show that the imaginary part of f(z) is not multivalued for any branch of the logarithm, we need to ensure that the argument of the logarithm is continuous as we vary z in the complex plane.

Given the function $f(z)$ defined as \begin{equation} f(z) = \int_{\gamma} \frac{dw}{w - z}, \end{equation} where $\gamma(t) = t$, $0 < t < 1$, and $z \notin [0, 1]$.

Let's compute the integral: \begin{equation} f(z) = \int_{0}^{1} \frac{dt}{t - z} = \ln(|1 - z|) - \ln(|z|) + i(\arg(1 - z) - \arg(-z)). \end{equation}

Since $z \notin [0, 1]$, there is no risk of the real parts of the logarithms exploding.

To ensure the imaginary part is not multivalued for any branch of the logarithm, we must show that $\arg(1 - z)$ and $\arg(-z)$ are continuous as we vary $z$ in the complex plane. This is guaranteed as long as we avoid the branch cut.

The branch cut for $\arg$ typically lies along the negative real axis. Therefore, to ensure continuity, avoid any path for $z$ that crosses the negative real axis.

When $z \notin [0, 1]$, $f(z)$ is well defined, and the imaginary part is not multivalued for any branch of the logarithm, provided we avoid crossing the negative real axis when varying $z$ in the complex plane.

====================REPLY TO Conrad================

He/She is correct; the argument I provided addresses the general case where z is complex and does not specifically cover the case where z is a real positive number greater than 1.

When z is a real positive number greater than 1, the function f(z) is still well-defined, and you can use the same argument regarding the continuity of the imaginary part. Specifically, $\arg(1 - z)$ and $\arg(-z)$ remain continuous as long as you avoid crossing the branch cut of the argument function, which is typically along the negative real axis.

Since z is real and greater than 1, it does not cross the branch cut, and there are no issues with the continuity of the imaginary part. Therefore, the function f(z) is well-defined for z as a real positive number greater than 1.

Related Question