The nth Term Formula

Writing out an AP term by term is fine for a few terms, but what if you need the 100th term? There's a direct formula.

The nth term (also called the general term) of an AP with first term aa and common difference dd is:

an=a+(n1)da_n = a + (n - 1)d

Here nn is the position of the term you want.

Why it works

The 1st term is aa, the 2nd is a+da + d, the 3rd is a+2da + 2d — notice each term adds dd one fewer time than its position number. So the nnth term adds dd exactly (n1)(n-1) times.

Key Point: an=a+(n1)da_n = a + (n-1)d. Be careful — it's (n1)(n-1), not nn, multiplying dd.

[Board Important] The single most common mistake is using ndnd instead of (n1)d(n-1)d. Always subtract 1 from the position first.

Finding a Particular Term

To find a specific term, just substitute the values of aa, dd, and nn.

Worked outline: 10th term of 2,7,12,2, 7, 12, \dots

  • a=2a = 2, d=5d = 5, n=10n = 10.
  • a10=2+(101)(5)=2+45=47a_{10} = 2 + (10 - 1)(5) = 2 + 45 = 47.

Finding aa or dd when a term is given

If you know one term and one of aa or dd, the formula gives the other. For two given terms, you get two equations to solve for aa and dd.

Key Point: The formula links four quantities a,d,n,ana, d, n, a_n. Given any three, you can find the fourth.

[Board Important] When two terms are given (say a3=5a_3 = 5 and a7=17a_7 = 17), subtract to eliminate aa: a7a3=4da_7 - a_3 = 4d, which gives dd immediately.

Which Term Equals a Given Value?

A common question: 'Which term of the AP is equal to (some number)?' Set ana_n equal to that number and solve for nn.

Worked outline

Which term of 21,18,15,21, 18, 15, \dots is 81-81? Here a=21a = 21, d=3d = -3. an=21+(n1)(3)=81243n=81n=35.a_n = 21 + (n-1)(-3) = -81 \Rightarrow 24 - 3n = -81 \Rightarrow n = 35. So 81-81 is the 35th term.

Key Point: If solving gives a positive whole number nn, the value is a term (the nnth). If nn is not a whole number, the value is not a term of the AP.

[Board Important] 'Is 301 a term of 5,11,17,5, 11, 17, \dots?' Solve 5+(n1)6=3015 + (n-1)6 = 301. If nn comes out fractional, the answer is 'no, not a term'.

The nth Term from the End

For a finite AP with last term ll, the nnth term counted from the end is found by treating the last term as the new first term and using d-d as the common difference:

nth term from end=l(n1)d\text{nth term from end} = l - (n - 1)d

Example

The AP 3,8,13,,2533, 8, 13, \dots, 253 has d=5d = 5. Its 3rd term from the end is 253(31)(5)=25310=243253 - (3-1)(5) = 253 - 10 = 243.

Key Point: From the end, the common difference effectively becomes d-d, so subtract (n1)d(n-1)d from the last term ll.

[Board Important] Alternatively, you can find the total number of terms and convert to a position from the start — but the formula l(n1)dl - (n-1)d is faster.

Solved Examples

Example 1: Find the 10th term

Find the 10th term of the AP 2,7,12,2, 7, 12, \dots

Solution:

  1. a=2a = 2, d=5d = 5, n=10n = 10.
  2. a10=2+9(5)=47a_{10} = 2 + 9(5) = 47.

Final Answer: 47.

Takeaway: Substitute into an=a+(n1)da_n = a + (n-1)d.

Example 2: Which term is 81-81?

Which term of 21,18,15,21, 18, 15, \dots is 81-81?

Solution:

  1. a=21a = 21, d=3d = -3. Set an=81a_n = -81: 21+(n1)(3)=8121 + (n-1)(-3) = -81.
  2. 243n=813n=105n=3524 - 3n = -81 \Rightarrow 3n = 105 \Rightarrow n = 35.

Final Answer: The 35th term.

Takeaway: Set ana_n to the value and solve for nn.

Example 3: Find the AP from two terms

The 3rd term of an AP is 5 and the 7th term is 9. Find the AP.

