What is Geometric Sequence Calculator?
Analyzes geometric progressions where each successive term is generated by multiplying the preceding term by a constant ratio r.
How to Use This Calculator
- Enter initial term a1 and common ratio r.
- Enter term position n.
- View nth term value and series sum Sn.
The Mathematical Formula & Variables
an = a1 * r^(n-1); Sn = a1 * (1 - r^n) / (1 - r)
Step-by-Step Worked Example
Scenario: a1 = 3, r = 2, find 9th term.
- a9 = 3 * 2^(9-1) = 3 * 2^8 = 3 * 256 = 768.
- Sum S9 = 3 * (1 - 512) / (1 - 2) = 3 * 511 = 1533.
Result: 768
Frequently Asked Questions
When does an infinite geometric series converge?
An infinite geometric series converges to S = a1 / (1 - r) if and only if the absolute value of the common ratio is strictly less than 1 (|r| < 1).