A sequence is an ordered list of elements (often numbers) that follow a particular rule or pattern. Sequences are foundational concepts in mathematics, especially in areas such as analysis, number theory, and computer science. Sequences can be finite or infinite and are used to model and describe various phenomena in mathematics and beyond.
A sequence is typically denoted as:
where are the terms of the sequence. The term represents the -th element of the sequence.
Finite Sequence: A sequence that has a specific number of terms. For example, the sequence of first 4 natural numbers:
Infinite Sequence: A sequence that continues indefinitely. For example, the sequence of all natural numbers:
Arithmetic Sequence (Arithmetic Progression): In an arithmetic sequence, the difference between any two consecutive terms is constant. This difference is called the common difference and is often denoted by .
The general form of an arithmetic sequence is:
where is the first term and is the common difference.
Example: , where the common difference .
To find the 10th term of the sequence:
Geometric Sequence (Geometric Progression): In a geometric sequence, each term is found by multiplying the previous term by a constant called the common ratio, denoted by .
The general form of a geometric sequence is:
where is the first term and is the common ratio.
Example: , where the common ratio .
To find the 5th term of the sequence:
Fibonacci Sequence: The Fibonacci sequence is a special type of recursive sequence where each term is the sum of the two preceding terms. It starts with and , and each subsequent term is the sum of the two previous terms:
The Fibonacci sequence is defined recursively as:
A recursive sequence is a sequence where each term is defined in terms of one or more previous terms. This contrasts with explicit formulas, which provide a direct way to compute the -th term.
Example of a recursive sequence:
This sequence is defined by the recurrence relation:
Recurrence Relations: A recurrence relation expresses each term of a sequence as a function of one or more preceding terms. For example:
This recurrence defines a sequence where each term is twice the previous term minus 1.
A monotonic sequence is a sequence that is either entirely non-increasing or non-decreasing. Specifically:
Increasing Sequence: A sequence where each term is greater than or equal to the previous one.
Decreasing Sequence: A sequence where each term is less than or equal to the previous one.
Strictly Increasing or Decreasing Sequence: A sequence where each term is strictly greater (or less) than the previous one.
The limit of a sequence describes the value that the terms of the sequence approach as the index becomes larger and larger. If a sequence approaches a specific value as , that value is called the limit.
The sum of a sequence is known as a series. For example:
Arithmetic Series: The sum of the first terms of an arithmetic sequence can be found using the formula:
where is the first term, is the -th term, and is the number of terms.
Geometric Series: The sum of the first terms of a geometric sequence is given by:
where is the first term and is the common ratio.
For an infinite geometric series (where ), the sum is:
A sequence is said to converge if it has a finite limit as approaches infinity. For example, converges to 0.
A sequence diverges if it does not approach a finite limit. For example, the sequence diverges because it increases without bound.
Arithmetic Sequence: A sequence where the difference between consecutive terms is constant.
Geometric Sequence: A sequence where each term is the previous term multiplied by a constant ratio.
Fibonacci Sequence: A recursive sequence where each term is the sum of the previous two terms.
Sequences are a fundamental concept in mathematics and have a wide range of applications in science, engineering, and computer science. Understanding different types of sequences, such as arithmetic, geometric, and Fibonacci
Open this section to load past papers