Find a function that has multiple branch cuts and state why those branch cuts remove the discontinuities.

193 Views Asked by At

I am trying to find a function where multiple branch cuts are required.

One example I've encountered online was $\sqrt{(z)}\sqrt{(z-1)}$; however, I am confused as to why the branch cut $y = 0, x \leq 1$ and $y = 0, x \geq 1$ prevents encirclement of just one branch point. Does this prevent encirclement of the branch point at $z = 0$ or just $z = 1$ and how so, how does that give us a branch of analyticity.

I am also trying to figure out how verify the branch point at z = 1 as the angles change from $\theta_1 = 0$ and $\theta = 0$, to $\theta_1 = 2\pi$ and $\theta = 0$ Textbook

I also am wondering if you could provide me with a function that has multiple branch cuts, that we can illustrate without encirclement of the function, and can you please help explaining how those branch cuts help create at least one analytic branch.

So there a three question in total, but the main idea (in bold) of showing how multiple branch cuts can create analyticity is what I am after

Thanks

1

There are 1 best solutions below

4
On

The point of the branch cut is to limit the range of values for the phase of the complex number below the square root. Around $0$, write $z=r e^{i \theta}$, $\theta$ is defined up to a multiple of $2\pi$ so in fact we should write: $z=r e^{i (\theta+2k\pi)}$ with integer $k$ and say $\theta \in [-\pi,\pi[$. Now take the square root bluntly: $\sqrt{z}=\sqrt{r} e^{i (\theta/2+k\pi)}$: the term $e^{ik\pi}$ contributes a $\pm$ sign according to the parity of $k$ which is only natural since even for real numbers the square root is defined up to a sign. In order to define a continuous function $z \in \mathbb{C} \to \sqrt{z}$ you need to limit the allowed values of $k$. This is the role of the branch cut. If you remove say the negative real axis from the complex plane, then you can define a single valued phase for each $z \in \mathbb{C} \setminus \mathbb{R}^-$ by taking $\theta \in ]-\pi,\pi[$. Now the square root is single valued in $\mathbb{C} \setminus \mathbb{R}^-$. The choice of the negative real axis is not unique and any half-line starting from $0$ will do. In fact any simple curve $\Gamma$ starting from $0$ such that $\mathbb{C}\setminus \Gamma$ will work also. If you consider $\sqrt{z-1}$, the branch cut should start from $z=1$. Considering your function $\sqrt{z}\sqrt{z-1}$, you have to make sure that the phase of $z$ and $z-1$ are uniquely defined. This means that you are not allowed to add $2\pi$ to the phase of $z$ and $z-1$. This can be done by taking two parallel half-lines starting from $z=0$ and $z=1$, or to draw a line between $z=0$ and $z=1$ or any simple curve joining $z=0$ and $z=1$.