Arithmetic Series Study Notes
Key Concepts of Arithmetic Series
An arithmetic series is the sum of the first n terms of an arithmetic sequence.
An arithmetic sequence has a first term a_1 and a constant difference d between consecutive terms.
The nth term of an arithmetic sequence is given by:
an = a1 + (n-1)\,dThe sum of the first n terms (arithmetic series) has two common formulas:
Using first and last terms:
Using first term and common difference:
Quick pairing insight: summing symmetric pairs (a1 + an), (a2 + a{n-1}), etc., yields a constant pair sum if the sequence is arithmetic; number of pairs is n/2, so when n is even.
The pairing idea also explains the classic 1+2+…+n result: for 1 through 100, there are 50 pairs each summing to 101, giving 5050.
Essential Formulas (Cheat Sheet)
Arithmetic sequence term:
Sum of first n terms (using first and last):
Sum of first n terms (using first term and common difference):
Last term in terms of a1 and d:
Quick Method: Pairing (From Page 1 Activity)
Sum of the first 100 counting numbers by pairing: (1+100), (2+99), …, (50+51)
Each pair sums to 101; there are 50 pairs.
Total sum:
Implication: The pairing method leads to the same result as when n is even.
Worked Examples
Example 1: Sum of the first 50 positive odd numbers
Given: a_1 = 1, d = 2, n = 50
Last term:
Using last term formula:
Using first-term/diff form:
Example 2: Sum of the first 100 multiples of 3
Given: a_1 = 3, d = 3, n = 100
Last term:
Sum:
Alternate check:
Example 3: Find a_{50} using the formula and sum
Given: a_1 = 1, n = 50, d = 2
a{50} = a1 + (50-1)d = 1 + 49\cdot 2 = 99
Sum:
Example 4: Sum of the first 100 multiples of 3 (alternate method)
a1 = 3, an = 99, n = 33 (since 3,6,…,99)
Sum:
Also verify a{33} = a1 + (33-1)d = 3 + 32\cdot 3 = 99
Practice Problems and Solutions (Selected)
1) Find the sum of the 1st 100 counting numbers
a1 = 1, an = 100, n = 100
2) Find the sum of the 1st 100 even numbers
a1 = 2, an = 200, n = 100
3) Find the sum of the 1st 90 odd numbers
a1 = 1, a{90} = 179, n = 90
4) Find the sum of the multiples of 3 between 1 and 100
a1 = 3, an = 99, n = 33
5) Find the sum of the multiples of 8 between 1 and 100
a1 = 8, an = 96, n = 12
Problem Solving (Page 18) – Worked Solutions
Problem 1
Scenario: A starting gift of P3000 on the 10th birthday, increasing by 200 each year, through the 20th birthday.
Terms: a_1 = 3000, d = 200, n = 11 (years 10 through 20 inclusive)
Last term: a{11} = a1 + (11-1)d = 3000 + 10\cdot 200 = 5000
Sum:
Answer: P44,000 total by the 20th birthday
Problem 2
Scenario: Starting monthly salary of P30{,}000, with an annual increase of P500. What is the total salary over 10 years?
Interpretation A (annual salary model):
Annual salaries form an arithmetic sequence with a_1 = 360{,}000 (12×30,000) and d = 500 per year; n = 10
a_{10} = 360{,}000 + 9\cdot 500 = 364{,}500
Sum:
Interpretation B (monthly payments with annual increase):
Monthly salary in year i: m_i = 30{,}000 + (i-1)\cdot 500
Total over 10 years (12 months per year):
= 12 \left[ 10\cdot 30{,}000 + 500 \sum{i=0}^{9} i \right] = 12 \left[ 300{,}000 + 500 \cdot 45
ight] = 12 \cdot 322{,}500 = 3{,}870{,}000
Summary:
If the problem intends annual salaries only, total = P3{,}622{,}500
n - If the problem intends monthly payments across 10 years, total = P3{,}870{,}000
Note: Concrete interpretation depends on whether the increase applies to yearly salary or monthly pay within each year.
Connections to Principles and Real-World Relevance
Arithmetic series models are common in budgeting, payroll planning, loan amortization, and cumulative totals with steady growth.
Pairing method illustrates a quick mental check and helps verify formulas like Sn = (n/2)(a1 + a_n).
Understanding an helps compute sums when the last term is known or needed for the Sn formula.
Real-world caveat: Salary steps may be irregular or non-arithmetic; this material uses idealized arithmetic progressions for practice and modelling.
Summary of Practice Results (Quick Reference)
Sum of first 100 counting numbers:
Sum of first 100 even numbers:
Sum of first 90 odd numbers:
Sum of multiples of 3 between 1 and 100:
Sum of multiples of 8 between 1 and 100:
Final Check: Key Takeaways
Always identify a1, d, and n; compute an when needed and use the appropriate S_n formula.
For sums with known last term an, use .
For sums where an is not readily known, compute an from then apply the standard sum formulas.
In problems involving money or counts over time, clarify whether the values refer to monthly, yearly, or per-period sums to choose the correct interpretation of n, a_1, and d.