Arithmetic Progressions • Topic 2 of 5

Components of an AP

An Arithmetic Progression is completely pinned down by just two numbers: its first term and its common difference. Once you know these two, every other term — and the whole sequence — is determined. The other quantities ($n$ and the last term) are then read off as needed.

First term ($a$). This is the starting value of the AP, the term in position 1. In $5, 9, 13, 17, \dots$ the first term is $a = 5$. It can be any number — positive, negative, a fraction or a decimal.

Common difference ($d$). The fixed amount added to move from one term to the next, found by subtracting any term from the term that follows it: $d = a_2 - a_1 = a_3 - a_2 = \dots$ Because it is "next minus previous", a falling sequence gives a negative $d$.

  • $d > 0$: the AP is increasing (e.g. $3, 7, 11, 15$ with $d = 4$).
  • $d < 0$: the AP is decreasing (e.g. $20, 17, 14, 11$ with $d = -3$).
  • $d = 0$: every term is the same (a constant AP).

Number of terms ($n$). For a finite AP this counts how many terms there are; $n$ is always a positive whole number. The position of a term is its term-number: the first term sits at $n = 1$, the second at $n = 2$, and so on.

Last term ($l$, also written $a_n$). The final term of a finite AP. It follows from the others by $l = a + (n - 1)d$. The same formula, read backwards, lets you find $n$ when the first, last and common difference are known: $n = \dfrac{l - a}{d} + 1$.

How the terms are built. Each term stacks one more $d$ on top of $a$: $a_1 = a$, $a_2 = a + d$, $a_3 = a + 2d$, $a_4 = a + 3d$, and in general the $n$th term carries $(n - 1)$ copies of $d$. The pattern "position minus one, times $d$" is the heart of the next topic.

Finding $a$ and $d$ from two known terms. A frequent task: you are told, say, the 4th and 7th terms. Write each as $a + (\text{position} - 1)d$, getting two equations, then subtract to eliminate $a$ and solve for $d$; finally substitute back for $a$. This subtract-to-eliminate trick is used constantly in this chapter.

Reading the components off a real situation. In a word problem, the starting value of whatever is changing is $a$, and the fixed step-up or step-down is $d$. A salary of ₹12000 rising by ₹500 a year gives $a = 12000$, $d = 500$; a tank starting at 80 cm and losing 6 cm an hour gives $a = 80$, $d = -6$. Pinning down these two numbers first turns almost every AP word problem into a routine substitution.

The components are independent. Two different APs can share the same first term but differ in $d$, or share the same $d$ but start differently. Because of this, you genuinely need two pieces of information to fix an AP — typically two terms, or one term plus $d$, or the sum together with another fact. A single term on its own is never enough.

Common mistakes to avoid. (1) Computing $d$ as previous minus next, which reverses its sign. (2) Forgetting that the $n$th term carries $(n-1)$ — not $n$ — common differences, leading to an off-by-one error. (3) Treating a non-integer answer for $n$ as valid; the number of terms must be a positive integer, so a fractional $n$ means the value is not actually a term of that AP.

Labelled AP 3, 7, 11, 15, 19, 23 marking first term a, common difference d, number of terms n and last term lThe four components of an AP3711151923a = 3 (first term)l = 23 (last term)d = 7 − 3 = 4n = 6 terms in allTwo numbers — a and d — fix the whole APStacked diagram showing each term builds on a by adding one more d, so the nth term carries n minus one copies of dEach term stacks one more d on aat₁ = aadt₂ = a + daddt₃ = a + 2dadddt₄ = a + 3dtn = a + (n − 1)d(n − 1) copies of dPosition 1 has zero d’s; the nth term has (n − 1) of them
1
Worked Example
For the AP 12, 7, 2, -3, -8, ... find the first term, the common difference, and state whether it is increasing or decreasing.
Solution
  1. First term $a = 12$.
  2. Common difference $d = 7 - 12 = -5$ (check: $2 - 7 = -5$).
  3. Since $d < 0$, the terms decrease.

Answer: $a = 12,\ d = -5$; a decreasing AP.

2
Worked Example
An AP has first term 8 and common difference 6. Write the first 5 terms and find the 10th term.
Solution
  1. $a_1 = 8$.
  2. $a_2 = 8 + 6 = 14$; $a_3 = 14 + 6 = 20$; $a_4 = 20 + 6 = 26$; $a_5 = 26 + 6 = 32$.
  3. First five terms: 8, 14, 20, 26, 32.
  4. $a_{10} = a + 9d = 8 + 9 \times 6 = 8 + 54 = 62$.

Answer: First five terms 8, 14, 20, 26, 32; tenth term $= 62$.

3
Worked Example
In an AP the 4th term is 17 and the 7th term is 26. Find the first term and the common difference.
Solution
  1. $a_4 = a + 3d = 17$ ... (1)
  2. $a_7 = a + 6d = 26$ ... (2)
  3. Subtract (1) from (2): $3d = 9$, so $d = 3$.
  4. From (1): $a + 9 = 17$, so $a = 8$.

Answer: $a = 8,\ d = 3$.

