Math Lab

Arithmetic Progression: nth term & sum

Sequences and Series · Class XI

Set first term a, common difference d and position n. Get a_n and S_n instantly.

2
type a value
-2020
3
type a value
-1010
10
type a value
150
Live values
  • n-th term29
  • Sum to n terms155
  • Average term15.5
xy
  • Linear envelope a + (x − 1)d

Formulas in this lab

  • n-th term
    an=a+(n1)da_n = a + (n-1)d
  • Sum to n terms
    Sn=n2(2a+(n1)d)S_n = \dfrac{n}{2}(2a + (n-1)d)
  • Average term
    aˉ=(a+an)/2\bar a = (a + a_n)/2
Tip: AP terms lie on a straight line in (n, a_n) , that's why the curve is linear.

Frequently asked questions

What is an arithmetic progression?

An AP is a sequence where consecutive terms differ by a fixed amount $d$, called the common difference. The $n$th term is $a_n = a + (n-1)d$, and the sum of the first $n$ terms is $S_n = \frac{n}{2}(2a + (n-1)d)$. So for $a = 2$, $d = 3$, the 10th term is $29$.

How do I use the arithmetic progression lab?

Slide the first term $a$, common difference $d$ and number of terms $n$. The lab returns $a_n$, $S_n$ and lists the first few terms so you can verify by hand. Try $a = 5$, $d = 2$, $n = 20$: $a_{20} = 43$ and $S_{20} = 480$.

Where do APs appear in everyday Indian life?

Auto-rickshaw fares with a flag-down rate of Rs $30$ plus Rs $15$ per km form an AP. EMIs reducing by a fixed amount each month, seat numbers in a movie hall row, and stadium ticket prices for successive blocks are all APs. Sums help you budget a long-haul journey.

AP versus GP: how do I tell them apart?

AP has a constant difference: $5, 8, 11, 14$ (add 3). GP has a constant ratio: $5, 10, 20, 40$ (multiply by 2). Mixing them up is the most common JEE sequences-and-series mistake. The companion GP lab makes the contrast vivid: AP grows linearly, GP grows exponentially.