Facebook Pixel
Mathos AI logo

Arithmetic Sequences

Arithmetic Sequences

An arithmetic sequence is an ordered list of numbers where the difference between any two consecutive terms is always the same. This constant value is called the common difference, represented by the letter dd.

If you know the starting number and the common difference, you can build the entire sequence by repeatedly adding dd.

The nnth Term Formula

Instead of writing out every single number to find a term far down the line, you can use the nnth term formula:

an=a1+(nโˆ’1)da_n = a_1 + (n - 1)d

  • ana_n is the nnth term (the value of the term you are trying to find).
  • a1a_1 is the first term of the sequence.
  • nn is the position of the term in the sequence.
  • dd is the common difference.

Example 1: Finding a Specific Term

Problem: Find the 20th term of the sequence 3,7,11,15,โ€ฆ3, 7, 11, 15, \dots

Solution:

  1. Identify the first term (a1a_1): a1=3a_1 = 3.
  2. Find the common difference (dd): Subtract the first term from the second term. d=7โˆ’3=4d = 7 - 3 = 4.
  3. Use the formula for n=20n = 20:

a20=3+(20โˆ’1)4a_{20} = 3 + (20 - 1)4 a20=3+(19)(4)a_{20} = 3 + (19)(4) a20=3+76=79a_{20} = 3 + 76 = 79

The 20th term of the sequence is 7979.

Example 2: Writing a Formula

Problem: Write a formula for the arithmetic sequence where a1=5a_1 = 5 and d=โˆ’3d = -3.

Solution:

  1. Start with the general formula: an=a1+(nโˆ’1)da_n = a_1 + (n - 1)d.
  2. Plug in the given values:

an=5+(nโˆ’1)(โˆ’3)a_n = 5 + (n - 1)(-3)

  1. Simplify the equation by distributing the โˆ’3-3:

an=5โˆ’3n+3a_n = 5 - 3n + 3 an=โˆ’3n+8a_n = -3n + 8

The formula for any term in this sequence is an=โˆ’3n+8a_n = -3n + 8.