40% off

Early-bird ends 15 Aug, 9am

Lock in £90

Arithmetic Series and Natural Numbers

Updated August 2025

Arithmetic series, or Arithmetic Progressions, are sequences with a constant difference between terms. For the TMUA, you must master the formulas for the general term and the sum of the series, including the sum of the first nn natural numbers, and understand how sequences combine linearly.

Core concept

An Arithmetic Progression (AP) is defined by a first term aa and a common difference dd. The nthn^{th} term is un=a+(n1)du_n = a + (n - 1)d, and the sum of the first nn terms is Sn=n2(2a+(n1)d)S_n = \frac{n}{2}(2a + (n - 1)d), which can also be viewed as nn multiplied by the average of the first and last terms.

In the TMUA, you are expected to recognise and manipulate Arithmetic Progressions (APs). These are sequences where each term is found by adding a fixed amount, the common difference, to the previous term. This constant difference is denoted by dd, and the very first value in the sequence is denoted by aa.

Standard Terminology and Formulas

The fundamental definitions for an arithmetic sequence are as follows:

  1. First term: u1=au_1 = a
  2. Common difference: d=un+1und = u_{n+1} - u_n
  3. General term (nthn^{th} term): un=a+(n1)du_n = a + (n - 1)d

You should understand that unu_n is built by starting at aa and adding the difference dd exactly n1n - 1 times to reach the nthn^{th} position.

Sum of an Arithmetic Series

The sum of the first nn terms of an arithmetic progression, denoted by SnS_n, can be expressed in two primary ways. It is highly recommended that you know how to derive these formulas, as the derivation provides insight into the structure of the series.

The first form is: Sn=n2(2a+(n1)d)S_n = \frac{n}{2}(2a + (n - 1)d)

The second form is often more intuitive for geometric or conceptual problems: Sn=n2(a+un)S_n = \frac{n}{2}(a + u_n)

This second form reveals a powerful interpretation: the sum of an arithmetic series is equal to the number of terms multiplied by the average value of the terms. That is, Sn=n×(u1+un2)S_n = n \times \left(\frac{u_1 + u_n}{2}\right).

Sum of the First nn Natural Numbers

A specific and frequent case of an arithmetic series is the sum of the first nn natural numbers (1,2,3,,n1, 2, 3, \dots, n). In this sequence, the first term a=1a = 1 and the common difference d=1d = 1. The nthn^{th} term is simply nn.

Substituting these values into the sum formula: Sn=n2(1+n)=n(n+1)2S_n = \frac{n}{2}(1 + n) = \frac{n(n + 1)}{2}

You should be prepared to use this result quickly in problems involving counting or sigma notation.

Creating New Arithmetic Series

You can generate new arithmetic series by adding or combining existing ones. If we have two arithmetic sequences: un=a+(n1)du_n = a + (n - 1)d vn=A+(n1)Dv_n = A + (n - 1)D

Their sum wn=un+vnw_n = u_n + v_n is also an arithmetic sequence. We can verify this by looking at the resulting expression: un+vn=(a+A)+(n1)(d+D)u_n + v_n = (a + A) + (n - 1)(d + D)

This new sequence has a first term of (a+A)(a + A) and a common difference of (d+D)(d + D). This property extends to any linear combination αun+βvn\alpha u_n + \beta v_n, which remains an arithmetic progression with first term αa+βA\alpha a + \beta A and common difference αd+βD\alpha d + \beta D.

Counting and the Fence Post Issue

When calculating the sum of a specific portion of a sequence, be extremely careful with the number of terms. A common mistake is the fence post error. For instance, in a sum starting at the mthm^{th} term and ending at the nthn^{th} term, the number of terms is not nmn - m, but rather nm+1n - m + 1. For example, the number of terms from u3u_3 to u10u_{10} is 103+1=810 - 3 + 1 = 8. Always check this carefully, perhaps by counting on your fingers for small intervals, to ensure your value of nn in the sum formula is correct.

Key takeaways

  • The nthn^{th} term of an AP is a+(n1)da + (n - 1)d.
  • The sum SnS_n can be calculated as the number of terms multiplied by the average of the first and last terms.
  • The sum of the first nn natural numbers is n(n+1)2\frac{n(n + 1)}{2}.
  • A linear combination of arithmetic sequences results in a new arithmetic sequence.
  • Always verify the total number of terms (nm+1n - m + 1) to avoid the fence post error.
Tips

When you see a sum in sigma notation, always write out the first two or three terms and the final term. This helps you identify aa, dd, and the total number of terms correctly, especially if the index doesn't start at 1.

Cautions

The most common error is using nn instead of n1n-1 in the formula un=a+(n1)du_n = a + (n-1)d. Remember that you don't add the difference to the first term to get the first term; you add it zero times.

Insight

An arithmetic progression is essentially a linear function f(n)=dn+(ad)f(n) = dn + (a - d) restricted to integer inputs. The common difference dd is the gradient of the line.

Worked Examples

Example 1
An arithmetic sequence TT has first term aa and common difference dd, where aa and dd are non-zero integers.
Property P is:
For some positive integer
mm, the sum of the first mm terms of the sequence is equal to the sum of the first 2m2m terms of the sequence.
For example, when
a=11a = 11 and d=2d = -2, the sequence TT has property P, because
11+9+7+5=11+9+7+5+3+1+(1)+(3)11 + 9 + 7 + 5 = 11 + 9 + 7 + 5 + 3 + 1 + (-1) + (-3)
i.e. the sum of the first 4 terms equals the sum of the first 8 terms.
Which of the following statements is/are true?
I For
TT to have property P, it is sufficient that ad<0ad < 0.
II For
TT to have property P, it is necessary that dd is even.
A:neither of them
B:I only
C:II only
D:I and II

Practice Questions

Practice Question 1
In this question, x1,x2,x3,x_1, x_2, x_3, \ldots is an arithmetic progression, all of whose terms are integers.
Let
nn be a positive integer. If the median of the first nn terms of the sequence is an integer, which of the following three statements must be true?
I The median of the first
n+2n + 2 terms is an integer.
II The median of the first
2n2n terms is an integer.
III The median of
x2,x4,x6,,x2nx_2, x_4, x_6, \ldots, x_{2n} is an integer.
A:none of them
B:I only
C:II only
D:III only
E:I and II only
F:I and III only
G:II and III only
H:I, II and III

Frequently asked questions

Can an arithmetic progression have a common difference of zero?

Yes. If d=0d = 0, every term in the sequence is equal to aa. The sum SnS_n would simply be n×an \times a. While trivial, it technically fits the definition of an AP.

What happens if the common difference is negative?

If d<0d < 0, the sequence is strictly decreasing. The formulas for the nthn^{th} term and the sum SnS_n still work perfectly with negative values of dd.

How do I find the number of terms in a finite AP if I know the first and last terms?

Rearrange the nthn^{th} term formula: n=unad+1n = \frac{u_n - a}{d} + 1. This ensures you include both the start and end 'posts' of the sequence.

Ready to test your knowledge?

You've reached the end of this section. Start a practice session to solidify your understanding and master this topic.