Predicting What Comes Next: Sequences and Progressions | Exercise 8.1

Question 5

A sequence is given by the recursive rule t1=5t_1 = -5, tn+1=tn+3t_{n+1} = t_n + 3 for n1n \ge 1. Find the first five terms of the sequence. Is 52 a term of this sequence? If so, which term is it?

Check your answer with HomiSolve it yourself, then let Homi check your steps and spot mistakes.
Solution

We will use the given recursive rule to find the terms of the sequence.

Step 1 — Find the first five terms

The first term is given. We use the recursive rule to find the next terms.

t1=5t_1 = -5

t2=t1+3t_2 = t_1 + 3 =5+3= -5 + 3 =2= -2

t3=t2+3t_3 = t_2 + 3 =2+3= -2 + 3 =1= 1

t4=t3+3t_4 = t_3 + 3 =1+3= 1 + 3 =4= 4

t5=t4+3t_5 = t_4 + 3 =4+3= 4 + 3 =7= 7

The first five terms are 5,2,1,4,7\boxed{\text{The first five terms are } -5, -2, 1, 4, 7}

Step 2 — Check if 52 is a term

This sequence is an arithmetic progression. The first term is a=5\mathbf{a = -5}. The common difference is d=3\mathbf{d = 3}. The formula for the nn-th term is tn=a+(n1)dt_n = a + (n-1)d.

tn=5+(n1)3t_n = -5 + (n-1)3 tn=5+3n3t_n = -5 + 3n - 3 tn=3n8t_n = 3n - 8

Let's see if 52\mathbf{52} is a term. We set tn=52t_n = 52.

52=3n852 = 3n - 8 52+8=3n52 + 8 = 3n 60=3n60 = 3n n=603n = \frac{60}{3} n=20n = 20

Since n=20\mathbf{n = 20} is a natural number, 52\mathbf{52} is a term. It is the 20th\mathbf{20^{th}} term of the sequence.

52 is the 20th term of the sequence.\boxed{52 \text{ is the } 20^{\text{th}} \text{ term of the sequence.}}

Answer

(i) The first five terms are 5,2,1,4,7\mathbf{-5, -2, 1, 4, 7}. (ii) Yes, 52\mathbf{52} is a term of this sequence. (iii) 52\mathbf{52} is the 20th\mathbf{20^{th}} term.

More questions in Exercise 8.1

Q1

Find the first five terms of the sequence in which the nthn^{\text{th}} term is given by, for n1n \ge 1:

(i) tn=3n4t_n = 3n - 4

(ii) tn=25nt_n = 2 - 5n

(iii) tn=n22n+3t_n = n^2 - 2n + 3

Q2

Find the 10th10^{\text{th}} and 15th15^{\text{th}} terms of the sequence tn=5n3t_n = 5n - 3 for n1n \ge 1.

Q3

Determine whether 97 and 172 are terms of the sequence tn=5n3t_n = 5n - 3 for n1n \ge 1.

Q4

Which term of the sequence tn=5n3t_n = 5n - 3 for n1n \ge 1 is 607?

Q5

A sequence is given by the recursive rule t1=5t_1 = -5, tn+1=tn+3t_{n+1} = t_n + 3 for n1n \ge 1. Find the first five terms of the sequence. Is 52 a term of this sequence? If so, which term is it?

Q6

Let T1=1T_1 = 1, T2=2T_2 = 2, T3=4T_3 = 4, and Tn=Tn1+Tn2+Tn3T_n = T_{n-1} + T_{n-2} + T_{n-3} for n4n \ge 4. Find T4,T5,T6,T7,T_4, T_5, T_6, T_7, and T8T_8.

← Back to Predicting What Comes Next: Sequences and Progressions