[Math] Why are square roots of lines in the complex plane hyperbolas

complex numbersconic sectionssoft-question

I was recently asked in a homework problem to sketch the image of
the half plane $\Re(z) \ge 1$ under the square root map (defined in such a way as to take 1 to itself and be continuous).

It turns out that the square root of the line $1 + it$ (for $t \in \mathbb{R}$) is the the right branch of the hyperbola $x^2 – y^2 = 1$ (I've included the way I arrived at this answer below). Using this it is clear that the image of any other line (or ray, if we wish to remain in this half-plane) under the map is a rotated hyperbola.

I was wondering whether there is some way to understand 'why' these hyperbolas appear. For example, in the case of the map $z \mapsto \frac{1}{z}$ it is easy to verify that lines that don't cross the origin become circles touching the origin, and I can rationalize this by observing that inversion corresponds to a rotation of the Riemann sphere.

However, as far as I am aware, the square root map can't even be defined properly on the Riemann sphere. Moreover, the inverse image of a hyperbola under the stereographic projection seems to be half of a lemniscate-like figure that I can't even recognize, much less visualise as the square root of a circle (on the Riemann sphere).

Which brings me to the question: is there some `natural way' to see that this is a hyperbola?


Computing the square root (@Nate gives a quicker way below)

We can parametrize the vertical line $1 + it$ as
$$\sec \theta e^{i \theta} \text{ for } -\frac{\pi}{2} < \theta < \frac{\pi}{2}.$$
Taking the square root and setting $\phi := \frac{\theta}{2}$
the resulting curve is
$$\sqrt{\sec{2\phi}} e^{i \phi} \text{ for } |\phi| < \frac{\pi}{4}$$
which is, in Cartesian coordinates,
\begin{align*}
x &= \sqrt{\sec 2 \phi} \cos \phi \\
y &= \sqrt{\sec 2 \phi} \sin \phi \\
\end{align*}

But (squaring, subtracting, and using the addition formula for cosines) this is precisely the right branch of the hyperbola $x^2 – y^2 = 1$.


Caveat

Please don't answer with a method of showing that the square root of a line is a hyperbola; if there are more elegant ways of deriving this I'd be happy to hear of them, but I'm quite satisfied with my method and am more curious about the other things I've mentioned.


Addendum:
As @Andrew D. Hwang points out below, it takes some work to establish a correspondence between clines in the plane and circles on the Riemann sphere, something (my words) I've conveniently glossed over. My reason for doing this was that once this correspondence has been established, the computation required to show that inversion is a rotation is straightforward, so the Riemann sphere is in some sense a `natural setting' for this operation. (I should note here that I am fairly new to the subject and am fully aware that I don't have the authority to call things natural.)


Second addendum: I've received some nice answers (a number of which I've upvoted), but I'm staving off the moment when I accept one as I'm still hoping that somebody may jump in with a picture of a cone slicing the complex plane or something similarly dramatic. I do realize that this is perhaps over optimistic.

Best Answer

Let's identify $\mathbb{C}$ with $\mathbb{R}^2$ via the obvious map $x+iy \to (x,y)$. The squaring map is given by $(x,y) \to (x^2-y^2, 2xy)$. Instead of thinking about the square root map let's just ask: What gets sent to the line $ax+by = c$?

The condition that a point gets send to this line via the squaring map is just $a(x^2-y^2) + 2bxy = c$. This is a degree 2 polynomial equation so it defines a (possibly degenerate) conic. Since the coefficients of $x^2$ and $y^2$ have opposite signs the only possibilities are a hyperbola or a pair of lines.

Related Question