Geometric sequence: A sequence where each term is obtained by multiplying the previous term by a constant value called the common ratio.
- Identify the first term (a₁)
- Find the common ratio (r)
- Apply the formula: aₙ = a₁ · r^(n-1)
- Substitute the given value of n
The first term of the sequence is \(a_1 = 3\)
Calculate the ratio between consecutive terms:
\(r = \frac{a_2}{a_1} = \frac{6}{3} = 2\)
Verify: \(\frac{a_3}{a_2} = \frac{12}{6} = 2\), \(\frac{a_4}{a_3} = \frac{24}{12} = 2\)
So the common ratio is \(r = 2\)
The formula for the nth term of a geometric sequence is:
\(a_n = a_1 \cdot r^{n-1}\)
For \(n = 8\):
\(a_8 = 3 \cdot 2^{8-1} = 3 \cdot 2^7\)
\(a_8 = 3 \cdot 128\)
\(a_8 = 384\)
We can verify by continuing the sequence: 3, 6, 12, 24, 48, 96, 192, 384
The 8th term is indeed 384
The 8th term of the geometric sequence is 384.
• nth term formula: \(a_n = a_1 \cdot r^{n-1}\)
• Common ratio: \(r = \frac{a_{n+1}}{a_n}\) for any term
• Consistency: The common ratio is the same between any two consecutive terms
Explicit formula: A formula that allows you to find any term of a sequence directly using its position in the sequence.
The general formula for the nth term is: \(a_n = a_1 \cdot r^{n-1}\)
For \(a_4 = 48\): \(a_1 \cdot r^{4-1} = 48\), so \(a_1 \cdot r^3 = 48\)
For \(a_7 = 384\): \(a_1 \cdot r^{7-1} = 384\), so \(a_1 \cdot r^6 = 384\)
Divide the second equation by the first:
\(\frac{a_1 \cdot r^6}{a_1 \cdot r^3} = \frac{384}{48}\)
\(r^3 = 8\)
\(r = 2\)
Substitute \(r = 2\) into the first equation:
\(a_1 \cdot 2^3 = 48\)
\(a_1 \cdot 8 = 48\)
\(a_1 = 6\)
Substitute \(a_1 = 6\) and \(r = 2\) into the general formula:
\(a_n = 6 \cdot 2^{n-1}\)
Check: \(a_4 = 6 \cdot 2^{4-1} = 6 \cdot 2^3 = 6 \cdot 8 = 48\) ✓
Check: \(a_7 = 6 \cdot 2^{7-1} = 6 \cdot 2^6 = 6 \cdot 64 = 384\) ✓
The common ratio is \(r = 2\).
The explicit formula is \(a_n = 6 \cdot 2^{n-1}\).
• System of equations: Use given terms to create equations in \(a_1\) and \(r\)
• Division method: Divide equations to eliminate \(a_1\) and solve for \(r\)
• Substitution: Use the value of \(r\) to find \(a_1\)
Recursive formula: A formula that defines each term of a sequence using the preceding term(s).
The first term is \(a_1 = 16\)
\(r = \frac{a_2}{a_1} = \frac{-8}{16} = -\frac{1}{2}\)
Verify: \(\frac{a_3}{a_2} = \frac{4}{-8} = -\frac{1}{2}\), \(\frac{a_4}{a_3} = \frac{-2}{4} = -\frac{1}{2}\)
So the common ratio is \(r = -\frac{1}{2}\)
For a geometric sequence: \(a_1 = \text{first term}\) and \(a_n = a_{n-1} \cdot r\)
Therefore: \(a_1 = 16\) and \(a_n = a_{n-1} \cdot \left(-\frac{1}{2}\right)\)
We already know: \(a_1 = 16\)
\(a_2 = a_1 \cdot \left(-\frac{1}{2}\right) = 16 \cdot \left(-\frac{1}{2}\right) = -8\)
\(a_3 = a_2 \cdot \left(-\frac{1}{2}\right) = -8 \cdot \left(-\frac{1}{2}\right) = 4\)
\(a_4 = a_3 \cdot \left(-\frac{1}{2}\right) = 4 \cdot \left(-\frac{1}{2}\right) = -2\)
\(a_5 = a_4 \cdot \left(-\frac{1}{2}\right) = -2 \cdot \left(-\frac{1}{2}\right) = 1\)
\(a_6 = a_5 \cdot \left(-\frac{1}{2}\right) = 1 \cdot \left(-\frac{1}{2}\right) = -\frac{1}{2}\)
Explicit formula: \(a_n = 16 \cdot \left(-\frac{1}{2}\right)^{n-1}\)
Check: \(a_6 = 16 \cdot \left(-\frac{1}{2}\right)^{6-1} = 16 \cdot \left(-\frac{1}{2}\right)^5 = 16 \cdot \left(-\frac{1}{32}\right) = -\frac{1}{2}\) ✓
The recursive formula is: \(a_1 = 16\) and \(a_n = a_{n-1} \cdot \left(-\frac{1}{2}\right)\).
The 6th term is \(a_6 = -\frac{1}{2}\).
• Recursive definition: \(a_1 = \text{initial value}\), \(a_n = a_{n-1} \cdot r\)
• Geometric sequence: Each term is the previous term multiplied by the common ratio
• Verification: Use explicit formula to verify recursive results
Geometric Sequence: A sequence where the ratio between consecutive terms is constant.
Common Ratio (r): The constant value multiplied by each term to get the next term.
Explicit Formula: A formula that calculates any term directly using its position in the sequence.
Recursive Formula: A formula that defines each term using the previous term.
Term: Each individual number in the sequence.
- Finding nth term: Use \(a_n = a_1 \cdot r^{n-1}\)
- Finding common ratio: \(r = \frac{a_{n+1}}{a_n}\)
- Finding first term: Use known term and common ratio
- Writing explicit formula: Identify \(a_1\) and \(r\), then substitute into formula
- Writing recursive formula: State \(a_1\) and \(a_n = a_{n-1} \cdot r\)
• Explicit formula: \(a_n = a_1 \cdot r^{n-1}\)
• Recursive formula: \(a_1 = \text{first term}\), \(a_n = a_{n-1} \cdot r\)
• Common ratio: \(r = \frac{a_{n+1}}{a_n}\)
• Constant ratio: The value of \(r\) is the same throughout the sequence
• Exponential relationship: Geometric sequences represent exponential functions with domain restricted to positive integers
Application problems: Real-world scenarios that can be modeled using geometric sequences.
This is a geometric sequence where:
Initial amount: \(a_1 = 500\) (bacteria at hour 0)
Common ratio: \(r = 3\) (triples each hour)
Time: Hours correspond to sequence positions (hour 1 = a₂, hour 2 = a₃, etc.)
After 6 hours means we need \(a_7\) (since \(a_1\) is hour 0):
Use the explicit formula: \(a_n = a_1 \cdot r^{n-1}\)
\(a_7 = 500 \cdot 3^{7-1} = 500 \cdot 3^6\)
\(a_7 = 500 \cdot 729\)
\(a_7 = 364,500\)
We need to find the smallest \(n\) such that \(a_n > 100,000\):
\(500 \cdot 3^{n-1} > 100,000\)
\(3^{n-1} > \frac{100,000}{500}\)
\(3^{n-1} > 200\)
Take the natural logarithm of both sides:
\((n-1) \ln(3) > \ln(200)\)
\(n-1 > \frac{\ln(200)}{\ln(3)}\)
\(n-1 > \frac{5.298}{1.099} \approx 4.82\)
\(n > 5.82\)
Since \(n\) must be an integer, \(n \geq 6\)
When \(n = 6\): \(a_6 = 500 \cdot 3^5 = 500 \cdot 243 = 121,500\)
This corresponds to hour 5 (since \(a_1\) is hour 0)
So the population will exceed 100,000 after 5 hours.
After 6 hours, there will be 364,500 bacteria.
The population will exceed 100,000 bacteria after 5 hours.
• Explicit formula: \(a_n = a_1 \cdot r^{n-1}\) for finding specific terms
• Exponential growth: Real-world phenomena often follow geometric patterns
• Logarithms: Used to solve exponential inequalities
Mixed problems: Problems that require using multiple formulas simultaneously to solve for unknowns.
We know: \(S_4 = 120\) and \(a_4 = 81\)
Sum formula: \(S_n = \frac{a_1(1-r^n)}{1-r}\) (when \(r \neq 1\))
So: \(S_4 = \frac{a_1(1-r^4)}{1-r} = 120\)
Explicit formula: \(a_n = a_1 \cdot r^{n-1}\)
So: \(a_4 = a_1 \cdot r^{4-1} = a_1 \cdot r^3 = 81\)
From the second equation: \(a_1 = \frac{81}{r^3}\)
\(\frac{\frac{81}{r^3}(1-r^4)}{1-r} = 120\)
\(\frac{81(1-r^4)}{r^3(1-r)} = 120\)
\(\frac{81(1-r^4)}{r^3(1-r)} = 120\)
Notice that \(1-r^4 = (1-r^2)(1+r^2) = (1-r)(1+r)(1+r^2)\)
So: \(\frac{81(1-r)(1+r)(1+r^2)}{r^3(1-r)} = 120\)
\(\frac{81(1+r)(1+r^2)}{r^3} = 120\)
\(81(1+r)(1+r^2) = 120r^3\)
Let's try integer values for r. Testing \(r = 3\):
\(81(1+3)(1+9) = 81 \cdot 4 \cdot 10 = 3240\)
\(120 \cdot 3^3 = 120 \cdot 27 = 3240\) ✓
So \(r = 3\)
Substitute \(r = 3\) into \(a_1 = \frac{81}{r^3}\):
\(a_1 = \frac{81}{3^3} = \frac{81}{27} = 3\)
Sequence: 3, 9, 27, 81
Sum: \(3 + 9 + 27 + 81 = 120\) ✓
Fourth term: \(a_4 = 81\) ✓
The first term is \(a_1 = 3\).
The common ratio is \(r = 3\).
• System of equations: Use multiple formulas to create equations with unknowns
• Substitution method: Solve one equation and substitute into another
• Factorization: Simplify expressions using algebraic identities
• Verification: Check both conditions with calculated values
Geometric Sequence: A sequence where each term differs from the previous term by a constant ratio.
Common Ratio (r): The constant value multiplied by each term to get the next term.
Explicit Formula: A formula that calculates any term directly using its position in the sequence.
Recursive Formula: A formula that defines each term using the previous term.
Geometric Series: The sum of the terms in a geometric sequence.
- Identify sequence type: Verify that the ratio between consecutive terms is constant
- Find parameters: Determine \(a_1\) and \(r\) from given information
- Choose appropriate formula: Explicit for single terms, recursive for sequential calculations
- Solve for unknowns: Use algebraic techniques to find missing values
- Verify solutions: Check answers using alternative methods or by substituting back
- Interpret results: Ensure answers make sense in the context of the problem
• Explicit formula: \(a_n = a_1 \cdot r^{n-1}\)
• Recursive formula: \(a_1 = \text{first term}\), \(a_n = a_{n-1} \cdot r\)
• Common ratio: \(r = \frac{a_{n+1}}{a_n}\)
• Alternative explicit formula: \(a_n = a_m \cdot r^{n-m}\)
• Sum of geometric series: \(S_n = \frac{a_1(1-r^n)}{1-r}\) when \(r \neq 1\)
• Infinite geometric series: \(S = \frac{a_1}{1-r}\) when \(|r| < 1\)
Exponential growth: Population growth, compound interest
Exponential decay: Radioactive decay, depreciation
Finance: Investment returns, loan payments
Biology: Bacterial growth, viral spread
- Read carefully: Identify what is given and what is asked
- Model: Recognize geometric sequence pattern
- Plan: Select appropriate formula based on given information
- Solve: Execute calculations systematically
- Check: Verify answer makes sense in context