Understanding Arithmetic Series
An arithmetic series is a sequence of numbers in which the difference of any two successive members is a constant. This constant is called the common difference.
Consider the sequence: 2, 5, 8, 11, 14... where each number is 3 more than the previous one. Here, 3 is the common difference.
Formula for the nth Term
The nth term of an arithmetic series can be found with the formula:
an = a1 + (n-1)d
where:
- an is the nth term,
- a1 is the first term,
- d is the common difference,
- n is the term number.
Sum of an Arithmetic Series
The sum of the first n terms of an arithmetic series (denoted as Sn) can be calculated using the formula:
Sn = n/2 × (a1 + an)
Or alternatively:
Sn = n/2 [2a1 + (n-1)d]