Skip to content

Arithmetic sequences and series

An arithmetic sequence changes by the same amount from one term to the next. This fixed amount is the common difference dd.

For example,

7,11,15,19,7,11,15,19,\ldots

is arithmetic because every term is 44 more than the previous term, so d=4d=4.

An arithmetic series is the result of adding terms of an arithmetic sequence:

7+11+15+19+.7+11+15+19+\cdots.

The distinction matters. A sequence is a list; a series is a sum.

You should be able to use nth terms and recurrence rules, solve linear equations, and rearrange formulae.

A sequence (un)(u_n) is arithmetic when

un+1un=du_{n+1}-u_n=d

for every relevant positive integer nn. The difference may be positive, negative or zero.

SequenceConsecutive differencesArithmetic?
3,8,13,18,3,8,13,18,\ldots5,5,5,5,5,5,\ldotsYes, d=5d=5
12,9,6,3,12,9,6,3,\ldots3,3,3,-3,-3,-3,\ldotsYes, d=3d=-3
2,4,8,16,2,4,8,16,\ldots2,4,8,2,4,8,\ldotsNo

Equal second differences do not make a sequence arithmetic. They indicate a quadratic sequence. Arithmetic sequences have equal first differences.

Let the first term be aa and the common difference be dd. Then

u1=a,u2=a+d,u3=a+2d,u4=a+3d.\begin{aligned} u_1&=a,\\ u_2&=a+d,\\ u_3&=a+2d,\\ u_4&=a+3d. \end{aligned}

Term nn is reached after n1n-1 steps from the first term, so

un=a+(n1)d.\boxed{u_n=a+(n-1)d}.

The factor is n1n-1, not nn. Checking n=1n=1 makes this unavoidable: the formula must give u1=au_1=a.

Find the 4040th term of 18,13,8,3,18,13,8,3,\ldots.

Here a=18a=18 and d=5d=-5. Therefore

u40=a+(401)d=18+39(5)=177.\begin{aligned} u_{40}&=a+(40-1)d\\ &=18+39(-5)\\ &=-177. \end{aligned}

The negative answer is reasonable because the sequence decreases by 55 repeatedly.

In an arithmetic sequence, u6=19u_6=19 and u15=55u_{15}=55. Find aa, dd and u30u_{30}.

Using un=a+(n1)du_n=a+(n-1)d gives

a+5d=19a+5d=19

and

a+14d=55.a+14d=55.

Subtract the first equation from the second:

9d=36,9d=36,

so d=4d=4. Substitute into a+5d=19a+5d=19:

a+20=19,a+20=19,

so a=1a=-1. Hence

u30=1+29(4)=115.u_{30}=-1+29(4)=115.

Notice that the term numbers differ by 156=915-6=9, matching the 99 equal steps used to find dd.

Determine whether 104104 is a term of the sequence 8,14,20,26,8,14,20,26,\ldots.

Here a=8a=8 and d=6d=6. Set the nth term equal to 104104:

8+6(n1)=104.8+6(n-1)=104.

Then

6(n1)=96,qquadn1=16,qquadn=17.6(n-1)=96,qquad n-1=16,qquad n=17.

Since 1717 is a positive integer, 104104 is the 1717th term.

If solving had produced, for example, n=17.5n=17.5, the number would not be a term. Positions in a sequence are positive integers.

An arithmetic sequence has u4=2u_4=2 and u11=30u_{11}=30.

  1. Find aa and dd.
  2. Find u50u_{50}.
  3. Is 101101 a term?
Answers

From a+3d=2a+3d=2 and a+10d=30a+10d=30, subtraction gives 7d=287d=28, so d=4d=4 and a=10a=-10.

u50=10+49(4)=186.u_{50}=-10+49(4)=186.

For 101101,

10+4(n1)=101-10+4(n-1)=101

gives n=28.75n=28.75. This is not an integer, so 101101 is not a term.

Write SnS_n for the sum of the first nn terms. If the first term is aa and the last of these terms is ll, write the sum forwards and backwards:

Sn=a+(a+d)+(a+2d)++l,Sn=l+(ld)+(l2d)++a.\begin{aligned} S_n&=a+(a+d)+(a+2d)+\cdots+l,\\ S_n&=l+(l-d)+(l-2d)+\cdots+a. \end{aligned}

