Part 1 of this article introduces the concept of arithmetic sequence. Like sequences in general, arithmetic sequences can generate what we call arithmetic series. In brief, for every term of an arithmetic sequence there corresponds a partial sum; the sequence whose terms are the partial sums is called the arithmetic series.

 

The Partial Sums and Series
Let u1, u2, u3, …, un, … be any sequence. Based on the sequence we can generate another sequence s1, s2, s3, s4, …, sn, … , where:

s1 = u1

s2 = u1 + u2

s3 = u1 + u2 + u3

and so on.

In general, s_n = u_1 + u_2 + \cdots + u_n = \sum_{i=1}^n u_i.

Moreover, sn is called the nth partial sum of the sequence, i.e. the sum of the first n terms of the sequence u1, u2, u3, …, un, … The sequence s1, s2, s3, …, sn, … is called the series generated by the sequence.

 

As an illustration, consider the arithmetic sequence 2, 5, 8, 11, 14, … In this sequence, u1 = 2, u2 = 5, u3 = 8, and so forth. The nth term of the sequence is un = 2 + (n – 1)⋅3 = 3n – 1. Using this sequence we can generate the series s1, s2, s3, …, sn, … as follows.

s1 = u1 = 2

s2 = u1 + u2 = 2 + 5 = 7

s3 = u1 + u2 + u3 = 2 + 5 + 8 = 15

s4 = u1 + u2 + u3 + u4 = 2 + 5 + 8 + 11 = 26,

and so on.

The corresponding series is 2, 7, 15, 26, …, sn, …

 

If u1, u2, u3, …, un, … is an arithmetic sequence then:

s_n = \frac{1}{2} n (a + u_n) …………………………………………………………………………………………………………………………………………………………………………… (1)

s_n = \frac{1}{2} bn^2 + (a - \frac{1}{2} b)n …………………………………………………………………………………………………………………………………………………………… (2)

 

Example 1

Find the sum of the first 100 terms of the sequence 2, 5, 8, 11, 14, …

Answer

The sequence is an arithmetic sequence with the first term 2 and the common difference 3. Thus, a = 2 and b = 3. We have to find s100. Substitute a = 2, b = 3, and n = 100 into (2). This results in:

s_{100} = \frac{1}{2} \cdot 3 \cdot 100^2 + (2 - \frac{1}{2} \cdot 3) \cdot 100 = 15050

Accordingly, the sum of the first 100 terms of the sequence is 15050.

 

The problem in Example 1 can also be solved using (1). First calculate u100 by applying un = a + (n – 1)⋅b. Substituting the given values ​​into the un formula, we get: u100 = 2 + (100 – 1)⋅3 = 299. Thus, we have to compute:

s100 = 2 + 5 + 8 + 11 + 14 + … + 299.

By (1), we have s_{100} = \frac{1}{2} \cdot 100 (2 + 299) = 15050.

 

Example 2

Compute 135 + 131 + 127 + 123 + … + 75.

Answer

The sequence 135, 131, 127, 123, … is an arithmetic sequence with the first term a = 135 and the common difference b = -4. To find the sum, we need to know first which term is 75. In other words, we have to find the value of n such that un = 75. To answer this, use the formula un = a + (n – 1).b. Substituting a, b, and un into the formula, we get:

75 = 135 + (n – 1)⋅(-4)

75 = 139 – 4n

From this we get n = 16.

Thus, what is required in this example is s16. Substituting a = 135, u16 = 75, and n = 16 into (1), we obtain:

s_{16} = \frac{1}{2} \cdot 16 (135 + 75) = 1680.

Therefore, 135 + 131 + 127 + 123 + … + 75 = 1680.

 

Example 3

Given an arithmetic sequence with the property that its nth partial sum is sn = n2 + 3n. Find the 30th term of the sequence.

Answer

Note that u30 = s30 – s29. Thus, u30 can be obtained by subtracting s29 from s30.

s30 = 302 + 3⋅30 = 990.

s29 = 292 + 3⋅29 = 928

Consequently, the 30th term of the sequence is u30 = 990 – 928 = 62.

 

Example 4

Find n if 2 + 4 + 6 + … + 2n = 600.

Answer

In this case, a = 2 and b = 2. Substituting these values into (2), we get:

600 = \frac{1}{2} \cdot 2 n^2 + (2 - \frac{1}{2} \cdot 2) \cdot n \\  600 = n^2 + n \\  n^2 + n - 600 = 0 \\  (n + 25)(n - 24) = 0

By the definition of a sequence, n \in \mathbb{N}. Thus, n = -25 is not the solution to the equation. The remaining possibility is n = 24.

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *