8. Geometric Sequences
Sign In
Does the difference between any two consecutive terms always have the same value?
See solution.
Let's now consider the general formula for a recursive rule. &A(1)=a &A(n)=A(n-1)+d 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 -7 and the common difference is 4. &A(1)= -7 &A(n)=A(n-1)+ 4
Finally, let's recall the general formula for an explicit rule. A(n)=a+(n-1)d 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= -7 and d= 4. A(n)= -7+(n-1) 4