SOLUTION: i dont understand the recursive formula? please explain

Algebra ->  Sequences-and-series -> SOLUTION: i dont understand the recursive formula? please explain       Log On


   



Question 122446This question is from textbook
: i dont understand the recursive formula? please explain
This question is from textbook

Answer by solver91311(24713) About Me  (Show Source):
You can put this solution on YOUR website!

There are two sorts of formulas that can be used to calculate a particular
term of a series.

One is an explicit formula requiring only that you know the ordinal number of
the term you want to calculate.  Example, 2n-1 is the nth odd number, so
you can say that the 11th odd number is 2%2811%29-1=21

The other type is the recursive formula that requires you to know the
term previous to the one you wish to calculate, but that, in turn 
requires you to know the term previous to that, etc., all the way 
back to the beginning.  An example is the Fibonacci Sequence where the first
two terms are 1 and each succeeding term is the sum of the previous two,
1, 1, 2, 3, 5, 8...


The actually is no "the" recursive formula.  Rather, there are as many 
recursive formulas as there are sequences that require that sort of a
descriptor -- in other words, there is an infinity of them.