Sign In
Recursive Formula: A(n)=A(n-1)+4; A(1)=- 1
Explicit Formula: A(n)=4n-5
Relation to Slope-Intercept Form: See solution.
When writing a formula for sequences, we can either write a recursive formula or an explicit formula.
We can see that the common difference is +4. Using this information we can write the recursive formula for the sequence. A(n)=A(n-1) +4; A(1)=- 1 Notice that we are including the value of the first term to make sure that our formula matches our sequence exactly.
Distribute 4
Commutative Property of Addition
Subtract term
The slope m of a linear function in slope-intercept form tells us the difference in y-values each time you move 1 step to the right in a coordinate system. y= mx+b Similarly, the recursive formula shows the common difference d between consecutive terms in a sequence. A(n)=A(n-1)+ d This means that we can think of an arithmetic sequence as y-coordinates in a linear function, and y-values in a linear function as an arithmetic sequence.