The combines the information provided by the two equations of the into a single equation.
Recursive: Explicit: an=an−1+d; a1=a1 an=a1+(n−1)d
In both of these rules,
d is the and
a1 is the first term. Let's start by substituting
1 for
n in the given rule in order to find the value of
a1.
an=12−10n
a1=12−10(1)
a1=12−10
a1=2
We know that
a1=2, so now we need to identify the value of
d. Let's take a look at the given rule.
an=12−10n
Notice that the of
n is
-10, so we know that the terms are
decreasing by
10 each time. For the
nth term, the number of times it has decreased in relation to
a1 is given by the value of
n. Therefore, the common difference
d is
-10. Now we have enough information to form a recursive rule for our sequence.
an= a1= an−1+(-10);2
Therefore, the recursive rule for our sequence is
a1=2, an=an−1−10.