Free Geometric Sequence Calculator
Enter the first term, common ratio, and number of terms, then click Calculate
What Is a Geometric Sequence?
A geometric sequence (also called a geometric progression) is an ordered list of numbers where, after the first, every term is the product of the previous term and a fixed, non‑zero value known as the common ratio (). For instance, is geometric because each term is twice the previous one – here . The first term is often denoted .
The two essential ingredients of any geometric progression are and . With this free geometric progression calculator, you supply these (or any other pair of known values) and obtain the entire sequence, the sum of a finite or infinite number of terms, and more.
Explicit and Recursive Formulas
There are two standard ways to characterise a geometric sequence algebraically.
Explicit Formula
The explicit (or closed‑form) formula lets you compute any term directly:
where is a positive integer (). This is the most efficient way to find, say, the 100th term without listing the 99 preceding ones.
Recursive Formula
The recursive definition expresses each term using the previous term:
The recursive form mirrors the natural generation of the sequence – multiply by repeatedly – but it requires the first term to start.
Both formulas describe the same progression; the choice depends on the context (e.g., programming loops often use recursion, while analytical tasks prefer the explicit form).
How to Work With the Calculator
Using this geometric series calculator is straightforward. You select the information you already have:
- and ,
- and any one term , or
- two arbitrary terms of the sequence.
After entering the data, the calculator derives the missing parameters and displays the progression. You can control how many terms are shown and which range to display. The tool also functions as a sum of geometric sequence calculator: you specify the starting and ending indices for a partial sum, or request the infinite sum (when it exists).
Sum of a Finite Geometric Series
Adding the first terms of a geometric progression gives a finite geometric series. The sum is obtained with the formula:
If , the progression is constant and .
This formula can be derived by multiplying the series by and solving a simple equation – a classic trick that avoids adding each term manually.
Sum of an Infinite Geometric Series
An infinite geometric series converges (has a finite sum) only when the common ratio satisfies . In that case the sum is:
When , the terms either grow without bound or oscillate, so the series diverges. The calculator automatically checks the convergence and reports the infinite sum only when it exists.
Practical Examples
Zeno’s Dichotomy Paradox
Zeno’s ancient puzzle illustrates how an infinite geometric series can have a finite total. Suppose you walk from A to B in time . The first half takes , the next quarter takes , and so on. The times form a geometric sequence with and . Summing to infinity:
Thus the infinite number of steps still amounts to a finite travel time.
Applications in Finance and Science
Geometric sequences appear in compound interest calculations (each period multiplies the balance by ), exponential population growth, radioactive decay, and many other fields. The free geometric sequence calculator can handle any such progression quickly.
The Alternating Series
If the common ratio is negative, the terms alternate sign. For example, has . Its partial sums flip between 1 and 0, so the infinite series does not converge. The tool will indicate divergence for such cases.
Summary Table: Key Formulas
| Quantity | Formula |
|---|---|
| -th term (explicit) | |
| Recursive definition | ( known) |
| Sum of first terms () | |
| Sum to infinity ($ | r |
Whether you need a geometric progression calculator to find the common ratio, a geometric series calculator to sum the terms, or a tool to explore the sum of geometric sequence for homework, this online resource provides all the answers in seconds.
FAQ
1. How do I find the nth term of a geometric sequence?
Use the explicit formula \(a_n = a_1 \cdot r^{\,n-1}\), where \(a_1\) is the first term, \(r\) is the common ratio, and \(n\) is the term number.
2. What is the common ratio and how can I calculate it?
The common ratio \(r\) is the factor by which each term is multiplied to get the next term. To find it, divide any term by its preceding term: \(r = a_n / a_{n-1}\).
3. How do I sum a finite geometric series?
The sum of the first \(n\) terms is given by \(S_n = a_1 \cdot (1 - r^{\,n}) / (1 - r)\) when \(r \neq 1\). For \(r = 1\), the sum is simply \(n \cdot a_1\).
4. When does an infinite geometric series have a finite sum?
An infinite geometric series converges (has a finite sum) only when the absolute value of the common ratio is less than 1 (\(|r| < 1\)). In that case the sum is \(S_{\infty} = a_1 / (1 - r)\).
5. What is the difference between explicit and recursive formulas for geometric sequences?
The explicit formula \(a_n = a_1 r^{\,n-1}\) gives the \(n\)-th term directly, while the recursive formula defines each term using the previous one (\(a_n = a_{n-1} r\) with \(a_1\) known). Both describe the same sequence but are used differently.
How to Use
- Enter the first term - Type the first term of your geometric sequence (a₁) in the input field.
- Enter the common ratio - Type the common ratio (r) - the factor by which each term is multiplied to get the next term.
- Calculate - Specify the number of terms (n) and click Calculate to see the nth term, sequence, and sum.