A2.J.1 — Arithmetic series and sigma notation.
Step 01 of 04
A series is the SUM of a sequence's terms. An arithmetic series sums an arithmetic sequence (constant difference d).
Sum of first n terms.
Sn=2n(a1+an)
"Average of first and last, times count." Equivalent form using the common difference:
Sn=2n(2a1+(n−1)d)
Step 02 of 04
Worked example. Sum the first 50 odd numbers: 1+3+5+….
a1=1, d=2. The 50th term:a50=1+(49)(2)=99.
S50=250(1+99)=25⋅100=2500
Step 03 of 04
Sigma notation compactly writes a series.
k=1∑nak
"Sum of ak as k goes from 1 to n." The symbol Σ (capital sigma) means SUM.
k=1∑4(2k+1)=3+5+7+9=24
Step 04 of 04
Useful sigma identities.
| ∑k=1nc | →cn |
| ∑k=1nk | →2n(n+1) |
| ∑k=1nk2 | →6n(n+1)(2n+1) |
| ∑(ak±bk) | →= ∑ak±∑bk |
| ∑c⋅ak | →= c∑ak |
Key insight
Sn=(n/2)(a1+an): average × count. Sigma notation is just shorthand for "add these up." The standard sums (1 to n, k², etc.) save you from tedious computation.
A2.J.2 — Geometric series — finite.
Step 01 of 04
Sum of the first n terms of a geometric sequence with first term a1 and common ratio r (with r=1):
Sn=a1⋅1−r1−rn
Step 02 of 04
Worked example. Sum the first 6 terms of 3,6,12,24,….
a1=3, r=2:
S6=3⋅1−21−26=3⋅−1−63=189
Check: 3+6+12+24+48+96=189 ✓.
Step 03 of 04
Why the formula works. Multiply Sn by r, subtract.
SnrSnSn−rSnSn(1−r)=a1+a1r+a1r2+…+a1rn−1=a1r+a1r2+…+a1rn=a1−a1rn=a1(1−rn)
Almost every term cancels — the formula falls right out.
Step 04 of 04
Worked example with a fraction. Sum the first 5 terms of 8,4,2,1,….
a1=8, r=1/2:
S5=8⋅1−1/21−(1/2)5=8⋅1/231/32=8⋅1631=231
Key insight
Sn=a1(1−rn)/(1−r). Works for any r=1. The trick "multiply by r and subtract" is the canonical telescoping argument — it shows up again for infinite series.
A2.J.3 — Geometric series — infinite, with convergence.
Step 01 of 04
What happens as n→∞? Look at rn in the finite-sum formula.
| ∣r∣<1 | →rn→0 — the series CONVERGES |
| ∣r∣≥1 | →rn blows up or oscillates — the series DIVERGES |
Convergent infinite geometric sum.
S∞=1−ra1(∣r∣<1)
Step 02 of 04
Worked example. Sum 8+4+2+1+21+….
a1=8, r=1/2, ∣r∣<1 → converges.
S∞=1−1/28=1/28=16
The infinite sum is FINITE. Each term is half the previous, so the total never quite reaches 16 but gets arbitrarily close.
Step 03 of 04
Repeating decimals as geometric series.
Write 0.3=0.333… as 103+1003+10003+… with a1=3/10, r=1/10:
S∞=1−1/103/10=9/103/10=31
Confirms 0.3=1/3 exactly.
Step 04 of 04
Divergent example. 1+2+4+8+… has r=2, ∣r∣≥1 → diverges. No finite sum exists.
The convergence test is a HARD condition: ∣r∣<1 exactly. Even r=1 (constant series) doesn't converge for any nonzero a1.
Key insight
Infinite geometric series converges iff ∣r∣<1. When it does, sum is a1/(1−r). Repeating decimals are the classic application — every repeating decimal is a rational number, and this proves it.