Chapter Review
Sign In
Does the difference between any two consecutive terms always have the same value?
Recursive Rule: A(1)=3, A(n)=A(n-1)+5, for n≥ 2
Explicit Rule: A(n)=3+5(n-1), for n≥ 1
Let's now consider the general formula for a recursive rule. &A(1)=a &A(n)=A(n-1)+d,forn≥ 2 In the above formula, a is the first term of the sequence and d is the common difference. For our sequence, the first term is 3 and the common difference is 5. &A(1)= 3 &A(n)=A(n-1)+ 5,forn≥ 2
Finally, let's recall the general formula for an explicit rule. A(n)=a+d(n-1),forn≥ 1 Again, a represents the first term of the sequence and d is the common difference. As we have already stated, for our sequence, we have a= 3 and d= 5. A(n)= 3+ 5(n-1),forn≥ 1