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 0 and the common difference is 9. &A(1)= 0 &A(n)=A(n-1)+ 9
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= 0 and d= 9. A(n)= 0+(n-1) 9