Chapter Sections 11.1-11.3 Flashcards
What is a sequence?
A function with domain being the set of positive integers n=1,2,3,…
What is the general nth term formula?
The formula to get the pattern in the sequence. For example, {An}= {1/2 ^n} is the general nth term formula for 1/2, 1/4, 1/8, 1/16, 1/32
If a pattern is like this: 2, -1, 2/3, -1/2, 2/5…. what do you automatically know?
part of the general nth term formula is…
(-1)^n+1 if the pattern starts with a positive number
(-1)^n+2 if the pattern starts with a negative number
What is this factorial?
0!
1
what is 1!
1
What is n!
n(n-1)!
What does a recursive formula mean?
it relies on the answer before or after
n+1 …. the next answer
n-1 …. the answer before
n-2 ….. two answers before
What would a recursive question look like?
it would give you an answer and then the formula…
ex) b1 = 1 b”sub”n= n*b”sub”(n-1)
When given a summation notation with the sigma, K=1, and all that but the limit on top of sigma is n then what do you do when it asks you for the sum?
you put the first three answers and then do an equation with n in it as the last answer.
ex) 1, 2, 3,….n
When using your calculator what should you do when it asks you to give them the list of a summation notation
- 2nd + stat
- go to ops
- go to seq(
- fill in everything then paste
- THIS WILL GIVE YOU THE LIST
When using your calculator what should you do when it asks you to give them the sum a summation notation
- press math button
- go down to 0 which is summation
- fill in everything that is asked
- THIS WILL GIVE YOU THE SUM
what do you do when the summation notation is….. n over sigma and under sigma is k=1 and the “equation” is c
the answer would just be c*n
what is the same as the summation notation is….. n over sigma and under sigma is k=1 and the “equation” is c*a”sub”k
C * n over sigma, K=1 under the sigma and a”sub”k is the equation
what is the recursive formula?
a1=a1 a”sub”n = a”sub”n + d
what is d in the recursive formula?
the common difference