Linear sequences change by a constant amount each time, known as the common difference (). Because the change is constant, the first differences between terms are always equal.
The general formula for a linear sequence is , where is the common difference and is the 'zero term' (the value the sequence would have at ).
To find , you can subtract the common difference from the first term (). For example, if a sequence starts at and increases by each time, and , resulting in the formula .
Quadratic sequences do not have a constant first difference; instead, their second differences (the difference between the differences) are constant. This indicates the formula involves an term.
Square numbers () follow the rule , while cube numbers () follow .
Triangular numbers () are generated by adding consecutive integers. Visually, these numbers can be arranged into equilateral triangles, where each new row adds one more dot than the previous row.
A geometric sequence is formed by multiplying the previous term by a fixed, non-zero number called the common ratio (). This results in exponential growth or decay rather than linear change.
To find the common ratio, divide any term by its immediate predecessor (). If the ratio is greater than , the sequence grows; if it is between and , the sequence shrinks.
A Fibonacci sequence is created by adding the two preceding terms to find the next one (). While the famous version starts , any sequence using this additive logic is considered Fibonacci-style.
| Sequence Type | Identifying Feature | Rule Type |
|---|---|---|
| Linear | Constant first difference | Additive () |
| Quadratic | Constant second difference | Polynomial () |
| Geometric | Constant common ratio | Multiplicative () |
| Fibonacci | Sum of previous two terms | Recursive () |
Linear vs. Geometric: Linear sequences grow at a steady rate (straight line), whereas geometric sequences grow at an accelerating rate (curved line).
Term-to-term vs. Position-to-term: Use term-to-term for finding the very next number; use position-to-term ( term) to find distant values like the term without calculating all intermediate steps.
Verification: To check if a specific number belongs to a sequence, set the term formula equal to that number and solve for . If is a positive integer, the number is in the sequence; if is a fraction or decimal, it is not.
Finding the Formula: Always check the first differences first. If they are constant, it is linear. If not, check the second differences; if those are constant, it is quadratic.
Common Pitfall: When calculating the term for a decreasing linear sequence, the common difference will be negative. Ensure you include the negative sign in your formula (e.g., ).