Overview
This lecture covers methods to find the sum of an arithmetic sequence using standard formulas, with step-by-step examples and explanations of each formulaโs application.
Sum Formulas for Arithmetic Sequences
- The sum of the first n terms (Sโ) of an arithmetic sequence can be found by Sโ = n/2 ร (aโ + aโ).
- Alternatively, use Sโ = n/2 ร [2aโ + (n โ 1)d] when the nth term (aโ) is not given.
- aโ is the first term, aโ is the nth (last) term, n is the total number of terms, and d is the common difference.
Example Calculations
- If aโ = 5, aโโ = 68, n = 10: Sโโ = 10/2 ร (5 + 68) = 5 ร 73 = 365.
- If aโ = 5, d = โ7, n = 10: Sโโ = 10/2 ร [2ร5 + (10โ1)ร(โ7)] = 5 ร (10 + (โ63)) = 5 ร (โ53) = โ265.
- For sequence 3, 5, 7, ... (aโ = 3, d = 2), n = 10: Sโโ = 10/2 ร [2ร3 + 9ร2] = 5 ร 24 = 120.
- For aโ = 6, d = โ3, n = 10: Sโโ = 10/2 ร [2ร6 + 9ร(โ3)] = 5 ร (12 + (โ27)) = 5 ร (โ15) = โ75.
Summation Notation Examples
- For ฮฃ6n, n from 1 to 31: aโ = 6, aโโ = 186, n = 31, Sโ = 31/2 ร (6 + 186) = 31 ร 96 = 2976.
- For ฮฃ(3nโ1), n from 3 to 20: aโ = 8, aโโ = 59, n = 18, Sโโ = 9 ร (8 + 59) = 9 ร 67 = 603.
- For ฮฃ(3n+4), n from 2 to 16: aโ = 10, aโโ
= 52, n = 15, Sโโ
= 15/2 ร (10 + 52) = 15 ร 31 = 465.
- For ฮฃ(nโ5), n from 2 to 24: a โ = โ3, aโโ = 19, n = 23, Sโโ = 23/2 ร (โ3 + 19) = 23 ร 8 = 184.
Key Terms & Definitions
- Arithmetic Sequence โ A sequence where the difference between consecutive terms is constant.
- Sโ (Sum) โ The sum of the first n terms of a sequence.
- aโ (First Term) โ The initial term of the sequence.
- aโ (Nth Term) โ The last term in the sum (or the nth term).
- d (Common Difference) โ The fixed amount between terms.
- n (Number of Terms) โ The count of terms included in the sum.
Action Items / Next Steps
- Practice similar problems using both sum formulas.
- Review how to identify aโ, d, n, and aโ from sequence notation or formula.
- Prepare for upcoming exercises on arithmetic series.