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.
The general form of a recursive formula is as follows.
A(n)=A(n-1)+d
In this formula A(n) is the n^\text{th} term, A(n-1) is the previous term, and d is the common difference. We will first identify the common difference d.
- 1 +4 ⟶ 3 +4 ⟶ 7 +4 ⟶ 11 +4 ⟶ ...
The general form of an explicit formula is as follows. A(n)=A(1)+(n-1)d In this formula, A(n) is the n^\text{th} term, A(1) is the first term, n is the term number, and d is the common difference. Since A(1)=- 1 and d=4, the explicit formula can be written. A(n)=- 1+(n-1)4 Let's simplify the equation.
Distribute 4
Commutative Property of Addition
Subtract term
The explicit formula in slope-intercept form is A(n)=4n-5.
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.