Difference between revisions of "Sequence"

m (Definition)
Line 2: Line 2:
  
 
==Definition==
 
==Definition==
A sequence of real numbers is simply a function <math>f : \mathbb{N} \rightarrow \mathbb{R}</math>. For instance, the function <math>f(x) = x^2</math> corresponds to the sequence <math>X = (x_n) = (0, 1, 4, 9, 16, \ldots)</math>.
+
A sequence of real numbers is simply a function <math>f : \mathbb{N} \rightarrow \mathbb{R}</math>. For instance, the function <math>f(x) = x^2</math> defined on <math>\mathbb{N}</math> corresponds to the sequence <math>X = (x_n) = (0, 1, 4, 9, 16, \ldots)</math>.
  
 
==Convergence==
 
==Convergence==

Revision as of 12:55, 18 May 2008

A sequence is an ordered list of terms. Sequences may be either finite or infinite.

Definition

A sequence of real numbers is simply a function $f : \mathbb{N} \rightarrow \mathbb{R}$. For instance, the function $f(x) = x^2$ defined on $\mathbb{N}$ corresponds to the sequence $X = (x_n) = (0, 1, 4, 9, 16, \ldots)$.

Convergence

Let $(x_n)$ be a sequence of reals. $(x_n)$ converges to $L \in \mathbb{R}$ if and only if for all positive reals $\epsilon$, there exists a positive integer $k$ such that for all integers $n \ge k$, we have $|x_n - L| < \epsilon$. If $(x_n)$ converges to $L$, $L$ is called the limit of $(x_n)$ and is written $\lim_{n \to \infty} x_n$.

Resources

See Also

This article is a stub. Help us out by expanding it.