Sequences Definition and 589 Threads

In mathematics, a sequence is an enumerated collection of objects in which repetitions are allowed and order matters. Like a set, it contains members (also called elements, or terms). The number of elements (possibly infinite) is called the length of the sequence. Unlike a set, the same elements can appear multiple times at different positions in a sequence, and unlike a set, the order does matter. Formally, a sequence can be defined as a function whose domain is either the set of the natural numbers (for infinite sequences), or the set of the first n natural numbers (for a sequence of finite length n). Sequences are one type of indexed families as an indexed family is defined as a function which domain is called the index set, and the elements of the index set are the indices for the elements of the function image.
For example, (M, A, R, Y) is a sequence of letters with the letter 'M' first and 'Y' last. This sequence differs from (A, R, M, Y). Also, the sequence (1, 1, 2, 3, 5, 8), which contains the number 1 at two different positions, is a valid sequence. Sequences can be finite, as in these examples, or infinite, such as the sequence of all even positive integers (2, 4, 6, ...).
The position of an element in a sequence is its rank or index; it is the natural number for which the element is the image. The first element has index 0 or 1, depending on the context or a specific convention. In mathematical analysis, a sequence is often denoted by letters in the form of




a

n




{\displaystyle a_{n}}
,




b

n




{\displaystyle b_{n}}
and




c

n




{\displaystyle c_{n}}
, where the subscript n refers to the nth element of the sequence; for example, the nth element of the Fibonacci sequence



F


{\displaystyle F}
is generally denoted as




F

n




{\displaystyle F_{n}}
.

In computing and computer science, finite sequences are sometimes called strings, words or lists, the different names commonly corresponding to different ways to represent them in computer memory; infinite sequences are called streams. The empty sequence ( ) is included in most notions of sequence, but may be excluded depending on the context.

