Example 1 — Sum a finite series
EasyProblem
Add the first four terms of the sequence .
Solution
-
Plus signs combine the terms, so this is a (geometric) series, summing not listing.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Am I adding the terms into a total, rather than just listing them by position?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Use with , , : .
The rule is chosen only after the structure matches, so the steps mean something.
-
Compute .
Keep units, shape, or answer form tied to the story so the work does not become symbol pushing.
-
Check the answer against the original question.
It should fit the mental model — the sum of a sequence's terms. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Takeaway: A series is the sum of a sequence's terms; the formula or direct addition both give the total.