Geometric Sequence Calculator
Calculation Results
Value of the -th term:
Sum of the first terms:
Formula used: aₙ = a₁ × r⁽ⁿ⁻¹⁾
Understanding Geometric Sequences
A geometric sequence (also known as a geometric progression) is a sequence of numbers where each term after the first is found by multiplying the previous one by a fixed, non-zero number called the common ratio (r).
Key Formulas
- The N-th Term Formula: aₙ = a₁ × r⁽ⁿ⁻¹⁾
- The Sum Formula (Finite): Sₙ = a₁(1 – rⁿ) / (1 – r), where r ≠ 1
- Sum for r = 1: Sₙ = a₁ × n
Practical Example
Imagine you have a bacterial culture that doubles every hour. You start with 5 bacteria (a₁ = 5). Since it doubles, your common ratio (r) is 2. To find how many bacteria you will have at the 6th hour (n = 6):
- Step 1: Apply the formula a₆ = 5 × 2⁽⁶⁻¹⁾
- Step 2: Calculate the exponent: 2⁵ = 32
- Step 3: Multiply: 5 × 32 = 160
After 6 hours, you would have 160 bacteria. Using the sum formula, you could also calculate the total number of "bacteria-hours" experienced by the culture during that time.
Types of Geometric Sequences
The behavior of the sequence depends entirely on the value of the common ratio:
- Growth (r > 1): The terms increase exponentially (e.g., 2, 4, 8, 16…).
- Decay (0 < r < 1): The terms decrease toward zero (e.g., 100, 50, 25, 12.5…).
- Alternating (r < 0): The terms switch between positive and negative values (e.g., 3, -6, 12, -24…).
Frequently Asked Questions
Can the common ratio be zero?
No, in a standard geometric progression, the common ratio (r) should not be zero, as it would make all terms after the first zero, losing the properties of a geometric sequence.
What is an infinite geometric series?
If the absolute value of the ratio |r| < 1, the sum of the sequence as n approaches infinity converges to a specific number using the formula: S∞ = a₁ / (1 – r).