MAT pure1 sequences and series Flashcards
What is a sequence?
A sequence is a set of numbers in a specific order. These numbers may form an algebraic pattern.
What are the common types of sequences?
- Increasing sequence: Each term is greater than the previous one.
- Decreasing sequence: Each term is less than the previous one.
- Arithmetic sequence: The difference between consecutive terms is constant.
Example: 2, 5, 8, 11, 14… - Geometric sequence: The ratio between consecutive terms is constant.
Example: 1, 3, 9, 27… - Periodic sequence: The sequence repeats at regular intervals.
Example: 1, 3, -4, 1, 3, -4…
What is a series?
A series is the sum of the terms of a sequence, often represented using summation (Σ) notation.
Example: What does Σ(k=1 to 10) a_k represent?
It represents the series a_1 + a_2 + a_3 + … + a_10.
How are sequences defined deductively?
A deductive definition gives a direct formula for the k-th term of the sequence in terms of k.
Example: a_k = 2k - 3.
Example: For the sequence a_k = 2k - 3:
a) Write the first 5 terms.
b) Find the 20th term.
a) First 5 terms: -2, 1, 6, 13, 22.
b) 20th term: a_20 = 2(20) - 3 = 37.
How are sequences defined inductively?
An inductive definition specifies how to find a term based on the previous term and includes the first term.
Example: a_(k+1) = 2a_k + 1, with a_1 = 0.
Example: For the sequence a_(k+1) = 2a_k + 1 and a_1 = 0:
a) Write the first 6 terms.
b) Find Σ(k=1 to 6) a_k.
a) First 6 terms: 0, 1, 3, 7, 15, 31.
b) Sum: 0 + 1 + 3 + 7 + 15 + 31 = 57.
What is an arithmetic sequence?
A sequence where the difference between consecutive terms is constant.
Example: 2, 5, 8, 11…
What is a geometric sequence?
A sequence where the ratio between consecutive terms is constant.
Example: 1, 3, 9, 27…
What is an arithmetic progression (A.P.)?
An A.P. is a sequence where the difference between consecutive terms is constant, called the common difference (d).
What is the formula for the k-th term of an arithmetic progression?
a_k = a + (k - 1)d
Where:
- a is the first term,
- d is the common difference,
- k is the term number.
What is the formula for the sum of the first n terms of an arithmetic progression?
S_n = (n / 2) * [2a + (n - 1)d]
Where:
- a is the first term,
- d is the common difference,
- n is the number of terms.
How can the sum of the first n terms in an arithmetic progression also be written if the last term l is known?
S_n = (n / 2) * (a + l)
Where:
- a is the first term,
- l is the last term.
Example: An arithmetic progression starts 2, 5, 8… with 16 terms. Find the last term and the sum.
- Last term: a = 2, d = 3, n = 16.
a_16 = 2 + (16 - 1) * 3 = 47. - Sum: S_16 = (16 / 2) * [2 * 2 + (16 - 1) * 3]
S_16 = 8 * 49 = 392.