Consider the complex function $$f(z) = \sqrt{z^2+1}.$$

Obviously, $f(z)$ has branch points at $z = \pm i$. One way of defining a branch cut would be to exclude the points on the imaginary axis with $|z| \geq 1$. Another way of defining a branch cut appears to be to exclude the (finite) region of the imaginary axis with $|z| \leq 1$.

If we define $f(z)$ as $$f(z) = e^{1/2\log(z^2+1)},$$ the first branch cut can be arrived at by taking the principal branch of $\log(z)$ with the branch cut $(-\infty,0]$. At first I thought the second branch cut could be arrived at by taking the branch cut $[0,\infty)$ for $\log(z)$. Indeed, this would exclude imaginary $z$ with $|z| \leq 1$, but it would of course also exclude all real $z$, thus constituting a different branch cut for $f(z)$.

I think it would be possible to arrive at the second branch cut for $f(z)$ differently, by defining $$f(z) = \sqrt{r_1r_2}e^{i(\theta_1+\theta_2)/2}, $$ where $r_1 = |z-i|, r_2 = |z+i|$, $\theta_1 = \arg(z-i), \theta_2 = \arg(z+i).$ However, I don't really like this approach, since I think $$f(z) = e^{1/2\log(z^2+1)}$$ is the proper way to define $f$.

Any comments on this? Is there a branch cut for $\log(z)$ which gives the correct branch cut for $f$?


Solution 1:

Consider the function $$ h(z) = \exp\left\{ \int_{i}^{z}\frac{w}{1+w^2}dw \right\} = \exp\left\{\frac{1}{2}\int_{i}^{z}\frac{1}{w+i}+\frac{1}{w-i}\,dw\right\}, $$ where the integral from $i$ to $z$ is taken along any simple path from $i$ to $z$ in the open region $\Omega$ obtained by subtracting from $C$ the closed segment from $-i$ to $i$. It doesn't matter which path is chosen from $i$ to $z$ because the difference of exponent integrals along two different paths $\gamma_1$, $\gamma_2$ will be a closed path integral with the same winding number around $i$ as around $-i$, resulting in a difference of integrals that is an integer multiple of $2\pi i$. Hence $h(z)$ does not depend on the path chosen from $i$ to $z$, so long as it does not cross the segment from $-i$ to $i$. So $h$ is holomorphic in $\mathbb{C}\setminus [-i,i]$, and $$ h'(z) = \exp\left\{\int_{i}^{z}\frac{w}{1+w^2}dw\right\}\frac{z}{1+z^2}=h(z)\frac{z}{1+z^2} \\ \implies \left(\frac{h(z)^2}{1+z^2}\right)'=0. $$ After multiplying by an appropriate constant, the resulting function $g(z)=Ch(z)$ will satisfy $g(z)^2=1+z^2$ everywhere in $\mathbb{C}\setminus[-i,i]$.

So even thought there isn't a logarithm for $1+z^2$ in $\mathbb{C}\setminus[-i,i]$, everything works out because there is a "logarithm modulo integer multiples of $2\pi i$." I'll leave you to make sense of that phrase in whatever way you want.

There's no problem defining an actual holomorphic logarithm in $\mathbb{C}\setminus\{ (\infty,-i]\cup[i,\infty)\}$ because this is a simply connected region where $w/(1+w^2)$ is holomorphic, which gives an antiderivative of $w/(1+w^2)$ in this region, and hence a holomorphic square root function $\sqrt{1+w^2}$ in this region.

Solution 2:

I think the OP might have been originally looking for a construction similar to this:

Consider the following Möbius transformation:

$$\phi(z)=\frac{z+i}{z-i}$$

It is not hard to verify that the image of the requested region under this transformation is: $$\phi(\mathbb{C}\setminus [-i,i])=\mathbb{C}\setminus(\infty, 0]$$ Where by $[a,b]$ I mean the straight finite line in $\mathbb{C}$ connecting $a$ and $b$.

In this region, the principal branch of $Log(z)$ is well defined, and so we can use it to take a square root $$g(z)=exp(\frac{1}{2}Log(\frac{z+i}{z-i})) \implies g(z)^2=\frac{z+i}{z-i}$$

This is almost what we need. In this case, we can receive the desired result by multiplying by a simple function:

$$f(z)=(z-i)g(z)\implies f(z)^2=(z-i)(z+i)=z^2+1$$

And $f$ is indeed continuous in the specified domain.