11.2 Arithmetic Sequences and Series

  • For any arithmetic sequence, find the nth term when n is given and n when the nth term is given; and given two terms, find the common difference and construct the sequence.

  • Find the sum of the first n terms of an arithmetic sequence.

A sequence in which each term after the first is found by adding the same number to the preceding term is an arithmetic sequence.

Arithmetic Sequences

The sequence 2, 5, 8, 11, 14, 17, …is arithmetic because adding 3 to any term produces the next term. In other words, the difference between any term and the preceding one is 3. Arithmetic sequences are also called arithmetic progressions.

Example 1

For each of the following arithmetic sequences, identify the first term, a1, and the common difference, d.

  1. 4, 9, 14, 19, 24,…

  2. 34, 27, 20, 13, 6, −1, −8,…

  3. 2, 212, 3, 312, 4, 412,

Solution

The first term, a1, is the first term listed. To find the common difference, d, we choose any term beyond the first and subtract the preceding term from it.

SEQUENCE FIRST TERM, a1 COMMON DIFFERENCE, d
a) 4, 9, 14, 19, 24, … 4 5(94=5)
b) 34, 27, 20, 13, 6, −1, −8,… 34 7(2734=7)
c)2, 212, 3, 312, 4, 412, 2 12(2 122=12)

Note that we obtained the common difference by subtracting a1 from a2. Had we subtracted a2 from a3 or a3 from a4, we would have obtained the same values for d. Thus we can check by adding d to each term in a sequence to see if we progress correctly to the next term.

Check:

  1. 4+5=9,9+5=14,14+5=19,19+5=24

  2. 34+(7)=27,27+(7)=20,20+(7)=13,

    13+(7)=6,6+(7)=1,1+(7)=8

  3. 2+12=212,212+12=3,3+12=312,312+12=4,

    4+12=412

Now Try Exercise 1.

To find a formula for the general, or nth, term of any arithmetic sequence, we denote the common difference by d, write out the first few terms, and look for a pattern:

Generalizing, we obtain the following formula.

Example 2

Find the 14th term of the arithmetic sequence 4, 7, 10, 13, ….

Solution

We first note that a1=4, d=74, or 3, and n=14. Then using the formula for the nth term, we obtain

an=a1+(n1)da14=4+(141)3Substituting=4+133=4+39=43.

The 14th term is 43.

Now Try Exercise 9.

Example 3

In the sequence of Example 2, which term is 301? That is, find n if an=301.

Solution

We substitute 301 for an, 4 for a1, and 3 for d in the formula for the nth term and solve for n:

an=a1+(n1)d301=4+(n1)3Substituting301=4+3n3301=3n+1300=3n100=n.}Solving for n

The term 301 is the 100th term of the sequence.

Now Try Exercise 15.

Given two terms and their places in an arithmetic sequence, we can construct the sequence.

Example 4

The 3rd term of an arithmetic sequence is 8, and the 16th term is 47. Find a1 and d and construct the sequence.

Solution

We know that a3=8 and a16=47. Thus we would have to add d 13 times to get from 8 to 47. That is,

8+13d=47.a3 and a16 are 163, or 13, terms apart.

Solving 8+13d=47, we obtain

13d=39d=3.

Since a3=8, we subtract d twice to get a1. Thus,

a1=823=2.a1 and a3 are 31, or 2, terms apart.

The sequence is 2, 5, 8, 11, …. Note that we could also subtract d 15 times from a16 in order to find a1.

Now Try Exercise 23.

In general, d should be subtracted n1 times from an in order to find a1.

Sum of the First n Terms of an Arithmetic Sequence

Consider the arithmetic sequence

3, 5, 7, 9,.

When we add the first 4 terms of the sequence, we get S4, which is

3+5+7+9,or24.

This sum is called an arithmetic series. To find a formula for the sum of the first n terms, Sn, of an arithmetic sequence, we first denote an arithmetic sequence, as follows:

This term is two terms back from thelast. If you add d to this term, the resultis the next-to-last term, and.a1,(a1+d),(a1+2d),,(an2d),(and),an.This is the next-to-last term. If youadd d to this term, the result is an.

Then Sn is given by

Sn=a1+(a1+d)+(a1+2d)++(an2d)+(and)+an.
(1)

Reversing the order of the addition gives us

Sn=an+(and)+(an2d)++(a1+2d)+(a1+d)+a1.
(2)

If we add corresponding terms of each side of equations (1) and (2), we get

2Sn=[a1+an]+[(a1+d)+(and)]+[(a1+2d)+(an2d)]++[(an2d)+(a1+2d)]+[(and)+(a1+d)]+[an+a1].

In the expression for 2Sn, there are n expressions in square brackets. Each of these expressions is equivalent to a1+an. Thus the expression for 2Sn can be written in simplified form as

2Sn=[a1+an]+[a1+an]+[a1+an]++[an+a1]+[an+a1]+[an+a1].

Since a1+an is being added n times, it follows that

2Sn=n(a1+an),

from which we get the following formula.

Example 5

Find the sum of the first 100 natural numbers.

Solution

The sum is

