Square Root as a multi-valued function

1.6k Views Asked by At

I was scrolling through this article on Wikipedia, and I was stumped when I came across this line:

Every real number greater than $0$ has two real square roots, so that the square root may be considered a multi-valued function. For exmaple, we may write $\sqrt{4}=\pm 2=\{2,-2\}$; although $0$ has only one square root, $\sqrt{0}=\{0\}.$

I very strongly believe that there is a conceptual gap that I need to bridge. I have always used the fact that the square root of a number is always positive (as seen by the graph of $y=\sqrt{x}$).

What particular fact am I overlooking?


As far as I understand upon reading the article again to look for clues, it is mentioned that the domain could be extended. So what I infer is that we can map $4$ under the (now multi valued) function $\sqrt{.}\; $to $-2$ and $2$ . Would I be right in saying so?

3

There are 3 best solutions below

4
On

This was going to be a comment, but it got kind of long so I'm putting it here:

A big "gotcha' worth acknowledging is $\sqrt{\cdot}$ has no "positive" option once we allow complex inputs. The ability to take the positive root is an artifact of the real numbers. We obviously want $\sqrt{\cdot}$ to be continuous, so you might try to just extend the positive branch of $\sqrt{\cdot}$ to the complex numbers.

The unfortunate fact is there is no way to do this. The $\sqrt{\cdot}$ function is (in a way that complex analysis makes precise) inherently discontinuous. However, we can repair the situation in a number of ways:

  1. Restricting the domain of $\sqrt{\cdot}$. This is basically the same as saying "don't take square roots of negative numbers". There are lots of possible "branch cuts" that you can take, but no matter what you do you'll be left with a discontinuity, which we typically treat as an undefined region.

  2. Changing the domain to a riemann surface. This is really the "best" solution for a number of reasons, though it is conceptually difficult.

  3. Allowing multi-valued functions. The issue with making $\sqrt{\cdot}$ continuous in $\mathbb C$ is this: Start at $z$, and remember $\sqrt{z}$. Then make a lap around the origin, taking note of $\sqrt{\cdot}$ as you go (this should be continuously, of course). When you get back to $z$, you'll find $-\sqrt{z}$ instead of what you started with! So we can "solve this problem" by just asserting $\pm \sqrt{z}$ is the output. Then when we make a lap around the origin, we start at $\pm \sqrt{z}$ and we end at $\mp \sqrt{z}$, which is the same! Our problem has "gone away", but at the cost of changing what it means to be a function.

This problem really doesn't come to light until you start playing with Complex Analysis, but $\sqrt{\cdot}$ and $\log(\cdot)$ are the two most famous examples of this phenomenon. Congratulations on running into it! This exact "issue" with complex numbers is responsible for tons of recent mathematics, with really beautiful geometry to show for it.


I hope this helps ^_^

2
On

It is a standard convention to take $\sqrt{x}$ where $x\in \Bbb{R}_{\ge0}$ to be the non-negative solution of the equation $y^2 = x$, so that $x \mapsto \sqrt{x}$ is a well-defined function on $\Bbb{R}_{\ge0}$. We could equally well have chosen to take $\sqrt{x}$ to be the non-positive solution.

The Wikipedia article you cite is concerned with what happens when we let $x$ range over the complex numbers $\Bbb{C}$. In $\Bbb{C}$, every number has a square root, but as in $\Bbb{R}$, if $x^2 = y$, then $(-x)^2 = y$, so the square root function has two possible values for every non-zero $y$. Resolving this to choose a best possible single-valued approximation to $x \mapsto \sqrt{x}$ involves the notion of branch points discussed in the Wikipedia article.

NIST's Handbook of Mathematical Tables by Abramowitz and Stegun will doubtless give the definitive statement about how to read $\sqrt{\cdot}$ according to US standards. My copy of A&S is in the loft somewhere, but I'd bet my last but one dollar that it takes $\sqrt{\cdot}$ to have the negative real axis as its branch cut.

4
On

First, I have to mention that the $\sqrt(.)$ function you mentioned and the multivalued function from wikipedia page are two different mathematical objects, which, unfortunately, happened to use the same notation.

Second, $\sqrt a$ for any positive real $a$ usually refer to its positive square root. However, in case of complex there might not be a generally accepted preferred square root due to which $\sqrt(.)$ might refer to the multivalued function from wikipedia.

Thus, in my opinion, the confusion arises because, unfortunately, the same notation happens to be used for two different things.It is not a matter of which is right, it is just different notations being used.