Give a recursive definition of the geometric sequence with i
Give a recursive definition of the geometric sequence with initial term a and common ratio r. Make sure you write down a recursive formula: (1) give the initial term, and (2) give the rule for building new terms from previous terms.
Solution
Consider the geometric sequence
a, ar, ar2,........arn-1,....
Recursive definition of the nth term:
an = ran-1 , n=2,3... with a1 =a
(a1 =a gives the initial term and the recursive definition
an = ran-1, n=2,3...
builds the remaining terms:
for example
a3 = ra2
= r r a1
=ar2 )
