Loading…

Sequence Term Finder

Math Algebra • Sequences and Series

View all topics
2. Sequence Term Finder
Derive the general term \(a_n\) for an arithmetic or geometric sequence from two arbitrary terms (and optionally a known difference/ratio). Includes consistency checks, steps, term table, and a zoomable partial plot.
Two known terms
If provided, the tool will verify it against the two given terms and flag mismatches.
Ready
Sequence plot
x-axis: n (index) • y-axis: \(a_n\) (term value). Drag to pan • wheel/pinch to zoom • given terms + target term are highlighted.
n: 0, aₙ: 0 sx: 60, sy: 35
Click Calculate to derive \(d\) or \(r\), compute \(a_1\), show \(a_n\), and generate a table.

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

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.