Does multiplying all a number's roots together give a product of infinity?

This is a recreational mathematics question that I thought up, and I can't see if the answer has been addressed either.

Take a positive, real number greater than 1, and multiply all its roots together. The square root, multiplied by the cube root, multiplied by the fourth root, multiplied by the fifth root, and on until infinity.

The reason it is a puzzle is that while multiplying a positive number by a number greater than 1 will always lead to a bigger number, the roots themselves are always getting smaller. My intuitive guess is that the product will go towards infinity, it could be that the product is finite.

I also apologize that as a simple recreational mathematics enthusiast, I perhaps did not phrase this question perfectly.


Solution 1:

This is an interesting question, but thanks to the properties of exponentiation, it can be easily solved as follows: $$\prod_{k\ge1}\sqrt[k]{n}=\prod_{k\ge1}n^{1/k}=n^{\sum_{k\ge1}\frac{1}{k}},$$ and as the exponent diverges (Harmonic series) the whole expression diverges, as long as $n>1$.

EDIT: the first equality is definition. For the second equality we need to argue why one can pass to the limit.

In other words: for any fixed $N$ the equality $$\prod_{k=1}^N n^{1/k}=n^{\sum_{k=1}^N \frac{1}{k}},$$ is valid, but why does it hold that $$\lim_{N\rightarrow \infty}n^{\sum_{k=1}^N \frac{1}{k}}=n^{\lim_{N\rightarrow\infty}\sum_{k=1}^N \frac{1}{k}}\quad ?$$ In this particular case it is a consequence of the fact that the map $x\mapsto n^x$ diverges to $+\infty$ as $x\rightarrow +\infty$ and by abuse of notation we write $n^{+\infty}=+\infty$

If conversely the exponent would converge to a finite limit, as for example in the case mentioned in the comment of IanF1, then this would be a simple consequence of the fact that the map $x\mapsto n^x$ is continuous.

Solution 2:

What you are describing can be written as $$\prod_{n=1}^\infty{x^{1/n}}=x^1\times x^{1/2}\times x^{1/3} \times x^{1/4}...$$ Because to multiply a number to several powers is equivalent to adding their powers, this can be rewritten as $$x^{y}$$ where $$y={\sum_{n=1}^\infty{1/n}}$$

If we only added up the first $m$ terms of this, we get what's called the $m$th harmonic number. The harmonic numbers go 1, 3/2, 11/6, 25/12, ... Each one is about as big as the natural logarithm of $m$.

However since we're adding infinitely we are heading towards the "last" or "highest" harmonic number. Sadly, there is no greatest harmonic number and there is no point where they get ever-closer to some finite number so we are in some sense heading towards $x^\infty$.

We say that a series like this, i.e. which does not converge on some finite number "does not converge". And this makes it very difficult to quantify its size in a meaningful way.

However if however you want to get an idea of how quickly it diverges, you might imagine that the product of the first $m$ numbers is approximately equal to:

$$x^{\log_e{m}}$$

So if you had some number $p$ that measured the number of "infinite" terms you are multiplying together, then you might imagine your number is in some very limited sense $$x^{\log{p}}$$

From this you can observe that if you were to allow $x=e$ then your series equals $p$, so in a sense it reaches infinity at the same rate as you add terms. For $x=2$ it lags $m$ in approaching infinity, and for $x\geq3$ it is ahead of $m$ in approaching infinity.