Sign In
Every arithmetic sequence can be described by a linear function that is defined for the set of counting numbers. This function, referred to as the explicit rule of an arithmetic sequence, follows a specific general format.
a_n = a_1 + (n-1)d
Here, a_1 is the first term and d is the common difference of the sequence. This function receives the position of a term, n, as an input and returns the value of the term in that position, a_n, as an output.
Tables can help in identifying the pattern and writing a general expression.
| n | a_n | Rewrite |
|---|---|---|
| 1 | a_1 | a_1 + 0 * d |
| 2 | a_2 | a_1 + 1 * d |
| 3 | a_3 | a_1 + 2 * d |
| 4 | a_4 | a_1 + 3 * d |
| 5 | a_5 | a_1 + 4 * d |
The coefficient of the common difference is always 1 less than the value of the position n. This makes it possible to write an explicit rule like the following formula.
a_n = a_1 + (n - 1)d
Therefore, the explicit rule for the sequence can be written by substituting the coordinate pair ( 1, a_1) into the point-slope form of a line. Point-Slope Form y - y_1 = m(x - x_1) [0.8em] Explicit Rule a_n - a_1 = d(n- 1) Finally, the explicit rule can be rewritten to the form given at the beginning of this proof. a_n - a_1 = d(n-1) ⇕ a_n = a_1 + (n-1)d