Sequence
Concept: A sequence is simply an ordered list of numbers arranged according to a specific pattern or rule. Each number in the list is called a term.
Examples:
- Sequence of even numbers:
- Sequence of squares:
The focus is on each individual term and how the pattern forms.
Analogy: Think of a sequence like stairs. Each step is a term, and there's a clear order from the first step, second step, and so on.
Series
Concept: With a series, we sum up the terms of a sequence. So, a series is the result of the cumulative addition of the terms in a sequence.
Examples (using the sequences above):
- Series of even numbers:
- Series of squares:
The focus is on the total value or sum of the terms up to a certain -th term (usually denoted as ).
Analogy: Back to the stairs analogy. If the sequence represents the individual steps, the series represents the total height you've climbed after taking a certain number of steps.
Core Difference
Aspect | Sequence | Series |
---|---|---|
Form | Ordered list of numbers (comma-separated) -> | Sum of numbers (plus-separated) -> |
Focus | Pattern and value of each individual term | Result of summing the terms |
Analogy | Individual stair steps | Total height climbed after taking stairs |