๐Ÿงฎ

Arithmetic Sequence Summation Methods

Sep 8, 2025

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.