Intuition
A sequence is an endless list of numbers in a fixed order. Each place in the list has a number, and the same number may appear at many places. Order and repetition both matter, which is what separates a sequence from the set of the values it takes.
A sequence is a diary, not a wardrobe. A wardrobe holds a set of coats; a diary records which coat was worn on each day, in order, and the same coat may appear on many days.
A term standing at every place, and the same value may stand at many of them: 1 is the term at every odd index here. That is what separates the sequence from the set of values it takes — a set forgets both the order and the repetition, and a sequence is made of them.
Sequences and their notation
A sequence gives a real number for each natural number. The number at place n is written with a subscript, and the list as a whole is written in brackets. Everything in this chapter is a statement about all places from some point onwards.
Ways a sequence can behave
- is bounded above when some satisfies for every , and bounded below in the mirror way.
Applications
Practice
Terms are not values
There is a term at every place, so infinitely many terms, but only two values appear.
Try it
How many terms and how many values does have?
Bounded above
is bounded above by .
The first term is and the rest are smaller, so no term exceeds .
Try it
Which of these sequences is bounded above?
Monotone means one direction throughout
is decreasing.
Each term is smaller than the one before, at every step without exception.
Try it
Which sequence is monotone?
Reading the subscript
If then .
The third place holds the square of three.
Try it
If , what is ?
Try it
Which sequence is bounded but not monotone?
A Sequence Is a Function
Its domain is the natural numbers, and the subscript is only notation.
Try it
What kind of object is a sequence of real numbers?
Try it
Let and . What is ?
Try it
The sequence given by is eventually positive.
Try it
How many values does the sequence take?
What You Learned
- A sequence is a function on , and its set of values forgets order and repetition.
- Bounded above, bounded below, increasing, decreasing and monotone are each read off the terms.
- A sequence may be given by a formula or by a recursion.
- Eventually means from some place onwards, which is all a limit can see.
Final checkpoint
Try it
A constant sequence is both increasing and decreasing.
Completion
Lesson complete
Great work! You now know how to:
- Read a sequence as a function on the natural numbers
- Compute terms from a formula and from a recursion
- Tell terms from values, and say what eventually means