Solve Hard Sequence Problem: Find √1+√1+2√1+3√1+...

  • Thread starter Thread starter aznluster
  • Start date Start date
  • Tags Tags
    Hard Sequence
aznluster
Messages
5
Reaction score
0
Find \sqrt{1+\sqrt{1+2\sqrt{1+3\sqrt{1+...}}}}
 
Mathematics news on Phys.org


It comes out to be 3. Why? I'm trying to find out.
 
Ok so this is basically one of Ramanajan's identities:

x + n + a = \sqrt{ax + (n+a)^{2} + x \sqrt{a(x +n) + (n+a)^{2} + (x + n) \sqrt{...}}}}
 


Wouldn't that add up to 2? Or maybe I'm doing something wrong. Is there a proof of that identity somewhere?
 


Let

<br /> x_{n} = \sqrt{1 + n \sqrt{1 + (n +1) \sqrt{1 + \ldots}}}<br />

Then, we have the backwards recursive formula:

<br /> x_{n} = \sqrt{1 + n x_{n + 1}}<br />

We want to find x_{1}. Let us see what is the limit x \equiv \lim_{n \rightarrow \infty}{x_{n}}?



If we want a finite limit, we must have:

<br /> x_{n} \sim -\frac{1}{n}, \; n \rightarrow \infty<br />

but, this is impossible since all x_{n} &gt; 0. Therefore, the limit is infinite. Let us assume that is asymptotically a power law:

<br /> x_{n} \sim A \, n^{\alpha}, \; n \rightarrow \infty, \; \alpha &gt; 0<br />

Then, we have:

<br /> A n^{\alpha} \sim \sqrt{1 + n A (n + 1)^{\alpha}} \sim \sqrt{A} \, n^{\frac{1 + \alpha}{2}}<br />

which means:

<br /> \alpha = \frac{1 + \alpha}{2} \Rightarrow \alpha = 1<br />

and

<br /> A = \sqrt{A} \Rightarrow A = 0 \vee A = 1<br />

So, we may conclude:

<br /> x_{n} = n (1 + y_{n}), \; y_{n} \rightarrow 0, \; n \rightarrow \infty<br />

The backwards recursive relation for y_{n} is:

<br /> n (1 + y_{n}) = \sqrt{1 + n \cdot n (1 + y_{n + 1})}<br />

<br /> y_{n} = \sqrt{1 + y_{n + 1} + \frac{1}{n}} - 1<br />

<br /> y_{n + 1} = y_{n} (2 + y_{n}) - \frac{1}{n}<br />

Define a discrete z-transform:

<br /> Y(z) \equiv \sum_{n = 1}^{\infty}{y_{n} z^{-n}}<br />

As we can see, y_{1} is the coefficient in the Laurent series of Y(z) around z = 0. According to the residue theorem:

<br /> y_{1} = \mathrm{Res}(Y(z), z = 0) = \frac{1}{2 \pi i} \, \oint_{C_{z = 0}}{Y(z) \, dz}<br />

We need to find a functional equation for Y(z) from the above (non-linear) recursive relation.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.
Back
Top