1 00:00:00,200 --> 00:00:02,314 What are sequences? 2 00:00:02,314 --> 00:00:08,515 [MUSIC] 3 00:00:08,515 --> 00:00:13,600 A sequence is a list of numbers. For example here is a sequence. 4 00:00:13,600 --> 00:00:18,298 This is a sequence that goes to one, one, two, three, five, eight 5 00:00:18,298 --> 00:00:23,390 and I'll write dot, dot, dot to remind me the sequence goes on forever. 6 00:00:23,390 --> 00:00:28,580 It's an unending list of numbers. Each of these numbers in the list 7 00:00:28,580 --> 00:00:33,530 is referred to as a term in the sequence. I want some notation so I 8 00:00:33,530 --> 00:00:36,250 can refer to specific numbers in the list. 9 00:00:36,250 --> 00:00:39,930 I'll write a sub one for the first term in my sequence, 10 00:00:39,930 --> 00:00:43,290 a sub two for the next term, a sub three for the next 11 00:00:43,290 --> 00:00:46,570 term, a sub four for the next term, a sub five for 12 00:00:46,570 --> 00:00:50,590 the next term, a sub six for the next term, and so on. 13 00:00:50,590 --> 00:00:53,550 So in this particular example, I could say that the 14 00:00:53,550 --> 00:00:58,600 sixth term in my sequence is eight, or the third 15 00:00:58,600 --> 00:01:00,890 term in my sequence is two. 16 00:01:00,890 --> 00:01:04,500 If I want to talk about the sequence as a whole, 17 00:01:04,500 --> 00:01:08,440 I'll perhaps just write down a sub n, maybe in parentheses. 18 00:01:08,440 --> 00:01:11,950 And I'll use this notation to talk about the entire sequence. 19 00:01:11,950 --> 00:01:14,160 But by plugging in different values for n, I 20 00:01:14,160 --> 00:01:17,709 can then speak of specific terms in the sequence. 21 00:01:19,050 --> 00:01:23,600 This means that a sequence really amounts to some assignment from 22 00:01:23,600 --> 00:01:29,000 these indices, the subscripts, to other real numbers, and a gadget that 23 00:01:29,000 --> 00:01:34,510 assigns numbers to other numbers, it's a function, so yeah the sequence 24 00:01:34,510 --> 00:01:38,920 a sub n is secretly a function, f of n, because both 25 00:01:38,920 --> 00:01:43,540 of these gadgets are just ways of assigning real numbers to other numbers. 26 00:01:43,540 --> 00:01:48,580 In this case, the sequence assigns a real number to these ns, to one, two, three, 27 00:01:48,580 --> 00:01:49,910 and so on. 28 00:01:49,910 --> 00:01:52,040 So it's worth pointing out then that what's really the 29 00:01:52,040 --> 00:01:55,970 domain of this function that's playing the role of the sequence? 30 00:01:55,970 --> 00:02:00,240 Well, the domain of f should just be whole numbers. 31 00:02:00,240 --> 00:02:05,070 I don't want to talk about the 5 thirds term of the sequence, right? 32 00:02:05,070 --> 00:02:11,790 It doesn't really make sense, usually, to talk about a sub 5 thirds, or a sub pi. 33 00:02:11,790 --> 00:02:13,795 But it does make sense to talk about a sub 34 00:02:13,795 --> 00:02:15,050 three, and a sub 100. 35 00:02:15,050 --> 00:02:19,070 So the domain of my function, the thing that I'm allowed 36 00:02:19,070 --> 00:02:23,080 to plug in for n, should really just be whole numbers. 37 00:02:23,080 --> 00:02:26,610 And I usually develop that with this fancy-looking N. 38 00:02:26,610 --> 00:02:28,920 I can take a look at a sequence numerically. 39 00:02:28,920 --> 00:02:33,040 I can just take a look at the terms and see what their approximate values are. 40 00:02:33,040 --> 00:02:38,150 Besides thinking numerically, I could also think about a sequence geometrically. 41 00:02:38,150 --> 00:02:39,310 For example, 42 00:02:39,310 --> 00:02:41,060 here's a number line. 43 00:02:41,060 --> 00:02:43,360 Let's say, here is zero, here is one, here is 44 00:02:43,360 --> 00:02:45,810 two, here is three and it would keep on going. 45 00:02:45,810 --> 00:02:51,340 And I could plot the terms of my sequence on this number line. 46 00:02:51,340 --> 00:02:56,190 You could imagine some sequence where the first term is here between zero and 47 00:02:56,190 --> 00:03:01,590 one, the second term is between one and two, may be the third term. 48 00:03:01,590 --> 00:03:03,990 Is here between one and the second term. 49 00:03:03,990 --> 00:03:04,320 Maybe the 50 00:03:04,320 --> 00:03:08,120 fourth term is over here between a sub one and one. 51 00:03:08,120 --> 00:03:11,160 Maybe the fifth term is over here, just a little bit less than three. 52 00:03:11,160 --> 00:03:14,230 You could plot the terms in your sequence to try 53 00:03:14,230 --> 00:03:17,550 to get some idea about what the sequence look like. 54 00:03:17,550 --> 00:03:19,140 I can think about a sequence. 55 00:03:19,140 --> 00:03:24,350 Algebraically, well algebraically I could define a sequence by 56 00:03:24,350 --> 00:03:27,070 giving you a rule to compute the nth term. 57 00:03:27,070 --> 00:03:29,520 May be a sub n is some algebraic 58 00:03:29,520 --> 00:03:35,988 formula like n square plus 1 and in that case I can just compute the first term is 59 00:03:35,988 --> 00:03:42,560 1 squared plus 1 which is 2, the second term Is 2 squared plus 1 which is 5. 60 00:03:42,560 --> 00:03:48,540 The 3rd term is 3 squared plus 1 which is 10, and so on. 61 00:03:48,540 --> 00:03:50,760 Our goal now is to build some interesting 62 00:03:50,760 --> 00:03:57,393 sequences, and explore the properties that those sequences have. 63 00:03:57,393 --> 00:04:00,075 [NOISE] 64 00:04:00,075 --> 00:04:05,853 [NOISE]