The arithmetic sequence calculator lets you calculate various important values for an arithmetic sequence. You can calculate the first term, nthterm, common difference, sum of n terms, number of terms, or position of a term in the arithmetic sequence.
The calculator will not only give you the answer but also a step-by-step solution.
Here's a quick overview of what an arithmetic sequence is.
Arithmetic Sequence
An arithmetic sequence is a sequence of numbers such that the difference between any two consecutive terms is constant.
Here's an example of an arithmetic sequence.
5,9,13,17,21,25,...
The constant difference is known as the common difference and is usually denoted by d. For the sequence above, the common difference would be 9−5=4.
The nth term of an arithmetic sequence is denoted by an.
General Term and the Sum of Terms
For an arithmetic sequence with a first term a1 and common difference d, the nth term is given by —
an=a1+(n−1)d
And the sum of n terms (denoted by Sn) would be
Sn=2n(a1+an)
Alternatively, we can use the first equation get rid of an from the formula for Sn
Sn=2n(a1+an)=2n(a1+a1+(n−1)d)=2n(2a1+(n−1)d)
Examples
Let's look at a couple of simple examples.
Example
Given the first term a1=2 and the common difference d=4, find the 15th term of the arithmetic sequence.
Solution
When we know the first term (a1), common difference (d), and (n), finding the nth term (an) is quite straightforward. We use the formula,
an=a1+(n−1)⋅d
Substituting the known values into the formula, we have
a15=2+(15−1)⋅4=58
So the 15th term of the given arithmetic sequence is 58.
Example
If the sum of the first 11 terms of an arithmetic sequence is 308, and the first term is 3, find the common difference.
Solution
This time we can use the following formula.
Sn=2n(2a1+(n−1)d)
Substituting the values of Sn, a1, and n, we get
308=211⋅(2⋅3+(11−1)⋅d)
And solving for d,
d=5