Skip to main content

Section 3.1 Sequences of Vectors

Given vectors xn=(x1n,,xNn) and x=(x1,,xN) in RN we say that xn converges to x as n goes to infinity if all components xin of xn converge to the corresponding component xi of x. In symbols
(3.1)xnnxxinnxi for all i=1,,N.
We say that x is the limit of the sequence (xn), and write
limnxn=x.
As in case of sequences of numbers if the limit exists. If a sequence of real numbers (tn) converges to t then we know that |tnt|n0 and vice versa. A similar fact is true for sequences of vectors as the following proposition shows.

Proof.

By definition of the norm we have
(3.2)xnx=(i=1N|xinxi|2)1/2.
If xnnx then by (3.1) we know that xinnxi for every i=1,,N, and thus every term on the right hand side of (3.2) goes to zero. This shows that xnxn0 if xnnx.
Now assume that xnxn0. Observe that every term in the sum on the right hand side of (3.2) is non-negative. Hence
0|xinxi|(i=1N|xinxi|2)1/2=xnx
for every i=1,,N. By assumption xnxn0, and thus by the “squeezing lemma” |xinxi|n0 for all i=1,,N.
This shows that thus xinnxi for all i=1,,N as required.
As for sequences in R we can give an ε-characterisation of convergence. It can also be used as a definition of convergence of a sequence. The proof is similar to the proof of the above proposition and left as an exercise.
Limits of vectors have the same properties as limits of sequences of real numbers.

Proof.

The proof follows directly from the properties of sequences in R and the definition of the multiplication by scalars, the scalar and the cross product.

Example 3.4.

Find the limit of
xn=(n1n+1,2n,nn).
Solution.
We must find the limit of every component. We have
limnn1n+1=1,limn2n=0andlimnnn=1.
Hence limnxn=(1,0,1).

Example 3.5.

Find the limit of xn=((1)n,1,1/n).
Solution.
We again have to check whether every component converges. This is not the case for the present sequence as (1)n does not converge. Hence the sequence xn does not converge.

Example 3.6.

Find the limit of
xn=(n1+n2,en,lnnn,nn)R4.
Solution.
We must find the limit of every component. We have
limnn1+n2=0,limnen=0,limnlnnn=0andlimnnn=0.
Hence limnxn=(0,0,0,0).