Number Pattern
Number Pattern
Number Pattern Theory & Formulas
1. Arithmetic Sequences
Definition
A sequence where each term increases or decreases by a constant difference.
- an = nth term
- a₁ = first term
- d = common difference
- n = position of term
Here: a₁ = 3, d = 4
Next term: a₆ = 3 + (6-1)×4 = 3 + 20 = 23
2. Geometric Sequences
Definition
A sequence where each term is multiplied by a constant ratio.
- an = nth term
- a₁ = first term
- r = common ratio
- n = position of term
Here: a₁ = 2, r = 3
Next term: a₆ = 2 × 3^(6-1) = 2 × 243 = 486
3. Square Number Patterns
Definition
Sequences based on perfect squares of consecutive integers.
- a = starting number
- n = position in sequence
Pattern: 1², 2², 3², 4², 5², ...
Next terms: 6² = 36, 7² = 49
4. Fibonacci-Like Patterns
Definition
Each term is the sum of the two preceding terms.
- an = current term
- an-1 = previous term
- an-2 = term before previous
Next terms: 8 + 13 = 21, 13 + 21 = 34
5. Decreasing Arithmetic Patterns
Definition
Arithmetic sequence with negative common difference.
- |d| = absolute value of difference
- Difference is subtracted each time
Here: a₁ = 20, d = -3
Next terms: 8 - 3 = 5, 5 - 3 = 2
6. Powers of 2 (Doubling) Pattern
Definition
Each term is double the previous term.
This is geometric with r = 2
Next terms: 48 × 2 = 96, 96 × 2 = 192
7. Cube Number Patterns
Definition
Sequences based on perfect cubes of consecutive integers.
Pattern: 1³, 2³, 3³, 4³, 5³, ...
Next terms: 6³ = 216, 7³ = 343
8. Alternating Patterns
Definition
Pattern that alternates between two different rules.
Even positions: an = f₂(n)
Odd positions: 2, 4, 6, ... (add 2)
Even positions: 8, 10, 12, ... (add 2, but start at 8)
Problem-Solving Steps
- Find the differences between consecutive terms
- Check if differences are constant (arithmetic)
- Check if ratios are constant (geometric)
- Look for special patterns (squares, cubes, Fibonacci)
- Test your pattern with given terms
- Apply the pattern to find next terms
Common Pattern Types Summary
- +/- constant: Arithmetic sequence
- ×/÷ constant: Geometric sequence
- Add previous two: Fibonacci-like
- Perfect squares: n² pattern
- Perfect cubes: n³ pattern
- Powers of 2: Doubling pattern
- Mixed rules: Alternating pattern
Comments
Post a Comment