Finding the nth Term of an Arithmetic Sequence

April 12, 2026

Problem

Find the 50th term of 3, 7, 11, 15, ... with common difference d = 4.

Explanation

What is an arithmetic sequence?

An arithmetic sequence has a constant difference dd between consecutive terms. Each term is obtained by adding dd to the previous term: a1,a1+d,a1+2d,a1+3d,a_1, a_1+d, a_1+2d, a_1+3d, \ldots

The formula

The nnth term of an arithmetic sequence is:

an=a1+(n1)da_n = a_1 + (n - 1)d

where a1a_1 is the first term, dd is the common difference, and nn is the term number.

Step-by-step solution: Find the 50th term of 3, 7, 11, 15, ...

Step 1 — Identify a1a_1 and dd.

a1=3a_1 = 3, and d=73=4d = 7 - 3 = 4.

Step 2 — Apply the formula with n=50n = 50:

a50=3+(501)(4)=3+49×4=3+196=199a_{50} = 3 + (50 - 1)(4) = 3 + 49 \times 4 = 3 + 196 = 199

Answer: The 50th term is 199.

Step 3 — Quick check: The 2nd term should be 3+(21)(4)=73 + (2-1)(4) = 7 ✓. The 4th term: 3+3(4)=153 + 3(4) = 15 ✓.

Why the formula works

Term 1: a1a_1 (add dd zero times). Term 2: a1+da_1 + d (add dd once). Term 3: a1+2da_1 + 2d. Term nn: a1+(n1)da_1 + (n-1)d — you add dd exactly (n1)(n - 1) times to get from term 1 to term nn.

Common mistakes

  • Using nn instead of (n1)(n-1). a50=a1+49da_{50} = a_1 + 49d, not a1+50da_1 + 50d. You add dd only 49 times to go from term 1 to term 50.
  • Getting dd wrong. Always compute d=a2a1d = a_2 - a_1 (second term minus first), not vice versa.

Try it in the visualization

Adjust a1a_1, dd, and nn. The staircase bar chart shows each term growing by a constant step. The formula is computed live.

Interactive Visualization

Parameters

3.00
4.00
50.00
Your turn

Got your own math or physics problem?

Turn any problem into an interactive visualization like this one — powered by AI, generated in seconds. Free to try, no credit card required.

Sign Up Free to Try It30 free visualizations every day
Finding the nth Term of an Arithmetic Sequence | MathSpin