What’s a sequence?
A function whose domain is a subset of natrual numbers. The range values are called terms of the sequence (t (subscript n))
What does n represent in a term?
The term number/position
Describe an arithmetic sequence
a, a + d, a + 2d
a is the first term, d is the common difference
How do you find the common difference using terms?
d = tn - t(n-1)
What is the general term of an arithmetic seq?
tn = a + (n - 1)d, where n is the number of terms
What’s the formula for the mean of an arithmetic seq?
Mean = (a + b) / 2
Describe a geometric sequence
a, ar, ar^2
a is the first term, r is the common ratio
How do you find the common ratio using terms?
r = tn / t(n-1)
What is the general term of a geometric seq?
tn = ar^(n-1)
What’s the formula for the mean of a geometric seq?
mean = sqrt(ab)
What is a recursive formula?
A formula that depends on what comes before to define a term
What is the explicit formula?
A formula used to directly find any term
What’s a series?
A series is the sum of all terms in a sequence
What’s the general formula for a series sum?
Sn = t1 = t2 + — + tn
Useful modification: S(n-1) = t1 + t2 + — = t(n-1).
tn is left out
How can you find the value of a term using 2 different sum formulas?
tn = Sn - S(n-1)
What are the 2 formulas for the sum of an arithmetic series?
Sn = (n/2)(a + tn)
Sn = (n/2)(2a + (n - 1)d)
What are the 2 formulas for the sum of a geometric series?
Sn = a(1 - r^n) divided by 1 - r
Sn = a(r^n - 1) divided by r - 1
In both cases, r is not equal to 0 or 1
What’s the formula for an infinite geometric series and when do you have this case?
S(infinity) = a / (1-r)
It occurs when |r| <= 1, so -1 < r < 1
n approaches infinity
What are the main applications of series?
Simple interest (arithmetic series) and compound interest (geometric series)
What’s the formula for simple interest?
I = P x r x t
What’s the formula for compound interest?
A = P(1 + i/n)^nt
How do you solve problems w/ deposits and withdrawals?
Idk
What is sigma notation?
A concise way to write the sum of many terms in a sequence. The nth partial sum of a series is the sum of the 1st n terms of that series
What is the upper limit, lower limit, and general term in sigma notation?
The upper limit (n) is the ending term number, the lower limit (i) is the starting term number, the general term corresponds to the index i