Arithmetic Sequences and Series
Arithmetic sequences are characterized by a constant difference between consecutive terms. The nth term formula for an arithmetic sequence is crucial for finding any term in the sequence.
Definition: An arithmetic sequence is a sequence where the difference between consecutive numbers is constant.
Example: 5, 7, 9, 11 is an arithmetic sequence with a common difference of 2.
The nth term formula for an arithmetic sequence is given by:
Un = a + (n-1)d
Where:
- Un is the nth term
- a is the first term
- d is the common difference
- n is the position of the term
An arithmetic series is the sum of the terms in an arithmetic sequence. The formula for the sum of an arithmetic series is provided in the formula booklet.
Highlight: Understanding how to find the nth term of an arithmetic sequence is crucial for solving many mathematical problems.
Geometric Sequences and Series
Geometric sequences have a common ratio between consecutive terms, rather than a constant difference.
Definition: A geometric sequence has a common ratio between consecutive terms.
The nth term formula for a geometric sequence is:
Un = ar^(n-1)
Where:
- Un is the nth term
- a is the first term
- r is the common ratio
- n is the position of the term
A geometric series is the sum of the terms in a geometric sequence. The formula for the sum of a geometric series is provided in the formula booklet.
Sum to Infinity in Geometric Series
As n approaches infinity, the sum of a geometric series is called the sum to infinity.
Highlight: A geometric series is convergent if and only if |r| < 1, where r is the common ratio.
The sum to infinity formula for a convergent geometric series is given in the formula booklet. This concept is crucial when dealing with infinite geometric progressions.
Sigma Notation for Sequence Summation
Sigma notation (Σ) is used to represent the sum of a series concisely.
Example: Calculate Σ(4r + 1) from r=1 to 20
This example demonstrates how to use sigma notation to calculate the sum of an arithmetic sequence with 20 terms.
Highlight: Sigma notation is a powerful tool for representing and calculating sums of sequences efficiently.
Recurrence Relations
A recurrence relation defines each term of a sequence as a function of the previous term(s).
Example: Find the first four terms of the sequence Un+1 = Un + 4, U1 = 7
The resulting sequence is 7, 11, 15, 19.
Definition: A sequence is increasing if Un+1 > Un for all n ∈ N, decreasing if Un+1 < Un for all n ∈ N, and periodic if the terms repeat in a cycle.
Understanding recurrence relations is crucial for analyzing and generating complex sequences.