A pattern can be represented with numbers, graphs, or objects and we can call it a sequence.
A sequence can often be defined using an equation or rule, where the term number is the input and the output is the term or term value. Typically, the term number for the first term is 1, but it does not have to be. We often use subscript notation:
The subscripts tell us how terms relate to one another. For example, for the sequence:
The recursive formula for a sequence tell us how to go from one term to the next. Along with the formula, we must also be given the first term, which can be term 1 or term 0 depending on the context.
The explicit formula for a sequence tells us how to calculate the term value given the term number.
To write a formula for the sequence: -1, 4, 9, 14, \ldots we can either write in about how we get from one term to the next (recursive) or how we get the term value from the term number (explicit).
We can convert between the different formulas directly by noticing some key features of each or by using one formula to write out the sequence and then using that to write the other formula.
Consider the sequence:
1, 4,9, 16, 25\ldots
Identify a_1 and a_4.
Find the next two terms in the sequence.
Write an explicit rule for the nth term of the sequence.
Find the first four terms of the sequence described by:
a_n = \dfrac{3 n - 1}{n^{2} + 4}
Consider each of the following formulas for sequences.
Convert the explicit formula t_n=3(2)^n to a recursive formula.
Convert the recursive formula a_n=a_{n-1}+7, with a_1=-3 to an explicit formula.