Explicit Formula for the nth Term: In a geometric sequence, the explicit formula is used to directly calculate the nth term ($a_n$) without needing to find all preceding terms. It is expressed as:$a_n = a_1 \cdot r^{n-1}$ where:
$a_n$ = the nth term of the sequence,
$a_1$ = the first term,
r = the common ratio,
n = the term number (positive integer).
2. Key Concepts
Independence of the Formula: The explicit formula allows calculating any term ($a_n$) using only $a_1$, r, and n, making it efficient for finding distant terms (e.g., the 20th term).
Role of Each Component:
$a_1$ is the starting value of the sequence.
r determines the growth or decay of the sequence (e.g., r > 1 leads to growth, 0 < |r| < 1 leads to decay).
The exponent $(n-1)$ accounts for the number of multiplications by r needed to reach the nth term from $a_1$ (e.g., the 3rd term requires multiplying $a_1$ by r twice: $a_3 = a_1 \cdot r^2$).
Applicability: The formula only works for geometric sequences (where the common ratio r is constant).
3. Examples
Simple
Question: A geometric sequence has a first term $a_1 = 8$ and a common ratio $r = -\frac{1}{2}$. Find the 7th term.
Solution:
Given $a_1 = 8$, $r = -\frac{1}{2}$, $n = 7$.
Use the formula: $a_7 = 8 \cdot \left(-\frac{1}{2}\right)^{7-1} = 8 \cdot \left(-\frac{1}{2}\right)^6$.
Identify Known Values: First, determine $a_1$, r, and n from the problem. If any of these are missing (e.g., $a_1$ or r), use given terms to solve for them first.
Substitute into the Formula: Plug the known values into $a_n = a_1 \cdot r^{n-1}$. Pay attention to the exponent $(n-1)$ (not n) to avoid errors.
Simplify Exponents Carefully: For negative r, remember that even exponents result in positive values, and odd exponents result in negative values (e.g., $(-2)^3 = -8$, $(-2)^4 = 16$).
Verify with Smaller Terms: If unsure, check the formula with a known term (e.g., calculate the 2nd or 3rd term using the formula and compare it to the given sequence).