7. Arithmetic Sequences
Sign In
A sequence is arithmetic if the difference between two consecutive terms is constant.
Is the Sequence Arithmetic? Yes.
Explanation: See solution.
Recursive Formula: A(n)=A(n-1)-0.8, A(1)=0.2
Explicit Formula: A(n)=0.2+(n-1)(- 0.8)
When a sequence is arithmetic, the difference between two consecutive terms is constant. Examining our sequence we can see that this is the case. 0.2 +( - 0.8) âź¶ - 0.6 +( - 0.8) âź¶ - 1.4 +( - 0.8) âź¶ - 2.2 +( - 0.8) âź¶ ... Since the difference between consecutive terms is constant and equal to - 0.8, we have an arithmetic sequence with common difference - 0.8. We will use this information to write both the recursive and the explicit formula.