Finding the nth Term of a Geometric Sequence

April 12, 2026

Problem

Find the 8th term of 2, 6, 18, 54, ... where r = 3.

Explanation

What is a geometric sequence?

A geometric sequence has a constant ratio rr between consecutive terms. Each term is obtained by multiplying the previous term by rr:

a1,a1r,a1r2,a1r3,a_1, \quad a_1 r, \quad a_1 r^2, \quad a_1 r^3, \quad \ldots

The formula

an=a1rn1a_n = a_1 \cdot r^{n-1}

Step-by-step solution: Find the 8th term of 2, 6, 18, 54, ...

Step 1 — Identify a1a_1 and rr.

a1=2a_1 = 2. Common ratio: r=6/2=3r = 6/2 = 3 (each term is 3× the previous).

Step 2 — Apply the formula with n=8n = 8:

a8=2381=237a_8 = 2 \cdot 3^{8-1} = 2 \cdot 3^7

Step 3 — Compute 373^7: 31=33^1 = 3, 32=93^2 = 9, 33=273^3 = 27, 34=813^4 = 81, 35=2433^5 = 243, 36=7293^6 = 729, 37=21873^7 = 2187.

Step 4 — Final answer: a8=2×2187=4374a_8 = 2 \times 2187 = 4374.

Check: The sequence is 2,6,18,54,162,486,1458,43742, 6, 18, 54, 162, 486, 1458, 4374. Each term is 3× the previous ✓.

Arithmetic vs geometric

  • Arithmetic: add a constant (+d+d). Growth is linear.
  • Geometric: multiply by a constant (×r\times r). Growth is exponential.

Geometric sequences grow (or decay) much faster than arithmetic ones. After 20 terms with r=3r = 3, the term exceeds 6 billion!

Common mistakes

  • Using rnr^n instead of rn1r^{n-1}. The exponent is (n1)(n-1), not nn, because the first term a1a_1 already exists without any multiplication.
  • Confusing rr with dd. In geometric sequences you multiply; in arithmetic you add.

Try it in the visualization

Adjust a1a_1, rr, and nn. The bar chart shows exponential growth (or decay if r<1|r| < 1). The ×rr label between bars shows the constant ratio.

Interactive Visualization

Parameters

2.00
3.00
8.00
Your turn

Got your own math or physics problem?

Turn any problem into an interactive visualization like this one — powered by AI, generated in seconds. Free to try, no credit card required.

Sign Up Free to Try It30 free visualizations every day
Finding the nth Term of a Geometric Sequence | MathSpin