Calculus Series →
User:Eben Stone/sandbox

TODO: Learning objectives as statements

TODO: Intro/explanation

  • Look-Ahead
    • Series
    • Discrete Mathematics

Introduction edit

 
An infinite sequence of real numbers (in blue). This sequence is neither increasing, nor decreasing, nor convergent. It is however bounded.

Think of a sequence as many numbers that are arranged in a particular order. Consider the following example of a sequence:

 
  •   is the first term in the sequence and has an ordinal position of 1.
  •   is the second term in the sequence and has an ordinal position of 2.
  •   is the third term in the sequence and has an ordinal position of 3.
  •   is the fourth term in the sequence and has an ordinal position of 4.

A sequence is an ordered list of terms, where each term is a number and has an ordinal position within the sequence that provides a means to reference the term individually.

The example sequence above has four terms and sequences with a finite number of terms are called finite sequences. However, a sequence can contain an infinite number of terms and as might be expected are called infinite sequences. Infinite sequences are of greater consideration when studying the attributes of sequences and later when studying series.

Representation edit

Sequences can be represented using algebraic notation, as in the example above, or on a number line or in a graph.

Using algebraic notation there are patterns for referencing the entire sequence, individual terms, describing sequences by there membership (as in the example above) or by rules composed of formulas that can include a variable containing the position of the term. The basic definition of a sequence contains the name of the sequence equated to its terms:

TODO: convergent, divergent, oscillating and alternating examples to use later in the converge/diverge discussion

 

In this example  ,  ,   and   are all infinite sequences with the names  ,  ,   and   respectively. The first terms are prescribed and provide a pattern for deriving a formula for calculating successive terms. The ellipsis ( ) indicate that the sequence continues infinitely.

The individual terms of the sequence can be referenced by the ordinal subscript. In the sequence  :

 

Since the ellipsis indicate an infinite sequence then the next terms follow a pattern based on the relation of the prescribed terms. For this example the next terms are:

 
 

where the denominator of the fraction is equal to the ordinal position of the term.

Another pattern for defining a sequence is to include a rule in the definition, for example:

 

which can be abbreviated by removing the prescribed terms:

 

By default the ordinal of the first term is "1". However, the starting ordinal can be prescribed using a subscript as in:

 

will produce the sequence:

 
TODO sectionNumber Lines and Graphs of Sequences

Convergence and Divergence edit

Successive terms in a sequence either converge to a particular number, diverge towards positive or negative infinity, or oscillate between numbers and neither approach a particular number nor approach infinity. There is a relationship to the theory of limits and the convergence and divergence of sequences.

Consider the relationship between consecutive terms in the following divergent sequence:

 

TODO: corresponding graph for sequence

Notice that each successive term is greater than the previous. That is,   and   and so on for each prescribed term. Intuitively this pattern will continue where each successive term is greater than the previous term and as the original position nears infinity then the value of the term intuitively reaches positive infinity. The sequence diverges towards positive infinity. A sequence can also diverge towards negative infinity as in:

 

TODO: corresponding graph for sequence

where each successive term is less than the previous. That is,   and   and so on for each term.

 
 
 
 
 

TODO definition: converges and diverges TODO definition: diverges to infinity and diverges to negative infinity

Limits edit

TODO theorem: sum, difference, constant multiple, product and quotient rule TODO theorem: sandwich theorem for sequences TODO theorem: continuous function theorem for sequences

L'Hopital's Rule edit

TODO theorem: L'Hopital's

  • Common Limits of Sequences

Recursion

Bounded Monotonic Sequences edit

TODO definition: unbounded, bounded, upper bound, least upper bound, lower bound, greatest lower bound TODO definition: nondecreasing, nonincreasing, monotonic TODO theorem: monotonic sequence theorem

1. Question-goes-here
Answer-goes-here
Answer-goes-here

The noprint template prevents the answer from appearing with the exercise in the print version. Solutions (as opposed to answers) go on the solutions page like this:

1. Question-goes-here
Answer-goes-here
Answer-goes-here

Bold the answer using either Answer or   so that people using the print version can quickly find the answer.

Calculus Series →
User:Eben Stone/sandbox