Sequence and Series Calculator
Understanding Mathematical Sequences
A sequence is an ordered list of numbers that follows a specific pattern. Identifying the type of sequence is crucial for solving problems in algebra, calculus, and financial mathematics. The two most common types are Arithmetic and Geometric sequences.
Arithmetic Sequences
In an arithmetic sequence, the difference between any two consecutive terms is constant. This constant is called the Common Difference (d). If you know the first term and the difference, you can find any term in the series.
- Formula for Nth Term: aₙ = a₁ + (n – 1)d
- Formula for Sum: Sₙ = (n/2)(a₁ + aₙ)
Example: In the sequence 2, 5, 8, 11…, the first term (a₁) is 2 and the common difference (d) is 3.
Geometric Sequences
In a geometric sequence, each term is found by multiplying the previous term by a constant called the Common Ratio (r). These sequences grow or shrink exponentially.
- Formula for Nth Term: aₙ = a₁ × r⁽ⁿ⁻¹⁾
- Formula for Sum: Sₙ = a₁(1 – rⁿ) / (1 – r)
Example: In the sequence 3, 6, 12, 24…, the first term (a₁) is 3 and the common ratio (r) is 2.
Comparison Table
| Feature | Arithmetic | Geometric |
|---|---|---|
| Relation between terms | Addition/Subtraction | Multiplication/Division |
| Growth Pattern | Linear | Exponential |
| Key Variable | Difference (d) | Ratio (r) |
Practical Applications
Sequences are not just theoretical math. They are used in various fields:
- Finance: Calculating simple interest (arithmetic) or compound interest and depreciation (geometric).
- Computer Science: Analyzing algorithm complexity and memory allocation patterns.
- Physics: Measuring radioactive decay or the bouncing height of a ball.
- Biology: Modeling population growth over discrete time intervals.