Find the Sum of an Arithmetic Sequence

An arithmetic sequence is a series of numbers in which each term increases by a constant amount. To sum the numbers in an arithmetic sequence, you can manually add up all of the numbers. This is impractical, however, when the sequence contains a large amount of numbers. Instead, you can quickly find the sum of any arithmetic sequence by multiplying the average of the first and last term by the number of terms in the sequence.

Steps

Assessing Your Sequence

  1. Make sure you have an arithmetic sequence. An arithmetic sequence is an ordered series of numbers, in which the change in numbers is constant.[1] This method only works if your set of numbers is an arithmetic sequence.
    • To determine whether you have an arithmetic sequence, find the difference between the first few and the last few numbers. Ensure that the difference is always the same.
    • For example, the series 10, 15, 20, 25, 30 is an arithmetic sequence, because the difference between each term is constant (5).
  2. Identify the number of terms in your sequence. Each number is a term. If there are only a few terms listed, you can count them. Otherwise, if you know the first term, last term, and common difference (the difference between each term) you can use a formula to find the number of terms. Let this number be represented by the variable <math>n</math>.
    • For example, if you are calculating the sum of the sequence 10, 15, 20, 25, 30, <math>n = 5</math>, since there are 5 terms in the sequence.
  3. Identify the first and last terms in the sequence. You need to know both of these numbers in order to calculate the sum of the arithmetic sequence. Often the first numbers will be 1, but not always. Let the variable <math>a_{1}</math> equal the first term in the sequence, and <math>a_{n}</math> equal the last term in the sequence.
    • For example, in the sequence 10, 15, 20, 25, 30 <math>a_{1} = 10</math>, and <math>a_{n} = 30</math>.

Calculating the Sum

  1. Set up the formula for finding the sum of an arithmetic sequence. The formula is <math>S_{n} = n(\frac{a_{1} + a_{n}}{2})</math>, where <math>S_{n}</math> equals the sum of the sequence.[2]
    • Note that this formula is indicating that the sum of the arithmetic sequence is equal to the average of the first and last term, multiplied by the number of terms.[3]
  2. Plug the values of <math>n</math>, <math>a_{1}</math>, and <math>a_{n}</math> into the formula. Make sure you make the correct substitutions.
    • For example, if you have 5 terms in your sequence, and 10 is the first term, and 30 is the last term, your formula will look like this: <math>S_{n} = 5(\frac{10 + 30}{2})</math>.
  3. Calculate the average of the first and second term. To do this, add the two numbers, and divide by 2.
    • For example:
      <math>S_{n} = 5(\frac{40}{2})</math>
      <math>S_{n} = 5(20)</math>
  4. Multiply the average by the number of terms in the series. This will give you the sum of the arithmetic sequence.
    • For example:
      <math>S_{n} = 5(20)</math>
      <math>S_{n} = 100</math>
      So, the sum of the sequence 10, 15, 20, 25, 30 is 100.

Completing Sample Problems

  1. Find the sum of numbers between 1 to 500. Consider all consecutive integers.
    • Determine the number of terms (<math>n</math>) in the sequence. Since you are considering all consecutive integers to 500, <math>n = 500</math>.
    • Determine the first (<math>a_{1}</math>) and last (<math>a_{n}</math>) terms in the sequence. Since the sequence is 1 to 500, <math>a_{1} = 1</math> and <math>a_{n} = 500</math>.
    • Find the average of <math>a_{1}</math> and <math>a_{n}</math>: <math>\frac{1 + 500}{2} = 250.5</math>.
    • Multiply the average by <math>n</math>: <math>250.5 \times 500 = 125, 250</math>.
  2. Find the sum of the described arithmetic sequence. The first term in the sequence is 3. The last term in the sequence is 24. The common difference is 7.
    • Determine the number of terms (<math>n</math>) in the sequence. Since you begin with 3, end with 24, and go up by 7 each time, the series is 3, 10, 17, 24. (The common difference is the difference between each term in the sequence.)[1] This means that <math>n = 4</math>
    • Determine the first (<math>a_{1}</math>) and last (<math>a_{n}</math>) terms in the sequence. Since the sequence is 3 to 24, <math>a_{1} = 3</math> and <math>a_{n} = 24</math>.
    • Find the average of <math>a_{1}</math> and <math>a_{n}</math>: <math>\frac{3 + 24}{2} = 13.5</math>.
    • Multiply the average by <math>n</math>: <math>13.5 \times 4 = 54</math>.
  3. Solve the following problem. Mara saves 5 dollars the first week of the year. For the rest of the year, she increases her weekly savings by 5 dollars every week. How much money does Mara save by the end of the year?
    • Determine the number of terms (<math>n</math>) in the sequence. Since Mara save for 52 weeks (1 year), <math>n = 52</math>.
    • Determine the first (<math>a_{1}</math>) and last (<math>a_{n}</math>) terms in the sequence. The first amount she saves is 5 dollars, so <math>a_{1} = 5</math>. To find out the amount she saves the last week of the year, calculate <math>5 \times 52 = 260</math>. So <math>a_{n} = 260</math>.
    • Find the average of <math>a_{1}</math> and <math>a_{n}</math>: <math>\frac{5 + 260}{2} = 132.5</math>.
    • Multiply the average by <math>n</math>: <math>135.5 \times 52 = 6,890</math>. So she saves $6,890 by the end of the year.



Related Articles

Sources and Citations