Summary of Arithmetic Progressions
Key Concepts
- An Arithmetic Progression (AP) is a sequence of numbers in which the difference between consecutive terms is constant, known as the common difference (d).
- The nth term (a_n) of an AP can be calculated using the formula:
a_n = a + (n - 1)d
where a is the first term and n is the term number. - The sum of the first n terms (S_n) of an AP can be calculated using the formula:
S_n = n/2 [2a + (n - 1)d]
or
S_n = n/2 [a + l]
where l is the last term.
Examples
- Example of an AP: 10, 7, 4 (where d = -3)
- To find the 30th term of the AP: 10, 7, 4:
a_30 = 10 + (30 - 1)(-3) = -77 - To find the sum of the first 22 terms of the AP: 8, 3, -2:
S_22 = 22/2 [2(8) + (22 - 1)(-5)] = -979
Applications
- Used in various real-life scenarios such as salary increments, savings plans, and penalties for delays.
- Example: A contractor's penalty increases by ₹50 each day, forming an AP.
Important Formulas
- nth Term: a_n = a + (n - 1)d
- Sum of First n Terms: S_n = n/2 [2a + (n - 1)d] or S_n = n/2 [a + l]
Common Problems
- Finding the number of terms in an AP given the first term, last term, and common difference.
- Checking if a number is a term of a given AP.
- Finding specific terms in an AP based on conditions.