Squence & Number Pattern
In Order
When we say the terms are "in order", we are free to define what order that is! They could go forwards, backwards ... or they could alternate ... or any type of order we want!
Like a Set
A Sequence is like a Set, except:
- the terms are in order (with Sets the order does not matter)
- the same value can appear many times (only once in Sets)
Notation
Sequences also use the same notation as sets: list each element, separated by a comma, and then put curly brackets around the whole thing. | {3, 5, 7, ...} |
That nearly worked ... but it is too low by 1 every time, so let us try changing it to:
Test Rule: 2n+1
So instead of saying "starts at 3 and jumps 2 every time" we write this:
2n+1
Arithmetic Sequences
An Arithmetic Sequence is made by adding the same value each time.
The value added each time is called the "common difference"
What is the common difference in this example?
19, 27, 35, 43, ... |
Answer: The common difference is 8
Geometric Sequences
A Geometric Sequence is made by multiplying by the same value each time.
What we multiply by each time is called the "common ratio".
In the previous example the common ratio was 3:
![](https://www.mathsisfun.com/algebra/images/geometric-sequence-3a.gif)
We can start with any number:
But the common ratio can't be 0, as we would get a sequence like 1, 0, 0, 0, ...
References:
http://www.mathsisfun.com/algebra/sequences-series.html
https://www.mathsisfun.com/numberpatterns.html
https://www.mathsisfun.com/numberpatterns.html
Nice and I find it useful :)
ReplyDelete