Photo AI

Last Updated Sep 27, 2025

Arithmetic Series Simplified Revision Notes

Revision notes with simplified explanations to understand Arithmetic Series quickly and effectively.

user avatar
user avatar
user avatar
user avatar
user avatar

415+ students studying

4.3.2 Arithmetic Series

Arithmetic Series

The word 'series' describes the act of adding all of the terms in a sequence together.

infoNote

📑Example:

  • The sequence 2,5,8,2, 5, 8, \ldots has series 2+5+8+2 + 5 + 8 + \ldots

Formulae for Arithmetic Series

nthn^{th} term:

u1=au_1 = a u2=a+du_2 = a + d u3=a+2du_3 = a + 2d un=a+(n1)du_n = a + (n-1)d

Summing Series

SnS_n denotes summing the first nn terms of a series.

e.g. for the sequence 1,7,13,19,251, 7, 13, 19, 25

S3S_3 is the sum of the first 33 terms S3=1+7+13=21\Rightarrow S_3 = 1 + 7 + 13 = 21

Sn=n2[2a+(n1)d]S_n = \frac{n}{2} [2a + (n-1)d]

where nn is the position of the last term, aa is the first term, and dd is the common difference.

Proof:

Sn=a+(a+d)+(a+2d)+(a+3d)++[a+(n1)d]S_n = a + (a + d) + (a + 2d) + (a + 3d) + \ldots + [a + (n-1)d] =na+d+2d+3d++(n1)d= na + d + 2d + 3d + \ldots + (n-1)d

SnS_n in reverse is Sn=[(n1)d]+[a+(n2)d]++3d+2d+d+naS_n = [(n-1)d] + [a + (n-2)d] + \ldots + 3d + 2d + d + na

Adding SnS_n to its reversed version:

Sn+Sn=2Sn=na+d+2d+3d++(n1)dS_n + S_n = 2S_n = na + d + 2d + 3d + \ldots + (n-1)d
  • na+(n1)d+(n2)d++dna + (n-1)d + (n-2)d + \ldots + d Grouping Corresponding terms
=2Sn=2na+nd+nd+nd++nd(n-1) of these= 2S_n = 2na + nd + nd + nd + \ldots + nd \quad \text{(n-1) of these} 2Sn=2na+(n1)nd\Rightarrow 2S_n = 2na + (n-1)nd 2Sn=n[2a+(n1)d]\Rightarrow 2S_n = n[2a + (n-1)d] Sn=n2[2a+(n1)d]\Rightarrow S_n = \frac{n}{2} [2a + (n-1)d]
infoNote

📑Example: Find n=1100(2n+3)\sum_{n=1}^{100} (2n + 3).

  1. Write out the first few terms of the sequence to find aa and dd:
u1=2(1)+3=5u2=2(2)+3=7u3=2(3)+3=9u_1 = 2(1) + 3 = 5 \\ u_2 = 2(2) + 3 = 7 \\ u_3 = 2(3) + 3 = 9

So, a=5a = 5, d=2d = 2, n=100n = 100 (number of terms we are summing).

  1. Use SnS_n formula:
S100=12(100)[2(5)+99(2)]=:highlight[10,400]S_{100} = \frac{1}{2} (100) [2(5) + 99(2)] = :highlight[10,400]

The third and eighth terms of an arithmetic series are 72 and 37, respectively.

a. Find the first term and common difference of the series.

b. Find the sum of the first 25 terms of the series.

  • From the given information, we can set up the equations:
a+2d=72(Equation 1)a+7d=37(Equation 2)a + 2d = 72 \quad \text{(Equation 1)}\\ a + 7d = 37 \quad \text{(Equation 2)}

Extract information from the question and write in terms of aa and dd.

  • Solving these equations: image
From the calculator::success[a=86],:success[d=7]\text{From the calculator:} \quad :success[a = 86], \quad :success[d = -7]

(Make use of calculators if full working is not required.)

b. To find the sum of the first 2525 terms S25S_{25}:

S25=12(25)[2(86)+24(7)]=:success[50]S_{25} = \frac{1}{2} (25) [2(86) + 24(-7)] = :success[50]

Summing series in which the first term is not n=1n = 1

infoNote

📑Example:

n=2159(6n+1)\sum_{n=21}^{59} (6n+1)
  • A common error is S59S21S_{59} - S_{21}, removing u21u_{21}, which we need. Method 1: S59S20S_{59} - S_{20}
