Skip to main content
TexasMathsSyllabus dot point

How do you identify terms of arithmetic and geometric sequences in recursive form, and write a formula for the nth term?

Identify terms of arithmetic and geometric sequences when given in recursive form, and write a formula for the nnth term of arithmetic and geometric sequences given several of their terms (TEKS A.12C, A.12D).

A STAAR Algebra I answer on arithmetic and geometric sequences (TEKS A.12C, A.12D), recursive versus explicit form, finding the common difference or ratio, and the nth-term formulas you must memorize off the reference sheet.

Generated by Claude Opus 4.89 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this topic is asking
  2. Arithmetic sequences: a common difference
  3. Geometric sequences: a common ratio
  4. Finding the rule from terms
  5. How STAAR examines sequences
  6. Recursive versus explicit, and which to use
  7. Try this

What this topic is asking

Sequences sit in the Number and Algebraic Methods category. TEKS A.12C asks you to read terms of arithmetic and geometric sequences given in recursive form, and A.12D asks you to write a formula for the nnth term. The key fact for STAAR is that the sequence formulas are not on the reference sheet, so you must memorize them. Sequences also connect forward: arithmetic sequences are linear (constant difference) and geometric sequences are exponential (constant ratio).

Arithmetic sequences: a common difference

In an arithmetic sequence, consecutive terms differ by the same amount, the common difference d=anβˆ’anβˆ’1d = a_n - a_{n-1}. The sequence 3,7,11,15,…3, 7, 11, 15, \dots has d=4d = 4.

  • Recursive form. a1=3a_1 = 3 and an=anβˆ’1+4a_n = a_{n-1} + 4. Each term is the previous one plus dd.
  • Explicit form. an=a1+(nβˆ’1)d=3+(nβˆ’1)(4)a_n = a_1 + (n - 1)d = 3 + (n - 1)(4). This gives any term directly; a10=3+9(4)=39a_{10} = 3 + 9(4) = 39.

Because the change is a constant addition, an arithmetic sequence is a linear pattern, and dd plays the role of slope.

Geometric sequences: a common ratio

In a geometric sequence, consecutive terms have the same ratio, the common ratio r=ananβˆ’1r = \frac{a_n}{a_{n-1}}. The sequence 2,6,18,54,…2, 6, 18, 54, \dots has r=3r = 3.

  • Recursive form. a1=2a_1 = 2 and an=anβˆ’1β‹…3a_n = a_{n-1} \cdot 3.
  • Explicit form. an=a1β‹…rnβˆ’1=2β‹…3nβˆ’1a_n = a_1 \cdot r^{n-1} = 2 \cdot 3^{n-1}. Then a5=2β‹…34=162a_5 = 2 \cdot 3^4 = 162.

Because the change is a constant multiplication, a geometric sequence is an exponential pattern, and rr plays the role of the base.

Finding the rule from terms

Given several terms, decide the type first, then extract dd or rr.

How STAAR examines sequences

  • Multiple choice. Find a specific term from a recursive rule (watch the off-by-one), or identify the correct nnth-term formula.
  • Equation editor. Build the explicit formula such as an=5β‹…3nβˆ’1a_n = 5 \cdot 3^{n-1}. Exact-match scoring means the nβˆ’1n - 1 must be correct.
  • Inline choice. Classify a sequence as arithmetic or geometric from a dropdown.

A clarifying idea is that "nβˆ’1n - 1" appears because the first term has not yet been changed: at n=1n = 1, a1=a1+(1βˆ’1)d=a1a_1 = a_1 + (1 - 1)d = a_1 and a1=a1β‹…r1βˆ’1=a1a_1 = a_1 \cdot r^{1-1} = a_1. That is the test of whether your formula starts in the right place.

Recursive versus explicit, and which to use

A recursive rule has two parts: a starting value and a step that depends on the previous term, such as a1=7a_1 = 7 with an=anβˆ’1+4a_n = a_{n-1} + 4. It is efficient for finding the next term, but slow for a far-off term because you must build every term in between. An explicit rule, such as an=7+(nβˆ’1)(4)a_n = 7 + (n - 1)(4), computes any term directly from its position nn, which is why STAAR favors it when a question asks for the 20th or 50th term. Being able to translate between the two forms is itself an assessed skill: read off the start and the constant change from the recursive rule, then drop them into the matching nnth-term formula. The constant change is dd for an arithmetic sequence (added) and rr for a geometric sequence (multiplied), and spotting which one is constant, the difference or the ratio, is the decision that selects the formula.

Try this

Q1. An arithmetic sequence has a1=10a_1 = 10 and d=βˆ’3d = -3. Find a6a_6. [1 point]

  • Cue. a6=10+(6βˆ’1)(βˆ’3)=10βˆ’15=βˆ’5a_6 = 10 + (6 - 1)(-3) = 10 - 15 = -5.

Q2. Write the nnth term of 5,10,20,40,…5, 10, 20, 40, \dots. [2 points]

  • Cue. Geometric, r=2r = 2: an=5β‹…2nβˆ’1a_n = 5 \cdot 2^{n-1}.

Exam-style practice questions

Practice questions written in the style of TEA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

STAAR (style)1 marksMultiple choice. An arithmetic sequence is defined by a1=7a_1 = 7 and an=anβˆ’1+4a_n = a_{n-1} + 4. What is a5a_5? (A) 1919 (B) 2323 (C) 2727 (D) 1111
Show worked answer β†’

The correct answer is (B).

The recursive rule says each term is 4 more than the previous one, starting at 7. List the terms: a1=7a_1 = 7, a2=11a_2 = 11, a3=15a_3 = 15, a4=19a_4 = 19, a5=23a_5 = 23. Or use the explicit formula an=a1+(nβˆ’1)d=7+(5βˆ’1)(4)=7+16=23a_n = a_1 + (n - 1)d = 7 + (5 - 1)(4) = 7 + 16 = 23. Choice (A) is a4a_4, the classic off-by-one error from stopping one term early; count carefully from a1a_1.

STAAR (style)2 marksEquation editor. A geometric sequence has a1=5a_1 = 5 and common ratio r=3r = 3. Write the explicit formula for the nnth term.
Show worked answer β†’

Enter an=5β‹…3nβˆ’1a_n = 5 \cdot 3^{n-1} (or an=5(3)nβˆ’1a_n = 5(3)^{n-1}).

The explicit formula for a geometric sequence is an=a1β‹…rnβˆ’1a_n = a_1 \cdot r^{n-1}. With a1=5a_1 = 5 and r=3r = 3, that is an=5β‹…3nβˆ’1a_n = 5 \cdot 3^{n-1}. This formula is NOT on the STAAR reference sheet, so it must be memorized. A common slip is writing 5β‹…3n5 \cdot 3^n (which gives the wrong first term, 1515 instead of 55); the exponent is nβˆ’1n - 1 so that a1=5β‹…30=5a_1 = 5 \cdot 3^0 = 5.

Related dot points

Sources & how we know this