Ramanujan's Nested Radical

346 Views Asked by At

By noting Ramanujan's Nested Radical, we have

$3 = \sqrt{1+2\sqrt{1+3\sqrt{1+4\sqrt{1+\cdots}}}}$

On the other hand, we can manipulate the number $4$ by applying the similar principle. Here we have

$\begin{aligned} 4 & = \sqrt{16} \\ & = \sqrt{1+15} \\ & = \sqrt{1+2 \cdot \dfrac{15}{2}} \\ & = \sqrt{1+2\sqrt{\dfrac{225}{4}}} \\ & = \sqrt{1+2\sqrt{1+\dfrac{221}{4}}} \\ & = \sqrt{1+2\sqrt{1+3 \cdot \dfrac{221}{12}}} \\ & = \sqrt{1+2\sqrt{1+3\sqrt{\dfrac{44841}{144}}}} \\ & \vdots \\ & = \sqrt{1+2\sqrt{1+3\sqrt{1+4\sqrt{1+\cdots}}}} \end{aligned}$

How can it be? Something contradicts?

3

There are 3 best solutions below

1
On

In Ramanujan's radical, if you stop after $n$ nested radicals the last term inside the radical will be $\sqrt{1}$ but in your case, if you stop after $n$ nested radicals the last term is a term which is increasing with $n$. Hence the difference.

0
On

By Ramanujan's nested radical, we can also get this curious identity; $$n+m=\sqrt{m^2+n\sqrt{m^2+(n+m)\sqrt{m^2+(n+2m)\sqrt{..}}}}$$

Ramanujan proved this identity, and if you want a look at how it's done in a simple manner (not-rigorous), check out this blog. And by plugging in $4$, we get;

$$3+1=\sqrt{1+3\sqrt{1+4\sqrt{1+5\sqrt{1+6...}}}}$$

0
On

The generating function is

$$ f(x) = \sqrt{1+(x+1)f(x+1)}\Rightarrow f^2(x) = 1+(x+1)f(x+1) $$

so making $f(x) = a x + b$ we get $a = 1, b= 2$ or

$$ f(x) = x + 2 $$