Return to the Purplemath home page

 


powered by FreeFind

 

Print-friendly page

 

 

Arithmetic Series (page 4 of 5)

Sections: Terminology and notation, Basic examples, Arithmetic and geometric sequences, Arithmetic series, Finite and infinite geometric series


An arithmetic series is the sum of an arithmetic sequence. A geometric series is the sum of a geometric sequence. There are other types of series, but you're unlikely to work with them until you're in calculus. For now, you'll probably just work with these two.

For reasons that will be explained in calculus, you can only take the partial sum of an arithmetic sequence. The "partial" sum is the sum of a limited (that is to say, finite) number of terms, like the first ten terms, or the fifth through the hundredth terms.

The formula for the first n terms of an arithmetic sequence, starting with n = 1, is:

    [sum, from i = 1 to n, of a-sub-i] = (n/2)(a-sub-1 + a-sub-n)

The sum is, in effect, n times the "average" of the first and last terms. This sum of the first n terms is called "the n-th partial sum". (By the way: The above summation formula can be proved using induction.)

  • Find the 35th partial sum of an = (1/2)n + 1
  • The 35th partial sum is the sum of the first thirty-five terms. The first few terms are:

      a1 = (1/2)(1) + 1 = 3/2
      a2 = (1/2)(2) + 1 = 2

      a3 = (1/2)(3) + 1 = 5/2

    The terms have a common difference d = 1/2, so this is an arithmetic sequence. The last term in the partial sum will be a35 = a1 + (35 – 1)(d) = 3/2 + (34)(1/2) = 37/2. Then, plugging into the formula, the 35th partial sum is:

      (n/2)(a1 + an) = (35/2)(3/2 + 37/2) = (35/2)(40/2) = 350

  • Find the value of the following summation:
    • sum, from n = 15 to 47, of 2n - 5

    The quickest way to find this sum is to find the 14th and 47th partial sums, and then subtract the 14th from the 47th, leaving the value of the 15th through 47th terms. The first term is a1 = 2(1) – 5 = –3. The other necessary terms are a14 = 2(14) – 5 = 23 and a47 = 2(47) – 5 = 89.

      values of 14th and 47th partial sums

    Subtracting, I get:

      [47th partial sum] - [14th partial sum] = 2021 - 140 = 1881

    Then the solution is: Copyright © Elizabeth Stapel 2006-2008 All Rights Reserved

      sum, from n = 15 to 47, of 2n - 5  has a value of 1881

  • Find the value of n for which the following equation is true:
    • sum, from i = 1 to n, of (0.25i + 2)  is equal to 21

    I know that the first term is a1 = 0.25(1) + 2 = 2.25. Then the summation formula gives me:

      (n/2)(2.25 + [0.25n + 2]) = 21
      n(2.25 + 0.25n + 2) = 42

      n(0.25n + 4.25) = 42

      0.25n2 + 4.25n – 42 = 0

      n2 + 17n – 168 = 0

      (n + 24)(n – 7) = 0

    Solving the quadratic, I get that n = –24 (which won't work in this context) or n = 7.

      n = 7

You could do the above exercise by adding terms until you get to the required total of "21". But your instructor could easily give you a summation that requires, say, eighty-six terms before you get the right total. So make sure you can do the computations from the formula.

  • Find the sum of 1 + 5 + 9 + ... + 49 + 53.
  • Checking the terms, I can see that this is indeed an arithmetic series: 5 – 1 = 4, 9 – 5 = 4, 53 – 49 = 4. I've got the first and last terms, but how many terms are there in total?

    I have the n-th term formula, "an = a1 + (n – 1)d", and I have a1 = 1 and d = 4. Plugging these into the formula, I can figure out how many terms there are:

      an = a1 + (n – 1)d
      53 = 1 + (n – 1)(4)

      53 = 1 + 4n – 4

      53 = 4n – 3

      56 = 4n

      14 = n

    So there are 14 terms in this series. Now I have all the information I need:

      1 + 5 + 9 + ... + 49 + 53 = (14/2)(1 + 53) = (7)(54) = 378

<< Previous  Top  |  1 | 2 | 3 | 4 | 5  |  Return to Index  Next >>

Cite this article as:

Stapel, Elizabeth. "Arithmetic Series." Purplemath. Available from
    http://www.purplemath.com/modules/series4.htm. Accessed
 

 

Lessons index

Lessons CD




Purplemath:
  Linking to this site
  Printing pages
  Donating
  School licensing


Reviews of
Internet Sites:
   Free Help
   Practice
   Et Cetera

The "Homework
   Guidelines"

Study Skills Survey

Tutoring ($$)


This lesson may be printed out for your personal use.

Content copyright protected by Copyscape website plagiarism search
  

  Copyright © 2006-2008  Elizabeth Stapel   |   About   |   Terms of Use

 

 Feedback   |   Error?