BackQMS110 Lecture 10
Study Guide - Smart Notes
Tailored notes based on your materials, expanded with key definitions, examples, and context.
Sequences
Definition and Notation
A sequence is a function whose domain is the set of natural (counting) numbers. Each term in the sequence is given by a function value at a specific integer.
Finite sequence: Has a limited number of terms, often denoted as .
Infinite sequence: Continues indefinitely, denoted as .
General term: The -th term is often written as .
Example: The sequence can be described by the formula .
Ways to Define Sequences
By specifying a general term (explicit formula)
By listing the terms
By a recursive formula (each term defined in terms of previous terms)
Finding Terms of a Sequence
To find specific terms, substitute the desired value of into the general formula.
nth term | First five terms | 100th term |
|---|---|---|
| $199$ | |
| $9999$ | |
| ||
|
Summation Notation (Sigma Notation)
Definition
Summation notation uses the Greek letter to represent the sum of terms in a sequence:
means "the sum of from to ".
The index of summation () indicates which terms to add.
Properties of Sums
Linearity:
Constant multiple:
Difference:
Arithmetic Sequences
Definition and Properties
An arithmetic sequence is a sequence where the difference between consecutive terms is constant, called the common difference .
General form:
Each term:
Examples
Sequence: with ,
Sequence: with ,
Partial Sums of Arithmetic Sequences
The sum of the first terms (partial sum) is:
Alternatively,
Applications
Inventory: If a store starts with 90 cans and sells 3 per day, the inventory after days is .
Revenue: If daily revenue increases by $1000, then .
Geometric Sequences
Definition and Properties
A geometric sequence is a sequence where each term is found by multiplying the previous term by a constant called the common ratio .
General form:
Each term:
Examples
Sequence: with ,
Sequence: with ,
Partial Sums of Geometric Sequences
The sum of the first terms is:
, for
Applications
Savings Account: If $125na_n = 125(1.05)^{n-1}$
Future Value: For monthly deposits of $100nS_n = 100 \frac{1 - (1.005)^n}{1 - 1.005}$
Infinite Geometric Series
Convergence and Sum
An infinite geometric series converges if and diverges if .
If convergent, the sum is
Examples and Applications
Tax Rebate Multiplier: If each household spends 80% of a $1000S = \frac{1000}{1 - 0.8} = 5000$
Perpetuity: To provide per year forever at 2% interest, the required investment is
Summary Table: Arithmetic vs. Geometric Sequences
Type | General Term | Partial Sum Formula | Key Parameter |
|---|---|---|---|
Arithmetic | Common difference | ||
Geometric | Common ratio |
Additional info:
Recursive sequences are defined by relating each term to previous terms, e.g., Fibonacci sequence: for .
Applications in business include modeling inventory, revenue growth, savings, and economic multipliers.