Convergence of a Recursively Defined Sequence

  • Thread starter Thread starter Saitama
  • Start date Start date
  • Tags Tags
    Limit
Saitama
Messages
4,244
Reaction score
93

Homework Statement


Let ##x_0=2\cos(\pi/6)## and ##x_n=\sqrt{2+x_{n-1}}##, n=1,2,3,...

Find $$\lim_{n \rightarrow \infty} 2^{n+1}\cdot \sqrt{2-x_n}$$


Homework Equations





The Attempt at a Solution


I found ##\displaystyle x_n=2\cos\left(\frac{\pi}{6(n+1)}\right)##

$$\Rightarrow \sqrt{2-x_n}=2\sin\left(\frac{\pi}{12(n+1)}\right)$$
The limit to be evaluated is
$$\lim_{n \rightarrow \infty} 2\cdot 2^{n+1}\cdot \sin\left(\frac{\pi}{12(n+1)}\right)$$
Evaluating it results in infinity but the given answer is ##\pi/3##. :confused:

Any help is appreciated. Thanks!
 
Physics news on Phys.org
Pranav-Arora said:

Homework Statement


Let ##x_0=2\cos(\pi/6)## and ##x_n=\sqrt{2+x_{n-1}}##, n=1,2,3,...

Find $$\lim_{n \rightarrow \infty} 2^{n+1}\cdot \sqrt{2-x_n}$$

Homework Equations


The Attempt at a Solution


I found ##\displaystyle x_n=2\cos\left(\frac{\pi}{6(n+1)}\right)##

Are you sure? :devil: How did you arrived at it?

ehild
 
  • Like
Likes 1 person
ehild said:
Are you sure? :devil: How did you arrived at it?

ehild

I just realized that it's wrong. :redface:

The correct one is
$$x_n=2\cos\left(\frac{\pi}{6 \times 2^n} \right)$$

This gives the answer. Thank you ehild! :smile:
 
You see how fast you find a mistake? You do not really need us .:-p

ehild
 
ehild said:
You do not really need us.

No, I do. Without you people, I would never have been able to solve such problems. :)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top