Find the explicit \(n\)-th term formula for arithmetic or geometric sequences using two known terms. The calculator also verifies the formula, generates multiple terms, and shows the sequence on a graph.
N Th Term Finder Given Two Terms
Math Algebra • Sequences and Series
Frequently Asked Questions
How do I find an arithmetic nth-term formula from two terms?
Use d = (a_n2 - a_n1)/(n2 - n1), then find a1 = a_n1 - (n1 - 1)d. Finally write a_n = a1 + (n - 1)d.
For a5 = 17 and a8 = 32, what is the arithmetic formula?
The common difference is (32 - 17)/(8 - 5) = 5. Then a1 = 17 - 4*5 = -3, so a_n = -3 + (n - 1)5 = 5n - 8.
Why is a_n = 3n + 2 not correct for a5 = 17 and a8 = 32?
Because 3(5) + 2 = 17, but 3(8) + 2 = 26, not 32. The formula does not match both known terms.
How do I find a geometric nth-term formula from two terms?
Use a_n2/a_n1 = r^(n2 - n1) to find r. Then compute a1 = a_n1/r^(n1 - 1) and write a_n = a1 r^(n - 1).
Can the calculator handle negative geometric ratios?
Yes, when a real negative ratio is mathematically possible. It rejects cases requiring an even root of a negative number.
Why must the two indices be different?
If n1 and n2 are the same, the calculator cannot compute a difference of indices. There is not enough information to determine the formula.
Does the calculator verify the answer?
Yes. It substitutes both known indices into the formula and displays the verification values.
Can I evaluate a specific term after finding the formula?
Yes. Enter the target index n, and the calculator computes a_n using the formula.
Can the graph be zoomed and panned?
Yes. The graph supports drag-to-pan, mouse-wheel zoom, zoom buttons, pan buttons, a fit graph button, and Play mode.
Can I export the generated terms?
Yes. Use Download CSV to export the generated table.