What Is the Explicit Formula for the Arithmetic Sequence
You've got a list of numbers. You could write out all 47 terms, or you could use one clean equation and get the answer in seconds. Each one is exactly 3 more than the one before it. 5, 8, 11, 14, 17… and someone asks you what the 47th number is. That equation is the explicit formula for the arithmetic sequence, and once you understand how it works, you'll never want to count by hand again.
And yeah — that's actually more nuanced than it sounds.
Breaking Down the Formula Itself
So what does this formula actually look like? Here it is:
aₙ = a₁ + (n − 1)d
That's it. Four symbols, and they tap into an entire sequence of numbers. Let's talk about what each piece means, because the formula only works when you actually know what you're plugging in.
- aₙ is the term you're trying to find — the nth one, wherever n happens to land.
- a₁ is the first term in the sequence. That's your starting point.
- n is the position number. If you want the 10th term, n is 10. If you want the 100th, n is 100.
- d is the common difference — the fixed amount you add each time you move from one term to the next.
The (n − 1) part trips people up more than anything else, and we'll get to why in a moment. But for now, just know that it's there because you don't add the common difference to the first term. You add it zero times to get the first term, once to get the second, twice to get the third, and so on. By the time you reach the nth term, you've added the difference exactly (n − 1) times.
People argue about this. Here's where I land on it.
Why Does This Formula Actually Matter?
Here's the honest truth: most people encounter arithmetic sequences in school and never think about them again. But that's a mistake. The explicit formula for the arithmetic sequence shows up in real situations more often than you'd expect.
Think about a savings plan where you put an extra $50 into your account every month. That's an arithmetic sequence with d = 50. Or consider a factory assembly line that produces items at a steady increasing rate. That said, after 12 months, how much have you added in total? Or a staircase where each step rises the same height — the height of any step is just a direct application of this formula.
In practice, the explicit formula saves you from tedious counting. It also gives you the foundation for understanding more complex sequences, like geometric sequences and series, which come up in finance, computer algorithms, and engineering.
How to Use the Formula Step by Step
Let's walk through a concrete example so this stops feeling abstract.
Suppose your sequence starts at 7 and increases by 4 each time. So the sequence goes 7, 11, 15, 19, 23…
You want to find the 20th term. Here's what you do:
- Identify a₁. That's 7.
- Identify d. That's 4.
- Identify n. That's 20.
- Plug everything in: a₂₀ = 7 + (20 − 1) × 4
- Simplify: a₂₀ = 7 + 19 × 4 = 7 + 76 = 83
The 20th term is 83. Even so, you didn't have to write out 19 terms to get there. That's the whole point Took long enough..
What If You Know Two Terms and Need the Formula?
This is a scenario that comes up more than you'd think. On the flip side, maybe someone gives you the 3rd term (11) and the 7th term (27) and asks you to find the explicit formula. Here's how you handle it It's one of those things that adds up..
First, use the two terms to find d. The gap between term 3 and term 7 is 4 steps, so:
a₇ = a₃ + 4d 27 = 11 + 4d 16 = 4d d = 4
Now that you have d, work backward to find a₁:
a₃ = a₁ + 2d 11 = a₁ + 8 a₁ = 3
Now write the formula: aₙ = 3 + (n − 1) × 4. Simplify it if you want: aₙ = 4n − 1 It's one of those things that adds up..
Either version is correct. The simplified form is often cleaner, but the standard form makes the structure of the sequence more visible And that's really what it comes down to. That's the whole idea..
Common Mistakes People Make With This Formula
Here's where most people stumble, and it's almost always the same few errors Easy to understand, harder to ignore..
Forgetting the (n − 1)
It's the big one. Day to day, students will write aₙ = a₁ + nd and get the wrong answer every single time. Why? But because the first term has zero differences added to it. The second term has one difference. Even so, the third has two. The pattern is clear: it's always (n − 1), never n.
Confusing the Common Difference
Sometimes the difference isn't positive. If your sequence is 20, 15, 10, 5…, then d = −5. Forgetting the negative sign leads to answers that grow when they should be shrinking. Pay attention to the direction of the sequence The details matter here..
Mixing Up Recursive and Explicit
A recursive formula tells you how to get from one term to the next. That's useful, but it's not the explicit formula. But it says something like aₙ = aₙ₋₁ + d. The explicit formula jumps straight to any term without needing the one before it. Knowing the difference matters, especially on tests and in real applications Nothing fancy..
This is the bit that actually matters in practice.
When the Formula Gets a Little More Complicated
Sometimes you'll see the explicit formula written in a slightly different form. Instead of aₙ = a₁ + (n − 1)d, it might look like aₙ = dn + (a₁ − d). That's just algebra — you distribute and rearrange Not complicated — just consistent..
And yeah — that's actually more nuanced than it sounds.
equivalent, but the rearranged version can be handy when you're working with linear functions or graphing.
Take this case: if we take our formula aₙ = 3 + (n − 1) × 4 and simplify it:
- aₙ = 3 + 4n − 4
- aₙ = 4n − 1
This looks exactly like the equation of a line (y = mx + b), where 4 is the slope and −1 is the y-intercept. Now, in fact, arithmetic sequences are just linear functions with a restricted domain (positive integers). If you ever forget this connection, remember that the common difference d is always the slope of the line That alone is useful..
Real-World Applications
Arithmetic sequences aren't just math homework — they model situations where something changes by a constant amount.
Salary increases: If you get a $2,000 raise each year starting at $40,000, your salary follows an arithmetic sequence. Depreciation: A car losing $1,500 in value each year follows an arithmetic sequence. Stacking objects: Placing plates in a stack where each plate adds the same height creates an arithmetic sequence.
In each case, knowing the explicit formula lets you jump to any point without calculating everything in between.
The Bottom Line
The explicit formula for arithmetic sequences — aₙ = a₁ + (n − 1)d — is your shortcut to any term in the sequence. It eliminates guesswork and saves time. Whether you're finding a specific term, working backward to find the formula from given terms, or applying this to real-world situations, this formula is your go-to tool.
Just remember: identify your first term, identify your common difference, plug in your term number, and do the arithmetic. Most mistakes come from simple sign errors or forgetting that subtraction in the formula. Master this pattern, and you'll handle arithmetic sequences with confidence every time Turns out it matters..
The key is practice — work through enough examples until the process becomes automatic. Once it clicks, you'll wonder how you ever managed without it.