4
Worked Example
How many terms are there in the AP 7, 13, 19, ..., 205?
Solution
  1. Here $a = 7$, $d = 6$, last term $l = 205$.
  2. Use $l = a + (n - 1)d$: $205 = 7 + (n - 1)6$.
  3. $198 = (n - 1)6 \Rightarrow n - 1 = 33 \Rightarrow n = 34$.

Answer: There are 34 terms.

5
Worked Example
The first term of an AP is 10 and the last term is 50. If the common difference is 5, how many terms does it have?
Solution
  1. $a = 10$, $l = 50$, $d = 5$.
  2. $n = \dfrac{l - a}{d} + 1 = \dfrac{50 - 10}{5} + 1$.
  3. $= \dfrac{40}{5} + 1 = 8 + 1 = 9$.

Answer: The AP has 9 terms.

6
Worked Example
Find the common difference and the missing term: 5, ___, 11 are in AP.
Solution
  1. In three terms in AP, the middle term is the average of its neighbours.
  2. Middle $= \dfrac{5 + 11}{2} = \dfrac{16}{2} = 8$.
  3. So the terms are 5, 8, 11 and $d = 8 - 5 = 3$.

Answer: Missing term $= 8$; $d = 3$.

7
Worked Example
The 3rd term of an AP is 5 and the 7th term is 9. Find the AP.
Solution
  1. $a_3 = a + 2d = 5$ ... (1)
  2. $a_7 = a + 6d = 9$ ... (2)
  3. Subtract (1) from (2): $4d = 4 \Rightarrow d = 1$.
  4. From (1): $a + 2 = 5 \Rightarrow a = 3$.
  5. AP: 3, 4, 5, 6, 7, ...

Answer: The AP is 3, 4, 5, 6, 7, ... ($a = 3,\ d = 1$).

8
Worked Example
For the AP $\dfrac{1}{2}, \dfrac{3}{2}, \dfrac{5}{2}, \dfrac{7}{2}, \dots$ find $a$ and $d$.
Solution
  1. First term $a = \dfrac{1}{2}$.
  2. $d = \dfrac{3}{2} - \dfrac{1}{2} = \dfrac{2}{2} = 1$.
  3. Check: $\dfrac{5}{2} - \dfrac{3}{2} = 1$, consistent.

Answer: $a = \dfrac{1}{2},\ d = 1$.

9
Worked Example
In an AP, $a = 3$ and the 8th term is 24. Find the common difference and the 15th term.
Solution
  1. $a_8 = a + 7d = 24$, and $a = 3$.
  2. $3 + 7d = 24 \Rightarrow 7d = 21 \Rightarrow d = 3$.
  3. $a_{15} = a + 14d = 3 + 14 \times 3 = 3 + 42 = 45$.

Answer: $d = 3$; the 15th term is 45.

10
Worked Example
Two APs have the same common difference. The first terms are 8 and 3. What is the difference between their 30th terms?
Solution
  1. Let the common difference be $d$ (same for both).
  2. First AP 30th term: $8 + 29d$. Second AP 30th term: $3 + 29d$.
  3. Difference: $(8 + 29d) - (3 + 29d) = 8 - 3 = 5$.
  4. The $29d$ terms cancel, so the gap is just the difference of first terms.

Answer: The difference between their 30th terms is 5.

11
Worked Example
The 4th term of an AP is 0. Show that its 25th term is three times its 11th term.
Solution
  1. $a_4 = a + 3d = 0$, so $a = -3d$.
  2. $a_{11} = a + 10d = -3d + 10d = 7d$.
  3. $a_{25} = a + 24d = -3d + 24d = 21d$.
  4. Now $21d = 3 \times 7d$, i.e. $a_{25} = 3\,a_{11}$.

Answer: Proved: $a_{25} = 21d = 3(7d) = 3\,a_{11}$.

12
Worked Example
For what value of $k$ are $k + 9,\ 2k - 1,\ 2k + 7$ three consecutive terms of an AP?
Solution
  1. For an AP, twice the middle term equals the sum of the outer two: $2(2k - 1) = (k + 9) + (2k + 7)$.
  2. Left: $4k - 2$. Right: $3k + 16$.
  3. $4k - 2 = 3k + 16 \Rightarrow k = 18$.
  4. Check: terms become $27, 35, 43$ — gaps of $8$, an AP.

Answer: $k = 18$.

Key Points

  • First term ($a$) is the starting value of the AP.
  • Common difference ($d$) $=$ any term minus the previous term.
  • If $d > 0$ the AP is increasing; if $d < 0$ it is decreasing; if $d = 0$ it is constant.
  • Number of terms ($n$) counts the terms; it is always a positive integer.
  • Last term $l = a + (n - 1)d$; rearranged, $n = \dfrac{l - a}{d} + 1$.
  • Given two terms, write each as $a + (\text{position}-1)d$ and subtract to find $d$, then back-substitute for $a$.
Tap an option to check your answer0 / 4
Q1.The first term of an AP is denoted by:
Explanation: $a$ is the first term.
Q2.The common difference is denoted by:
Explanation: $d$ is the common difference.
Q3.The $n$th term is usually denoted by:
Explanation: $a_n$ (or $t_n$).
Q4.If $a=2$ and $d=3$, the second term is:
Explanation: $a_2=a+d=5$.