Predicting What Comes Next: Sequences and Progressions | Exercise 8.2

Question 3

Find the nthn^{\text{th}} term of the AP: 11,8,5,2,11, 8, 5, 2, \dots. Write the recursive rule for this AP.

Check your answer with HomiSolve it yourself, then let Homi check your steps and spot mistakes.
Solution
Understand the Question
  • An Arithmetic Progression (AP) is a sequence where each term after the first is obtained by adding a constant value called the common difference (dd) to the preceding term.
  • For an AP with first term aa and common difference dd:
    • The nthn^{\text{th}} term is given by the explicit formula: tn=a+(n1)dt_n = a + (n - 1)d.
    • The recursive rule expresses each term in terms of the previous term: t1=at_1 = a, and tn=tn1+dt_n = t_{n-1} + d for n2n \ge 2.

Step 1 · Find the nthn^{\text{th}} Term

Given AP: 11,8,5,2,11, 8, 5, 2, \dotsDiagram 1

First term a=11a = 11.

Common difference dd:

d=811=3\begin{aligned} d &= 8 - 11 \\[0.6em] &= -3 \end{aligned}

Using the formula for the nthn^{\text{th}} term, tn=a+(n1)dt_n = a + (n-1)d:

tn=11+(n1)(3)=113n+3=143n\begin{aligned} t_n &= 11 + (n-1)(-3) \\[0.6em] &= 11 - 3n + 3 \\[0.6em] &= 14 - 3n \end{aligned}

Step 2 · Write the Recursive Rule

A recursive rule defines each term using the previous term:

  • First term: t1=11t_1 = 11
  • General relation: tn=tn1+dt_n = t_{n-1} + d
tn=tn1+d=tn13\begin{aligned} t_n &= t_{n-1} + d \\[0.6em] &= t_{n-1} - 3 \end{aligned}

Thus, the recursive rule is:

t1=11,tn=tn13for n2t_1 = 11, \quad t_n = t_{n-1} - 3 \quad \text{for } n \ge 2
Answer

nth term: tn=143nn^{\text{th}} \text{ term: } t_n = 14 - 3n; Recursive rule: t1=11,  tn=tn13 for n2t_1 = 11, \; t_n = t_{n-1} - 3 \text{ for } n \ge 2

Common Mistakes
  • Sign Error in Common Difference: Calculating dd as 118=311 - 8 = 3 instead of second termfirst term=811=3\text{second term} - \text{first term} = 8 - 11 = -3. Since the terms are decreasing, dd must be negative.
  • Incomplete Recursive Rule: Writing only tn=tn13t_n = t_{n-1} - 3 while forgetting to state the initial condition t1=11t_1 = 11 and domain n2n \ge 2.

More questions in Exercise 8.2

Q1

Find the 10th10^{\text{th}} and 26th26^{\text{th}} terms of the AP: 3,8,13,18,3, 8, 13, 18, \dots

Q2

Which term of the AP: 21,18,15,21, 18, 15, \dots is 81-81? Also, is 00 a term of this AP? Give reasons for your answer.

Q3

Find the nthn^{\text{th}} term of the AP: 11,8,5,2,11, 8, 5, 2, \dots. Write the recursive rule for this AP.

Q4

An AP consists of 50 terms in which the 3rd3^{\text{rd}} term is 12 and the last term is 106. Find the 29th29^{\text{th}} term.

(Hint: If aa is the first term and dd the common difference, then we arrive at the equations a+2d=12a + 2d = 12 and a+49d=106a + 49d = 106. Solve this pair of linear equations for aa and dd.)

Q5

How many 2-digit numbers are divisible by 3? What is the sum of all these 2-digit numbers?

Q6

Harish started work at an annual salary of ₹5,00,000 and received an increment of ₹20,000 each year. After how many years did his income reach ₹7,00,000?

Q7

A child arranges marbles in rows so that the first row has 1 marble, the second has 2 marbles, the third has 3, and so on up to 25 rows. How many marbles does the child use in all?

← Back to Predicting What Comes Next: Sequences and Progressions