Adding vertically makes every pair equal to a+la+l:

2Sn=(a+l)+(a+l)++(a+l).2S_n=(a+l)+(a+l)+\cdots+(a+l).

There are nn pairs, so

Sn=n2(a+l).\boxed{S_n=\frac n2(a+l)}.

Since l=un=a+(n1)dl=u_n=a+(n-1)d, an equivalent form is

Sn=n2(2a+(n1)d).\boxed{S_n=\frac n2\bigl(2a+(n-1)d\bigr)}.

These formulae say the same thing:

sum=number of terms×mean of first and last terms.\text{sum}=\text{number of terms}\times\text{mean of first and last terms}.

Use n2(a+l)\frac n2(a+l) when the last term is known. Use n2(2a+(n1)d)\frac n2(2a+(n-1)d) when aa, dd and nn are known.

Worked example 4: sum a finite arithmetic series

Section titled “Worked example 4: sum a finite arithmetic series”

Find the sum of the first 2525 terms of

6+10+14+18+.6+10+14+18+\cdots.

Here a=6a=6, d=4d=4 and n=25n=25:

S25=252(2(6)+(251)4)=252(12+96)=1350.\begin{aligned} S_{25}&=\frac{25}{2}\bigl(2(6)+(25-1)4\bigr)\\ &=\frac{25}{2}(12+96)\\ &=1350. \end{aligned}

As a check, the last term is 6+24(4)=1026+24(4)=102, so the mean term is (6+102)/2=54(6+102)/2=54. Then 25×54=135025\times54=1350.

Find

17+24+31++346.17+24+31+\cdots+346.

The last term is given, but the number of terms is not. First solve

17+(n1)7=346.17+(n-1)7=346.

Thus

7(n1)=329,qquadn1=47,qquadn=48.7(n-1)=329,qquad n-1=47,qquad n=48.

Now use the first and last terms:

S48=482(17+346)=24(363)=8712.S_{48}=\frac{48}{2}(17+346)=24(363)=8712.

Do not use 346/7346/7 to count the terms. The sequence does not begin at 77 or 00.

Worked example 6: sum between two positions

Section titled “Worked example 6: sum between two positions”

For un=5n2u_n=5n-2, find the sum from u12u_{12} to u30u_{30} inclusive.

There are

3012+1=1930-12+1=19

terms. The extra 11 is essential because both endpoints are included. Also,

u12=58,qquadu30=148.u_{12}=58,qquad u_{30}=148.

These selected consecutive terms still form an arithmetic sequence, so

sum=192(58+148)=1957.\text{sum}=\frac{19}{2}(58+148)=1957.

An alternative is S30S11S_{30}-S_{11}, not S30S12S_{30}-S_{12}.

Solving equations involving an arithmetic sum

Section titled “Solving equations involving an arithmetic sum”

Because SnS_n contains both nn and n1n-1, an equation for the number of terms is usually quadratic. Solve it algebraically, then enforce the fact that nn is a positive integer.

Worked example 7: find how many terms were added

Section titled “Worked example 7: find how many terms were added”

The sequence 4,7,10,13,4,7,10,13,\ldots has first term 44 and difference 33. Find nn if Sn=175S_n=175.

175=n2(2(4)+(n1)3)350=n(3n+5)0=3n2+5n3500=(3n+35)(n10).\begin{aligned} 175&=\frac n2\bigl(2(4)+(n-1)3\bigr)\\ 350&=n(3n+5)\\ 0&=3n^2+5n-350\\ 0&=(3n+35)(n-10). \end{aligned}

Thus n=10n=10 or n=35/3n=-35/3. Reject the negative value because a number of terms must be a positive integer. Therefore

n=10.\boxed{n=10}.

Check: the tenth term is 3131, and 10(4+31)/2=17510(4+31)/2=175.

Worked example 8: find an unknown common difference

Section titled “Worked example 8: find an unknown common difference”

An arithmetic sequence begins with 1212. The sum of its first 2020 terms is 810810. Find the common difference.