Solution:

  1. a+2d=5a + 2d = 5 and a+6d=9a + 6d = 9.
  2. Subtract: 4d=4d=14d = 4 \Rightarrow d = 1; then a=3a = 3.
  3. AP: 3,4,5,6,3, 4, 5, 6, \dots

Final Answer: 3,4,5,6,3, 4, 5, 6, \dots

Takeaway: Two terms give two equations; subtract to find dd.

Example 4: Is 301 a term?

Is 301 a term of 5,11,17,23,5, 11, 17, 23, \dots?

Solution:

  1. a=5a = 5, d=6d = 6. Set 5+(n1)6=3015 + (n-1)6 = 301.
  2. 6n1=3016n=302n=15136n - 1 = 301 \Rightarrow 6n = 302 \Rightarrow n = \dfrac{151}{3}, not a whole number.

Final Answer: No, 301 is not a term.

Takeaway: A non-integer nn means the value is not in the AP.

Example 5: nth term from the end

Find the 11th term from the last term of the AP 10,7,4,,6210, 7, 4, \dots, -62.

Solution:

  1. l=62l = -62, d=3d = -3. nth term from end =l(n1)d= l - (n-1)d.
  2. =62(111)(3)=62+30=32= -62 - (11 - 1)(-3) = -62 + 30 = -32.

Final Answer: 32-32.

Takeaway: From the end, use l(n1)dl - (n-1)d (here d=3d = -3).

Example 6: Two-digit multiples of 3

How many two-digit numbers are divisible by 3?

Solution:

  1. They form the AP 12,15,18,,9912, 15, 18, \dots, 99 with a=12a = 12, d=3d = 3, l=99l = 99.
  2. 99=12+(n1)387=3(n1)n1=29n=3099 = 12 + (n-1)3 \Rightarrow 87 = 3(n-1) \Rightarrow n - 1 = 29 \Rightarrow n = 30.

Final Answer: 30 numbers.

Takeaway: Count terms by solving l=a+(n1)dl = a + (n-1)d for nn.

Example 7: Find dd given two terms

If a5=19a_5 = 19 and a12=47a_{12} = 47 in an AP, find aa and dd.

Solution:

  1. a+4d=19a + 4d = 19 and a+11d=47a + 11d = 47.
  2. Subtract: 7d=28d=47d = 28 \Rightarrow d = 4; then a=1916=3a = 19 - 16 = 3.

Final Answer: a=3a = 3, d=4d = 4.

Takeaway: a12a5=7da_{12} - a_5 = 7d gives dd at once.

Example 8: Find a later term using dd

The 6th term of an AP is 12 and the common difference is 2. Find the 15th term.

Solution:

  1. a6=a+5d=12a_6 = a + 5d = 12 with d=2d = 2: a+10=12a=2a + 10 = 12 \Rightarrow a = 2.
  2. a15=2+14(2)=30a_{15} = 2 + 14(2) = 30.

Final Answer: 30.

Takeaway: Find aa first, then substitute the desired nn.

Example 9: Find dd from two given terms

In an AP, the 3rd term is 6 and the 7th term is 24. Find the common difference dd.

Solution:

  1. a3=a+2d=6a_3 = a + 2d = 6; a7=a+6d=24a_7 = a + 6d = 24.
  2. Subtract: 4d=18d=4.54d = 18 \Rightarrow d = 4.5.

Final Answer: d=4.5d = 4.5.

Takeaway: Two term-equations always yield dd by subtraction.

Example 10: First negative term

Which is the first negative term of the AP 30,27,24,30, 27, 24, \dots?

Solution:

  1. a=30a = 30, d=3d = -3. We need an<0a_n < 0: 30+(n1)(3)<030 + (n-1)(-3) < 0.
  2. 333n<0n>1133 - 3n < 0 \Rightarrow n > 11. So the first integer is n=12n = 12.
  3. a12=30+11(3)=3a_{12} = 30 + 11(-3) = -3.

Final Answer: The 12th term, equal to 3-3.

Takeaway: Set up the inequality an<0a_n < 0 and take the smallest integer nn.