Sequence

Revision as of 05:42, 23 February 2008 by Shreyas patankar (talk | contribs) (Definition)

A sequence is an ordered list of terms. Sequences may be either finite or infinite. In mathematics we are often interested in sequences with specific properties, the Fibonacci sequence is perhaps the most famous example.

Definition

A sequence of real numbers is simply a function

$f:\mathbb{N}\rightarrow\mathbb{R}$


The numbers $f(n)$ are often denoted as $a_n$ and the set $f(\mathbb{N})$ is denoted as the 'sequence' $\left\langle a_n\right\rangle$

Convergence

The notion of 'converging sequences' is often useful in real analysis

Let $\left\langle a_n\right\rangle$ be a real valued sequence

Let $L\in\mathbb{R}$

We say that '$\lim_{n\rightarrow\infty}a_n=L$'

or '$\left\langle a_n\right\rangle$ converges to $L$' if and only if

$\forall\epsilon>0$, $\exists\M\in\mathbb{N}$ (Error compiling LaTeX. Unknown error_msg) such that $n>M\implies |L-a_n|<\epsilon$

Resources

See Also

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