810=202(2(12)+19d)81=24+19d57=19dd=3.\begin{aligned} 810&=\frac{20}{2}\bigl(2(12)+19d\bigr)\\ 81&=24+19d\\ 57&=19d\\ d&=3. \end{aligned}

The last term is then 12+19(3)=6912+19(3)=69, and 20(12+69)/2=81020(12+69)/2=810 confirms the result.

  1. Find S40S_{40} for the arithmetic sequence with a=15a=15 and d=2d=-2.
  2. Find the sum 9+14+19++2049+14+19+\cdots+204.
  3. The sequence 7,11,15,7,11,15,\ldots has Sn=462S_n=462. Find nn.
Answers
  1. S40=402(30+39(2))=20(48)=960S_{40}=\frac{40}{2}(30+39(-2))=20(-48)=-960.
  2. 9+(n1)5=2049+(n-1)5=204 gives n=40n=40. Therefore S40=402(9+204)=4260S_{40}=\frac{40}{2}(9+204)=4260.
  3. 462=n2(14+4(n1))462=\frac n2(14+4(n-1)), so 2n2+5n462=02n^2+5n-462=0. Factorising gives (2n+33)(n14)=0(2n+33)(n-14)=0. Hence n=14n=14; reject n=33/2n=-33/2.

The common difference represents a constant additive change. Check that this is a sensible model before using arithmetic formulae. Constant percentage change produces a geometric sequence instead.

A theatre has 1818 seats in its first row. Each successive row has 33 more seats than the row before. There are 2424 rows. Find the total number of seats.

The row sizes form an arithmetic sequence with a=18a=18, d=3d=3 and n=24n=24:

S24=242(2(18)+23(3))=12(105)=1260.\begin{aligned} S_{24}&=\frac{24}{2}\bigl(2(18)+23(3)\bigr)\\ &=12(105)\\ &=1260. \end{aligned}

Therefore the theatre has 12601260 seats. State the unit and answer the question in context.

Worked example 10: identify a model’s limit

Section titled “Worked example 10: identify a model’s limit”

A reservoir contains 50005000 litres and loses 120120 litres each day. Taking the initial amount as u1u_1, the model is

un=5000120(n1).u_n=5000-120(n-1).

The model predicts a non-positive amount when

5000120(n1)0.5000-120(n-1)\leq0.

This gives n42.6n\geq42.\overline{6}, so the first integer position with a non-positive prediction is n=43n=43. In reality the reservoir cannot contain a negative volume, so the arithmetic model must stop once it empties. Formulae do not remove the need to interpret their domain.

  • Sequence and series: unu_n is one term; SnS_n is the sum of the first nn terms.
  • Number of steps: from term 11 to term nn there are n1n-1 differences.
  • Negative difference: a decreasing arithmetic sequence has d<0d<0. Keep the sign when substituting.
  • Inclusive counting: terms from position pp to position qq inclusive number qp+1q-p+1.
  • Invalid roots: a term number must be a positive integer. Reject negative, zero or non-integer solutions.
  • Rounding: arithmetic sequence questions usually permit exact working. Do not round an exact common difference unnecessarily.
  • Infinite sums: a non-constant arithmetic series does not have a finite sum to infinity. The terms do not approach zero.

An arithmetic sequence has fifth term 1818 and twelfth term 4646.

  1. Find its first term and common difference.
  2. Find the sum of its first 3030 terms.
  3. Find the sum from its eighth term to its twentieth term inclusive.
Answers

The term conditions are

a+4d=18,qquada+11d=46.a+4d=18,qquad a+11d=46.

Subtracting gives 7d=287d=28, so d=4d=4 and a=2a=2.

S30=302(2(2)+29(4))=15(120)=1800.S_{30}=\frac{30}{2}\bigl(2(2)+29(4)\bigr)=15(120)=1800.

Also u8=2+7(4)=30u_8=2+7(4)=30 and u20=2+19(4)=78u_{20}=2+19(4)=78. From position 88 to position 2020 there are 208+1=1320-8+1=13 terms, so

required sum=132(30+78)=702.\text{required sum}=\frac{13}{2}(30+78)=702.

Learn how constant multiplication produces geometric sequences and series, write sums compactly using sigma notation, and apply both families in sequence and series models. For sequences defined from earlier terms, continue to sequences and recurrence relations.