Section 8.1: Defining and Using Sequences and Series
Section 8.1 Fundamentals of Sequences
Conceptual Definition of Sequences
A sequence is defined as an ordered list of numbers. Each number in the sequence is referred to as a term. Sequences are represented mathematically as identifying the position of a term relative to the whole set:
Finite and Infinite Sequences
Finite Sequence: A function that has a limited number of terms. Its domain is the finite set of integers . - Example:
Infinite Sequence: A function that continues without stopping. Its domain is the set of all positive integers. - Example:
Mathematical Notation and Domain
The domain of a sequence typically starts with . However, the domain may begin with if specified.
If starting with , the domain for a finite sequence is and for an infinite sequence is the set of nonnegative integers.
The values in the range are the actual terms of the sequence ().
A sequence can be specified by an equation or rule, such as or .
Writing Rules and Terms of Sequences
Generating Terms from a Rule
To find the terms of a sequence given its rule, substitute the values of the domain () into the equation.
Example 1: Generating Terms
For : - - - - - -
For : - - - - - -
Deducing Rules from Patterns
When given a set of terms, you must observe the relationship between the position of the term () and the value ().
Pattern Analysis Examples:
Sequence: - Pattern: These are the cubes of negative integers: - Next Term: - Rule:
Sequence: - Pattern: Term values follow . - Next Term: - Rule:
Note on Rule Uniqueness: There may be more than one rule for a given list of terms. For example, the list could follow or .
Graphing Sequences
To graph a sequence, let the horizontal axis represent the position numbers (, the domain) and the vertical axis represent the terms (, the range).
Important Constraint: The points of a sequence graph are discrete. You must not draw a continuous curve/line connecting the points because the sequence is defined only for integer values of .
Series and Summation Notation
Definition of a Series
When the terms of a sequence are added together, the resulting expression is called a series.
Finite Series: An addition of a specific number of terms. Example:
Infinite Series: An addition that continues indefinitely. Example:
Summation/Sigma Notation
Summation notation uses the uppercase Greek letter sigma () to express a series concisely. It identifies the index of summation, the lower limit, and the upper limit.
Reading Summation: is read as "the sum of for values of from to ."
Examples of Writing Series in Summation Notation:
Series: - Each term is . - Lower limit: (). - Upper limit: (). - Notation:
Series: - Pattern: The denominator is more than the numerator: . - Upper limit: Infinity (indicated by the ellipsis). - Notation:
Evaluating a Sum
To find the sum of a specific series, substitute each value of the index into the expression and add the results.
Example: Find - Terms: - Values:
Special Summation Formulas
For series with many terms, explicit addition becomes tedious. The following formulas are used to find the sums of specific types of sequences:
Sum of terms of :
Sum of first positive integers:
Sum of squares of first positive integers:
Real-Life Applications
Example Case: Pyramid of Apples
Scenario: Stacking apples in a square pyramid with 7 layers.
Layer Rule: The number of apples in layer is given by .
Calculating Total: To find the total apples in the stack, find the sum from layer 1 to 7:
Verification: If the stack had 9 layers, the total would follow the same formula with .
Example Case: Salary Progression
Scenario: Starting salary of $33,000 with annual raises of $2,400.
Rule for salary in year : .
Example Case: Savings Goal
Scenario: Saving 1 penny on day 1, 2 pennies on day 2, and so on ().
Total Saved after 100 days: \sum_{i=1}^{100} i = \frac{100(100 + 1)}{2} = 5050 \text{ pennies} = $50.50
Goal Analysis: To save $500 ( pennies), one must solve for .
Example Case: Regular Polygons
Interior Angle Measure (): For a regular n-sided polygon ():
For the Guggenheim Museum skylight (a dodecagon where ): - Total sum of angles is simplified by the geometry rule . - Substitution for : .
Example Case: Tower of Hanoi
Scenario: Moving rings from one peg to another.
Minimum moves required for rings:
Sequence rule:
Minimun moves for 8 rings:
Questions & Discussion
Critical Reasoning
Writing rules: A rule for the nth term can be found by mapping domain inputs () to the range and looking for common increments (arithmetic) or multipliers (geometric).
Relationships: - (a) Arithmetic sequence: The difference between consecutive terms is constant. - (b) Geometric sequence: The ratio between consecutive terms is constant.
Index manipulation: If a sum begins at a value higher than 1 (e.g., ), friend claims to use the formula. This is achieved by calculating the sum from 1 to 1659 and subtracting the sum from 1 to 2.
Common Errors to Avoid
Formula misuse: The summation formulas (like ) apply only when the lower limit of summation is . If the index starts at or higher, the formula cannot be used directly on the upper limit without adjustments.
Graphing mistake: Do not connect the dots when plotting sequences. Sequences are discrete functions.
Summation Evaluation: Ensure you evaluate the expression for the first index value as part of the total. Failing to include the lower bound term is a common calculation error.