1+2+3++99+100.

This is the sum of the first 100 terms of the arithmetic sequence for which

a1=1an=100,andn=100.

Thus substituting into the formula

Sn=n2(a1+an),

we get

S100=1002(1+100)=50(101)=5050.

The sum of the first 100 natural numbers is 5050.

Now Try Exercise 27.

Example 6

Find the sum of the first 15 terms of the arithmetic sequence 4, 7, 10, 13, ….

Solution

Note that a1=4, d=3, and n=15. Before using the formula

Sn=n2(a1+an),

we find the last term, a15:

a15=4+(151)3Substituting into the formula an=a1+(n1)d=4+143=46.

Thus,

S15=152(4+46)=152(50)=375.

The sum of the first 15 terms is 375.

Now Try Exercise 25.

Example 7

Find the sum: k=1130(4k+5).

Solution

It is helpful to first write out a few terms:

9+13+17+.

It appears that this is an arithmetic series coming from an arithmetic sequence with a1=9, d=4, and n=130. Before using the formula

Sn=n2(a1+an),

we find the last term, a130:

a130=4130+5The kth term is 4k+5.=520+5=525.

Thus,

S130=1302(9+525)Substituting into Sn=n2(a1+an)=34, 710.

Now Try Exercise 33.

Applications

The translation of some applications and problem-solving situations may involve arithmetic sequences or series. We consider some examples.

Example 8

Hourly Wages. Kendall accepts a job, starting with an hourly wage of $14.25, and is promised a raise of 15¢ per hour every 2 months for 5 years. At the end of 5 years, what will Kendall’s hourly wage be?

Solution

It helps to first write down the hourly wage for several 2-month time periods:

Beginning: $14.25,
After 2 months: $14.40,
After 4 months: $14.55,
and so on.  

What appears is a sequence of numbers: 14.25, 14.40, 14.55, …. This sequence is arithmetic, because adding 0.15 each time gives us the next term.

We want to find the last term of an arithmetic sequence, so we use the formula an=a1+(n1)d. We know that a1=14.25 and d=0.15, but what is n? That is, how many terms are in the sequence? Each year there are 12/2, or 6 raises, since Kendall gets a raise every 2 months. There are 5 years, so the total number of raises will be 56, or 30. Thus there will be 31 terms: the original wage and 30 increased rates.

Substituting in the formula an=a1+(n1)d gives us

a31=14.25+(311)0.15=18.75.

Thus, at the end of 5 years, Kendall’s hourly wage will be $18.75.

Now Try Exercise 43.

The calculations in Example 8 could be done in a number of ways. There is often a variety of ways in which a problem can be solved. In this chapter, we concentrate on the use of sequences and series and their related formulas.

Example 9

Total in a Stack. A stack of electric poles has 30 poles in the bottom row. There are 29 poles in the second row, 28 in the next row, and so on. How many poles are in the stack if there are 5 poles in the top row?

Solution

A drawing will help in this case. The following figure shows the ends of the poles and the way in which they stack.

Since the number of poles decreases from 30 in a row up to 5 in the top row, there must be 26 rows. We want the sum

30+29+28++5.

Thus we have an arithmetic series. We use the formula

Sn=n2(a1+an),

with n=26, a1=30, and a26=5.

Substituting, we get

S26=262(30+5)=455.

There are 455 poles in the stack.

Now Try Exercise 39.

11.2 Exercise Set

Find the first term and the common difference.

  1. 1. 3, 8, 13, 18, …

  2. 2. $1.08, $1.16, $1.24, $1.32,…

  3. 3. 9, 5, 1, −3,…

  4. 4. −8, −5, −2, 1, 4,…

  5. 5. 32, 94, 3, 154,

  6. 6. 35, 110, 25,

  7. 7. $316, $313, $310, $307, …

  8. 11. Find the 11th term of the arithmetic sequence 0.07, 0.12, 0.17, ….

  9. 9. Find the 12th term of the arithmetic sequence 2, 6, 10, ….

  10. 10. Find the 17th term of the arithmetic sequence 7, 4, 1, ….

  11. 11. Find the 14th term of the arithmetic sequence 3, 73, 53,.

  12. 12. Find the 13th term of the arithmetic sequence $1200, $964.32, $728.64, ….

  13. 13. Find the 10th term of the arithmetic sequence $2345.78, $2967.54, $3589.30, ….

  14. 14. In the sequence of Exercise 8, what term is the number 1.67?

  15. 15. In the sequence of Exercise 9, what term is the number 106?

  16. 16. In the sequence of Exercise 10, what term is 296?

  17. 17. In the sequence of Exercise 11, what term is 27?

  18. 18. Find a20 when a1=14 and d=3.

  19. 19. Find a1 when d=4 and a8=33.

  20. 20. Find d when a1=8 and a11=26.

  21. 21. Find n when a1=25, d=14, and an=507.

  22. 22. In an arithmetic sequence, a17=40 and a28=73. Find a1 and d. Write the first 5 terms of the sequence.

  23. 23. In an arithmetic sequence, a17=253 and a32=956. Find a1 and d. Write the first 5 terms of the sequence.

  24. 24. Find the sum of the first 14 terms of the series 11+7+3+.

  25. 25. Find the sum of the first 20 terms of the series 5+8+11+14+.

  26. 26. Find the sum of the first 300 natural numbers.

  27. 27. Find the sum of the first 400 even natural numbers.

  28. 28. Find the sum of the odd numbers 1 to 199, inclusive.

  29. 29. Find the sum of the multiples of 7 from 7 to 98, inclusive.

  30. 30. Find the sum of all multiples of 4 that are between 14 and 523.

  31. 31. If an arithmetic series has a1=2, d=5, and n=20, what is Sn?

  32. 32. If an arithmetic series has a1=7, d=3, and n=32, what is Sn?

