SOLUTION: Write down a recursive definition of the geometric sequence that has 1st term a and common ratio r. (Be sure your definition is recursive!)

Algebra ->  Sequences-and-series -> SOLUTION: Write down a recursive definition of the geometric sequence that has 1st term a and common ratio r. (Be sure your definition is recursive!)      Log On


   



Question 927794: Write down a recursive definition of the geometric sequence that has 1st term a and common ratio r. (Be sure your definition is recursive!)
Answer by Edwin McCravy(20056) About Me  (Show Source):
You can put this solution on YOUR website!
`
t%5B1%5D=a, t%5Bn%5D=t%5Bn-1%5D%2Ar, n=2,3,...