Nth Term Of A Geometric Sequence
The Shortcut That Makes Geometric Sequences Actually Make Sense
Picture this: you're offered a job with a choice — get paid one million dollars today, or start with one cent and double your pay every day for 30 days. In practice, which sounds better? Most people grab the million. But here's the thing — the doubling option nets you over ten million dollars. That's the power of geometric sequences, and the nth term formula is what makes this pattern predictable instead of just impressive.
The nth term of a geometric sequence is the shortcut that lets you jump straight to any term in a pattern where each number is found by multiplying the previous one by a fixed amount. Instead of writing out dozens or hundreds of terms, you plug into a simple formula and get your answer instantly.
What Is the Nth Term of a Geometric Sequence?
A geometric sequence is a list of numbers where you multiply by the same value to get from one term to the next. That fixed multiplier is called the common ratio. The sequence 2, 6, 18, 54, 162 is geometric because each term is 3 times the previous one.
The nth term formula gives you any term in the sequence without listing everything before it. Here it is:
aₙ = a₁ × r^(n−1)
Where:
- aₙ is the term you want to find (the "nth" term)
- a₁ is the first term
- r is the common ratio
- n is the position of the term you're looking for
Let's break this down with our example: 2, 6, 18, 54, 162...
- First term (a₁) is 2
- Common ratio (r) is 3
- Want the 5th term? a₅ = 2 × 3^(5−1) = 2 × 3⁴ = 2 × 81 = 162
Want the 20th term? On top of that, a₂₀ = 2 × 3^(20−1) = 2 × 3¹⁹. You'd need a calculator for this one, but the point is you can get there directly.
Why the Exponent Is (n−1), Not n
This trips up a lot of people. The first term already exists — you don't multiply by the ratio to get it. So the first term has been multiplied by the ratio zero times, which is why the exponent is (n−1). The second term has been multiplied once, the third term twice, and so on.
Think of it this way: the ratio does the work of moving you forward. Even so, to get to the 1st term, no moving is needed. Worth adding: to get to the 2nd term, you move once. To get to the nth term, you move (n−1) times. Worth keeping that in mind.
Why This Actually Matters Beyond the Classroom
Geometric sequences aren't just math homework — they model real situations where growth compounds. Population doubling, radioactive decay, compound interest, computer virus spread, sound intensity decreasing with distance — these all follow geometric patterns.
If you're understand the nth term formula, you can predict outcomes without waiting for them to unfold. A bank can calculate your savings growth a decade from now. In real terms, a scientist can estimate how much of a drug remains in your bloodstream after several half-lives. A programmer can analyze how an algorithm's performance degrades with larger inputs.
Without this tool, you're stuck calculating term by term, hoping you don't lose count or make an arithmetic error along the way.
How to Find the Nth Term Step by Step
Finding the nth term breaks down into three clear steps.
Step 1: Identify the First Term
Look at your sequence and find the very first number. Which means that's your a₁. In the sequence 5, 15, 45, 135..., the first term is 5.
Step 2: Find the Common Ratio
Divide any term by the term before it. Pick two consecutive numbers and divide the second by the first. In our example: 15 ÷ 5 = 3, and 45 ÷ 15 = 3. The common ratio is 3.
This is where students sometimes second-guess themselves. Always check with more than one pair. If you get different answers, either it's not geometric or you made a division error.
Step 3: Plug Into the Formula
Now you have everything you need: a₁ = 5, r = 3, and whatever n you're looking for. Say you want the 7th term:
a₇ = 5 × 3^(7−1) = 5 × 3⁶ = 5 × 729 = 3,645
Working With Fractions and Decimals
The formula works the same with fractions or decimals. For the sequence 81, 27, 9, 3..., the first term is 81 and the ratio is 1/3 (since 27 ÷ 81 = 1/3).
To find the 5th term: a₅ = 81 × (1/3)^(5−1) = 81 × (1/3)⁴ = 81 × 1/81 = 1
Negative ratios work too. The sequence 2, −6, 18, −54... has a first term of 2 and a ratio of −3. The signs alternate, which is exactly what happens when r is negative.
Common Mistakes People Make
Forgetting the (n−1) Exponent
Basically the most frequent error. People write aₙ = a₁ × r^n instead of aₙ = a₁ × r^(n−1). They end up off by one position, which throws off their entire answer. Always remember: the first term hasn't been multiplied by the ratio yet.
Continue exploring with our guides on the first law of thermodynamics tells us and how many vertices does circle have.
Misidentifying the Common Ratio
Especially with negative numbers or fractions, people grab the wrong ratio. That's why in the sequence −4, 8, −16, 32... , some students say the ratio is −2 because −4 × −2 = 8. But check the next step: 8 × −2 = −16, which works. On the flip side, others might say the ratio is 2 and get confused by the alternating signs. The ratio must be consistent across every pair.
Confusing Geometric with Arithmetic
Arithmetic sequences add a constant difference; geometric sequences multiply by a constant ratio. is arithmetic (add 4 each time), not geometric. Worth adding: the sequence 3, 7, 11, 15... Mixing up these two types leads to using the wrong formula entirely.
Practical Tips That Actually Work
Always Check Your Ratio
Before plugging into the formula, verify your common ratio with at least two different pairs of consecutive terms. This catches errors early and builds confidence in your answer.
Use Your Calculator Wisely
Large exponents produce huge numbers fast. Most scientific calculators have a power function (often labeled ^ or y^x). For very large exponents, you might get overflow errors — that's normal. In those cases, express your answer in terms of the power or use logarithms if you're working at an advanced level.
Look for Patterns in the Exponents
When working with the same base, you can sometimes simplify before calculating. If you're finding a₈ in a sequence where a₁ = 4 and r = 2, you get a₈ = 4 × 2⁷ = 4 × 128 = 512. But you could also think of 4 as 2², so a₈ = 2² × 2⁷ = 2⁹ = 512. Same answer, different path.
Work Backwards When Needed
If you know a specific term and the ratio but not the first term, rearrange the formula: a₁ = aₙ / r^(n−1). This comes up in word problems where you're given information about a later term.
FAQ
How do I know if a sequence is geometric?
Divide each term by the previous term. Consider this: if you get the same number every time, it's geometric. That consistent result is your common ratio.
What if the common ratio is 1?
Every term equals the first term. The sequence is constant: 5, 5, 5, 5... The nth
FAQ (continued)
What if the common ratio is 0?
A ratio of 0 means every term after the first is zero. The sequence looks like a₁, 0, 0, 0, … . The formula still works: aₙ = a₁ × 0^(n‑1). For n = 1 the exponent is 0, giving a₁ × 1 = a₁, but for any n > 1 the factor 0^(n‑1) = 0, so aₙ = 0. This pattern is useful in problems where a quantity “dies out” after the first step.
How do I locate a missing term in the middle of a geometric sequence?
Suppose you know a₁ = 3, aₙ = 96, and n = 5, but a₃ is missing. First find the common ratio using the known terms: a₅ = a₁ × r^(4) → 96 = 3 × r^4 → r^4 = 32 → r = 32^(1/4) = 2.365… (or the appropriate real root). Once r is known, plug it into the formula for the specific index: a₃ = a₁ × r^(2) = 3 × r^2. This method works whether the missing term is early, middle, or near the end, as long as you have enough information to solve for r.
Can the common ratio be a fraction?
Absolutely. A ratio like r = 3/4 means each term is three‑quarters of the previous one. The same formula applies: aₙ = a₁ × (r)^(n‑1). Fractional ratios produce decreasing sequences (if |r| < 1) or alternating decreasing/increasing patterns (if r is negative). Take this: a₁ = 64, r = 1/2 gives the sequence 64, 32, 16, 8, … . The exponent rules stay unchanged; you just handle the fraction in the usual way.
What about negative ratios?
Negative ratios create alternating signs. The magnitude still follows the usual power rule, while the sign flips according to the parity of the exponent. For r = –2, a₁ = 5, the terms are 5, –10, 20, –40, … . Notice that aₙ = a₁ × (–2)^(n‑1) automatically captures both the size change and the sign alternation. When solving for r from two consecutive terms, always consider both the positive and negative square (or nth) roots; the correct sign is the one that makes the ratio work for the next pair of terms.
How do I handle very large or very small exponents?
When the exponent is huge, the term can quickly exceed typical calculator range, leading to overflow warnings. In such cases, express the answer in exponential form (e.g., aₙ = 7 × 2^100) or use logarithms to compare magnitudes. For extremely small ratios (|r| < 1) and large n, the term may underflow to zero on a calculator, but mathematically it approaches zero asymptotically.
Conclusion
Geometric sequences are built on a single, powerful idea: multiply by a constant ratio each step. Mastering this concept means remembering the correct exponent (n – 1), verifying that the ratio is truly consistent, and distinguishing geometric growth from arithmetic addition. By checking your ratio, using a calculator wisely, spotting exponent patterns,
and applying logarithms when necessary, you can confidently work through even the most complex geometric sequence problems. And whether analyzing population dynamics, financial investments, or fractal structures, the principles of geometric progression provide a versatile lens for understanding how quantities scale and evolve. Worth adding: with practice, these sequences become second nature, unlocking deeper insights into the patterns that govern exponential growth and decay across mathematics and the sciences. By internalizing these techniques, you equip yourself with a foundational tool that transcends mere calculation, revealing the elegance of mathematical relationships in both theory and real-world contexts.
Latest Posts
Latest Additions
-
What Elements Form A Covalent Bond
Aug 15, 2026
-
Oxidation Is The Gain Of Electrons
Aug 15, 2026
-
Food Web And Food Chain Similarities
Aug 15, 2026
-
Protein Polymers Are Made Up Of
Aug 15, 2026
-
What Happens To The Cell In A Hypertonic Solution
Aug 15, 2026