Linear Sequence: A sequence of numbers where the change from one term to the next is always the same addition or subtraction.
Common Difference (): The fixed numerical value added to each term to produce the subsequent term; it represents the 'rate of change' of the sequence.
Term Position (): An integer representing the rank or index of a number in the sequence (e.g., for the first term, for the second).
nth Term (): A general expression or formula that defines the value of a term based solely on its position .
Linearity: Linear sequences are discrete versions of linear functions (); the common difference corresponds to the gradient , and the sequence values fall on a straight line when graphed.
Additive Structure: Every term can be viewed as the first term plus jumps of the common difference, leading to the logical derivation of the formula.
Constant First Difference: The defining characteristic of a linear sequence is that the 'first difference' (the difference between terms) is constant; if the first difference varies, the sequence is non-linear.
Step 1: Find the Common Difference (): Subtract the first term from the second term () to identify the constant amount being added.
Step 2: Multiply by : Start the formula with ; this accounts for the growth rate of the sequence.
Step 3: Find the Adjustment Constant (): Determine what must be added to or subtracted from to reach the actual first term . This is often calculated as .
Step 4: Assemble the Formula: Combine the parts into the final expression .
Step 5: Verification: Substitute or into your new formula to ensure it produces the correct corresponding term in the sequence.
| Feature | Linear Sequence | Quadratic Sequence |
|---|---|---|
| First Difference | Constant | Changing |
| Second Difference | Zero | Constant |
| Formula Type | ||
| Graphical Shape | Straight Line | Parabola |
The 'Term 0' Shortcut: To find the constant quickly, imagine a 'zeroth' term () by subtracting the common difference from the first term .
Testing Large Terms: If asked to find the 100th term, always find the th term formula first rather than adding the difference repeatedly, which is prone to calculation errors.
Reverse Engineering: If asked if a specific number (e.g., 505) is in a sequence, set the formula equal to that number () and solve for ; if is a positive integer, the number belongs to the sequence.
Sanity Check: Always check the sign of your . If the sequence is going down (e.g., ), your formula MUST start with a negative term (e.g., ).
Confusing and : Students often use the first term as the coefficient for instead of the common difference.
Off-by-one Errors: Using instead of results in skipping the first term's correct value.
Negative Number Handling: When the common difference is negative, students frequently forget to treat the subtraction correctly when calculating the adjustment constant .