a=7d=6n=59 or 20\begin{align*} a &= 7 \\ d &= 6 \\ n &= 59 \text{ or } 20 \end{align*}S59S20=12(59)[2(7)+58(6)]12(20)[2(7)+19(6)]S_{59} - S_{20} = \frac{1}{2} (59)[2(7) + 58(6)] - \frac{1}{2} (20)[2(7) + 19(6)]=10,6797,280=:success[3,399]= 10,679 - 7,280 = :success[3,399]

Method 2:

Sn=n2[a+l]S_n = \frac{n}{2} [a + l]a+(n1)da+(n-1)d

where aa is the first term being summed, ll is the last term being summed, and nn is the number of terms being summed.

aa is when n=21n=21

ll is when n=59n=59

a=6(21)+1=127l=6(59)+1=355n=5921+1=39(To count 1st term)\begin{align*} a &= 6(21) + 1 = 127 \\ l &= 6(59) + 1 = 355 \\ n &= 59 - 21 + 1 = 39 \quad (\text{To count 1st term}) \end{align*}S=12(39)[127+355]=:success[9,399]\therefore S = \frac{1}{2} (39) [127 + 355] = :success[9,399]

Note: This method is more efficient as it is algebraic rather than numerical iterations, i.e., when n,d,or an, d, or\ a is unknown.


infoNote

📝A sequence of terms u1,u2,u3,u_1, u_2, u_3, \ldots is defined by

un=2n+5,for n1.u_n = 2n + 5, \quad \text{for } n \geq 1.

(i) Write down the values of u1,u2 and u3u_1, u_2\ and\ u_3.

:success[u1=7],:success[u2=9],:success[u3=11]:success[u_1 = 7], \quad :success[u_2 = 9], \quad :success[u_3 = 11]

(ii) State what type of sequence it is.

Arithmetic

(iii) Given that n=1Nun=2200\sum_{n=1}^N u_n = 2200, find the value of N.

SN=12N[2a+(N1)d]S_N = \frac{1}{2} N [2a + (N-1)d]

Where a=7a = 7 and d=2d = 2:

12N[2(7)+(N1)2]=2200\therefore \frac{1}{2} N [2(7) + (N-1)2] = 220012N[14+2N2]=2200\Rightarrow \frac{1}{2} N [14 + 2N - 2] = 2200N[12+2N]=4400\Rightarrow N [12 + 2N] = 440012N+2N2=4400\Rightarrow 12N + 2N^2 = 44002N2+12N4400=0\Rightarrow 2N^2 + 12N - 4400 = 0:success[N=44]or50(not an element of N)\Rightarrow :success[N = 44] \quad \text{or} \quad \cancel {-50} \quad \text{(not an element of } \mathbb{N} \text{)}

Books

Only available for registered users.

Sign up now to view the full note, or log in if you already have an account!

500K+ Students Use These Powerful Tools to Master Arithmetic Series

Enhance your understanding with flashcards, quizzes, and exams—designed to help you grasp key concepts, reinforce learning, and master any topic with confidence!

30 flashcards

Flashcards on Arithmetic Series

Revise key concepts with interactive flashcards.

Try Maths Pure Flashcards

3 quizzes

Quizzes on Arithmetic Series

Test your knowledge with fun and engaging quizzes.

Try Maths Pure Quizzes

29 questions

Exam questions on Arithmetic Series

Boost your confidence with real exam questions.

Try Maths Pure Questions

27 exams created

Exam Builder on Arithmetic Series

Create custom exams across topics for better practice!

Try Maths Pure exam builder

12 papers

Past Papers on Arithmetic Series

Practice past papers to reinforce exam experience.

Try Maths Pure Past Papers

Other Revision Notes related to Arithmetic Series you should explore

Discover More Revision Notes Related to Arithmetic Series to Deepen Your Understanding and Improve Your Mastery

96%

114 rated

Arithmetic Sequences & Series

Arithmetic Sequences

user avatar
user avatar
user avatar
user avatar
user avatar

385+ studying

186KViews
Load more notes

Join 500,000+ A-Level students using SimpleStudy...

Join Thousands of A-Level Students Using SimpleStudy to Learn Smarter, Stay Organized, and Boost Their Grades with Confidence!

97% of Students

Report Improved Results

98% of Students

Recommend to friends

500,000+

Students Supported

50 Million+

Questions answered