What is a sequence? Give an example.
A list of numbers in a pattern
What is a series? Give an example.
The sum of the terms in a sequence
How can you tell if a sequence is arithmetic? Give an example.
It has a common difference (something being added or subtracted to each term to get the next term)
How can you tell if a sequence is geometric? Give an example.
It has a common ratio (something being multiplied to each term to get the next term)
State the general rule for the nth term of a recursive arithmetic sequence. Then give an example.
State the general rule for the nth term of a recursive geometric sequence. Then give an example.
an = an-1 + d
an = an-1 * r
1/2, -1, 3/2, -2, 5/2, -3, ...
State the pattern. Then list the next three terms in the sequence.
7/2, -4, 9/2
1 + 3 + 5 + 7 + 9
Write this sum in sigma notation.
The sum from n=1 to 5 of 2n+1
State the general rule for the nth term of an arithmetic sequence. Then come up with an example of an arithmetic sequence and find its rule.
an = a1 + (n - 1)d
State the general rule for the nth term of a geometric sequence. Then come up with an example of a geometric sequence and find its rule.
an = a1(r)n-1
Write the first five terms (a1 through a5) of the sequence defined below:
a0 = 3, a1 = 4
an = an-1 + an-2
4, 7, 11, 18, 29
1/5, 1/10, 1/15, 1/20, ...
State the pattern. Then write a rule for the sequence.
an = 1/5n
How can you tell if an infinite geometric series will have a finite sum? Come up with an example of an infinite geometric series that has a finite sum. Then find its sum using the formula.
It will have a common ratio less than 1
State the formula for the sum of an arithmetic sequence. Then come up with an example of an arithmetic series and find its sum using the formula.
Sn = n(a1 + an)/2
State the formula for the sum of a finite geometric sequence. Then come up with an example of a finite geometric series and find its sum using the formula.
Sn = a1(1 - rn)/(1 - r)
1/2, 1/4, 1/8, 1/32, ...
State the pattern. Then write a rule for the recursive sequence. Make sure to define all necessary terms.
a1 = 1/2, a2 = 1/4
an = an-1*an-2