You are on page 1of 6

arithmetic 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 + asub-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 of this sequence is the sum of the first thirty-five terms. The first few terms of the sequence 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 indeed 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

From the formula ("2n 5") for the n-th term, I can see that each term will be two units larger than the previous term. (Plug in values for n if you're not sure about this.) So this is indeed an arithmetical sum. But this summation starts at n = 15, not at n = 1, and the summation formula applies to sums starting at n = 1. So how can I work with this summation?

The quickest way to find the value of this sum is to find the 14th and 47th partial sums, and then subtract the 14th from the 47th. By doing this subtraction, I'll be left with the value of the sum 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-2011 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. I can see from the formula that each term will be 0.25 units bigger than the previous term, so this is an arithmetical series. Then the summation formula for arithmetical series 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

You might also like