Arithmetic Series

A LevelAQAEdexcelOCR

Arithmetic Series

A series is a sequence where the goal is to add all the terms together. We will study arithmetic series and geometric series.

Recall: Notation from Sequences:

aa is first term

dd is difference, the amount we add each time

nn is the number of terms in the series

We will also introduce ll, which is the last term of the series. Since there are nn terms in the series and we have an nnth term equation for arithmetic sequences, we have a formula for ll:

l=a+(n1)dl=a+(n-1)d

Make sure you are happy with the following topics before continuing.

A LevelAQAEdexcelOCR

Adding the Terms

The sum of an arithmetic series with nn terms is:

Sn=n(a+l)2S_{n}=dfrac{n(a+l)}{2}

We can prove this result:

Sn=a+(a+d)+(a+2d)+...+(ld)+l=l+(ld)+(l2d)+...+(a+d)+a2Sn=(a+l)+(a+l)+(a+l)+...+(a+l)+(a+l)Sn=n(a+l)2begin{aligned}S_{n}&=a+(a+d)+(a+2d)+…+(l-d)+l[1.2em]&=l+(l-d)+(l-2d)+…+(a+d)+a[1.2em]2S_{n}&=(a+l)+(a+l)+(a+l)+…+(a+l)+(a+l)[1.2em]S_{n}&=dfrac{n(a+l)}{2}end{aligned}

 

If we substitute in our formula for ll, we get:

Sn=n2(2a+(n1)d)S_{n}=dfrac{n}{2}(2a+(n-1)d)

A LevelAQAEdexcelOCR

Sum Notation

sum means sum, and we can use it instead of writing SnS_{n} to represent arithmetic series.

Example: n=120(3n+4)sum_{n=1}^{20}(3n+4) means the sum up to the 2020th term of the arithmetic progression defined by 3n+43n+4.

A LevelAQAEdexcelOCR

Natural Number Arithmetic Progressions

The sum of the first nn natural numbers (positive whole numbers) is:

Sn=1+2+3+...+(n1)+nS_n = 1 + 2 + 3 + … + (n-1) + n

So a=1a=1, l=nl = n and n=nn = n.

If we put these values into the formula we have already seen, we would get:

Sn=12n(n+1)S_n = dfrac{1}{2} n (n+1)

A LevelAQAEdexcelOCR
A LevelAQAEdexcelOCR

Example 1: Arithmetic Series in Practice

Jon is training for a marathon. Last week his furthest run was 44 miles. He plans to increase the length he runs by 1.11.1 miles per day. What is the total distance he has run by the time he reaches his goal of 2626 miles?

[2 marks]

a=4a=4

d=1.1d=1.1

l=26l=26

Find number of terms between aa and ll

n=2641.1=221.1=20n=dfrac{26-4}{1.1}=dfrac{22}{1.1}=20

Need to add 11 because both the first and last terms are included.

n=21n=21

Substitute into formula:

Sn=n(a+l)2S21=21(4+26)2=21×302=6302=315 milesbegin{aligned}S_{n}&=dfrac{n(a+l)}{2} [1.2em] S_{21}&=dfrac{21(4+26)}{2}[1.2em]&= dfrac{21times 30}{2}[1.2em]&=dfrac{630}{2}[1.2em]&=315 text{ miles} end{aligned}

A LevelAQAEdexcelOCR

Example 2: Sum Notation

Find n=150(3n+4)sum_{n=1}^{50}(3n+4)

[2 marks]

This means the sum of the first 5050 terms of the sequence defined by 3n+43n+4.

a=3×1+4=3+4=7a=3times 1+4=3+4=7

d=3d=3

n=50n=50

Substitute into formula:

n=150(3n+4)=502(2×7+(501)3)=25(14+49×3)=25(14+147)=25×161=4025begin{aligned}sum_{n=1}^{50}(3n+4)&=dfrac{50}{2}(2times 7+(50-1)3)[1.2em]&=25(14+49times 3)[1.2em]&=25(14+147)[1.2em]&=25times 161[1.2em]&=4025end{aligned}

A LevelAQAEdexcelOCR

Arithmetic Series Example Questions

Question 1: Consider the sum of the first kk natural numbers.

i) Express this in sum notation.

ii) Find a formula for the sum in terms of kk.

iii) What is the value of this sum when k=100k=100?

iv) If the sum has value 5555, what is the value of kk?

[8 marks]

A Level AQAEdexcelOCR

i) n=1knsum_{n=1}^{k}n

 

 

ii) Arithmetic progression with:

 

