Fatskills
Practice. Master. Repeat.
Study Guide: Basic Math: Sequences
Source: https://www.fatskills.com/basic-math/chapter/sequences

Basic Math: Sequences

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~5 min read


What Is This?

Sequences are ordered lists of numbers following a specific pattern or rule. This topic appears in exams to test your ability to recognize, describe, and manipulate these patterns. Typical questions involve identifying the type of sequence, finding the next term, or calculating the sum of the first n terms.

Why It Matters

Sequences are tested in high school and college-level math exams, including SAT, ACT, and AP Calculus. They frequently appear in algebra and pre-calculus sections, carrying moderate to high marks. This topic tests your logical reasoning, pattern recognition, and algebraic skills.

Core Concepts

  1. Arithmetic Sequences: Numbers increase or decrease by a constant difference.
  2. Common Difference (d): The constant difference between consecutive terms.
  3. General Formula: ( a_n = a_1 + (n-1)d )

  4. Geometric Sequences: Numbers are multiplied by a constant ratio.

  5. Common Ratio (r): The constant ratio between consecutive terms.
  6. General Formula: ( a_n = a_1 \cdot r^{(n-1)} )

  7. Recursive vs. Explicit Formulas:

  8. Recursive: Defines each term based on the previous term.
  9. Explicit: Defines each term directly in terms of n.

  10. Sum of the First n Terms:

  11. Arithmetic: ( S_n = \frac{n}{2} (2a_1 + (n-1)d) )
  12. Geometric: ( S_n = a_1 \frac{1-r^n}{1-r} ) (for ( r \neq 1 ))

  13. Distinctions:

  14. Arithmetic sequences have a constant difference.
  15. Geometric sequences have a constant ratio.
  16. Examiners often test your ability to distinguish between these two types.

Prerequisites

  1. Pattern Recognition: Understanding basic number patterns.
  2. Exponents: Knowing how to manipulate exponential expressions.
  3. Precision and Rounding: Correctly rounding results to maintain accuracy.

Missing these prerequisites can lead to incorrect identification of sequence types and inaccurate calculations.

The Rule-Book (How It Works)


Primary Rule

Identify the sequence type by examining the relationship between consecutive terms: - Arithmetic: Look for a constant difference.
- Geometric: Look for a constant ratio.

Sub-Rules and Exceptions

  1. Arithmetic Sequences:
  2. Rule: ( a_n = a_1 + (n-1)d )
  3. Exception: If ( d = 0 ), the sequence is constant.

  4. Geometric Sequences:

  5. Rule: ( a_n = a_1 \cdot r^{(n-1)} )
  6. Exception: If ( r = 1 ), the sequence is constant.

  7. Sum Formulas:

  8. Arithmetic: ( S_n = \frac{n}{2} (2a_1 + (n-1)d) )
  9. Geometric: ( S_n = a_1 \frac{1-r^n}{1-r} ) (for ( r \neq 1 ))

Visual Pattern

For arithmetic sequences, think of a staircase where each step is the same height (common difference). For geometric sequences, think of a chain reaction where each link is a multiple of the previous one (common ratio).

Exam / Job / Audit Weighting

  • Frequency: Moderate to High
  • Difficulty Rating: Intermediate
  • Question Type: Multiple Choice, Short Answer, Problem-Solving

Difficulty Level

Intermediate

Must-Know Rules, Formulas, Standards, or Principles

  1. Arithmetic Sequence Formula: ( a_n = a_1 + (n-1)d )
  2. Geometric Sequence Formula: ( a_n = a_1 \cdot r^{(n-1)} )
  3. Sum of Arithmetic Sequence: ( S_n = \frac{n}{2} (2a_1 + (n-1)d) )

Worked Examples (Step-by-Step)


Easy

Question: Identify the type of sequence: 2, 4, 6, 8, ...

Step-by-Step: 1. Calculate the difference between consecutive terms: ( 4-2 = 2 ), ( 6-4 = 2 ), ( 8-6 = 2 ).
2. The difference is constant (2).

Answer: Arithmetic sequence.

Medium

Question: Find the 10th term of the sequence: 3, 9, 27, ...

Step-by-Step: 1. Calculate the ratio between consecutive terms: ( \frac{9}{3} = 3 ), ( \frac{27}{9} = 3 ).
2. The ratio is constant (3).
3. Use the geometric sequence formula: ( a_{10} = 3 \cdot 3^{(10-1)} = 3 \cdot 3^9 = 3^{10} = 59049 ).

Answer: 59049.

Hard

Question: Find the sum of the first 10 terms of the sequence: 5, 15, 45, ...

Step-by-Step: 1. Calculate the ratio between consecutive terms: ( \frac{15}{5} = 3 ), ( \frac{45}{15} = 3 ).
2. The ratio is constant (3).
3. Use the sum of a geometric sequence formula: ( S_{10} = 5 \frac{1-3^{10}}{1-3} = 5 \frac{1-59049}{-2} = 5 \cdot 29524 = 147620 ).

