Definition of Sequence (4)
Definition of Arithmetic Sequence
List of number that get added by the same number (d)
What is d? How do you find it? (2)
What is the formula for an Arithmetic Sequence? (3)
Definition of Geometric Sequence
List of numbers that get multiplied by same number (r)
What is r? How do you find it? (1/3)
What is the formula for Geometric Sequence? (3)
Definition of Arithmetic Means, how do you find it? (2)
Ex: Arithmetic Means between two numbers
Definition of Geometric Means, how do you find it? (3)
Def: Number in sequence is square root of product of factors of 2 numbers on its L/R
Find:
- Root (distance of numbers) of Quotient to solve for r
- Multiply r to each succesive term
Definition of Arithmetic Sum Formula (2)
Definition of Geometric Sum Formula (2)
Definition of Explicit Form (3)
Definition of Geometric/Arithmetic Series
Arithmetic Series: Sum of terms in an arithmetic sequence
Geometric Series: Sum of terms in a geometric sequence
What is this notation: (Number) !
Factorial: Multiply number by every whole number less than it, down to 1
Definition of Summation (2)
What is summation notation?
(x) ᶻΣ (_____)
n = ___
z = ending position of sum
n = starting position of sum
(____) = Geometric/Arithmetic Explicit Formula
When given a series of numbers, how do you rewrite as summation?
ᵉⁿᵈᶦⁿᵍ ᵖᵒˢᶦᵗᶦᵒⁿ Σ (Explicit Formula)
n = 1
How do you find the sum of numbers when given summation notation (3)
What is recursive definition?
What is the notation for recursive definition? (3)
What is something to keep in mind in notation for recursive definition? (2)
If there is one thing to know about recursive definitions, what should you know?
ALWAYS: aₙ = aₙ ₋₁ _______, a₁ = _
1. The variable part of the notation is the change that was applied to the previous term in order to achieve the next term
2. For example, if the sum of last two terms produced the next term, it would be: aₙ = aₙ ₋₁ + aₙ ₋₂
3.
How do you translate a series into a recursive definition? (3)
What is the difference between explicit formula and recursive definition?
Explicit Formula: Direct formula that shows you how to find the nth term
Recursive Definition: Describes how each new term builds off the previous term