Arithmetic Sequence โ a list of numbers where the difference between consecutive terms is always the same.
That fixed difference is called the Common Difference (d).
โก Super Memory PointA ยท P ยท S โ Always Plus Same (d is always added each time)
General Term (n-th Term)
\( a_n = a_1 + (n-1)d \)
โก Memory Key"First + Steps" โ \(a_1\) is where you START, \((n-1)d\) is how many STEPS you take
Sum of First n Terms
\( S_n = \dfrac{n}{2}(a_1 + a_n) \quad \text{or} \quad S_n = \dfrac{n}{2}[2a_1 + (n-1)d] \)
โก Memory Key"Average ร Count" โ \(\dfrac{a_1+a_n}{2}\) is the average, \(n\) is the count
โ ๏ธ Common Mistake Alert!
The formula uses (nโ1)d, NOT nยทd !
Think: if n=1 (first term), you take ZERO steps โ (1โ1)d = 0 โ
KEY VOCAB
๐ aโ = first term (starting point)
๐ d = common difference (step size)
๐ aโ = n-th term (the term you want to find)
๐ Sโ = sum of first n terms
๐ arithmetic mean = the middle value between two terms
โก Find d instantly!d = (any term) โ (the term before it)
e.g. 2, 5, 8, 11 โ d = 5โ2 = 3
Which of the following sequences is NOT an arithmetic sequence?
๐ EXPLANATION
A) d=3 โ B) d=0 โ C) d=โ3 โ
D) 1,2,4,8,16 โ differences are 1,2,4,8 (NOT constant) โ this is a geometric sequence, not arithmetic! Trick: d=0 is allowed (constant sequence is arithmetic too!)
Q 04โญ STARTER
Using the formula \(a_n = a_1 + (n-1)d\), find the 5th term when \(a_1 = 3\) and \(d = 6\).
๐ก Substitute n=5 directly
๐ EXPLANATION
\(a_5 = 3 + (5-1)\times 6 = 3 + 24 = 27\)
Common mistake: using \(n\) instead of \((n-1)\) โ \(3+5\times6=33\) โ
Q 05โญ STARTER
Find the sum of the first 4 terms of the sequence 1, 3, 5, 7.
The arithmetic mean of 8 and 20 is ___? (Arithmetic mean = the middle term between two values in an arithmetic sequence)
๐ EXPLANATION
Arithmetic mean = \(\dfrac{8+20}{2} = \dfrac{28}{2} = 14\)
Check: 8, 14, 20 โ differences are both 6 โ
Q 10โญโญ EASY
In an arithmetic sequence, \(a_3 = 11\) and \(a_7 = 27\).
What is the common difference \(d\)?
๐ก From term 3 to term 7, how many steps? Use that to find d
๐ EXPLANATION
From \(a_3\) to \(a_7\) โ 4 steps of d
\(a_7 = a_3 + 4d \Rightarrow 27 = 11 + 4d \Rightarrow 4d = 16 \Rightarrow d = 4\) Key: number of steps = difference in indices = 7โ3 = 4
LEVEL 3 โ Core Challenges
Q 11โญโญโญ MEDIUM
Find \(a_1\) if \(a_5 = 23\) and \(d = 3\).
๐ก Work backwards from aโ
๐ EXPLANATION
\(a_5 = a_1 + 4d \Rightarrow 23 = a_1 + 12 \Rightarrow a_1 = 11\)
Or: work backwards โ subtract d four times: 23โ20โ17โ14โ11
Q 12โญโญโญ MEDIUM
How many terms are in the arithmetic sequence: 7, 11, 15, โฆ, 79?
๐ก Classic Gauss problem โ use Sโ formula with aโ=1, aโ=100
๐ EXPLANATION
\(S_{100} = \dfrac{100}{2}(1+100) = 50 \times 101 = 5050\)
Fun fact: the mathematician Gauss figured this out as a child! โญ
Q 14โญโญโญ MEDIUM
An arithmetic sequence has \(S_5 = 35\) and \(a_1 = 3\).
What is the common difference?
๐ก Use \(S_n = \frac{n}{2}[2a_1 + (n-1)d]\) and plug in what you know
๐ EXPLANATION
\(35 = \dfrac{5}{2}[2(3)+(5-1)d] = \dfrac{5}{2}[6+4d]\)
\(35\times2 = 5(6+4d) \Rightarrow 70 = 30+20d \Rightarrow 20d=40 \Rightarrow d=\mathbf{3}\) โ
Check: 3,6,9,12,15 โ sum = 45? Wait: 3+6+9+12+15=45... Let's recheck.
Actually \(35 = \frac{5}{2}(6+4d)\): \(14=6+4d\), \(4d=8\), \(d=2\). Hmm โ let's verify with d=2: 3,5,7,9,11 โ 3+5+7+9+11=35 โ.
So \(d = 2\)! โ โ The answer is A.
Q 15โญโญโญ MEDIUM
Three numbers form an arithmetic sequence. Their sum is 21 and the largest is 9.
What are the three numbers?
๐ก Let the middle term = m. Then the three terms are (mโd), m, (m+d)
๐ EXPLANATION
Let the three terms be \((m-d),\ m,\ (m+d)\)
Sum: \((m-d)+m+(m+d)=3m=21 \Rightarrow m=7\)
Largest = \(m+d=9 \Rightarrow 7+d=9 \Rightarrow d=2\)
Terms: 5, 7, 9 โ Check: 5+7+9=21 โ, largest=9 โ Golden trick: for 3-term AP, always let middle = m โ sum = 3m!
LEVEL 4 โ Advanced
Q 16โญโญโญโญ HARD
Given \(S_n = 3n^2 + 2n\), find \(a_5\) using the relationship \(a_n = S_n - S_{n-1}\).
๐ก Compute Sโ and Sโ separately, then subtract