Arithmetic Sequences and Arithmetic Series - Basic Introduction

Arithmetic Sequences vs. Geometric Sequences

  • Arithmetic Sequence: A sequence of numbers in which the difference between consecutive terms is constant.

    • Example: 3, 7, 11, 15, 19, 23, 27

    • Common difference (d) = 4 (Each term is obtained by adding 4 to the previous term)

  • Geometric Sequence: A sequence where each term is obtained by multiplying the previous term by a constant.

    • Example: 3, 6, 12, 24, 48, 96, 192

    • Common ratio (r) = 2 (Each term is obtained by multiplying the previous term by 2)

Common Difference and Common Ratio

  • In an arithmetic sequence, the pattern is based on addition/subtraction.

  • In a geometric sequence, the pattern is based on multiplication/division.

Calculating Averages

Arithmetic Mean

  • Arithmetic Mean: Average of two numbers a and b is calculated as:

    • Mean = (a + b) / 2

    • Example: Mean of 3 and 11 = (3 + 11) / 2 = 7

    • Mean of 7 and 23 = (7 + 23) / 2 = 15

Geometric Mean

  • Geometric Mean: The geometric mean of two numbers a and b is calculated as:

    • Mean = √(a * b)

    • Example: Geometric mean of 3 and 12 = √(3 * 12) = 6

    • Another example: Geometric mean of 96 and 24 (simplified) = √(96 * 6) = 24

Formulas for Sequences

nth Term of an Arithmetic Sequence

  • Formula: aₙ = a₁ + (n - 1)d

    • Example: To find the 5th term in the sequence 3, 7, 11, ..., where d = 4:

      • a₅ = 3 + (5 - 1)4 = 3 + 16 = 19

nth Term of a Geometric Sequence

  • Formula: aₙ = a₁ * r^(n - 1)

    • Example: To find the 6th term in the geometric sequence 3, 6, 12, ..., where r = 2:

      • a₆ = 3 * 2^(6 - 1) = 3 * 32 = 96

Calculating Partial Sums

Arithmetic Sequence Sum

  • Formula: Sₙ = (a₁ + aₙ) / 2 * n

    • Example: To find S₇ (sum of the first 7 terms) for the sequence 3, 7, ..., 27:

      • S₇ = (3 + 27) / 2 * 7 = 15 * 7 = 105

Geometric Sequence Sum

  • Formula: Sₙ = a₁(1 - r^n) / (1 - r)

    • Example: To find the sum of the first 6 terms (S₆) for the sequence 3, 6, ...,:

      • S₆ = 3(1 - 2^6) / (1 - 2) = 3 * (1 - 64) / -1 = 3 * -63 = 189

Sequence vs. Series

  • Sequence: An ordered list of numbers (e.g., 3, 7, 11).

  • Series: The sum of the numbers in a sequence (e.g., 3 + 7 + 11).

Finite and Infinite Sequences/Series

  • Finite: Has a defined beginning and end (e.g., 3, 7, 11, 15).

  • Infinite: Continues indefinitely (e.g., 3, 7, 11, ...).

Determining Types of Sequences

Steps

  1. Identify if it's a sequence or a series.

  2. Determine if it's finite or infinite (look for ellipsis).

  3. Check for common difference (arithmetic) or common ratio (geometric).

Examples

  • Sequence: 4, 7, 10, 13 (Arithmetic, finite)

  • Sequence: 4, 8, 16, 32 (Geometric, infinite)

  • Series: 3 + 7 + 11 (Arithmetic Series)

Recursive Formulas and General Formulas

  • Recursive Formula: Defines each term using previous terms.

  • Explicit Formula: Directly calculates the nth term.

Example of finding terms using recursive formulas:

  • Given a₁ = 3 and aₙ = aₙ₋₁ + 4.

    • Calculate terms:

      • a₂ = 3 + 4 = 7

      • a₃ = 7 + 4 = 11

      • Etc.

Conclusion

  • Understanding sequences, series, differences, ratios, and how to calculate sums and averages is fundamental in arithmetic and geometric sequences.

  • Utilize the correct formulas and identify patterns for problem-solving.