✖️ 1. Defining geometric sequences via recursive definition and calculating the common ratio
🔁 Defining Geometric Sequences
- A geometric sequence multiplies the previous term by a fixed number to get the next term.
- The recursive rule is where is the common ratio.
- To find , divide any term by the term before it: .
- The common ratio stays the same throughout the entire sequence.
- If and , then , , and so on.
Example: Sequence 5, 15, 45, 135 has .
💡 Each term = previous term × same multiplier
1. Defining geometric sequences via recursive definition and calculating the common ratio
Geometric Sequences and the Common Ratio
A geometric sequence is a sequence where each term after the first is obtained by multiplying the previous term by a fixed nonzero constant called the common ratio . The recursive definition is for , where is the first term.
Intuition: Each term is a scaled version of its predecessor, creating a multiplicative pattern rather than an additive one.
Core Rules:
- The common ratio is calculated as for any consecutive terms where .
- must be constant throughout the sequence; if the ratio varies, the sequence is not geometric.
- (otherwise the sequence becomes trivial after the first term).
- The first term and completely determine the entire sequence.
Consequence: Knowing any term and the common ratio allows reconstruction of all subsequent terms through repeated multiplication.
Example: In the sequence 3, 6, 12, 24, we compute . Each term is twice the previous one.
Find the common ratio for the geometric sequence: .
✖️ 2. Interpreting sequence behavior based on the common ratio
📊 Behavior Based on Common Ratio
- When , the sequence shows exponential growth (terms get larger in size).
- When , the sequence shows exponential decay (terms shrink toward zero).
- When is negative, the sequence alternates between positive and negative values.
- When , all terms stay constant (no growth or decay).
- When , terms flip between two opposite values.
Example: For starting at 8, the sequence is 8, -4, 2, -1, 0.5 (alternating decay).
💡 Negative = zigzag pattern, controls size change
2. Interpreting sequence behavior based on the common ratio
Behavior Classification by Common Ratio
The value of determines the qualitative behavior of a geometric sequence. When , terms grow exponentially in magnitude (growth). When , terms shrink toward zero (decay).
Intuition: The magnitude of controls whether terms expand or contract, while its sign controls whether terms alternate in sign.
Core Rules:
- Exponential growth: causes terms to increase in absolute value without bound.
- Exponential decay: causes terms to approach zero asymptotically.
- Alternating oscillation: makes consecutive terms alternate in sign, creating a zigzag pattern.
- Special cases: yields a constant sequence; produces alternating values of equal magnitude.
Consequence: The sign and magnitude of together predict long-term sequence behavior, critical for modeling real phenomena.
Example: For and , the sequence is 5, -2.5, 1.25, -0.625, showing both decay and oscillation.
A geometric sequence has a common ratio of . Which of the following best describes the long-term behavior of its terms?
✖️ 3. Using the explicit formula for the n-th term
🎯 Explicit Formula for Any Term
- The explicit formula jumps directly to the -th term: .
- Here is the first term, is the common ratio, and is the position.
- The exponent is because the first term has zero multiplications applied.
- This formula skips all intermediate calculations.
Example: Find the 6th term when and . Then .
💡 Jump to any term = first term × ratio raised to (position - 1)
3. Using the explicit formula for the n-th term
Explicit Formula for the n-th Term
The explicit formula directly computes the -th term of a geometric sequence without calculating all preceding terms. Here is the first term, is the common ratio, and is the term position (with ).
Intuition: The exponent counts how many times we multiply by to reach the -th term.
Core Rules:
- The formula applies for any positive integer .
- The exponent is because the first term requires zero multiplications by .
- Domain: (natural numbers starting from 1).
- This formula is derived by repeatedly applying the recursive definition.
Consequence: Direct computation eliminates the need for iterative calculation, enabling efficient access to distant terms.
Example: For and , the 5th term is .
A geometric sequence has a first term of and a common ratio of . Calculate the 4th term of this sequence.
✖️ 4. Calculating the sum of a finite geometric series
➕ Sum of Finite Geometric Series
- To add the first terms, use the formula when .
- This formula works for any value of except exactly 1.
- When , the sum is simply (just add the same number times).
- The numerator captures how the ratio compounds over terms.
Example: Sum first 4 terms of 3, 6, 12, 24. Here , , so .
💡 Sum formula = first term × (ratio pattern over steps) ÷ (1 - ratio)
4. Calculating the sum of a finite geometric series
Sum of a Finite Geometric Series
The sum of the first terms of a geometric sequence is given by for . This formula aggregates all terms from to efficiently.
Intuition: The formula exploits the self-similar structure of geometric sequences to collapse the sum into a closed form.
Core Rules:
- Restriction: The formula is valid only when ; if , then (arithmetic sum).
- An equivalent form is , useful when to avoid negative denominators.
- The formula is derived by multiplying the sum by and subtracting to eliminate intermediate terms.
- Domain: , .
Consequence: This enables rapid computation of cumulative totals in finance, physics, and computer science.
Example: For , , : .
Find the sum of the first 4 terms of a geometric sequence where and .
✖️ 5. Applications in epidemiology and compound interest
🌍 Real-World Applications
- Viral spread: If each infected person infects others, total cases grow geometrically each generation.
- Compound interest: Money grows by factor each period, forming a geometric sequence.
- Use to predict future values after time steps.
- Use to calculate total accumulated quantity over periods.
Example: 1000 dollars at 5% annual interest for 3 years gives dollars.
💡 Geometric sequences model anything that multiplies by a constant factor repeatedly
5. Applications in epidemiology and compound interest
Modeling Viral Spread and Compound Interest
Geometric progressions model discrete exponential processes where quantities multiply by a fixed factor per time step. In epidemiology, if each infected person spreads disease to new people per generation, total infections follow . In finance, compound interest applies the formula where is principal, is interest rate per period, and is the number of periods.
Intuition: Repeated multiplicative growth or decay naturally produces geometric sequences in real-world systems.
Core Rules:
- Viral spread: represents the reproduction number; indicates epidemic growth, indicates decline.
- Compound interest: Each period, the balance is multiplied by , making it a geometric sequence with ratio .
- Both models assume discrete time steps and constant rates.
Consequence: These applications demonstrate how geometric progressions quantify exponential phenomena in biology and economics.
Example: 1000 dollars at 5% annual interest for 3 years yields dollars.
A public health team is monitoring a viral outbreak. They calculate that the reproduction number is . Based on the geometric progression model for epidemiology, what does this indicate about the disease?