Geometric Sequence Calculator – Find Geometric Terms Online
ToolzNova's Geometric Sequence Calculator helps you calculate the terms and sums of a geometric sequence without working through repeated multiplication by hand. Enter the first term, the common ratio, and the term number. The calculator then finds the requested nth term, the sum of the first n terms, a preview of the sequence, and the infinite sum when the series meets the convergence condition.
A geometric sequence is built by multiplying each term by a constant number. That constant is called the common ratio. For example, the sequence 3, 6, 12, 24, 48 has a common ratio of 2 because every term is twice the term before it. The same idea works with fractions, decimals, negative numbers, and values between zero and one.
If you need one calculator that handles both arithmetic and geometric patterns, use the Number Sequence Calculator. If you are comparing geometric growth with a constant-addition pattern, the dedicated Arithmetic Sequence Calculator is the closest companion tool.
What Is a Geometric Sequence?
A geometric sequence, also called a geometric progression, is an ordered list of numbers in which the ratio between consecutive terms is constant. If the first term is written as a₁ and the common ratio is r, the sequence has the form: a₁, a₁r, a₁r², a₁r³, ....
Consider 5, 15, 45, 135. Dividing any term by the previous nonzero term gives 3, so the common ratio is 3. In 80, 40, 20, 10, the ratio is 0.5. In 4, -8, 16, -32, the ratio is -2. Negative ratios are valid and produce alternating signs.
Geometric sequences appear whenever a quantity changes by the same multiplicative factor from one step to the next. This is different from an arithmetic sequence, where the same amount is added or subtracted each time.
Geometric Sequence Formulas
| Calculation | Formula | Meaning |
|---|---|---|
| nth term | aₙ = a₁ × rⁿ⁻¹ | Finds the value at position n. |
| Sum of first n terms | Sₙ = a₁(1−rⁿ)/(1−r) | Used when r ≠ 1. |
| Sum when r = 1 | Sₙ = a₁ × n | Every term equals the first term. |
| Infinite sum | S∞ = a₁/(1−r) | Valid only when |r| < 1. |
How to Find the nth Term of a Geometric Sequence
To find a specific term, use aₙ = a₁ × rⁿ⁻¹. Suppose the first term is 3, the common ratio is 2, and you want the eighth term. Substitute the values: a₈ = 3 × 2⁷ = 3 × 128 = 384. You do not need to write all eight terms first, although listing a few terms can help you check that the ratio is correct.
The exponent n−1 appears because the first term has not yet been multiplied by the ratio. The second term has one multiplication, the third has two, and the nth term has n−1 multiplications. If you want to check the power separately, ToolzNova's Exponent Calculator can calculate bases raised to powers.
How to Find the Sum of a Geometric Sequence
The sum of the first n terms is called a finite geometric series. When r is not 1, the standard formula is Sₙ = a₁(1−rⁿ)/(1−r). For example, take the sequence 2, 6, 18, 54. Here a₁ = 2, r = 3, and n = 4. The sum is 2(1−3⁴)/(1−3) = 2(1−81)/(-2) = 80. Adding the terms directly gives the same result: 2 + 6 + 18 + 54 = 80.
When the common ratio equals 1, the standard fraction form would involve division by zero, so a simpler rule is used. Every term equals a₁, which means the sum of n terms is simply a₁ × n. The calculator handles this special case automatically.
Infinite Geometric Series and Convergence
Some geometric series approach a finite total as more and more terms are added. This happens only when the absolute value of the common ratio is less than 1. In symbols, the condition is |r| < 1. Under that condition, the infinite sum is S∞ = a₁/(1−r).
For example, 8, 4, 2, 1, 0.5, ... has first term 8 and ratio 0.5. The infinite sum is 8/(1−0.5) = 16. The partial sums keep getting closer to 16 even though the sequence contains infinitely many terms. The terms themselves approach zero.
If |r| is 1 or greater, the infinite series does not converge to a finite value. A ratio of 2 makes the terms grow in magnitude. A ratio of -2 makes them alternate while growing. A ratio of 1 repeats the same term forever. A ratio of -1 alternates between two values without settling to a finite total.
Positive, Fractional, Zero, and Negative Ratios
The common ratio determines the behavior of a geometric sequence. When r is greater than 1 and the first term is positive, the terms grow. When r is between 0 and 1, the terms shrink toward zero. When r is zero, the second and all later terms are zero. When r is negative, signs alternate while the magnitude changes according to |r|.
- r = 3: 2, 6, 18, 54, 162 — rapid growth.
- r = 0.5: 16, 8, 4, 2, 1 — decay toward zero.
- r = -2: 3, -6, 12, -24, 48 — alternating signs and growth.
- r = -0.5: 8, -4, 2, -1, 0.5 — alternating signs and convergence.
- r = 1: 7, 7, 7, 7, 7 — a constant sequence.
- r = 0: 9, 0, 0, 0, 0 — all terms after the first are zero.
How to Identify a Geometric Sequence
To check whether a list is geometric, compare consecutive terms by division. If the quotient is the same each time, the sequence is geometric. For 4, 12, 36, 108, dividing 12 by 4, 36 by 12, and 108 by 36 always gives 3. Therefore the common ratio is 3.
Zero values require extra care because division by zero is undefined. A sequence beginning with a nonzero value and then using r = 0 becomes a₁, 0, 0, 0, ... and is still generated by a valid common ratio of zero. When trying to infer a ratio from a list manually, use the original sequence definition rather than dividing by a zero term.
Geometric Sequence vs Arithmetic Sequence
Arithmetic and geometric sequences are two of the most common number patterns. An arithmetic sequence changes by a constant difference. A geometric sequence changes by a constant ratio. For example, 5, 8, 11, 14 is arithmetic because 3 is added each time. The sequence 5, 10, 20, 40 is geometric because each term is multiplied by 2.
The distinction matters because the formulas are different. Arithmetic nth terms use addition based on n−1 copies of the common difference. Geometric nth terms use powers of the common ratio. If you are not sure which pattern you have, calculate consecutive differences and ratios and see which one stays constant.
Real-World Uses of Geometric Sequences
Geometric sequences are useful whenever repeated percentage or multiplicative change is involved. Compound growth is a familiar example: if an amount increases by the same percentage each period, each new value is obtained by multiplying by the same growth factor. Depreciation and repeated decay can produce ratios below 1.
In computer science, repeated doubling and halving appear in algorithm analysis, storage structures, and scaling problems. In physics and engineering, geometric models can describe attenuation and repeated proportional changes. In mathematics education, geometric sequences connect exponents, functions, series, limits, and compound growth.
When a calculation needs more advanced functions around powers, logarithms, or roots, you can continue with ToolzNova's Scientific Calculator. Keeping each tool focused makes it easier to use the right calculator for the exact step you are solving.
Common Mistakes When Working With Geometric Sequences
One common mistake is treating the ratio like a difference. In a geometric sequence, you multiply by r rather than add r. Another is using rⁿ instead of rⁿ⁻¹ in the nth-term formula. Remember that the first term is position 1 and therefore has exponent zero.
A third mistake is using the infinite-sum formula when the series does not converge. The condition |r| < 1 is essential. The formula a₁/(1−r) is not a valid finite answer for an infinite series with r = 2, r = -3, or any ratio whose absolute value is 1 or greater.
Decimal inputs can also create long floating-point results. The calculator formats ordinary values into readable numbers and uses scientific notation when a result becomes extremely large or small. For homework or formal work, keep the exact symbolic formula whenever your class requires an exact expression.
Geometric Sequence Example
Suppose a₁ = 10, r = 1.5, and n = 6. The sequence begins 10, 15, 22.5, 33.75, 50.625, 75.9375. The sixth term is 75.9375. The sum of the first six terms is 207.8125. Because |1.5| is greater than 1, the infinite geometric series does not converge.
Now change the ratio to 0.5 while keeping a₁ = 10. The sequence begins 10, 5, 2.5, 1.25, 0.625, 0.3125. The terms shrink toward zero, and the infinite series converges to 10/(1−0.5) = 20.
Using the Calculator for Homework Checks
A calculator is most useful when it supports the method rather than replacing it. Write down the formula your problem requires, identify a₁, r, and n, and then use this tool to verify your arithmetic. Because the result area also displays the substituted formula and a sequence preview, you can compare your setup with the generated values.
If your result does not match, check the term position first, then the sign of the ratio, and finally whether you entered a finite term count or were trying to calculate an infinite series. These three issues explain many geometric-sequence mistakes.