7  Sequences in C

The theory for sequences in C is very similar to that of sequences in R. In R, we said that a sequence (an) converges to some number aR if for all ε>0, it holds |ana|<ε for all n suffieciently large. The definition of convergence in C is essentially the same, with the absolute value replaced by the complex modulus.

Definition 1: Sequence of Complex numbers
A sequence a in C is a function a:NC. For nN, we denote the n-th element of the sequence a by an=a(n) and write the sequence as (an)nN or (an).

In the following we define convergent sequences in C.

Definition 2: Convergent sequence in C
We say that a sequence (an) in C converges to aC, or equivalently has limit a, denoted by limnan=a or ana, if it holds: ε>0,NN s.t. nN,|ana|<ε.

If there exists aC such that limnan=a, we say that the sequence (an) is convergent.

Important
In Definition 2 we still take ε to be real. This makes sense, since |z|=x2+y2R for all z=x+iyC.

Example 3
Question. Using Definition 2, prove that limn(3+i)n7in=3+i.

Solution.

Part 1. Rough Work. Let ε>0. We need to clarify for which values of n the following holds: |(3+i)n7in(3+i)|<ε. We have |(3+i)n7in(3+i)|=|7i|n=7n. Therefore 7n<εn>7ε.

Part 2. Formal Proof. We want to prove that for all ε>0 there exists NN such that |(3+i)n7in(3+i)|<ε,nN. Let ε>0. Choose NN such that N>7ε. The above is equivalent to 7N<ε. For nN we have |(3+i)n7in(3+i)|=7n7N<ε.

Boundedness plays an important role for complex sequences.

Definition 4: Bounded sequence in C
A sequence (an) in C is called bounded if there exists a constant MR, with M>0, such that |an|M,nN.

As it happens in R, we have that complex sequences which converge are also bounded.

Theorem 5
If a sequence (an) in C converges, then the sequence is bounded.

The proof is identical to the one in R, and is hence omitted. Similarly to real sequences, we can define divergent complex sequences.

Definition 6: Divergent sequences in C
We say that a sequence (an) in C is divergent if it is not convergent.

As a corollary of Theorem 5 we have the following.

Corollary 7
Let (an) be a complex sequence. If (an) is not bounded, then it is divergent.

7.1 Algebra of limits in C

Most of the results about limits that we have shown in R also hold in C. The first result is the Algebra of Limits.

Theorem 8: Algebra of limits in C

Let (an) and (bn) be sequences in C. Suppose that limnan=a,limnbn=b, for some a,bC. Then,

  1. Limit of sum is the sum of limits: limn(an±bn)=a±b

  2. Limit of product is the product of limits: limn(anbn)=ab

  3. If bn0 for all nN and b0, then limn(anbn)=ab

The proof of Theorem 8 follows word by word the proof of the Algebra of Limits for sequences in R: one just needs to replace the absolute value by the complex modulus.

We can use the Algebra of Limits to compute limits of complex sequences.

Example 9
Question. Compute the limit of an=(2i)n2+6in53i(6+3i)n2+11i.

Solution. Factor n2, the largest power of n in the denominator, an=(2i)+6in5n23in2(6+3i)+11in22i6+3i, where we used the Algebra of Limits. Finally, 2i6+3i=(2i)(63i)(6+3i)(63i)=15415i.

7.2 Convergence to zero

One of the results that cannot hold for complex sequences is the Squeeze Theorem. Indeed the chain of inequalities bnancn would not make sense in C, since there is no order relation.

We can however prove the following (weaker) result.

Theorem 10
Let (an) be a sequence in C and suppose that limn|an|=0. Then limnan=0.

Proof
Assume that |an|0. We need to show that ε>0,NN s.t. nN,|an0|<ε. Let ε>0. Since |an|0, there exists NN such that ||an|0|<ε,nN. Let nN. Then, |an0|=|an|=|an|0=||an|0|<ε.

Note that the sequence |an| is real. Therefore the convergence of |an| can be studied using convergence results in R.

Example 11
Question. Prove that an0, where an=(12+13i)n.

Solution. We have |an|=|(12+13i)n|=|12+13i|n=((12)2+(13)2)n=(1336)n. Since |1336|<1, by the Geometric Sequence Test for real sequences, we conclude that |an|0. Hence an0 by Theorem 10.

Although the Squeeze Theorem cannot be used for complex sequences, sometimes it can be used to deal with real terms in a complex sequence.

Example 12
Question. Consider the sequence an:=2icos(3n)n+(7i)n23n2+2in+sin(2n). Prove that limnan=7313i.

Solution. We divide by the largest power in the denominator, to get an=2icos(3n)n+(7i)3+2in+sin(2n)n2. Notice that 1cos(3n)1,nN, and thus 2n2cos(3n)n2n,nN. Since 2n0,2n0, by the Squeeze Theorem we conclude that also 2cos(3n)n0. In particular we have shown that |2icos(3n)n|=|2cos(3n)n|0. Using Theorem 10 we infer 2icos(3n)n0. Similarly, 1n2sin(2n)n21n2,nN. Since 1n20,1n20, by the Squeeze Theorem we conclude sin(2n)n20. Finally, we have |2in|=2n0, and therefore 2in0 by Theorem 10. Using the Algebra of Limits in C we conclude an=2icos(3n)n+(7i)3+2in+sin(2n)n20+(7i)3+0+0=7313i.

