An arithmetic progression (AP) is a sequence of numbers in which the difference between consecutive terms is constant. This difference is known as the common difference. For example, the sequence 1, 2, 3, 4, 5 is an arithmetic progression where the common difference is 1. Similarly, the sequence 3, 7, 11, 15 is an AP with a common difference of 4.
The general formula for finding the \( n \)-th term of an arithmetic progression where the first term is \( a \) and the common difference is \( d \) is:\[a_n = a + (n-1)d\]For example, in the sequence 2, 4, 6, 8, where \( a = 2 \) and \( d = 2 \):
- The third term would be \( 2 + (3-1) \cdot 2 = 6 \).
- This matches the third term in the given sequence.
The sum of an arithmetic progression can also be calculated using the sum formula of AP:\[\text{Sum} = \frac{n}{2} \times (\text{First Term} + \text{Last Term})\]Understanding APs is vital for calculating and understanding more complex patterns in mathematics, as they often form the basis for more advanced sequences.