I just watched this YouTube video by Michael Penn about the expression
$$\sqrt{i \sqrt{i \sqrt{i \sqrt{i \dots}}}}$$
and how to evaluate it. At the end of the video, he mentions that if we do not interpret square roots as just being principal square roots, then the solutions take the form $$ e^{\frac{i \pi}{2} + i \pi \bigl( n_0 + \frac{n_1}{2} + \frac{n_2}{4} + \frac{n_3}{8} + \cdots \bigr)} $$
where $n_0, n_1, n_2, ... \in \{0, 1\}$. Because all real numbers in $[0, 2)$ can be expressed as binary numbers of the form $b_0.b_1b_2b_3b_4b_5\ldots\,$, this means that solutions to the original nested radical work out to "any complex number of modulus $1$."
(However, if we do restrict ourselves to the principal square root, we'd get back a single answer.)
I'm trying to interpret exactly what this claim means and was wondering if the following line of reasoning works.
Let's start with $\sqrt{i}$. This means "a number that, if squared and divided by $i$, is equal to $1$." There are two such numbers.
Now, let's try $\sqrt{i\sqrt{i}}$. This means "some number that, if squared and divided by $i$, then squared and divided by $i$ again, gives $1$."
Let's then try $\sqrt{i\sqrt{i\sqrt{i}}}$. That would mean "some number that if squared and divided by $i$, then squared again and divided by $i$, then squared again and divided by $i$, you get $1$."
And more generally, any finite expansion of the nested radical can be interpreted as "some number that, if repeated squared and divided by $i$ a total of $n$ times, gives $1$."
For starters - is this a correct way of thinking about the partial terms of the series?
Assuming that this is the case, I'm struggling to make sense of what the infinitely nested radical would mean. The above process-based formulation breaks down if you repeat this process infinitely many times, since at a first reading it would mean "a number where, if you square and divide by $i$ infinitely many times, yields $i$." That doesn't make sense to me, nor does it feel like a legal strategy for extending the finite case to a limit.
Rather, it seems like what's going on here is that if you repeatedly increase the number of iterations of "square and divide by $i$," you start filling up more and more of the complex unit circle. And the infinite limit working out to "all complex numbers of modulus $1$" then would mean something to the effect of the following:
Let $z$ be an arbitrary complex number of modulus $1$. Then by repeatedly squaring $z$ and dividing by $i$, we can make the number get as close to $1$ as we'd like.
Is this a reasonable conclusion to draw? Or is this not an appropriate way of thinking about the infinitely nested radical?
Thanks!
I'd like to add a small discussion of the other answers, and how they relate. I won't comment on which interpretation is more natural, since these kinds of questions are mostly for fun anyway.
The possible values of the expression depend crucially on the way we interpret/define the limiting process. One iterative way is: Let $a_0 = 1$; For $k\ge1$, choose $a_k$ as one of the values of $\sqrt{ia_{k-1}}$. Then we have $$a_k = \exp\left(i\pi\cdot\left(\frac12 - \frac{1}{2^{k+1}} + n_k + \frac{n_{k-1}}{2} + \cdots + \frac{n_1}{2^{k-1}}\right)\right),$$ where $n_j\in\{0,1\}$. This is similar to Michael Penn's expression, but note that the most significant "digit" is $n_k$ here, as opposed to his $n_0$. We're going in the other direction so to speak. This means that, as $k\to\infty$, the sequence converges if and only if $(n_k)_k$ is eventually constant, i.e. $n_k=0$ or $n_k=1$ for all large enough $k$. In both of those cases the limit is $e^{i\pi/2}=i$. Essentially, we're restricted by not being able to change "past choices". This aligns with MathMinded's answer.
Note incidentally that the values of $n_k$ don't correspond directly to choosing the (non)principal branches. That is to say, it's not like $n_k=0$ will always mean taking the principal branch for example.
H. H. Rugh and Micheal Penn (of the video) seem to have the following interpretation instead. Consider the sequence $$ a_0 = 1, a_1 = \sqrt i, a_2 = \sqrt{i\sqrt i}, a_3 = \sqrt{i\sqrt{i\sqrt i}}, \ldots, $$ where $a_k$ is taken to be any of the $2^k$ values of a $k$-levelled $\sqrt{i\sqrt{i\cdots\sqrt i}}$. In this case, $$a_k = \exp\left( i\pi \cdot\left(\frac12 - \frac{1}{2^{k+1}} + \frac{m_k}{2^{k-1}}\right) \right),$$ where $m_k\in\{0, \ldots, 2^k-1\}$. (Actually, for $k\ge2$, we can even write the more compact $a_k=e^{ i\pi \cdot\left(\frac{m_k}{2^{k-1}} - \frac{1}{2^{k+1}} \right)}$, since the $1/2$ is swallowed by the $m_k$). This matches the possible values of $a_k$ according to the first interpretation, but we no longer require $a_k^2 = ia_{k-1}$. With this, we can indeed choose a sequence of $a_k$ (or equivalently $m_k$) so that it converges to any number on the unit circle. We are basically doing a binary expansion, or approximating by dyadic rationals depending on the viewpoint.