Sequence Term Finder
Math Algebra • Sequences and Series
Frequently Asked Questions
How do you find the common difference d from two terms in an arithmetic sequence?
For two points (n1, a_n1) and (n2, a_n2), the common difference is d = (a_n2 - a_n1) / (n2 - n1). Once d is known, the calculator back-solves a1 and writes a_n = a1 + (n - 1)d.
How do you find the common ratio r from two terms in a geometric sequence?
Using a_n2 / a_n1 = r^(n2 - n1), the ratio is r = (a_n2 / a_n1)^(1 / (n2 - n1)). The calculator then computes a1 = a_n1 / r^(n1 - 1) and forms a_n = a1 x r^(n - 1).
Why does the calculator say there is no real geometric model?
A real r may not exist when a_n2 / a_n1 is negative and the exponent 1/(n2 - n1) requires an even root, or when zeros make the ratio undefined. The tool flags these cases instead of forcing a non-real ratio.
What does the consistency tolerance do in the Sequence Term Finder?
After deriving (or accepting) d or r, the calculator predicts the two given terms and compares any mismatch to the tolerance. This helps detect input mistakes and handles small rounding differences in the provided values.