Sequence: A sequence is defined as a function whose domain is the set of positive integers or the set of finite integers {1,2,3,…,n}.
Series: A series represents the sum of the terms of a sequence. If a sequence is finite, the sum of its terms is referred to as the series associated with that sequence. If the sequence contains infinitely many terms, the sum is defined with more precision using calculus.
Comparison of Sequences and Series
Structural Difference: A sequence is a list of numbers separated by commas, whereas a series is a sum of numbers separated by addition (+) or subtraction (−) signs.
Illustration:
Sequence: 1,−1,21,−41
Associated Series: 1−1+21−41=41
Notation: The sequence with the n-th term an is typically denoted by {an}. The associated series results in a total sum S, given by:
S=a1+a2+a3+⋯+an
Specific Examples and Associated Series
To determine the first five terms of a sequence and their associated series, the index n is substituted with values from 1 to 5, and the terms are summed to find S=a1+a2+a3+a4+a5.
Sequence{2−n}
a1=2−1=1
a2=2−2=0
a3=2−3=−1
a4=2−4=−2
a5=2−5=−3
Associated Series: S=1+0−1−2−3=−5
Sequence{1+2n+3n2}
a1=1+2(1)+3(1)2=6
a2=1+2(2)+3(2)2=17
a3=1+2(3)+3(3)2=34
a4=1+2(4)+3(4)2=57
a5=1+2(5)+3(5)2=86
Associated Series: S=6+17+34+57+86=200
Sequence{(−1)n}
a1=(−1)1=−1
a2=(−1)2=1
a3=(−1)3=−1
a4=(−1)4=1
a5=(−1)5=−1
Associated Series: S=−1+1−1+1−1=−1
Sequence{1+2+3+⋯+n}
a1=1
a2=1+2=3
a3=1+2+3=6
a4=1+2+3+4=10
a5=1+2+3+4+5=15
Associated Series: S=1+3+6+10+15=35
Arithmetic Sequences and Series
Arithmetic Sequence: A sequence where each term after the first is found by adding a constant value, known as the common difference (d), to the term immediately preceding it.
General Term (n-th term): If a1 is the first term and d is the common difference:
an=a1+(n−1)d
Arithmetic Series Formulas: The sum of an arithmetic series with n terms can be calculated using either of the following formulas:
Sn=2n(a1+an)Sn=2n[2a1+(n−1)d]
Geometric Sequences and Series
Geometric Sequence: A sequence where each term after the first is found by multiplying the preceding term by a constant value, known as the common ratio (r).
General Term (n-th term): If a1 is the first term and r is the common ratio:
an=a1⋅rn−1
Geometric Series Formulas: The sum of a geometric series with n terms depends on the value of the common ratio r:
If r=1:
Sn=na1
If r=1:
Sn=1−ra1(1−rn)
Infinite Geometric Series and Harmonic Sequences
Infinite Geometric Series: An infinite geometric series of the form a1+a1r+a1r2+⋯+a1rn−1+… has a finite sum if and only if −1<r<1. The sum is given by:
S=1−ra1
Harmonic Sequence: If a sequence {an} is an arithmetic sequence, then the sequence where each term is the reciprocal of the arithmetic term (1/an) is defined as a harmonic sequence.
Identification and Classification Exercises
Sequence (SEQ) vs. Series (SER) Identification:
(a) 1,2,4,8,…: SEQ
(b) 2,8,10,18,…: SEQ
(c) −1+1−1+1−1: SER
(d) 21,31,41,51,…: SEQ
(e) 1+2+22+23+24: SER
(f) 1+0.1+0.001+0.0001: SER
Sequence Classification (A = Arithmetic, G = Geometric, F = Fibonacci, O = Other):
(a) 3,5,7,9,11,…: A (d=2)
(b) 2,4,9,16,25,…: O
(c) frac14,frac116,frac164,frac1256,…: G (r=1/4)
(d) frac12,frac23,frac34,frac45,…: O
(e) frac15,frac19,frac113,frac117,frac121,…: O (Harmonic based on Arithmetic 5,9,13,17,21)
(f) 4,6,10,16,26,…: F (General Fibonacci type; 4+6=10,6+10=16,10+16=26)
(g) 3,4,5,6,…: O
(h) 0.1,0.01,0.001,0.0001,…: G (r=0.1)
Computation and Summation Exercises
Sequence Term Determination:
Sequence{1+n−n2}: Determine the first five terms and the series sum.
Sequence{1−(−1)n+1}: Determine the first five terms and the series sum.
Recursive Sequence: Given a1=3 and an=2an−1+3 for n≥2, find terms and sum.
Factorial-style Sequence: {1⋅2⋅3⋅⋯⋅n}: Find terms and sum.
Series Type and Sum Determination:
For these items, if the series is not arithmetic, geometric, or infinite geometric, it is labeled NAGIG. If a sum cannot be calculated, it is labeled NO SUM.
(a) 4+9+14+⋯+64: Arithmetic (d=5).
(b) 81+27+9+⋯+811: Geometric (r=1/3).
(c) 1+3+6+10+15+21+⋯+55: NAGIG.
(d) −10−2+6+⋯+46: Arithmetic (d=8).
(e) 10+2+0.4+0.08+…: Infinite Geometric (r=0.2).
(f) frac13+frac13+frac13+frac13+…: Infinite Geometric (r=1), but sum results in NO SUM because ∣r∣ is not less than 1.