Arithmetic Sequence Calculator — Find the nth Term or Sum of Terms
This calculator helps you work with arithmetic sequences (also called arithmetic progressions). You can find the nth term or the sum of the first n terms, with the formula and working shown step by step. Whether you're studying for an exam, exploring number patterns, or working with sequences in physics and algebra, this tool provides accurate results with clear explanations.
Arithmetic sequences are among the most fundamental patterns in mathematics. They appear in everything from simple counting to complex physics problems, and understanding them is essential for anyone studying algebra, calculus, or any field that uses quantitative analysis. This guide explores the concept in depth, from basic definitions to advanced applications.
Table of Contents
1. Understanding Arithmetic Sequences
An arithmetic sequence is a sequence of numbers where each term after the first is obtained by adding a constant difference, d, to the previous term. This constant difference is what gives the sequence its predictable, linear pattern.
Sum of first n terms: Sā = n/2 × (2a₁ + (n-1)d)
Think of an arithmetic sequence as a row of evenly spaced dots. The first dot is at position a₁, and each subsequent dot is exactly d units further along. To find the position of the 10th dot, you start at a₁ and add d nine times — which is exactly what the formula a₁ + (n-1)d does.
Sequence: 2, 5, 8, 11, 14, …
a₁ = 2, d = 3 | 5th term: 2 + (5-1)×3 = 2 + 12 = 14
For geometric sequences (where terms multiply by a constant ratio), see our geometric sequence calculator. For Fibonacci sequences, see the Fibonacci sequence calculator.
2. How the Calculator Works
The calculator applies the standard arithmetic sequence formulas through a series of clear steps:
Step 1: Takes input values: a₁ (first term), d (common difference), and n (term number)
All values can be positive, negative, whole numbers, or decimals.
Step 2: Selects the calculation type — nth term or sum of first n terms
Choose "Find nth term" for a single value or "Find sum" for the cumulative total.
Step 3: Applies the arithmetic sequence formula with your numbers substituted in
The calculator shows the formula with your specific values so you can follow the calculation.
Step 4: Displays the result instantly with the formula working shown
You see the full substitution and the final answer.
3. Detailed Examples
Let's explore several examples that demonstrate different scenarios you might encounter when working with arithmetic sequences.
3.1 Finding the nth Term
1. a₁ = 3, d = 2, n = 5 → nth term: 11
a₅ = 3 + (5-1)×2 = 3 + 8 = 11. The sequence is 3, 5, 7, 9, 11.
2. a₁ = 10, d = 5, n = 7 → nth term: 40
a₇ = 10 + (7-1)×5 = 10 + 30 = 40. The sequence is 10, 15, 20, 25, 30, 35, 40.
3.2 Finding the Sum
3. a₁ = 1, d = 4, n = 6 → sum: 66
S₆ = 6/2 × (2×1 + (6-1)×4) = 3 × (2 + 20) = 3 × 22 = 66.
4. a₁ = 5, d = 3, n = 10 → sum: 185
S₁₀ = 10/2 × (2×5 + (10-1)×3) = 5 × (10 + 27) = 5 × 37 = 185.
3.3 Negative Common Difference
5. a₁ = 5, d = -1, n = 8 → nth term: -2
a₈ = 5 + (8-1)(-1) = 5 - 7 = -2. The sequence decreases: 5, 4, 3, 2, 1, 0, -1, -2.
6. a₁ = 20, d = -3, n = 6 → sum: 75
S₆ = 6/2 × (2×20 + (6-1)(-3)) = 3 × (40 - 15) = 3 × 25 = 75.
3.4 Decimal Values
7. a₁ = 2.5, d = 0.5, n = 5 → nth term: 4.5
a₅ = 2.5 + (5-1)×0.5 = 2.5 + 2 = 4.5. The sequence is 2.5, 3.0, 3.5, 4.0, 4.5.
4. Why Arithmetic Sequences Matter
Arithmetic sequences appear in physics, algebra, and pattern recognition. They help identify patterns and calculate sums quickly. Understanding arithmetic sequences is essential for higher mathematics.
š Physics: Modeling constant-velocity motion where position changes by equal amounts
š Algebra: Building foundational understanding of linear functions
š️ Construction: Calculating rows where each row increases by a fixed amount
š Statistics: Understanding evenly spaced data points
šÆ Test Prep: Arithmetic sequences appear regularly on standardized tests
š¢ Pattern Recognition: Identifying linear patterns in number sequences
5. Real-World Applications
Arithmetic sequences appear in numerous everyday and professional contexts:
š️ Seating: Stadium rows where each row has 4 more seats than the previous row.
š Distance: Distance traveled at constant speed: distance = rate × time creates an arithmetic pattern.
š Book Reading: Reading 10 pages more each day creates an arithmetic sequence of total pages read.
š Construction: Brick layers where each row adds a fixed number of bricks.
šµ Music: Note frequencies at equal intervals on a musical scale.
š Statistics: Evenly spaced time intervals in data collection.
⚙️ Mechanics: Gear tooth counts increasing by a constant difference.
š Astronomy: Positions of objects moving at constant angular velocity.
6. Visualizing Sequences
Understanding arithmetic sequences becomes easier with a visual representation:
Sequence: 2, 5, 8, 11, 14 (a₁ = 2, d = 3)
Each arrow represents adding the common difference d = 3. Starting at 2, each step moves 3 units forward.
7. Related Sequence Concepts
Arithmetic sequences are part of a broader family of mathematical sequences:
| Sequence Type | Rule | Example |
|---|---|---|
| Arithmetic | Add constant difference | 2, 5, 8, 11, 14 (d = 3) |
| Geometric | Multiply by constant ratio | 2, 6, 18, 54 (r = 3) |
| Fibonacci | Each term is sum of previous two | 1, 1, 2, 3, 5, 8, 13 |
| Quadratic | Second difference is constant | 1, 4, 9, 16, 25 (squares) |
| Harmonic | Reciprocals form arithmetic sequence | 1, 1/2, 1/3, 1/4, 1/5 |
8. Special Cases
Several special cases of arithmetic sequences are worth noting:
Case 1: d = 0
All terms are equal: a₁, a₁, a₁, a₁... The sequence is constant. aā = a₁ for all n.
Case 2: a₁ = 0
The sequence starts at zero: 0, d, 2d, 3d... The nth term is simply (n-1)d.
Case 3: n = 1
The first term is both the nth term and the sum of the first 1 term: a₁ = a₁ and S₁ = a₁.
Case 4: d negative
The sequence decreases: 10, 7, 4, 1, -2... Each term is smaller than the previous.
9. Common Mistakes to Avoid
Even with clear formulas, certain mistakes occur frequently. Being aware of these can help you avoid them.
Mistake 1: Using the wrong formula
The nth term formula finds a single value; the sum formula adds up all terms. Don't confuse them.
Mistake 2: Forgetting to multiply (n-1) by d
The formula is a₁ + (n-1)d, not a₁ + n×d. For the 5th term of 2, 5, 8: 2 + (5-1)×3 = 14, not 2 + 5×3 = 17.
Mistake 3: Miscalculating the sum with the wrong n value
The sum formula uses n, not n-1. S₅ = 5/2 × (2a₁ + 4d), not 4/2 × (2a₁ + 3d).
Mistake 4: Dropping negative signs
When d is negative, the sequence decreases. Keep track of all signs in the calculation.
Mistake 5: Confusing arithmetic and geometric sequences
Arithmetic sequences add a constant; geometric sequences multiply by a constant. These are fundamentally different.
Important Reminder: Always multiply (n-1) by the common difference before adding to the first term.
Correct Approach: aā = a₁ + (n-1)d, not a₁ + n×d.
10. Frequently Asked Questions
Yes. Sequences can increase or decrease depending on the common difference. A positive d creates an increasing sequence; a negative d creates a decreasing sequence.
Yes. a₁, d, and n can be decimals. For example, a₁ = 2.5 and d = 0.5 gives the sequence 2.5, 3.0, 3.5, 4.0...
The first term a₁ is the nth term, and the sum of the first 1 term equals a₁.
In an arithmetic sequence, you add a constant difference. In a geometric sequence, you multiply by a constant ratio. See our geometric sequence calculator for comparison.
Subtract the earlier term from the later term, then divide by the number of steps between them. If the 3rd term is 14 and the 7th is 26, then d = (26 - 14) ÷ (7 - 3) = 3.
The sum of the first n terms is Sā = n/2 × (2a₁ + (n-1)d), or alternatively Sā = n/2 × (a₁ + aā). Both formulas give the same result.
Explore Math Topics
Continue your learning journey with our other math guides
Conclusion
This arithmetic sequence calculator is a quick and reliable tool to find the nth term or the sum of first n terms, helping students and math enthusiasts solve sequence problems easily.
Whether you're studying for an exam, exploring number patterns, or working with sequences in physics and algebra, having the formula and working shown alongside the answer helps deepen your understanding. Bookmark this page for the next time you need to work with arithmetic sequences quickly and accurately.
Remember that while this tool is incredibly helpful, practicing sequence problems by hand will deepen your understanding of the underlying patterns. Try solving simple sequences mentally first, then verify with the calculator.
Readers who wish to continue practicing and reinforce what they've learned can explore the companion learning resource for guided exercises.