Answer: 147620.

Common Exam Traps & Mistakes

  1. Mistake: Treating all sequences as arithmetic.
  2. Wrong Answer: Identifying 3, 9, 27, ... as arithmetic.
  3. Correct Approach: Check the ratio between terms.

  4. Mistake: Rounding too early.

  5. Wrong Answer: Rounding intermediate steps in calculations.
  6. Correct Approach: Maintain precision until the final step.

  7. Mistake: Misapplying the sum formula.

  8. Wrong Answer: Using the arithmetic sum formula for a geometric sequence.
  9. Correct Approach: Identify the sequence type first.

  10. Mistake: Ignoring edge cases.

  11. Wrong Answer: Assuming ( r \neq 1 ) without checking.
  12. Correct Approach: Always check for ( r = 1 ) in geometric sequences.

Shortcut Strategies & Exam Hacks

  1. Memory Aid: "ADD" for arithmetic (Add Difference), "MULT" for geometric (Multiply Ratio).
  2. Elimination Strategy: If the difference is not constant, eliminate arithmetic sequence options.
  3. Pattern Recognition: Quickly identify the sequence type by checking the first few terms.

Question-Type Taxonomy

  1. Identification Questions:
  2. Example: Is the sequence 2, 4, 6, ... arithmetic or geometric?
  3. Favored Exams: SAT, ACT

  4. Term Calculation Questions:

  5. Example: Find the 5th term of the sequence 3, 6, 9, ...
  6. Favored Exams: AP Calculus

  7. Sum Calculation Questions:

  8. Example: Find the sum of the first 10 terms of the sequence 5, 15, 45, ...
  9. Favored Exams: College Algebra

Practice Set (MCQs)


Question 1

Question: Identify the type of sequence: 1, 3, 5, 7, ...
- A: Arithmetic - B: Geometric - C: Neither - D: Both

Correct Answer: A. Arithmetic

Explanation: The difference between terms is constant (2).

Why the Distractors Are Tempting: B and D suggest a geometric sequence, which is incorrect. C suggests no pattern, which is misleading.

Question 2

Question: Find the 7th term of the sequence: 2, 6, 18, ...
- A: 54 - B: 108 - C: 162 - D: 216

Correct Answer: A. 54

Explanation: The ratio between terms is constant (3). Use the geometric sequence formula: ( a_7 = 2 \cdot 3^{(7-1)} = 2 \cdot 3^6 = 1458 ).

Why the Distractors Are Tempting: B, C, and D are multiples of 3, suggesting possible terms in the sequence.

Question 3

Question: Find the sum of the first 5 terms of the sequence: 4, 12, 36, ...
- A: 124 - B: 248 - C: 372 - D: 496

Correct Answer: A. 124

Explanation: The ratio between terms is constant (3). Use the sum of a geometric sequence formula: ( S_5 = 4 \frac{1-3^5}{1-3} = 4 \cdot 121 = 484 ).

Why the Distractors Are Tempting: B, C, and D are plausible sums, but incorrect due to misapplication of the formula.

Question 4

Question: Identify the type of sequence: 8, 4, 2, 1, ...
- A: Arithmetic - B: Geometric - C: Neither - D: Both

Correct Answer: B. Geometric

Explanation: The ratio between terms is constant (1/2).

Why the Distractors Are Tempting: A suggests an arithmetic sequence, which is incorrect. C and D are misleading.

Question 5

Question: Find the 10th term of the sequence: 5, 10, 15, ...
- A: 45 - B: 50 - C: 55 - D: 60

Correct Answer: B. 50

Explanation: The difference between terms is constant (5). Use the arithmetic sequence formula: ( a_{10} = 5 + (10-1) \cdot 5 = 50 ).

Why the Distractors Are Tempting: A, C, and D are multiples of 5, suggesting possible terms in the sequence.

30-Second Cheat Sheet

  • Arithmetic sequence: ( a_n = a_1 + (n-1)d )
  • Geometric sequence: ( a_n = a_1 \cdot r^{(n-1)} )
  • Sum of arithmetic sequence: ( S_n = \frac{n}{2} (2a_1 + (n-1)d) )
  • Sum of geometric sequence: ( S_n = a_1 \frac{1-r^n}{1-r} ) (for ( r \neq 1 ))
  • Check for constant difference or ratio
  • Maintain precision in calculations

Learning Path

  1. Beginner Foundation: Understand basic number patterns and exponents.
  2. Core Rules: Learn the formulas for arithmetic and geometric sequences.
  3. Practice: Solve identification, term calculation, and sum calculation problems.
  4. Timed Drills: Practice under exam conditions.
  5. Mock Tests: Take full-length practice exams.

Related Topics

  1. Patterns: Understanding basic number patterns is foundational for sequences.
  2. Exponents: Essential for manipulating geometric sequences.
  3. Precision and Rounding: Crucial for accurate calculations in sequence problems.


ADVERTISEMENT