Complex Convergence with Usual Norm

ChemEng1
Messages
52
Reaction score
0

Homework Statement


Determine whether the following sequence {xn} converges in ℂunder the usual norm.
x_{n}=n(e^{\frac{2i\pi}{n}}-1)

Homework Equations


e^{i\pi}=cos(x)+isin(x)
ε, \delta Definition of convergence

The Attempt at a Solution


I would like some verification that this response answers the problem statement. I have not worked with complex numbers since high school algebra. So this attempt may be very wrong.

The professor stated that for complex number to converge, both the real and imaginary parts have to converge.

x_{n}=n(cos(\frac{2\pi}{n})+isin(\frac{2\pi}{n})-1), by substitution with Euler's formula.

x_{n}=ncos(\frac{2\pi}{n})-n+isin(\frac{2\pi}{n})n. This appears to converge to 0+0i as n→∞.

Real Part:Re(x_{n})=ncos(\frac{2\pi}{n})-n=>n(cos(\frac{2\pi}{n})-1)=>n*0=0

Imaginary Part:Im(x_{n})=sin(\frac{2\pi}{n})n=>0*n=0

Since both the real and imaginary parts of x_{n} converge, then x_{n} converges.

Is this close? Did I miss anything?

Thanks in advance,
Scott
 
Physics news on Phys.org
The problem is that n is going to infinity at the same time as (cos(2*pi/n) - 1) and sin(2*pi/n) are going to zero. So you get something that looks like infinity * 0, an indeterminate form. This means that the sequence could either converge or diverge. You have to do a bit more work to find out which is the case.

Let's start with the imaginary part. You have sin(2*pi/n) * n. Multiplication by n is the same as division by 1/n. What can you say about

\frac{\sin(2\pi/n)}{1/n}

as n \rightarrow \infty?
 
jbunniii said:
So you get something that looks like infinity * 0, an indeterminate form.
In a l'Hôpital's rule sense? We honestly did not cover that in my previous analysis course (so I don't remember any of the rigor behind the rule), but I remember from calculus that you take derivative of numerator and denominator until you no longer have an indeterminate form.

jbunniii said:
What can you say about

\frac{\sin(2\pi/n)}{1/n}

as n \rightarrow \infty?

\frac{d[sin(\frac{2\pi}{n})]}{d[\frac{1}{n}]}\Rightarrow\frac{cos(\frac{2\pi}{n})(-\frac{2\pi}{n^{2}})}{-\frac{1}{n^{2}}}\Rightarrow2\pi cos(\frac{2\pi}{n})\Rightarrow 2\pi

Then you repeat the same approach for the real portion which has a similar indeterminate form. And goes to 0.

So {xn} converges to 2i\pi then?
 
Last edited:
ChemEng1 said:
In a l'Hôpital's rule sense? We honestly did not cover that in my previous analysis course (so I don't remember any of the rigor behind the rule), but I remember from calculus that you take derivative of numerator and denominator until you no longer have an indeterminate form.



\frac{d[sin(\frac{2\pi}{n})]}{d[\frac{1}{n}]}\Rightarrow\frac{cos(\frac{2\pi}{n})(-\frac{2\pi}{n^{2}})}{-\frac{1}{n^{2}}}\Rightarrow2\pi cos(\frac{2\pi}{n})\Rightarrow 2\pi

Then you repeat the same approach for the real portion which has a similar indeterminate form. And goes to 0.

So {xn} converges to 2i\pi then?

Yes, it does. You guess this would be true using the taylor series of exp(2*pi*i/n).
 
Thank you both for pointing me in the right direction!
 
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