Table of Contents
Numerical sequences are one of the most important topics in algebra and calculus. They are used to model population growth, financial investments, computer algorithms, engineering systems, physics, and many real-life phenomena. Every mathematics student should master the different types of sequences and the theorems associated with them.
Definition
A numerical sequence is a function defined on the set of natural numbers. Each natural number n corresponds to exactly one real number denoted by un.
A numerical sequence is a function defined on the set of natural numbers. Each natural number n corresponds to exactly one real number denoted by un.
1. Definition of a Numerical Sequence
A sequence is an ordered list of numbers:
Vocabulary
- u₀ : First term
- u₁ : Second term
- uₙ : General term
- n : Index (Rank)
2. Main Types of Numerical Sequences
| Sequence Type | Description |
|---|---|
| Explicit Sequence | The nth term is given directly as a function of n. |
| Recursive Sequence | Each term depends on one or more previous terms. |
| Arithmetic Sequence | The difference between consecutive terms is constant. |
| Geometric Sequence | The ratio between consecutive terms is constant. |
3. Explicit Sequence
Definition
Each term can be calculated directly without knowing the previous terms.
Example
To calculate
simply substitute
n = 5.
4. Recursive Sequence
Definition
A recursive sequence is defined using one or more previous terms.
Example
Important Rule
To calculate a term, you must know the previous term(s).
To calculate a term, you must know the previous term(s).
5. Arithmetic Sequence
Definition
An arithmetic sequence has a constant difference between consecutive terms.
Recurrence Formula
r is called the common difference.
General Formula
Theorem 1
An arithmetic sequence satisfies
where r is a constant.
Property
If
the sequence is increasing.
If the sequence is decreasing.
If the sequence is decreasing.
6. Geometric Sequence
Definition
A sequence is called a geometric sequence when each term is obtained by multiplying the previous term by the same constant number called the common ratio.
A sequence is called a geometric sequence when each term is obtained by multiplying the previous term by the same constant number called the common ratio.
Recursive Formula
Important Rule
q is called the common ratio.
q is called the common ratio.
Explicit Formula
Theorem 2
A sequence is geometric if and only if
where q is constant.
Property
- If q > 1, the sequence is increasing (provided the terms are positive).
- If 0 < q < 1, the sequence is decreasing.
- If q = 1, the sequence is constant.
- If q < 0, the signs alternate.
7. Sum of the First n Terms of an Arithmetic Sequence
Main Formula
Equivalent Formula
8. Sum of the First n Terms of a Geometric Sequence
Main Formula
Special Case
If
q = 1
then
9. Box of Essential Formulas
Every Student Should Memorize
- Arithmetic recurrence:
- Arithmetic explicit formula:
- Geometric recurrence:
- Geometric explicit formula:
10. Monotonicity of a Sequence
Definition
The monotonicity of a sequence describes how its terms evolve as the index increases.
The monotonicity of a sequence describes how its terms evolve as the index increases.
| Type of Sequence | Condition | Conclusion |
|---|---|---|
| Increasing | The terms increase. | |
| Decreasing | The terms decrease. | |
| Constant | All terms are equal. |
Theorem 3
If then the sequence is increasing.
If then the sequence is decreasing.
If then the sequence is increasing.
If then the sequence is decreasing.
11. Bounded Sequences
Definition
A sequence is bounded if all its terms remain between two fixed real numbers.
A sequence is bounded if all its terms remain between two fixed real numbers.
Theorem 4
Every convergent sequence is bounded.
Every convergent sequence is bounded.
Important Remark
A bounded sequence is not necessarily convergent.
A bounded sequence is not necessarily convergent.
12. Convergent and Divergent Sequences
Definition
A sequence converges if its terms approach a fixed real number as the index tends to infinity.
A sequence converges if its terms approach a fixed real number as the index tends to infinity.
Theorem 5
A convergent sequence has a unique limit.
A convergent sequence has a unique limit.
Examples
- converges to 0.
- diverges toward infinity.
13. Fundamental Theorems
Theorem 6 – Comparison Theorem
If both sequences converge, then their limits preserve the inequality.
Theorem 7 – Squeeze Theorem
If
and
then
has the same limit.
14. Summary Sheet
Essential Formulas Every Student Should Know
- Arithmetic recurrence:
- Arithmetic explicit:
- Geometric recurrence:
- Geometric explicit:
- Arithmetic sum:
- Geometric sum:
Final Advice
To solve sequence problems successfully, always identify the type of sequence first (arithmetic, geometric, explicit, or recursive). Then apply the corresponding theorem and formula. Understanding the properties of monotonicity, boundedness, and convergence will make advanced topics in calculus and mathematical analysis much easier.
To solve sequence problems successfully, always identify the type of sequence first (arithmetic, geometric, explicit, or recursive). Then apply the corresponding theorem and formula. Understanding the properties of monotonicity, boundedness, and convergence will make advanced topics in calculus and mathematical analysis much easier.
15. Sequence Limits
Definition
The limit of a sequence is the value approached by its terms as the index becomes infinitely large.
The limit of a sequence is the value approached by its terms as the index becomes infinitely large.
Interpretation
As n becomes larger and larger, the terms of the sequence get arbitrarily close to the real number L.
As n becomes larger and larger, the terms of the sequence get arbitrarily close to the real number L.
16. Important Limits Every Student Should Know
Fundamental Limits
17. Sequence Classification
| Sequence | Behavior | Limit |
|---|---|---|
| Decreasing | 0 | |
| n | Increasing | +∞ |
| Very fast increasing | +∞ | |
| Very fast decreasing | 0 |
18. Mathematical Proof by Induction
Principle of Mathematical Induction
To prove that a property is true for every natural number, follow these three steps.
| Step | Description |
|---|---|
| 1 | Verify the property for the first value. |
| 2 | Assume the property is true for n. |
| 3 | Prove it remains true for n+1. |
Notation
represents the mathematical property to be proved.
19. Common Mistakes
- Confusing the common difference with the common ratio.
- Using the arithmetic formula for a geometric sequence.
- Forgetting the initial term.
- Ignoring the index where the sequence begins.
- Using the wrong summation formula.
- Assuming every bounded sequence converges.
- Applying induction incorrectly.
20. Complete Formula Sheet
Arithmetic Sequence
Geometric Sequence
Arithmetic Sum
Geometric Sum
Final Summary
To solve any sequence problem efficiently:
```html id="seq-summary-05"
To solve any sequence problem efficiently:
- Identify the type of sequence.
- Determine whether it is explicit or recursive.
- Apply the correct theorem.
- Choose the appropriate formula.
- Simplify carefully.
- Verify monotonicity and convergence when required.
21. Solved Exercises
Exercise 1 – Arithmetic Sequence
Given the arithmetic sequence:
Find u₁₀.
Solution
Exercise 2 – Geometric Sequence
Given
Calculate u₅.
22. Theorems Every Student Must Know
Theorem 8
A sequence that is both increasing and bounded above is convergent.
Theorem 9
A sequence that is decreasing and bounded below is convergent.
Theorem 10
Every geometric sequence satisfies
for every pair of integers p and n.
Theorem 11
Every arithmetic sequence satisfies
23. Comparison Between Arithmetic and Geometric Sequences
| Property | Arithmetic | Geometric |
|---|---|---|
| Operation | Addition | Multiplication |
| Constant | Difference (r) | Ratio (q) |
| Explicit Formula | u₀ + nr | u₀qⁿ |
| Growth | Linear | Exponential |
| Applications | Salary increase, temperature | Population, finance, bacteria |
Memory Rule
- Arithmetic → Add the same number.
- Geometric → Multiply by the same number.
24. Formula Box
Arithmetic Sequence
Geometric Sequence
Geometric Sequence
Exam Tips
- Identify the sequence type first.
- Never confuse the common difference with the common ratio.
- Memorize the explicit formulas.
- Know the sum formulas by heart.
- Always verify whether the sequence is increasing, decreasing, bounded, or convergent.
- Read the question carefully before choosing the theorem.
Conclusion
Mastering numerical sequences is essential for success in algebra, calculus, mathematical analysis, probability, economics, engineering, physics, and computer science. Understanding the definitions, recognizing the sequence type, and applying the correct theorem systematically will allow students to solve nearly every sequence problem encountered in secondary school and university mathematics.