What is the difference between a sequence and a series?
1 Answer
See explanation...
Explanation:
A sequence is a list of values considered as individual terms.
A series is like a sequence, but instead of the terms being separate we are interested in their sum.
So an example sequence might be:
#1, 1/2, 1/4, 1/8, 1/16, 1/32,...#
with corresponding series:
#1+1/2+1/4+1/8+1/16+1/32+...#
Footnote
More generally and formally, we could say that a sequence is a mapping from an index set
So a finite sequence of
#1 rarr 1#
#2 rarr 1/2#
#3 rarr 1/4#
#4 rarr 1/8#
We would describe this more briefly as the finite sequence:
#1, 1/2, 1/4, 1/8#
or say:
#a_1 = 1# ,#a_2 = 1/2# ,#a_3 = 1/4# ,#a_4 = 1/8# .
An infinite sequence is (normally) a mapping from
#a_n = 2^(1-n)#
describes a mapping from
#1, 1/2, 1/4, 1/8, 1/16, 1/32,...#
Advanced footnote
Why go into all of this formalism?
For one thing it allows us to generalise beyond countable sequences in order to prove results about larger infinite sets.
For a really scary example, see https://socratic.org/s/aBqGmvDC