Geometric Sequence Calculator
Calculate the nth term, partial sum, and infinite sum of a geometric sequence defined by its first term and common ratio.
This free online geometric sequence calculator provides instant results with no signup required. All calculations run directly in your browser — your data is never sent to a server. Enter your values below and see results update in real time as you type. Perfect for everyday calculations, homework, or professional use.
Each term is multiplied by this value
Results
nth Term (aₙ)
4374
Partial Sum (Sₙ)
6560
Infinite Sum (S∞)
∞ (diverges; |r| ≥ 1)
How to Use This Calculator
Enter your input values
Fill in all required input fields for the Geometric Sequence Calculator. Most fields include unit selectors so you can work in your preferred unit system — metric or imperial, whichever matches your problem.
Review your inputs
Double-check that all values are correct and that you have selected the right units for each field. Incorrect units are the most common source of calculation errors and can produce results that are off by factors of 2, 10, or more.
Read the results
The Geometric Sequence Calculator instantly computes the output and displays results with units clearly labeled. All calculations happen in your browser — no loading time and no data sent to a server.
Explore parameter sensitivity
Try adjusting individual input values to see how the output changes. This is a quick and effective way to develop intuition about how different parameters influence the result and to identify which inputs have the largest effect.
When to Use This Calculator
- •Use the Geometric Sequence Calculator when you need a quick mathematical result without writing out all the steps manually, saving time on repetitive calculations.
- •Use it to verify hand calculations on tests or assignments and catch arithmetic mistakes.
- •Use it when teaching or explaining mathematical concepts to others, demonstrating how changing inputs affects the result.
- •Use it to explore the behavior of mathematical functions across a range of inputs.
Related Calculators
Sequence Calculator
Evaluate a general sequence defined by an explicit formula a(n) for a range of term numbers. Identify patterns and compute partial sums.
Arithmetic Sequence Calculator
Calculate the nth term, sum, and common difference of an arithmetic sequence. An arithmetic sequence is a sequence where each term differs from the previous by a constant value called the common difference.
Sum of Series Calculator
Calculate the sum of arithmetic, geometric, or power series. Supports both finite partial sums and infinite series (when convergent).
Sum of a Linear Number Sequence Calculator
Calculate the sum of a linear (first-degree) sequence a(n) = an + b from n = 1 to N.
30-60-90 Triangle Calculator
Calculate all sides of a 30-60-90 special right triangle from any one known side. Enter the shortest side, longer leg, or hypotenuse to find all three sides using the fixed ratio 1:sqrt(3):2, fundamental for trigonometry, geometry, and standardized testing.
45-45-90 Triangle Calculator
Calculate all sides of a 45-45-90 special right triangle from one known leg. Enter the leg length to find the hypotenuse using the fixed ratio 1:1:sqrt(2), fundamental for trigonometry, diagonal calculations, and standardized testing preparation.
About Geometric Sequence Calculator
A geometric sequence is a sequence of numbers where each term after the first is found by multiplying the previous term by a fixed, non-zero number called the common ratio. Geometric sequences model exponential growth and decay, making them indispensable in finance (compound interest), biology (population growth), physics (radioactive decay), and computer science (algorithmic complexity). Unlike arithmetic sequences that grow linearly, geometric sequences grow (or shrink) exponentially. When the absolute value of the common ratio is less than one, the infinite series converges to a finite value, a result that underpins much of calculus and signal processing. This calculator computes the nth term, the sum of the first n terms, and — when applicable — the sum of the infinite series, giving you a complete picture of any geometric sequence.
The Math Behind It
Formula Reference
nth Term
aₙ = a₁ × r^(n−1)
Variables: a₁ = first term, r = common ratio, n = term number
Partial Sum
Sₙ = a₁(1 − rⁿ) / (1 − r), r ≠ 1
Variables: n = number of terms
Infinite Sum
S∞ = a₁ / (1 − r), |r| < 1
Variables: Converges only when |r| < 1
Worked Examples
Example 1: Find the 6th Term
Given a₁ = 5 and r = 2, find a₆.
a₆ = 160
Example 2: Sum of an Infinite Geometric Series
Given a₁ = 10 and r = 0.5, find S∞.
S∞ = 20
Common Mistakes & Tips
- !Using the partial sum formula when r = 1 (divide-by-zero); use Sₙ = n × a₁ instead.
- !Attempting to calculate S∞ when |r| ≥ 1 — the series diverges.
- !Confusing the exponent: the nth term uses r^(n−1), not r^n.
- !Forgetting that a negative ratio produces alternating signs.
Related Concepts
Used in These Calculators
Calculators that build on or apply the concepts from this page:
Frequently Asked Questions
When does an infinite geometric series converge?
An infinite geometric series converges if and only if the absolute value of the common ratio is less than 1 (|r| < 1). When it converges, the sum is S∞ = a₁/(1 − r).
Can the common ratio be negative?
Yes. A negative common ratio means the terms alternate between positive and negative values. For example, with a₁ = 1 and r = −2, the sequence is 1, −2, 4, −8, 16, ….
How is compound interest related to geometric sequences?
Each compounding period multiplies the balance by (1 + rate), producing a geometric sequence of balances. After n periods: Balance = Principal × (1 + rate)ⁿ.
Embed this calculator on your site
Paste this snippet into your blog, course page, or documentation to drop a live, interactive Geometric Sequence Calculator into your page.
Free to embed — includes a link back to MegaCalc.