Algebra 2B — Exponentials, Logs & Sequences
Sequences & series
continues from lesson 2 — values defined earlier in the course stay live here
ELI5: adding 1 + 2 + ⋯ + n one at a time is a slog; pairing first with last is the insight — each pair sums to n + 1, and there are n/2 pairs, giving n(n + 1)/2. (Legend says Gauss found this at age 7.)
= Gauss's pairing trick: 5050
= the long way — all 100 additions
✓ pass the trick and the grind agree
= geometric series 1 + ½ + ¼ + ⋯ (10 terms) — creeping up on 2
Real-world hook: geometric series price loans and annuities, sum a bouncing ball's total travel, and explain why 0.999… equals 1.
Try it yourself: use the formula n(n + 1)/2 to add 1 + 2 + ⋯ + 200, and let the engine check it against the brute-force sum.
= ✏️ Your turn: compute 1 + 2 + ⋯ + 200 with the formula n(n+1)/2 (n = 200). The check compares against grinding out all 200 additions.
✓ pass green when your formula matches the brute-force sum
Where next: Trigonometry — where curves start to repeat and triangles take over.