What is a recursive equation for the sequence, 2, 5, 8, 11, 14, .....
a(1)= =2
an= an-1 + 3
n>2
Given the arithmetic explicit equation below, identify the first term, and the rate of change.
an = 8 + 2(n-1)
What is, the first term is 8 and the rate of change is 2
If g(a) represents a sequence with a being the step #, can g(4.3) be a value? Why or why not?
No, no fractions or decimals allowed!!! There is no such thing as term # 4.3
(term 1, term 2, term 3, term 4, term 5,... ect)
Whether or not this sequence is arithmetic 0, 3, 7, 12, 18, ...
What is no.
What is a recursive equation for the sequence 1, 6, 36, 216, 1296,......?
a1 = 1
an = an-1 * 6
N>2
Identify the first term and the common ratio in the geometric sequence equation below.
an = 4 (2)n-1
What is, the first term is 4 and the common ratio is 2.
This type of sequence multiplies by a growth factor in between each term.
What is geometric sequence.
This is the explicit formula for the arithmetic sequence -2, 5, 12, 19, ...
What is a(n)= -2+7n n>0
Write a recursive equation for an arithmetic sequence whose 3rd term is 4 and 5th term is 10
a1 = -2
an = an-1 + 3
n>2
Write the explicit equation for the sequence defined by the terms, 24, 12, 6, 3, 1.5, .......
What is an = 24 (0.5)n-1
The number that is added or subtract to a term in order to find the next term of an arithmetic sequence
Rate of change
write a recursive equation for the following sequence
-3, 9, -27, 81, -243
a1 = -3
an = an-1 * -3
n>2
Given the 2nd term of the sequence is 3 and the 5th term is 9, write the explicit equation.
an = 1 + 2(n-1)
The number that is multiplied by a term in order to find the next term of a geometric sequence
Growth Factor
A contractor must pay a penalty if work on a project is not completed on time. The penalty on the first day is $300. The penalty increases to $500 on the second day, to $700 on the third day, and so on. The contractor ended up having to pay a penalty of $4500. This is the number of days after the due date that the project was completed.
What is 22
which sequence will eventually outgrow the other?
a1 = -5 b1 = 1
an = an-1 * 2 bn = bn-1 + 2
sequence a because its geometric
Determine if the two equations below represent the same sequence of numbers. Explain how you know.
an = 3 + 6(n-1) n>0 and bn = -3 + 6n n>0
What is, yes sequence a and b are the same and you know because an uses the first term 3 in the equation and if you subtract the common difference of 6 you get the zero term which is -3. Both sequence use the same common difference of 6
What type of functions do arithmetic and geometric sequences resemble?
What are Linear and Exponential Functions