View More On Wikipedia.org
  1. F

    Sequences and Nets: Does (1/n) Converge to [0,1]?

    Say the real numbers were given a topology \left\{R,\phi, [0,1]\right\}. Does the sequence (1/n) converge to every point of [0,1] since it is a neighborhood of every point?
  2. U

    Real Analysis: product of convergent sequences

    Homework Statement suppose {an} and {bn} are sequences such that {an} converges to A where A does not equal zero and {(an)(bn)} converges. prove that {bn} converges. Homework Equations What i have so far: (Note:let E be epsilon) i know that if {an} converges to A and {bn}converges...
  3. N

    Solving Linear Equations in Two Variables with Geometric Sequences

    Note: I didn't use the template because I feel it did not fit the question well enough. This is concerning a system of linear equations in two variables where its constants in " ax+by=c " form show a geometric sequence, i.e. " nx + any = a2n ". Another way of putting this is " y=(-1/a)x + a...
  4. J

    Uniform Continuity of Sequences in Metric Space

    Homework Statement Prove that f:(M,d) -> (N,p) is uniformly continuous if and only if p(f(xn), f(yn)) -> 0 for any pair of sequences (xn) and (yn) in M satisfying d(xn, yn) -> 0. Homework Equations The Attempt at a Solution First, let f:(M,d)->(N,p) be uniformly continuous...
  5. G

    Is Every Convergent Sequence Also Contractive?

    Just a quick question regarding contractive sequences and convergence. I understand that a contractive sequence is always convergent, but is the converse also true? i.e. If a sequence is convergent then its contractive. I can't think of a logical proof to this, yet a plausible...
  6. R

    Analysis , sequences, limits, supremum explaination needed

    Analysis , sequences, limits, supremum explanation needed :( So i have a question and the answer as well, but i will need some explanation. here is the Question Let S be a bounded nonempty subset of R and suppose supS ∉S . Prove that there is a nondecreasing sequence (Sn) of points in S such...
  7. R

    Analysis Problem, limits & supremum, infimum and sequences

    I have analysis quiz tomorrow and i am really poor at sequences. I don't know where to begin Let (sn) and (tn) be sequences in R. Assume that (sn) is bounded. Prove that liminf(sn +tn)≥liminfsn +liminftn, where we define −∞ + s = −∞ and +∞ + s = +∞ for any s ∈ R. -thanks
  8. F

    Limits and sequences math problem

    Homework Statement Find the limit as n\rightarrow\infty of the sequence an=\frac{(2n)! 22n}{(n!)2 (2n+1) 52n} Homework Equations The Attempt at a Solution
  9. P

    Converging to Zero: How to Solve Bijective Mapping Sequences Problem?

    Homework Statement Let f: N -> N be a bijective map. for n Є N a sub n = 1 / f(n) Show that the sequence (a sub n) converges to zero. Homework Equations The Attempt at a Solution Basically I have been stuck on this problem for hours now and have read through my notes and...
  10. D

    Prove Sum of Converging Sequences = L+M, Counter Example

    Homework Statement Prove that if two sequences an and bn converge to L and M respectively, then the sum of the sequences converge to L+M. Present a counter example to show the sum of two divergent sequences need not be divergent. The Attempt at a Solution We have an -> L and bn -> M we want an...
  11. V

    Convergent series and their corresponding sequences (analysis course)

    If a_n >= 0 for all n, and the series a_n converges, then n(a_n - a_n-1) --> 0 as n --> infinity. Prove or disprove the statement using a counterexample. I know that the statement is false...I am just having terrible difficultly finding a counterexample...
  12. P

    Solving Sequences and Series Problems - Struggling!

    Struggling with this topic! :( got a couple of questions. Homework Statement 1) Determine the value of the improper integral when using the integral test to show that \sumk/(e^k/5) is convergant given answers are a)50/e b)-1/(5e^1/5) c)5 d)5e e)1/50e 2) determine whether \sum...
  13. jegues

    Convergent/Divergent Sequences

    Homework Statement Determine whether the sequence is convergent or divergent. Find limits for convergent sequences. c_{1} = 4, c_{n+1} = -\frac{c_{n}}{n^{2}} for n \geq 1 Homework Equations lim_{n\rightarrow\infty} a_{n} = L Where L is a number. The Attempt at a Solution...
  14. L

    Proving Surjectivity and Injectivity in Homomorphisms of Short Exact Sequences

    Hello! I have just another problem I can't figure out how to solve: Homework Statement Consider a homomorphism of short exact sequences (it's all vector spaces): [PLAIN]http://img814.imageshack.us/img814/9568/seq.png Prove that: (1) \sigma is surjective iff \rho is injective. (2) \sigma is...
  15. S

    Is Every Convergent Sequence of Real Numbers Bounded?

    Homework Statement If {cn} is a convergent sequence of real numbers, does there necessarily exist R> 0 such that |cn|≤ R for every n ∈ N? Equivalently, is {cn : n ∈ N} a bounded set of real numbers? Explain why or why not. Homework Equations n/a The Attempt at a Solution I would...
  16. J

    Is this proof for a sequence convergence problem correct?

    Homework Statement \lim_{n\to\infty}a_n=l \rightarrow \lim_{n\to\infty}\frac{a_1+\dots+a_n}{n}=l Homework Equations N/A The Attempt at a Solution Could someone verify that this proof works? I would really appreciate it. Proof: Since the sequence \{a_n\} converges to l, for any...
  17. M

    Find an Example of a Non-Converging Sequence with Infinite 7 Values

    Homework Statement Give an example of a sequence {an} whose value is 7 for infinitely many values of n, but which does not converge to 7 Homework Equations The Attempt at a Solution I tried to think about such a sequence but cannot come up with any that satisfies that its value...
  18. Fredrik

    Equivalence classes of Cauchy sequences

    \mathbb R can be defined as "any (Dedekind-)complete ordered field". This type of abstract definition is a different kind than e.g. the "equivalence classes of Cauchy sequences" construction. I prefer abstract definitions over explicit constructions, so I would be interested in seeing similar...
  19. I

    Solve Series P: Sum of First n Terms & Arithmetic Progression

    CAN U ALL HELP ME TO SOLVE THIS QUESTION? I don't know how to start... The sum of the first 2n terms of a series P is 20n-4n2. Find in terms of n, the sum of the first n terms of this series. Show that the series is an arithmetic series.
  20. M

    Cauchy sequences, induction, telescoping property

    Homework Statement Scanned and attached Homework Equations I am guessing a combination of induction and the telescoping property. The Attempt at a Solution I'm studying this extramurally, and I've just hit a wall with this last chunk of the sequences section, so if someone can...
  21. R

    Series & Sequences: Understanding N Flies & Population Control

    I don't understand anything about this question: In a pest eradication program, N sterilized male flies are released into the general population each day, and 90% of these flies will survive a given day. A) Show that the number of sterilized flies in the population after n days is N +...
  22. W

    Finding the Sum of Geometric Sequences with Given Constraints

    Homework Statement The sum of the first six terms in a geometric sequence of real numbers is 252. Find the sum of the first four terms when the sum of the first two terms is 12. Homework Equations Sn = A1 - A1Rn divided by 1 - R R \neq 1 (I can't figured out how to make the...
  23. T

    How Does the Limit of the Sequence sqrt(n)*(sqrt(n+1)-sqrt(n)) Approach 1/2?

    Homework Statement Evaluate lim sqrt(n)*[sqrt(n+1)-sqrt(n)] Homework Equations sqrt(n)/[sqrt(n+1)+sqrt(n)] = 1/sqrt[1+(1/n)]+1 The Attempt at a Solution I know that limit sqrt(n) = Infinity and that limit (sqrt(n+1)-sqrt(n)) = 0. And I know that sqrt(n)*(sqrt(n+1)-sqrt(n)) =...
  24. L

    Maple problem - matrices and sequences

    Maple problem -- matrices and sequences Hello there Maple geniuses! So I've been banging my head against these two problems for days and I was wondering if any of you had any idea how to proceed. The first involves computing the limit of a series. The problem reads as follows: "For...
  25. R

    Riemann integrable sequences of functions

    Let f_n : [0,1] → [0,1] be a sequence of Riemann integrable functions, and f : [0, 1] → [0, 1] be a function so that for each k there is N_k so that supremum_(1/k<x≤1) of |f_n(x) − f(x)| < 1/k , for n ≥ N_k . Prove that f is Riemann integrable and ∫ f(x) dx = lim_n→∞ ∫ f_n(x) dx I am really...
  26. D

    Proving Cauchy Sequences with Cosine Function

    Homework Statement Well, my problem is proving that sequences are in fact Cauchy sequences. I know all the conditions that need to be satisfied yet I cannot seem to apply it to questions. (Well, only the easy ones!) My question is, prove that X_{n} is a Cauchy sequence, given that...
  27. U

    Sequences - Assumption that I need to confirm about n approaching infinity

    Homework Statement Find the limit: an= 2n/(n2+1)1/2 Homework Equations n/aThe Attempt at a Solution Because n is approaching infinity, is it OK to disregard the +1 in the denominator and just consider the denominator to be n? This would then divide out the n in the numerator leaving 2...
  28. J

    Series & Sequences: Express 7.54545454545 as Rational Number

    Homework Statement Express 7.54545454545 . . . as a rational number, in the form p/q where p and q are positive integers with no common factors. p = ? and q = ? This problem is nothing like I've seen before, so I don't even have a clue on how to start it.
  29. S

    Real Analysis: Sequences and Series

    Suppose that ak is a decreasing sequence and (ak) approaches 0. Prove that for every k in the natural numbers, ak is greater than or equal to 0. I was thinking I should assume the sequence is bounded below by 0 and do a proof by contradiction. Any suggestions?
  30. F

    Sequences and Series of Functions

    Homework Statement Let sum of a sub k be an absolutely convergent series. a. Let f be the function defined by f(x) = sum of (a sub k) * sin(kx). Prove that: the integral from 0 to pi/2 of f = sum of (a2k-1 + a4k-2)/(2k-1) Homework Equations I already showed that f(x) converges...
  31. S

    Infinite sequences and seires help

    Homework Statement [PLAIN]http://img204.imageshack.us/img204/946/helph.jpg Homework Equations The Attempt at a Solution I have not idea what to write.. i read the whole chapter twice and don't know where to start :S
  32. L

    Proving the Convergence of a Recursive Sequence

    Homework Statement Let a_n be defined recursively by a_{1}=1, a_{n+1}=sqrt(6+a_{n}) (n=1,2,3,...). Show that lim n->infinity a_{n} exists and find its value The Attempt at a Solution Observe that a_{2}=\sqrt{6+1}=\sqrt{7} > a_{1}. If a_{k+1} > a_{k}, then a_{k+2} = \sqrt{6+a_{k+1}} >...
  33. Z

    Showing that two sequences both converges to L

    Homework Statement Suppose that a_n \to L and b_n \to L. Show that the sequence a_1, b_2, a_2, b_2, a_3, b_3, ... converges to L.Homework Equations The Attempt at a Solution I don't know.. how come b_2 is repeated? Do I need do use some kind of epsilon type proof?
  34. Z

    Sequences converge or diverge?

    Homework Statement I need to see if these sequences converge or diverge: 1) a_n = ncosn\pi 2) { 0,1,0,0,1,0,0,0,1,0,0,0,0,1,... } 3) a_n = \frac{1 . 3 . 5 . ... (2n - 1)}{n!} Homework Equations The Attempt at a Solution 1) ]cosn\pi = -1[/itex] so [itex]a_n \to...
  35. Mentallic

    Help with Sequences Problem: Expressing in Terms of Variable Integer k

    I want to express ...-2\pi+\theta,\theta, 2\pi-\theta, 2\pi+\theta, 4\pi-\theta... in terms of a variable integer k. e.g. ...-x,0,x, 2x, 3x... = kx, k E Z So I was thinking expressing it as so: 2k\pi \pm \theta but I believe it can be expressed in another way to avoid the \pm, using (-1)k...
  36. S

    Can we define arithmetic sequences in R^2 using two-dimensional indices?

    Hi all, I was just wondering whether one could define arithmetic sequences in R^2 in a simmilar manner as in R.? Here is what i see as a natural way of doing it, but neither have i read about it, nor heard. \mbox{ Let } x_n \in R^2 \mbox{ be a sequence given as follows : } x_n=a+mb\\...
  37. C

    Limits of Sequences: a,b>0, n→∞

    (a) lim_{n\rightarrow\infty} (\sqrt{(n + a)(n + b)} - n) where a, b > 0 (b)lim _{n\rightarrow\infty} (n!)1/n2
  38. Z

    Discover the nth Term Expression for the {1,1,-1,-1} Sequence | Homework Help

    Homework Statement Find the expression for the nth term for the sequence {1,1,-1,-1,1,1,-1,-1,...} The Attempt at a Solution No idea.
  39. G

    Question about number sequences

    Is the following statement true or false, and why: In an infinite non repeating number sequence (like the digits of pi), any given finite number sequence will appear in it.
  40. A

    Expected Sequences in a Random Events

    How many heads in a row would you expect to find if you toss a fair coin 8 times? I am thinking that the probability of 3 heads is 1/8 and since you have 8 tosses, that would give an E(x) of 1. So I am guessing that 3 is the number of heads one would expect to see in a fair coin...
  41. G

    Completeness of R2 with Taxicab Norm

    Homework Statement Given R is complete, prove that R2 is complete with the taxicab norm The Attempt at a Solution you know that ,xk \rightarrow x , yk \rightarrow y Then, given \epsilon, choose Nx and Ny so that \left|x_n - x_m\left| and \left|y_n - y_m\left| are less than...
  42. Somefantastik

    Sequences & Limits: Finding the Limit as n->inf

    Homework Statement x_{n}(t) \left\{\begin{array}{cc}nt,&\mbox{ if } 0\leq t \leq \frac{1}{n}\\ \frac{1}{nt} & \mbox{ if } \frac{1}{n}\leq t \leq 1 \end{array}\right. Homework Equations The Attempt at a Solution Can someone help me get started finding the limit as n -> inf...
  43. S

    Convergence of Sequences and closed sets

    Homework Statement This is the Theorem as stated in the book: Let S be a subset of a metric space E. Then S is closed if and only if, whenever p1, p2, p3,... is a sequence of points of S that is convergent in E, we have: lim(n->inf)pn is in S. Homework Equations From "introduction to...
  44. K

    Epsilon-limit proof for real number sequences

    Homework Statement Let {an} be a sequence of real numbers. Suppose an->L as n->∞. Prove that [(a1+a2+...+an)/n] ->L as n->∞. Homework Equations N/A The Attempt at a Solution By definition: an->L iff for all ε>0, there exists an integer N such that n≥N => |an - L|< ε. Given ε>0...
  45. K

    Rigorous proof of limits of sequences (3)

    Homework Statement But I think the definition is as follows: Let an be a sequence of real numbers. Then an->a iff for ALL ε>0, there exists an integer N such that n≥N => |an - a|< ε. The definition says that it has to be true for ALL ε>0, but in the example above, they just let ε to...
  46. K

    Rigorous proof of limits of sequences (2)

    Homework Statement Definition: Let an be a sequence of real numbers. Then an->a iff for all ε>0, there exists an integer N such that n≥N => |an - a|<ε. [for all of the following, "lim" means the limit as n->∞] Theorem: Suppose lim an =a and lim bn =b. Then lim (an + bn) = a + b. Proof...
  47. K

    Rigorous proof of limits of sequences

    Homework Statement Definition: Let an be a sequence of real numbers. Then an->a iff for all ε>0, there exists N such that n≥N => |an - a|<ε. Let an=(n2+1)/(n2-9). PROVE that an->1 as n->∞. Proof: Assume n≥4. Then | 1-an | = 10/(n2-9). 10/(n2-9) < 10/n provided n2 - 9 > n, i.e. n2 - n...
  48. D

    Given positive interger N, now many non-decreasing sequences of length

    Given positive interger N, now many non-decreasing sequences of length N are there whose entries are less than N?
  49. A

    Showing that the set of convergent sequences is not separable

    Hi, I'm looking to show that the metric space of convergent complex sequences under the sup norm is not separable; that is what I assume it is since I cannot find a way to prove that it is separable (I am unable to find any dense subsets). A set of complex sequences convergent to a certain...
  50. J

    How Do Dedekind Cuts Prove Convergence of Rational Sequences?

    Homework Statement Prove that every non-decreasing, bounded sequence of rational numbers converges to some real number using Dedekind cuts. Homework Equations A real number is a set \alpha, of rational numbers, with the following four properties: If x \in \alpha and y is a rational...
Back
Top