Geometric Sequence Calculator

Calculate nth term, sum of geometric sequences, and find common ratios with detailed solutions

Sequence Results:

First 5 Terms: 2, 6, 18, 54, 162

4th Term: 54

Sum of First 5 Terms: 242

Formula for nth Term: aₙ = 2 × 3^(n-1)

Formulas Used:

nth Term: aₙ = a₁ × r^(n-1)

Sum Formula: Sₙ = a₁ × (r^n - 1) / (r - 1)

Common Ratio: r = aₙ₊₁ / aₙ

Related Geometry Calculators

Geometric Sequence Quick Framework

Compact map for nth term, partial sum, ratio diagnostics, and convergence cues.

1. Core Forms

2. Minimal Solve Path

  1. Given any two consecutive terms → r = a₂ / a₁.
  2. Need k-th term → plug k into aₖ = a₁ r^{k-1}.
  3. Need partial sum → choose correct formula (watch r=1).
  4. Missing a₁ but have aₖ & r → a₁ = aₖ / r^{k-1}.

3. Quick Diagnostics

4. Ratio Edge Cases

5. Fast Inversions

6. Sanity Checks

7. Common Mistakes

8. Micro Examples

Example 1: a₁=2, r=3, n=5 → a₅=2·3⁴=162; S₅=2(3⁵-1)/(3-1)=242.

Example 2: a₄=54, a₁=2 → r = (54/2)^{1/3}= (27)^{1/3}=3.

9. Action Tip

Normalize every problem to (a₁, r) first; everything else (nth term, sums, convergence) becomes one substitution.