Sequences and Factorials
Sequences Defined by a Recursive Formula
Sequences appear in nautilus shells, pinecones, tree branches, and other natural structures.
The Fibonacci sequence is a sequence where each term is the sum of the two preceding terms.
The numbers in the sequence are 1, 1, 2, 3, 5, 8, 13, 21, 34, …
Examples include the Calla Lily (1 petal), Black-Eyed Susan (13 petals), and daisies (21 or 34 petals).
Each term depends on the terms that come before it.
The Fibonacci sequence is best described using a recursive formula.
A recursive formula defines the terms of a sequence using previous terms.
It consists of the value of an initial term (or terms) and an equation defining in terms of preceding terms.
Recursive Formula Example
Given:
, for
Finding subsequent terms:
Calculation of Terms
The first four terms of the sequence are {3, 5, 9, 17}.
Fibonacci Sequence Recursive Formula
The recursive formula states the first two terms and defines each successive term as the sum of the preceding two terms.
, for
To find the tenth term, add the eighth and ninth terms:
General Note: Recursive Formula
A recursive formula defines each term of a sequence using preceding term(s).
Recursive formulas must always state the initial term(s) of the sequence.
Q & A
Must the first two terms always be given in a recursive formula?
No, many recursive formulas define each term using only one preceding term, requiring only the first term to be defined.
How To: Write the First n Terms of a Sequence Given a Recursive Formula
Identify the initial term, , which is given as part of the formula.
To find the second term, , substitute the initial term into the formula for . Solve.
To find the third term, , substitute the second term into the formula. Solve.
Repeat until you have solved for the term.
Example: Writing the Terms of a Sequence Defined by a Recursive Formula
Write the first five terms of the sequence defined by the recursive formula:
, for
Solution
The first term is given.
For each subsequent term, replace with the value of the preceding term.
The first five terms are {9, 7, 1, -17, -71}.
Try It
Write the first five terms of the sequence defined by the recursive formula:
, for
The first five terms are {2, 5, 11, 23, 47}.
Using Factorial Notation
Factorial is a new operator denoted by "!".
Factorial asks us to multiply together all the positive integers that come before the number in front of the symbol.
Factorial is used heavily in Combinatorics, a branch of mathematics concerned with methods for counting sets.
The formulas for some sequences include products of consecutive positive integers.
Definition of n Factorial
factorial, written as , is the product of the positive integers from 1 to .
For example:
An example of a formula containing a factorial is .
The sixth term of the sequence can be found by substituting 6 for n:
The factorial of any whole number is . Therefore, can also be thought of as .
A General Note: Factorial
factorial is a mathematical operation that can be defined using a recursive formula.
The factorial of , denoted , is defined for a positive integer as:
, for
The special case is defined as .
Q & A
Can factorials always be found using a calculator?
No, factorials get large very quickly—faster than even exponential functions! When the output gets too large for the calculator, it will not be able to calculate the factorial.
Example: Writing the Terms of a Sequence Using Factorials
Write the first five terms of the sequence defined by the explicit formula
Solution
Substitute , and so on in the formula.
The first five terms are {30, 240, 1800, 14400, 126000}.
Try It
Write the first five terms of the sequence defined by the explicit formula
The first five terms are {, , ,,}.