| mathsrevision.net --> alevel --> pure |
|
|||||||||||||||||||||
|
© Matthew Pinkney 2003 |
||||||||||||||||||||||
MathsRevision.net
Warning: mysql_query() [function.mysql-query]: Access denied for user 'mathsrevision.ne'@'arion' (using password: NO) in /content/BusinessHostPlus/m/a/mathsrevision.net/web/alevel/pure/sequences.php on line 83 Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /content/BusinessHostPlus/m/a/mathsrevision.net/web/alevel/pure/sequences.php on line 83 Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /content/BusinessHostPlus/m/a/mathsrevision.net/web/alevel/pure/sequences.php on line 85
Pure SectionWarning: mysql_query() [function.mysql-query]: Access denied for user 'mathsrevision.ne'@'arion' (using password: NO) in /content/BusinessHostPlus/m/a/mathsrevision.net/web/alevel/pure/sequences.php on line 102 Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /content/BusinessHostPlus/m/a/mathsrevision.net/web/alevel/pure/sequences.php on line 102 Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /content/BusinessHostPlus/m/a/mathsrevision.net/web/alevel/pure/sequences.php on line 104 Warning: mysql_query() [function.mysql-query]: Access denied for user 'mathsrevision.ne'@'arion' (using password: NO) in /content/BusinessHostPlus/m/a/mathsrevision.net/web/alevel/pure/sequences.php on line 128 Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /content/BusinessHostPlus/m/a/mathsrevision.net/web/alevel/pure/sequences.php on line 128 Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /content/BusinessHostPlus/m/a/mathsrevision.net/web/alevel/pure/sequences.php on line 130
|
Sequencesnth TermIn the sequence 2, 4, 6, 8, 10... there is an obvious
pattern. Such sequences can be expressed in terms of the nth term of the
sequence. In this case, the nth term = 2n. To find the 1st term, put n = 1 into
the formula, to find the 4th term, replace the n's by 4's: 4th term = 2 × 4 Trial and ErrorExampleWhat is the nth term of the sequence 2, 5, 10, 17, 26... ?
NotationThe nth term of a sequence is sometimes written as Un . So in the last example, Un = n² + 1 . The 5th term is therefore U5 = 25 + 1 = 26. Convergent SequencesSequences whose nth term approaches a finite number as n becomes larger are known as convergent sequences and the number to which the sequence converges is known as the limit of the sequence. For example: 10, 5, 2.5, 1.25, 0.625, ... converges (gets closer and closer) towards the limit zero. Recurrence RelationsThis is where the next term of a sequence is defined using the previous term(s). For example, the recurrence relation for 2, 4, 8, 16, 32, ... would be: U1 = 2, Un = 2(Un-1). This tells us that the first term, U1, is 2 and the next term of the sequence can be found by doubling the previous term.
|