What is imaginary infinity, $i\lim\limits_{x \to \infty} x = i\infty$?

12k Views Asked by At

Wolfram Alpha says: $$i\lim_{x \to \infty} x = i\infty$$

I'm having a bit of trouble understanding what $i\infty$ means. In the long run, it seems that whatever gets multiplied by $\infty$ doesn't really matter. $\infty$ sort of takes over, and the magnitude of whatever is being multiplied is irrelevant. I.e., $\forall a \gt 0$:

$$a\lim_{x \to \infty} x = \infty, -a\lim_{x \to \infty} x = -\infty$$

What's so special about imaginary numbers? Why doesn't $\infty$ take over when it gets multiplied by $i$? Thanks.

5

There are 5 best solutions below

9
On BEST ANSWER

In the reals all non-zero numbers have a parity. Either they are positive or they are negative. $\lim_{x\rightarrow \infty}|ax| =\infty$ (if $a \ne 0$) because the magnitude of $ax$ gets infinitely large.

If $a > 0$ then $\lim_{x\rightarrow \infty}ax = \infty$ because the magnitude of $ax$ becomes infinite and the parity of all $ax$ is positive.

If $-a < 0$ then $\lim_{x\rightarrow \infty}-ax = -\infty$. What's the difference between $-\infty$ and $\infty$? Neither of them are actual numbers. Well, again, the magnitude of $-ax$ becomes infinite. But the parity of all $-ax$ is negative so instead of increasing infinitely "in the positive direction", $-ax$ increase in the "negative direction". So $-\infty $ indicates infinite magnitude- negative parity.

Non-zero Complex numbers do not have a single bidirectional parity. A complex number has two components, a real one and an imaginary on and thus are two-dimensional and instead of having a single positive/negative parity, they have a directional angle called an argument. These angles can be in any of an infinite number of "directions" from $0^{\circ}$ to $360^{\circ}$. The number positive $1$ has an argument of $0^{\circ}$. Then number $-1$ has an argument of $180^{\circ}$. The number $\frac 12 + i \frac {\sqrt{3}}2$ has an argument of $30^{\circ}$.

And $i$ has argument $90^{\circ}$.

So what happens to $ix$ as $x \rightarrow \infty$? Well just line $ax$ and $-ax$ its magnitude increases to infinity. So $\lim_{x\to\infty} |ix| = \infty$. But what is the argument of all the $ix$? They all have an argument of $90^{\circ}$. But $\infty$ means infinite magnitude-positive parity. And $-\infty$ means infinite magnitude- negative parity.

Neither of those apply for $\lim_{x\to\infty} ix$ which will have infinite magnitude - $90^{\circ}$ argument. How can we indicate that?

Well.... if $-\infty$ means negative parity and $+\infty$ means positive parity, shouldn't $i\infty$ mean $90^{\circ}$ argument?

1
On

Briefly, Wolfram|Alpha preserves the $i$ because it's giving you a "direction" for the infinity. Just like $-7\displaystyle{\lim_{x\to\infty}}x=-\infty$ (the direction being "leftwards" on the real line/in the complex plane), $i\displaystyle{\lim_{x\to\infty}}x=i\infty$ (the direction being "upwards" in the complex plane).

This can be used to do many things. To steal an example from the documentation for DirectedInfinity, you can ask Wolfram|Alpha to find an approximation of $\arcsin$ for numbers of the form $\varepsilon+yi$ where $|\varepsilon|$ is very small and $y$ is a very large positive number. Wolfram|Alpha link

This is contrasted with Wolfram|Alpha's confusingly-named "complex infinity", where there is no particular direction. See ComplexInfinity for documentation.

2
On

Real numbers and imaginary numbers are different things. is different from ∞i, just like infinity oranges and infinity bottles of juice are different things. There are operations that will convert one to the other, but that is beside the point.

I think a good way to see this is to see where the reals and imaginaries lie on the Argand Diagram (complex numbers and nonintegers omitted for brevity / clarity.)

enter image description here

2
On

In Mathematica, evaluating

Limit[x, x -> Infinity]

gives (the usual shorthand symbol for the build-in entity) Infinity. No problem there. And also in Mathematica, evaluating

I Infinity

must returns as output the same thing you entered (albeit with the shorthand symbol for Infinity and the stylized i representing that complex number).

What this means is that no further evaluation is possible: Mathematica knows no further rules that would allow it to simplify the result further.

0
On

Perhaps this broader view can help. (Perhaps it confuses instead!) There are several different ways to describe ways to go to infinity. I would identify these ways with different compactifications. Compactification is a formalized way of adding points at infinity.

Let us first study the real line. The most common compactification is the two-point compactification, in which we add $+\infty$ and $-\infty$. This means that we make a difference between infinities at the two directions, but only add one "limit point" at each end. Another alternative is to only add one infinity (call it $\tilde\infty$), and say that $x_i\to\tilde\infty$ whenever $|x_i|\to\infty$ (in the usual sense).

You can also add several infinities in both directions. The maximal compactification (the most infinities you can consistently add) is the Stone–Čech compactification which is horribly large: there are more infinities than real numbers. The infinity can somehow branch in a peculiar way, but I will not go any deeper here. This is just to show that you can consider far more exotic infinities if you want to.

Let us then turn to the complex plane. The most common compactification is the one-point one (known as the Riemann sphere), where a single infinity $\tilde\infty$ is added. In this compactification $ki$ tends to $\tilde\infty$ as $k\to\infty$.

One alternative is a radial compactification, adding one point at each direction. (Formally, you can take a radial diffeomorphism of the complex plane to the open unit disc, and the compactification will be the closed disc.) In this compactification you can describe infinities as $\lambda\infty$, where $\lambda$ is a complex number of unit length. In this compactification $ki$ tends to $i\infty$ as $k\to\infty$.

The complex plane also has Stone–Čech compactification. Something yet different happens to your sequence there. (The space $\beta\mathbb C$ is not sequentially compact unless I'm mistaken, and I'm not sure if this particular sequence even has a limit. But that's not even important for this answer.)

So, the limit $\lim_{k\to\infty}ik$ can be different things depending on how you view the infinity. There is no single correct answer. The same applies to $i\lim_{k\to\infty}k$, although multiplication does not always extend nicely to limit objects. In the two reasonable compactifications of the complex plane I presented, multiplication makes sense and commutes with the limit. For the radial compactification $i\lim_{k\to\infty}k$ is indeed $i\infty$, but for the one-point one it is $i\tilde\infty=\tilde\infty$.