Number patterns

1. Linear Sequences (Arithmetic Patterns)

A linear sequence is a sequence of numbers where the difference between consecutive terms is constant. This constant value is called the common difference (dd).

Key Formula

The general formula for the n-thn\text{-th} term (T<em>nT<em>n) of a linear sequence is: T</em>n=a+(n−1)dT</em>n = a + (n - 1)d
Alternatively, expressed in simplified form:
Tn=dn+cT_n = dn + c

  • TnT_n represents the value of the term at position nn.

  • nn represents the position of the term in the sequence (n∈1,2,3,…n \in {1, 2, 3, \dots}).

  • aa is the first term of the sequence (T1T_1).

  • dd is the constant common difference (d=T<em>2−T</em>1=T<em>3−T</em>2d = T<em>2 - T</em>1 = T<em>3 - T</em>2).

  • cc is a constant value calculated as c=a−dc = a - d

Worked Example 1: Finding the General Term

Consider the sequence: 5,9,13,17,…5, 9, 13, 17, \dots

  1. Find the common difference (dd):
    d=9−5=4d = 9 - 5 = 4
    d=13−9=4d = 13 - 9 = 4

  2. Identify the first term (aa):
    a=5a = 5

  3. Substitute into the general formula:
    T<em>n=a+(n−1)dT<em>n = a + (n - 1)d T</em>n=5+(n−1)(4)T</em>n = 5 + (n - 1)(4)
    T<em>n=5+4n−4T<em>n = 5 + 4n - 4 T</em>n=4n+1T</em>n = 4n + 1

  4. Find the 25-th25\text{-th} term (T<em>25T<em>{25}):
    T</em>25=4(25)+1=101T</em>{25} = 4(25) + 1 = 101


2. Quadratic Sequences

A quadratic sequence is a pattern where the second difference between consecutive terms is constant. The sequence of first differences forms a linear pattern.

Key Formula

The general term (T<em>nT<em>n) for a quadratic sequence is given by: T</em>n=an2+bn+cT</em>n = an^2 + bn + c
To determine the values of aa, bb, and cc, use the relationship between the terms and differences:

  1. Second Difference:
    Second Difference=2a\text{Second Difference} = 2a

  2. First First Difference (T<em>2−T</em>1T<em>2 - T</em>1):
    T<em>2−T</em>1=3a+bT<em>2 - T</em>1 = 3a + b

  3. First Term (T<em>1T<em>1):
    T</em>1=a+b+cT</em>1 = a + b + c

Worked Example 2: Finding the General Formula for a Quadratic Sequence

Consider the sequence: 4,9,18,31,48,…4, 9, 18, 31, 48, \dots

  1. Find the First Differences:

    • 9−4=59 - 4 = 5

    • 18−9=918 - 9 = 9

    • 31−18=1331 - 18 = 13

    • 48−31=1748 - 31 = 17
      First differences sequence: 5,9,13,175, 9, 13, 17

  2. Find the Second Differences:

    • 9−5=49 - 5 = 4

    • 13−9=413 - 9 = 4

    • 17−13=417 - 13 = 4
      Constant second difference: 44

  3. Calculate Coefficients aa, bb, and cc:

    • Find aa:
      2a=42a = 4
      a=2a = 2

    • Find bb:
      3a+b=53a + b = 5
      3(2)+b=53(2) + b = 5
      6+b=56 + b = 5
      b=−1b = -1

    • Find cc:
      a+b+c=4a + b + c = 4
      2+(−1)+c=42 + (-1) + c = 4
      1+c=41 + c = 4
      c=3c = 3

  4. Write the General Formula:
    Tn=2n2−n+3T_n = 2n^2 - n + 3

  5. Verification (Check T<em>3T<em>3):
    T</em>3=2(3)2−(3)+3=2(9)−3+3=18T</em>3 = 2(3)^2 - (3) + 3 = 2(9) - 3 + 3 = 18
    Matches the given sequence term 1818


3. Geometric Sequences (Exponential Patterns)

A geometric sequence is a sequence of numbers where each term after the first is found by multiplying the previous term by a fixed, non-zero number called the common ratio (rr).