a=1a=1

 

d=1d=1

 

n=kn=k

 

Sub into formula:

 

n=1kn=k2(2×1+(k1)1)=k2(2+k1)=k(k+1)2begin{aligned}sum_{n=1}^{k}n&=dfrac{k}{2}(2times 1+(k-1)1)[1.2em]&=dfrac{k}{2}(2+k-1)[1.2em]&=dfrac{k(k+1)}{2}end{aligned}

 

 

iii) k=100k=100

 

n=1100n=100(100+1)2=100×1012=101002=5050begin{aligned}sum_{n=1}^{100}n&=dfrac{100(100+1)}{2}[1.2em]&=dfrac{100times 101}{2}[1.2em]&=dfrac{10100}{2}[1.2em]&=5050end{aligned}

 

 

iv) n=1kn=55sum_{n=1}^{k}n=55

 

k(k+1)2=55dfrac{k(k+1)}{2}=55

 

k(k+1)=110k(k+1)=110

 

k2+k=110k^{2}+k=110

 

k2+k110=0k^{2}+k-110=0

 

(k10)(k+11)=0(k-10)(k+11)=0

 

k=10k=10 or k=11k=-11

 

11-11 not feasible

 

k=10k=10

MME Premium Laptop

Save your answers with

MME Premium

Gold Standard Education

Question 2: Find the sum of the first ten terms of the arithmetic series that begins

3,8,13,18…3,8,13,18…

[3 marks]

A Level AQAEdexcelOCR

a=3a=3

d=5d=5

n=10n=10

Substitute into formula:

Sn=102(2×3+(101)5)=5(6+9×5)=5(6+45)=5×51=255begin{aligned}S_{n}&=dfrac{10}{2}(2times 3+(10-1)5)[1.2em]&=5(6+9times 5)[1.2em]&=5(6+45)[1.2em]&=5times 51[1.2em]&=255end{aligned}

MME Premium Laptop

Save your answers with

MME Premium

Gold Standard Education

Question 3: At the start of every month, Jenny deposits an amount of money into her savings account. The first month she put in £10£10, the second month £20£20, the third month £30£30, and so on. How much does she have saved after 22 years?

[4 marks]

A Level AQAEdexcelOCR

22 years is 2424 months.

a=10a=10

d=10d=10

n=24n=24

Substitute into formula:

Sn=242(2×10+(241)10)=12(20+23×10)=12(20+230)=12×250=3000begin{aligned}S_{n}&=dfrac{24}{2}(2times 10+(24-1)10)[1.2em]&=12(20+23times 10)[1.2em]&=12(20+230)[1.2em]&=12times 250[1.2em]&=3000end{aligned}

MME Premium Laptop

Save your answers with

MME Premium

Gold Standard Education

Question 4: For an arithmetic series with first term 99 and difference 44, the sum is 184184. Find the number of terms.

[3 marks]

A Level AQAEdexcelOCR

Sn=184S_{n}=184

 

a=9a=9

 

d=4d=4

 

Substitute into formula:

 

n2(2×9+(n1)4)=184dfrac{n}{2}(2times 9+(n-1)4)=184

 

n(18+4n4)=368n(18+4n-4)=368

 

n(14+4n)=368n(14+4n)=368

 

4n2+14n=3684n^{2}+14n=368

 

4n2+14n368=04n^{2}+14n-368=0

 

2n2+7n184=02n^{2}+7n-184=0

 

(n8)(2n+23)=0(n-8)(2n+23)=0

 

n=8n=8 or n=232n=-dfrac{23}{2}

 

n=232n=-dfrac{23}{2} not feasible

 

n=8n=8

MME Premium Laptop

Save your answers with

MME Premium

Gold Standard Education

Question 5: The sum of the first kk natural numbers is 325325. Find the value of kk.

[2 marks]

A Level AQAEdexcelOCR

12k(k+1)=325dfrac{1}{2}k (k+1) = 325

k2+k=650k^2 + k = 650

k2+k650=0k^2 + k – 650 = 0

(k+26)(k25)=0(k+26)(k-25) = 0

 

kk cannot be negative so k=25k = 25.

MME Premium Laptop

Save your answers with

MME Premium

Gold Standard Education

Additional Resources

Site Logo

Exam Tips Cheat Sheet

A Level
Site Logo

Formula Booklet

A Level

Specification Points Covered

D4 – Understand and work with arithmetic sequences and series, including the formulae for nnth term and the sum to nn terms

Related Topics

Site Logo

Sequences

A Level