Recall, your gut answer first
+5 XP warm-up A stadium has 1 seat in row 1, 2 in row 2, 3 in row 3, and so on up to row 50.
A stadium has 1 seat in row 1, 2 in row 2, 3 in row 3, and so on up to row 50. Write your gut answers, no calculating yet:
- How many seats are in row 20?
- What is the total number of seats across all 50 rows?
- Can you describe a pattern or shortcut for finding that total?
A sequence is an ordered list of terms. A series is the sum of those terms. Sigma notation is the shorthand that collapses a sum into a single expression. These three ideas are the scaffolding for every HSC series question.
Sequence: $T_1, T_2, T_3, \ldots$, ordered, each element is a term. Partial sum: $S_n = T_1 + T_2 + \cdots + T_n$. Series: infinite sum $S = T_1 + T_2 + T_3 + \cdots$. Sigma: $\displaystyle\sum_{k=1}^{n} T_k = S_n$.
Key facts
- Definition of a sequence as an ordered list with notation $T_n$
- Difference between finite sequences (ends at $T_N$) and infinite sequences
- Definition of partial sum $S_n$ and infinite series $S$
- Components of sigma notation: $\sum$, index, lower limit, upper limit, general term
Concepts
- Why partial sums form their own sequence
- How $T_n = S_n - S_{n-1}$ connects a term to its partial sum formula
- The difference between a series that converges and one that diverges
Skills
- Write the first several terms of a sequence from an explicit formula or recurrence relation
- Compute partial sums $S_n$ directly and verify with sigma notation
- Recover $T_n$ from a given partial sum formula $S_n$, checking $T_1$ separately
- Evaluate sigma sums by expanding and adding each term