Key Formula

The general formula for the n-thn\text{-th} term (T<em>nT<em>n) of a geometric sequence is: T</em>n=a⋅rn−1T</em>n = a \cdot r^{n-1}

  • TnT_n represents the value of the term at position nn.

  • aa is the first term of the sequence (T1T_1).

  • rr is the constant common ratio (r=T<em>2T</em>1=T<em>3T</em>2r = \frac{T<em>2}{T</em>1} = \frac{T<em>3}{T</em>2}).

Worked Example 3: Finding the General Term

Consider the sequence: 3,6,12,24,…3, 6, 12, 24, \dots

  1. Find the common ratio (rr):
    r=63=2r = \frac{6}{3} = 2
    r=126=2r = \frac{12}{6} = 2

  2. Identify the first term (aa):
    a=3a = 3

  3. Substitute into the general formula:
    Tn=3⋅2n−1T_n = 3 \cdot 2^{n-1}

  4. Find the 8-th8\text{-th} term (T<em>8T<em>8):
    T</em>8=3⋅28−1=3⋅27=3⋅128=384T</em>8 = 3 \cdot 2^{8-1} = 3 \cdot 2^7 = 3 \cdot 128 = 384


4. Cubic Sequences

A cubic sequence is a pattern where the third difference between consecutive terms is constant.

Key Formula

The general term (T<em>nT<em>n) for a cubic sequence is given by: T</em>n=an3+bn2+cn+dT</em>n = an^3 + bn^2 + cn + d
To determine the coefficients:

  1. Third Difference:
    Third Difference=6a\text{Third Difference} = 6a

  2. First Second Difference:
    First Second Difference=12a+2b\text{First Second Difference} = 12a + 2b

  3. First First Difference (T<em>2−T</em>1T<em>2 - T</em>1):
    T<em>2−T</em>1=7a+3b+cT<em>2 - T</em>1 = 7a + 3b + c

  4. First Term (T<em>1T<em>1):
    T</em>1=a+b+c+dT</em>1 = a + b + c + d


5. Special Sequences
  1. Fibonacci Sequence:

    • A sequence where each term is the sum of the two preceding terms.

    • Sequence: 1,1,2,3,5,8,13,…1, 1, 2, 3, 5, 8, 13, \dots

    • Recursive relation: T<em>n=T</em>n−1+Tn−2T<em>n = T</em>{n-1} + T_{n-2} for n≥3n \ge 3

  2. Triangular Numbers:

    • Numbers that can form an equilateral triangular grid.

    • Sequence: 1,3,6,10,15,…1, 3, 6, 10, 15, \dots

    • Formula: Tn=n(n+1)2T_n = \frac{n(n + 1)}{2}

  3. Square Numbers:

    • Sequence: 1,4,9,16,25,…1, 4, 9, 16, 25, \dots

    • Formula: Tn=n2T_n = n^2

  4. Cube Numbers:

    • Sequence: 1,8,27,64,125,…1, 8, 27, 64, 125, \dots

    • Formula: Tn=n3T_n = n^3


6. Summary of Steps for Solving Number Patterns
  1. Calculate First Differences: Check if the differences between consecutive terms are constant.

    • If constant, it is a linear sequence (Tn=dn+cT_n = dn + c).

  2. Calculate Second Differences: If first differences are not constant, subtract consecutive first differences.

    • If constant, it is a quadratic sequence (Tn=an2+bn+cT_n = an^2 + bn + c).

  3. Calculate Ratio: Divide consecutive terms (T<em>n+1T</em>n\frac{T<em>{n+1}}{T</em>n}).

    • If constant, it is a geometric sequence (Tn=a⋅rn−1T_n = a \cdot r^{n-1}).

  4. Calculate Third Differences: If second differences are not constant, subtract consecutive second differences.

    • If constant, it is a cubic sequence (Tn=an3+bn2+cn+dT_n = an^3 + bn^2 + cn + d).

  5. Check Special Sequences: Look for standard geometric patterns like square numbers (n2n^2), cube numbers (n3n^3), triangular numbers (n(n+1)2\frac{n(n+1)}{2}), or recursive patterns (Fibonacci