Find the sum.

  1. 33. k=140(2k+3)

  2. 34. k=5208k

  3. 35. k=019k34

  4. 36. k=250(20003k)

  5. 37. k=125774k13

  6. 38. k=101200(1.14k2.8)k=15(k+410)

  7. 39. Total Savings. If 10¢ is saved on October 1, 20¢ is saved on October 2, 30¢ on October 3, and so on, how much is saved altogether during the 31 days of October?

  8. 40. Stacking Poles. How many poles will be in a stack of telephone poles if there are 50 in the first layer, 49 in the second, and so on, with 6 in the top layer?

  9. 41. Auditorium Seating. Auditoriums are often built with more seats per row as the rows move toward the back. Suppose that the first balcony of a theater has 28 seats in the first row, 32 in the second, 36 in the third, and so on, for 20 rows. How many seats are in the first balcony altogether?

  10. 42. Investment Return. Brett sets up an investment situation for a client that will return $5000 the first year, $6125 the second year, $7250 the third year, and so on, for 25 years. How much is received from the investment altogether?

  11. 43. Parachutist Free Fall. When a parachutist jumps from an airplane, the distances, in feet, that the parachutist falls in each successive second before pulling the ripcord to release the parachute are as follows:

    16, 48, 80, 112, 144,.

    Is this sequence arithmetic? What is the common difference? What is the total distance fallen in 10 sec?

  12. 44. Lightning Distance. The following table lists the distance, in miles, from lightning dn when thunder is heard n seconds after lightning is seen. Is this sequence arithmetic? What is the common difference?

    n (in seconds) dn (in miles)
    5 1
    6 1.2
    7 1.4
    8 1.6
    9 1.8
    10   2
  13. 45. Garden Plantings. A gardener is making a planting in the shape of a trapezoid. It will have 35 plants in the front row, 31 in the second row, 27 in the third row, and so on. If the pattern is consistent, how many plants will there be in the last row? How many plants are there altogether?

  14. 46. Band Formation. A formation of a marching band has 10 marchers in the front row, 12 in the second row, 14 in the third row, and so on, for 8 rows. How many marchers are in the last row? How many marchers are there altogether?

  15. 47. Raw Material Production. In a manufacturing process, it took 3 units of raw materials to produce 1 unit of a product. The raw material needs thus formed the sequence

    3, 6, 9,, 3n,.

    Is this sequence arithmetic? What is the common difference?

Skill Maintenance

Solve. [6.1], [6.3], [6.5], [6.6]

  1. 48. 7x2y=4,x+3y=17

  2. 49. 2x+y+3z=12,x3y+2z=11,x+2y4z=4

  3. 50. Find the vertices and the foci of the ellipse with the equation 9x2+16y2=144. [10.2]

  4. 51. Find an equation of the ellipse with vertices (0, −5) and (0, 5) and minor axis of length 4. [10.2]

Synthesis

  1. 52. Straight-Line Depreciation. A company buys an office machine for $5200 on January 1 of a given year. The machine is expected to last for 8 years, at the end of which time its trade-in value, or salvage value, will be $1100. If the company’s accountant figures the decline in value to be the same each year, then its book values, or salvage values, after t years, 0t8, form an arithmetic sequence given by

    at=Ct(CSN),

    where C is the original cost of the item ($5200), N is the number of years of expected life (8), and S is the salvage value ($1100).

    1. Find the formula for at for the straight-line depreciation of the office machine.

    2. Find the salvage value after 0 year, 1 year, 2 years, 3 years, 4 years, 7 years, and 8 years.

  2. 53. Find a formula for the sum of the first n odd natural numbers:

    1+3+5++(2n1).
  3. 54. Find three numbers in an arithmetic sequence such that the sum of the first and the third is 10 and the product of the first and the second is 15.

  4. 55. Find the first term and the common difference for the arithmetic sequence for which

    a2=403qanda4=10p+q.

If p, m, and q form an arithmetic sequence, it can be shown that m=(p+q)/2. The number m is the arithmetic mean, or average, of p and q. Given two numbers p and q, if we find k other numbers m1, m2,, mk such that

p, m1, m2,, mk, q

forms an arithmetic sequence, we say that we have “inserted k arithmetic means between p and q.”

  1. 56. Insert three arithmetic means between −3 and 5.

  2. 57. Insert four arithmetic means between 4 and 13.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.128.94.171