Sequences

Author: John J Weber III, PhD Corresponding Textbook Sections:

Expected Educational Results

Bloom’s Taxonomy

A modern version of Bloom’s Taxonomy is included here to recognize various different levels of understanding and to encourage you to work towards higher-order understanding (those at the top of the pyramid). All Objectives, Investigations, Activities, etc. are color-coded with the level of understanding.

Bloom’s Taxonomy for different levels of understanding
Figure 1.1: Bloom's Taxonomy

Sequences

Definition: Sequence

A sequence is a list of numbers written in a specific order. The list is written between { and }.

Examples of sequences:

  1. {6,7,8,8,9,1,3,6,9,3}

  2. {3,0,0,2,1}

  3. {1,2,3,4,5,6,}

  4. {2,3,5,7,11,13,}

  5. {5,7,9,11,13,}, n3

Definition: Term of a Sequence

One of the numbers in a sequence, a.k.a., element. Terms of a sequence are referenced using the variable an for n0.

In the first sequence above, (i.), the first term of the sequence is a0=6, the second term of the sequence is a1=7, etc.

NOTE: The variable and the starting value are arbitrary, e.g., we could have easily identified the first two terms of the first sequence above, (i.), as b1=6 and b2=7, i.e., n1.

Investigation 01

Identify a4, for n0, in all the sequences above.

Definition: Infinite Sequence

A sequence that can be paired one-to-one with the natural numbers. In other words, there are infinitely-many terms in the sequence.

Investigation 02

Identify which of the above sequences are infinite sequences. Explain.

Definition: nth-Term of a Sequence

A general form for any term in a sequence, denoted an, for some starting value for n.

For example, the above sequences can be written as:

  1. an= the digit of Dr. Weber's office phone number, n1

  2. bn= the digit of GPC Clarkston's zip code, n1

  3. cn= the nth natural (i.e., counting) number, n1

  4. dn= the nth prime number, n1

Classification of Sequences

Definition: Arithmetic Sequence

A sequence of numbers such that the difference, d, between any two consecutive terms is constant. Denoted an=a0+nd, n0 or an=a1+(n1)d, n1.

Definition: Geometric Sequence

A sequence of numbers such that the common ratio, r=an+1an, of any two consecutive terms is constant. Denoted an=a0rn, n0 or an=a1rn1, n1.

Definition: Fibonacci Sequence

A sequence of numbers defined recursively: a0, a1, an=an1+an2, n2.

An alternate way to write the Fibonacci Sequence is explicitly: Fn+2=Fn+1+Fn, n>0, where F0 and F1 are given.

Interestingly, the explicit formula for the Fibonacci sequence can be written as: Fn+1=Fn+Fn1, n>1, where F0 and F1 are given.

Definition: Harmonic Sequence

The sequence: {11,12,13,14,,1n}.

Definition: Alternating Sequence

A sequence where the signs of the terms change,\newline denoted an+1=(1)nan, n0 or an+1=(1)n+1an, n0.

Method: Classifying Sequences

  1. Check for arithmetic sequence:

    1. Compute the following differences

      1. a1a0

      2. a2a1

      3. a3a2

      4. an+1an

    2. If all the differences are equal, then the sequence has a common difference, i.e., d, then

    3. The sequence is an arithmetic sequence represented by an=a0+nd, n0, where a0 is replaced by the first term of the sequence and d is replaced by the common difference.

  2. Check for geometric sequence:

    1. Compute the following ratios

      1. a1a0

      2. a2a1

      3. a3a2

      4. an+1an

    2. If all the ratios are equal, then the sequence has a common ratio, i.e., r, then

    3. The sequence is a geometric sequence represented by an=a0rn, n0, where a0 is replaced by the first term of the sequence and r is replaced by the common ratio.

  3. Check for fibonacci sequence:

    1. Compute the following sums

      1. a0+a1 and compare to a2

      2. a1+a2 and compare to a3

      3. a2+a3 and compare to a4

      4. an+an+1 and compare to an+2

    2. If all the above calculations are equal, then the sequence is a fibonacci sequence.

Investigation 03

Classify the following sequences as arithmetic, geometric, fibonacci, or none of these. Explain.

  1. {1,2,4,8,16,32,}

  2. {1,3,5,7,9,11,}

  3. {1,1,0,1,1,2,}

  4. {1,4,9,16,25,36,}

  5. {9,3,1,13,19,127,}

Investigation 04

Find the first four terms of the following sequences.

  1. an=n+1n, n1.

  2. an=(1)n3n2+1n+2, n0.

  3. an=nen, n1.

  4. an=(1)n+1nn23n+2, n3. Explain why n0, n1, and n2.

  5. an=n+1, n0.

Homework

At this time, you should be able to complete the following assignments:

CC BY-NC-SA 4.0

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License [http://creativecommons.org/licenses/by-nc-sa/4.0/].

Created: Thursday, 5 November 2020 6:42 EDT Last Modified: Tuesday, 14 March 2023 19:25 EDT