Does the complex sequence z_n=n/(1+i)^n converge?

  • Thread starter Thread starter Tommy941
  • Start date Start date
  • Tags Tags
    Complex Sequence
Click For Summary
SUMMARY

The sequence \( z_n = \frac{n}{(1+i)^n} \) converges to 0 as \( n \) approaches infinity. This conclusion is supported by the ratio test, which indicates that the magnitudes \( |z_n| \) are decreasing and bounded below by 0. The exponential growth of the denominator, expressed in polar form as \( |1+i|^n = \sqrt{2}^n \), outpaces the linear growth of the numerator \( n \). Thus, the limit of \( z_n \) is definitively 0.

PREREQUISITES
  • Understanding of complex numbers and their polar form
  • Familiarity with limits and convergence of sequences
  • Knowledge of the ratio test for convergence
  • Basic proficiency in calculus, particularly L'Hôpital's rule
NEXT STEPS
  • Study the properties of complex sequences and their convergence criteria
  • Learn about the ratio test and its application in determining convergence
  • Explore L'Hôpital's rule for evaluating limits involving indeterminate forms
  • Investigate the behavior of sequences in polar coordinates
USEFUL FOR

Mathematics students, particularly those studying complex analysis or sequences and series, as well as educators seeking to clarify concepts of convergence in complex sequences.

Tommy941
Messages
6
Reaction score
0

Homework Statement


Determine whether the sequence zn = n/((1+i)n) converges and rigorously justify your answer.

Homework Equations

The Attempt at a Solution


I have attempted an ε-n proof using my limit as 0 (as exponentials grow faster than polynomials I assumed this was the correct limit), and I said |(1+i)n| = |1+i|n = √2 n but I was stuck with how to show n/(√2 n) < ε.

The only other way I could think to do this was to show the sequence was increasing (or decreasing) and bounded above (or below) but I wasn't sure how to do that either.

Can someone please point me in the right direct? I find complex sequences quite confusing as a concept.
 
Physics news on Phys.org
Tommy941 said:

Homework Statement


Determine whether the sequence zn = n/((1+i)n) converges and rigorously justify your answer.

Homework Equations

The Attempt at a Solution


I have attempted an ε-n proof using my limit as 0 (as exponentials grow faster than polynomials I assumed this was the correct limit), and I said |(1+i)n| = |1+i|n = √2 n but I was stuck with how to show n/(√2 n) < ε.
This seems difficult to me as well, due to n showing up as an exponent and in the numerator.
Tommy941 said:
The only other way I could think to do this was to show the sequence was increasing (or decreasing) and bounded above (or below) but I wasn't sure how to do that either.
The ratio test might be helpful here. ##\lim_{n \to \infty} \frac{|z_{n + 1}|}{|z_n|}## works out to a value less than 1, which implies that the magnitudes of your sequence values are decreasing.
Tommy941 said:
Can someone please point me in the right direct? I find complex sequences quite confusing as a concept.
 
Taking logs of n/2^{n/2} &lt; \epsilon yields <br /> \log n - \frac{n}{2} \log 2 &lt; \log \epsilon. Now if \epsilon is small and positive then \log \epsilon is large and negative, so the question is: if R &gt; 0 is arbitrary, can you always find an n \in \mathbb{N} such that <br /> \frac{\log 2}{2}n - \log n &gt; R?
 
Tommy941 said:

Homework Statement


Determine whether the sequence zn = n/((1+i)n) converges and rigorously justify your answer.

Homework Equations

The Attempt at a Solution


I have attempted an ε-n proof using my limit as 0 (as exponentials grow faster than polynomials I assumed this was the correct limit), and I said |(1+i)n| = |1+i|n = √2 n but I was stuck with how to show n/(√2 n) < ε.

The only other way I could think to do this was to show the sequence was increasing (or decreasing) and bounded above (or below) but I wasn't sure how to do that either.

Can someone please point me in the right direct? I find complex sequences quite confusing as a concept.

Do you mean literally what you wrote, viz., that you want to know if ##z_n = n/(1+i)^n## converges/diverges, or did you really mean to ask about convergence/divergence of the series ##\sum_n z_n##? In either case, try writing ##1+i ## in polar form.
 
Thanks guys,
Mark44 - I don't think I can use the ratio test because it is a test for if series converge.
pasmith - I have never seen that method before :/

What if i split the sequence into its real and imaginary parts then show that each of those converge which will imply the sequence converges?
 
Ray Vickson - I meant literally does the sequence z_n converge
 
Tommy941 said:
Mark44 - I don't think I can use the ratio test because it is a test for if series converge.
The ratio I wrote shows that the sequence |zn| is decreasing, which was one of the things you mentioned in your first post.
 
Ray Vickson said:
Do you mean literally what you wrote, viz., that you want to know if ##z_n = n/(1+i)^n## converges/diverges, or did you really mean to ask about convergence/divergence of the series ##\sum_n z_n##? In either case, try writing ##1+i ## in polar form.
I think that he (Tommy941) is working with polar form, Ray, which is where he's getting ##(\sqrt{2})^n##. That's my take at any rate.
 
Ahh Mark44 I see what you mean, so if I can show z_n is decreasing using the ratio test, then I can say it converges to 0 (as the sequence is clearly bounded below by 0).
I was also thinking could I do this by writing the denominator in polar form, rationalising it, then splitting the sequence into real and imaginary parts and show that each part converges to some limit (im guessing 0) and then the limit of z will be the sum of these two limits?
 
  • #10
Tommy941 said:
Ahh Mark44 I see what you mean, so if I can show z_n is decreasing using the ratio test, then I can say it converges to 0 (as the sequence is clearly bounded below by 0).
I was also thinking could I do this by writing the denominator in polar form, rationalising it, then splitting the sequence into real and imaginary parts and show that each part converges to some limit (im guessing 0) and then the limit of z will be the sum of these two limits?
I don't think this is a good idea. In polar form it will be of the form ##re^{\text{something}i}##. The exponential part gives a complex number somewhere on the unit circle. It's not too hard to show using what I suggested that the magnitudes (|zn|) are a decreasing sequence. What you're doing is trapping these complex numbers in smaller and smaller circles.
 
  • #11
Mark44 said:
I think that he (Tommy941) is working with polar form, Ray, which is where he's getting ##(\sqrt{2})^n##. That's my take at any rate.

Right: I missed that.
 
  • #12
You can use that ## \frac {n}{ \sqrt 2^n}= \frac {n}{2^{n/2}} ## Then n doesn't stand a chance against ##2^{n}## (which is a shift of ## 2^{n/2}## . You can use a L'Hopital-style argument for more rigor.
 
Last edited by a moderator:

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
8
Views
3K
Replies
1
Views
1K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K