What even is this?
An arithmetic sequence is a list of numbers where you always add (or subtract) the same amount to get from one term to the next. The amount you add each time is called the common difference (d).
Real-life examples: a training plan that adds 3 km per week, cinema rows with 3 extra seats per row, saving $50 more each month. Anywhere the change is constant, that's arithmetic.
Each term is found by adding the same value (d) to the one before it. The "staircase" below shows the sequence 3, 7, 11, 15, 19, each step up is exactly 4.
Subtract any term from the next one:
d = tโ โ tโ = tโ โ tโ = ...
e.g. 20, 15, 10, 5, ... has d = โ5. The sequence is decreasing.
Rather than listing every term to reach the 50th, there's a formula. It works because every term is just the first term with (nโ1) lots of d added on.
๐ต Find tโ
Sub in a, n, and d. Calculate.
e.g. Find tโโ when a=3, d=4:
tโโ = 3 + 9ร4 = 39
๐ข Find n
Set tโ = target value. Solve the equation for n.
e.g. When does tโ = 63?
3+(nโ1)ร4=63 โ n=16
๐ก Find a or d
Sub in what you know. Solve for the unknown variable.
e.g. tโโ=47, d=4:
a+11ร4=47 โ a=3
The sum of the first n terms is called an arithmetic series. There are two equivalent formulas, use whichever is easier for the information you have.
Formula 1, Use when you know a and d
Sub in a, d, and n. This always works.
Formula 2, Use when you know first and last term
Where l = last term (tโ). Average the first and last, then multiply by n.
Sequence: 12, 15, 18, 21, ... | a = 12, d = 3
How many seats are in row 10?
Use tโ = a + (nโ1)d with n = 10:
tโโ = 12 + (10โ1) ร 3 = 12 + 27 = 39 seats
Which row has exactly 42 seats?
Set tโ = 42 and solve for n:
12 + (nโ1) ร 3 = 42
(nโ1) ร 3 = 30
n โ 1 = 10
n = 11 โ (check: 12 + 10ร3 = 42 โ)
Total seats in the first 10 rows?
Use Sโ = n/2 ร (a + l) = 10/2 ร (12 + 39)
= 5 ร 51 = 255 seats
Or Formula 1: Sโโ = 10/2 ร (2ร12 + 9ร3) = 5 ร (24+27) = 5 ร 51 = 255 โ
If the cinema has a total of 255 seats arranged this way, how many rows are there?
From Step 3 we already know Sโโ = 255, so there are 10 rows. On an exam you might need to solve Sโ = 255 using the sum formula and your calculator, but always check your answer makes sense in context.
Tap to reveal the answer. Try it yourself first!
General term: tโ = a + (nโ1)d = 5 + (nโ1) ร 4 = 5 + 4n โ 4 = 4n + 1
Check: tโ = 4(1)+1 = 5 โ tโ = 4(2)+1 = 9 โ tโ = 4(3)+1 = 13 โ
For the first negative term: tโ < 0
50 + (nโ1)(โ6) < 0
50 โ 6n + 6 < 0
56 โ 6n < 0
n > 56/6 = 9.33...
So n = 10 is the first negative term.
Check: tโ = 50 + 8ร(โ6) = 50โ48 = 2 (still positive), tโโ = 50 + 9ร(โ6) = 50โ54 = โ4 (first negative โ)
Use tโ = 22 to find a:
a + 3d = 22 โ a + 15 = 22 โ a = 7
Check: 7, 12, 17, 22 โ (tโ=22) tโ = 7 + 8ร5 = 47 โ
Method 1 (Formula 1):
Sโโ = 20/2 ร (2ร6 + 19ร5) = 10 ร (12 + 95) = 10 ร 107 = 1070
Method 2 (Formula 2):
tโโ = 6 + 19ร5 = 101
Sโโ = 20/2 ร (6 + 101) = 10 ร 107 = 1070 โ
Each additional hour adds $35 โ d = 35
Sequence: 115, 150, 185, 220, 255, 290, ...
tโ = 115 + 5 ร 35 = 115 + 175 = $290
This is a classic context question, the arithmetic sequence models the total charge after n hours. The call-out fee sets the first term; the hourly rate is the common difference.