Skip to content
Medium

Arithmetic Progression (A.P.)

Simple Explanation

An arithmetic progression (A.P.) is a sequence where the same fixed number, the common difference d, is added to get from each term to the next. Its nth term is given directly by aβ‚™ = a₁ + (nβˆ’1)d.

Why Do We Need It?

A.P.s model any process that changes by the same fixed amount every step β€” the most common and intuitive pattern in a sequence.

Formula

nth Term of an Arithmetic Progression

aβ‚™ = a₁ + (n βˆ’ 1)d

Gives the value of any term directly from its position n, without listing every earlier term.

aβ‚™
β€” the nth term of the sequence
a₁
β€” the first term
d
β€” the common difference β€” the fixed amount added between consecutive terms
n
β€” the term's position in the sequence

When to use it: Whenever you need a specific term of an arithmetic sequence directly, or need to find n, a₁, or d from other known values.

Worked Example

Find a term of an arithmetic progression

An A.P. has first term 5 and common difference 3. Find the 10th term.

    Why Does This Work?

    Starting at a₁ and adding d exactly (nβˆ’1) times reaches the nth term β€” since going from a₁ to aβ‚‚ is one addition, a₁ to a₃ is two additions, and so on, reaching aβ‚™ always takes exactly nβˆ’1 additions of d.

    Real-Life Example

    Stadium seating rows

    A stadium's rows each have 4 more seats than the row before, starting with 20 seats in row 1.

    The number of seats per row forms an A.P. with a₁=20, d=4 β€” the nth term formula instantly gives the seat count for any row.

    Practice

    An A.P. has first term 7 and common difference βˆ’2. Find the 8th term.

    Medium

    An A.P. has a₁=4 and aβ‚…=20. Find the common difference d.

    Medium

    Common mistake

    Using n instead of (nβˆ’1) in the formula β€” the first term a₁ requires ZERO additions of d, not one, since (1βˆ’1)=0.

    Quick Review

    • aβ‚™ = a₁ + (nβˆ’1)d.
    • d = common difference: the fixed amount added between consecutive terms.
    • Reaching the nth term always takes exactly (nβˆ’1) additions of d from a₁.