An ordered collection of numbers (or objects) is called a sequence or progression. It is similar to a set, but may contain repetition and the order of the numbers is important. For example -3,5,13,21... and 1,10,100,1000... are two interesting mathematical progressions.
If the sequence ends, it is known as a finite sequence. If the sequence continues indefinitely it is said to be infinite.
The elements of a sequence are called terms. For the sequence 2,3,5,7,11,... (the sequence of prime numbers) the first term is 2, the second term is 3 and term 3 is 5. We can show this with the following notation t_1=2, t_2=3, t_3=5, and so on. Term 6 of this sequence is 13, t_6=13.
To refer generally to the nth term we use the notation t_n. The n is a variable which represents the position of a term in the sequence. If we let n=1 then t_n is 1, if we let n=6 then t_n is t_6. For any term using this notation t_n, we can then see that the term before would have to be t_{n-1} and the term after t_n is t_{n+1}.
Sequences do not necessarily have to have a pattern or simple rule for generating terms in the sequence. We could create the sequence 3,1,4,1,5,9,... by separating the digits of \pi, we could use a dice to generate a sequence of of rolls 2,1,1,3,4,... or we could write down the prime numbers in order. However, many sequences have a generating rule that can be expressed as a formula, let's look at a couple of different ways of describing such sequences.
If T_n describes the nth term in the following sequence, what is T_3?4,\,-5,\,6,\,-7,\,8,\,\ldots
A sequence is an ordered collection of numbers. If the sequence ends, it is known as a finite sequence. If the sequence continues indefinitely it is said to be infinite.
The elements of a sequence are called terms. To refer generally to the nth term we use the notation t_n.
We can express a sequence using a recurrence relation when each new term is generated by some function of a previous term or terms. Take for example, the sequence described by:t_n=2t_{n-1}+n,t_1=3
Note that t_n is the next term after t_{n-1}. We can describe the rule in words as "the next term is two times the previous term plus the term number; with the first term t_1 being 3". Therefore the second term t_2 is equal to twice the first term t_1 plus 2, which is 2\times 3+2 or 8.
The third term is: t_3=2\times t_2+3=19. The fourth term is: t_4=2\times t_3+4=42. This process of deducing the nth term from the \left(n-1\right)th term can continue indefinitely. And our sequence can be listed as 3,8,19,42,....
A recursive rule always consists of two parts. Firstly how the sequence recurs (how the next term is made) and secondly a term in which to start with, usually term 1.
Which of the following are recurrence relations? Select all that apply.
Using the following recursive rule, state the first 5 terms of the sequence in order.t_n = 2 t_{n - 1},\ t_1 = 2
We can express a sequence using a recurrence relation when each new term is generated by some function of a previous term or terms. The term t_n is usually expressed in terms of the previous term t_{n-1}.
A recursive rule always consists of two parts: the rule that shows how the sequence recurs and the initial term.
The recursive rule is limited in that it relies on the previous term in order to find the next term. Consider the sequence 3,5,7,9... The recursive rule for this sequence is t_{n+1}=t_n+2,t_1=3. We can continue the sequence and find later terms by following this recursive rule however if we wanted to know a much later term, t_{43}, for example, it would be helpful to have a rule which allows us to find any term and does not rely on knowing the term before to find it.
This rule is called the explicit rule or the general rule and it is written in terms of n. For this sequence the explicit rule would be t_n=2n+1. We can see if we wanted to find the 5th term we can substitute 5 into the place of n, t_5=2\times 5+1=11. By continuing the pattern seen in the sequence 3,5,7,9... we can see that the 5th term is 11. We can use this rule to jump to a later term like t_{43}:t_{43}=2\times 43+1=87.
If a question asks for a rule or equation, it will mean the explicit rule, if a question asks for a recurrence equation/rule then we use the recurrence relation.
Using the following explicit rule, state the first 5 terms of the sequence in order starting with n=1.s_n=n^2+6
An explicit rule for t_n is in terms of n. Explicit rules allow us to find any term in any position without needing to know any of the terms before it.
A CAS calculator can be used to generate the terms of a sequence given a recursive or explicit rule. When problem solving involving sequences we can make effective use of our calculator to:
List the terms of the sequence
Find a particular term in a sequence
Calculate the sum of a given set of terms from a sequence
Graph the sequence to observe patterns in the behaviour of the sequence
Consider the following sequence.T_n=T_{n-1}+5,T_1=10
Find T_{40}.
Find the first term greater than or equal to 300.
If S_n is the sum of the first n terms, find S_{30}.
Starting from n=1, find the minimum number of terms for the sum to be greater than 5000.
Consider the following sequence starting at n=1.T_n=5-3n
Find T_{30}.
Find the first term less than -150.
If S_n is the sum of the first n terms, find S_{15}.
Starting from n=1, find the minimum number of terms required for the sum to be less than -600.
When problem solving involving sequences we can make effective use of our calculator to:
List the terms of the sequence
Find a particular term in a sequence
Calculate the sum of a given set of terms from a sequence
Graph the sequence to observe patterns in the behaviour of the sequence