Title: Chapter 6 Sequences
1Chapter 6Sequences
1
2Sequences, Strings, Summations
- ?????(sequence) ??????? ?????????????????????????
????????????????????????????? - ?????????????????????????????????(index)
????????????? - ???????????????????????????????????????
- ?????????(string) ????????????????????????????????
?????? ???? science ??? sceenic
???????????????????????? ?????????????????????????
??????? ???????????????????????????? - ??????(series) ??????? ?????????????????
????????????????????????????
2
3Sequences
- ?????(Sequences) ?????????????????????????????????
? - ??????????????????????????????? N ???????? S
????????????????? an ????????????????????? n
???????? an ???????????????????????????? - Example
- ?????????? N 1 2 3 4 5
S 2 4 6 8 10
3
4Sequences
- ?????????????? an ????????(sequence) ???
?????????????????????????????????????????????? - ???????? ???? ??????????????????????????????????
2, 4, 6, 8, 10, ?????????????????? an ??????
an 2n ?????? n?1 - ????????????????????????? ???????????????? a1,
a2, ??? an ???????? ???? - ??????????????? an a1, a2, , ?????? (?n?1)
an f(n) 1/n - ??????? ???????? an 1, 1/2, 1/3,
4
5The Formula Game
????????????????????????? a1, a2, a3,
????????????????????
an 2n 1
-1, 1, -1, 1, -1,
an (-1)n
2, 5, 10, 17, 26,
an n2 1
0.25, 0.5, 0.75, 1, 1.25
an 0.25n
3, 9, 27, 81, 243,
an 3n
5
6Recognizing Sequences
- ??????????????????????????????????????????????
- ?????????????????????????????????????????????????
- ?????????????????????????????????
- ???????? ???? ??????????????? a1, a2, a3,
???????????????? - 1,2,3,4,
- 1,3,5,7,9,
- 0,3,8,15,24,...
an n
5
an 2n-1
11
an n2-1
35
6
7Arithmetic Progression
- ????????????(Arithmetic progression)
??????????????????????? a, ad, a2d, a3d, ,
and ?????? a, r?R - ????? a ???????????????(initial term) ???????? d
???????????????(common difference) - ???? -1, 3, 7, 11, 15,... a -1 d 4
- 7, 4, 1, -2, -5,... a 7 d -3
- 1, 3, 5, 7, 9,... a 1 d 2
- 5, 11, 17, 23, 29... a 5 d 6
- ???????? bn ????????????????? b1, b2, b3,
?????????????????
bn 4n-5
bn 10-3n
bn 2n-1
bn 6n-1
8Geometric Progression
- ?????????????(geometric progression)
??????????????????????? a, ar, ar2, ar3, , arn
?????? a, r?R ????? a ???????????????(initial
term) ???????? r ????????????????(common ratio) - ???? -1, 1, -1, 1,... a -1 r -1
- 1, -1, 1, -1,... a 1 r -1
- 10, 50, 250, 1250,... a 10 r 5
- 2, 2/3, 2/9, 2/27,... a 2 r 1/3
- ???????? bn ????????????????? b1, b2, b3,
?????????????????
bn (-1)n
bn (-1)n1
bn 2(5n)
bn 6(1/3)n
9Summations
9
10Summation Notation
- ?????????? an, ???????????????????????(lower
bound) j?0, ????????????????????????(upper bound)
k?j, ??????????????? an ??? j ??? k
?????????????? - ????????????? i ?????????????????
10
11Simple Summation Example
-
- ???????????????????????(predicate)????????????????
?????? ??????????????????? ????
11
12Summation Examples
- ????????????????????????? 1000 ???????????? an
?????????? ann2 ?????? n 1, 2, 3, ?
??????????????
?????????? ?
?????????? ?
??????????? ??????????????????????????????????????
??????
12
13 Eulers Trick ???????????????????????
- ???????????? ????????12(n/2)((n/2)1)(n-
1)n - ???????????????????????? n/2 ???
?????????????????????????? n1,
?????????????????????????????????? (n/2)(n1) - ???????????????????????
?????? ???????? ????
n1
n1
n1
13
14Summation Manipulations
(????????????????????)
)
(
(???????????)
(??????????????)
14
15More Summation Manipulations
- ??????????????????? ????? ????
(????????????)
ç
(????????????)
1
)
(
(???????????)
15
16Example
- ??????????
- 51121- 101140 1085
16
17Example Arithmetic Progression
- ????????????? ??????????????????????????????? a,
ad, a2d, a3d, , and ?????? a, r?R ??? n?0 - ?????????????????????????????? ???????????
17
18Example Geometric Progression
- ?????????????? ??????????????????????????????? a,
ar, ar2, ar3, , arn ?????? a,r?R ??? n?0 - ?????????????????????????????? ???????????
- ???????????????????????????????????? ???
18
19Some Shortcut Expressions
??????????????(Geometric series)
?????????????(Eulers trick)
??????????????(Quadratic series)
??????????????(Cubic series)
19
20Using the Shortcuts
- ???????? ???? ??????? .
- ?????????????????
- ????????????????????
- ???????????????????
- ??????????
20
21Nested Summations
- ???????? ????????????????????
- ????????
21
22MathematicalInduction
22
23Mathematical Induction
- ???????????????????????????(mathematical
induction) ???????????????????????????????????????
??????????????????????????????????????????????????
?????????????????????????(???????????????????????
???????????? ?n P(n) ??????????? ????? n?N) - ??????????????????????????? P(n)
??????????????????????? P(n) ????????????
???????????????????? n ???????????????? - ??????? P(0) ???????? (?????????????? Basis
step) - ??????? ??? P(n) ???????????? P(n 1) ????????
???????????? n?N (????????????? Inductive
step) - ??????? P(n) ???????????? ???????????? n?N
(??????????? Conclusion)
23
24Example 1
- ???????? ???? ???????????? ?n ? 1 P(n) ??????
- P(n) ?????????????????????????????? n ??????
???????????? n2 -
-
24
25Example 1
- ??????????????????????????????????????????? n
?????? ???????????? n2 ???????????????????? - ??????????????????????????????????
- Basis step ??? n1 ????????????????????????????
?? 1 ?????? ???????????? 12 (????)
P(n)
25
26Example 1
- Inductive step ?????????? ?n?1 P(n)?P(n1)
- ???????? n?1, ????? P(n) ???????? ?????????????
P(n1) ???????????? - ??????? ??????????????????????????????
???????????????????????????????????????? n
?????? ???????????? n2
????????????????? P(n)????????
26
27Example 2
- ????????? ?????? n ???????????????????????????????
??????????? - 1222232n 2n1 1
- ??? P(n) ???????????????????????????????????????
- Basis step P(0) ???????? ????? 20 1 21-1
- Inductive step ???????? P(n) ????????
- ??????????? P(n1) ????????????
27
28Example 2 - Inductive Step
- P(n) ???????? ??????????? 12222n 2n1 1
- ???????????????????? 12222n1 2(n1)1 1
- 12222n1 12222n 2n1
- (2n1 1) 2n1
- 2.2n1 1
- 2n2 1
- ????????????????????????????????????????????
????????????? 1222232n 2n1 1 ???? ?
28
29Example 3
- ???????? ?????????????????? n 1 ????????
- Proof Basis step ????? n 1
???????????????????????? - Inductive step ???????????????????????????? k
??????? ???????? - ???????????????????????????????????????? k1 ????
29
30Example 3
- ??????? ????????,
- ??????? ????????????????????? k1
?????????????????????????? inductive step - ????????????????? P(n) ????????????
?????????????? n?N ??????? - 1 2 n n (n 1)/2 ??????????????????????
n?N ?
30