7.3 Geometric sequence Test and Ratio Test in C

The Geometric Sequence Test and Ratio Test can be generalized to complex sequences.

Theorem 13: Geometric sequence Test in C

Let xC and let (an)nN be the geometric sequence in C defined by an:=xn. We have:

  1. If |x|<1, then limnan=0.

  2. If |x|>1, then sequence (an) is unbounded, and hence divergent.

The proof can be obtained as in the real case, replacing the absolute value by the modulus.

Example 14
Question. Prove that an0, where an=(1+4i)n(7+3i)n.

Solution. We first rewrite an=(1+4i)n(7+3i)n=(1+4i7+3i)n Then, we compute |1+4i7+3i|=|1+4i||7+3i|=(1)2+4272+32=1758=1758<1 By the Geometric Sequence Test an0.

Example 15
Question. Prove that an diverges, where an=(5+12i)n(34i)n.

Solution. We first rewrite an=(5+12i)n(34i)n=(5+12i34i)n. We compute |5+12i34i|=|5+12i||34i|=52+(12)232+(4)2=135>1. By the Geometric Sequence Test, the sequence an diverges.

Example 16
Question. Prove that an diverges, where an=exp(iπ2n).

Solution. We have |an|=|eiπ2n|=1, and hence the Geometric Sequence Test cannot be applied. However, we can see that an=(i,1,i,1,i,1,i,1,), that is, an assumes only the values {i,1,i,1}, and each of them is assumed infinitely many times. Therefore an is oscillating, and thus divergent.

We now provide the statement of the Ratio Test in C.

Theorem 17: Ratio Test in C

Let (an) be a sequence in C such that an0,nN.

  1. Suppose that the following limit exists: L:=limn|an+1an|. Then,

    • If L<1 we have limnan=0.

    • If L>1, the sequence (an) is unbounded, and hence does not converge.

  2. Suppose that there exists NN and L>1 such that |an+1an|L,nN. Then the sequence an is unbounded, and hence does not converge.

The proof of Theorem 17 follows word by word the proof of the Ratio Test Theorem in R, and only two minor modifications are needed:

  • Replace the absolute value with the complex modulus,
  • Instead of the Squeeze Theorem, use Theorem 10.

Example 18
Question. Study the convergence / divergence of the sequence an=(43i)n(2n)!.

Solution. We compute |an+1an|=|(43i)n+1(2(n+1))!(2n)!(43i)n|=|43i|n+1|43i|n(2n)!(2n+2)!=|43i|(2n+2)(2n+1)=42+(3)2(2n+2)(2n+1)=5(2n+2)(2n+1)=5n2(2+2n)(2+1n)L=0. Since L=0<1, by the Ratio Test in C we infer an0.

7.4 Convergence of real and imaginary part

A complex number zC can be written as z=a+bi for some a,bR, where

  • a is the real part of z,
  • b the imaginary part of z.

We can prove that a complex sequence converges if and only if both the real parts and the imaginary parts converge.

Theorem 19
Let (zn)nN be a sequence in C. For nN, let an,bnR such that zn=an+bni. Let z=a+bi, with a,bR. Then limnzn=zlimnan=a,limnbn=b

Proof
Part 1. Suppose that limnzn=z. To prove that ana we need to show that ε>0,NN s.t. nN,|ana|<ε.

Let ε>0. Since znz, there exists NN such that |znz|<ε,nN. Let nN. Then |ana|=(ana)2(ana)2+(bnb)2=|(ana)+(bnb)i|=|(an+bni)(a+bi)|=|znz|<ε. The proof for bnb is similar.

Part 2. Suppose that limnan=a,limnbn=b. To prove that znz we need to show that ε>0,NN s.t. nN,|znz|<ε. Let ε>0. Since ana, there exists N1N such that |ana|<ε2,nN1. Since bnb, there exists N2N such that |bnb|<ε2,nN2. Let N:=max{N1,N2}. Let nN. By the triangle inequality, |znz|=|(an+bni)(a+bi)|=|(ana)+(bnb)i||ana|+|bnb||i|=|ana|+|bnb|<ε2+ε2=ε.

Example 20
Question. Consider the complex sequence zn:=(4n+3n2i)(2n2+i)5n4. Show that limnzn=65i.

Solution. We find the real and imaginary parts of zn zn=(4n+3n2i)(2n2+i)5n4=8n3+4ni+6n4i+3n2i25n4=8n33n25n4+6n4+4n5n4i=an+bni. Using the Algebra of Limits for real sequences we have that an=8n33n25n4=8n3n25005=0,bn=6n4+4n5n4=6+4n356+05=65. By Theorem 19 we conclude limnzn=limnan+ilimnbn=0+65i=65i.