Mini-Course on Limits and Sequences. Peter Kwadwo Asante. B.S., Kwame Nkrumah University of Science and Technology, Ghana, 2014 A REPORT

Size: px
Start display at page:

Download "Mini-Course on Limits and Sequences. Peter Kwadwo Asante. B.S., Kwame Nkrumah University of Science and Technology, Ghana, 2014 A REPORT"

Transcription

1 Mini-Course on Limits and Sequences by Peter Kwadwo Asante B.S., Kwame Nkrumah University of Science and Technology, Ghana, 204 A REPORT submitted in partial fulfillment of the requirements for the degree MASTER OF SCIENCE Department of Mathematics College of Arts and Sciences KANSAS STATE UNIVERSITY Manhattan, Kansas 207 Approved by: Major Professor Natasha Rozhkovskaya

2 Abstract The topic of limits and sequences run through the math syllabi from high school to graduate school. However rigorous proofs of this concept is not seen up until a students second year in college or even later. This text is aimed at presenting proofs of limits of sequences at a level accessible to high school and undergraduate students who are interested in learning such proofs. The ɛ N definition of the limit with proofs using this definition is presented in the text. We also look at properties of limits of sequences and their proofs as well as sequences without limits (that is sequences that diverge). We include some graphical representations of some sequences which can help one to determine whether a sequence will converge or diverge. Finally, the text contains a good number of exercises for the reader, some solved and others with hints to direct the reader in solving them.

3 Contents List of Figures iv 0.0. Practice Problems v EXERCISE ON SEQUENCES v EXERCISES ON LIMITS OF SEQUENCES vi 0. Introduction Sequences 2. Definition of Sequences Recursive Process Exercise Set Limits of Sequences 0 2. Definition of a Limit of a Sequence Exercise Set Properties of Limits Non-Existing Limits Appendix: A Proof of Proposition. 3 B Proof of Proposition 2 33 iii

4 List of Figures 2. Graph showing that lim 3n n = Graph showing that lim + n = Graph of the sequence {x n } = ( ) n Graph of the sequence {x n } = n iv

5 0.0. Practice Problems EXERCISE ON SEQUENCES ˆ. The sequence {x n } is given by the formula x n = 2n+ n+3. Find (a) x 0 (b) x 25 (c) x n+ x n 2. The sequence {b n } is given by the formula {b n } = n 3 n. Find (a) b 3, (b) b 5, (c) b n+, (d) b n+ b n. 3. Find the first five terms of the sequence (a) y n = + 2 n, (b) x n = n, (c) a n = n, (d) b n = 2n+( )n 3n. 4. For what values of n is y n > 200 if y n = 2n 5? 5. For what values of n is y n 30, if y n = 3n 00? 6. Find the first five terms of the sequence {x n } and find the formula for the general term if (a) x = 0, x n+ = x n + 5 for n (b) x = 4, x n+ = x n for n 7. Give an example of a whole number N such that for all n > N the following inequality holds: (a) (0.3) n < 0.0; (b) (0.7) n < 0.0; (c) (0.99) n < 0.00; (d) (0.45) n < 0.00; (e) (0.999) n < 0.00; v

6 0.0.3 EXERCISES ON LIMITS OF SEQUENCES. Consider the sequence {x n } = 2n+. (a) Compute the first several terms and guess the limit of the sequence. (b) Find the values of n such that the terms of the sequence lie in the range of zero within 0. (that is, for what values of n is x n 0.? (c) Find the values of n such that the terms of the sequence lie in the range of zero within 0.0 (that is, for what values of n is x n 0.0)? 2. (a) Compute the first few terms of the sequence {y n } = 3n n (n =, 2, 3,...). (b) Is it true that lim (x n ) = 3? For what n is y n 3 < 0.0? 3. Let x n = c, where c is some constant number. Show that lim (x n ) = c. 4. Prove (a) lim n+ n =, (b) lim = 0, n (c) lim 5n 2 n = 5, (d) lim 3n 2 2n =.5, (e) lim = 0, n 2 + (f) lim 2 n =, vi

7 0. Introduction This mini-course is addressed to undergraduate and high school students who would like to master rigorous proofs of limits of sequences based on the so-called ɛ N definition of a limit. While limits of most examples considered in standard calculus courses can be guessed intuitively, the accurate mathematical proof of such limits requires a careful reasoning and good understanding of the definition and properties of limits. In this text we provide definitions and detailed proofs of some practice list problems.

8 Chapter Sequences. Definition of Sequences A sequence can informally be thought of as a list of ordered numbers, called elements of the sequence. Formally we define a sequence of (real) numbers as a function from the set of natural numbers (N = {, 2, 3,...}) to the set of real numbers (R). It assigns to each n N some real number x n. Sometimes people provide only the first few terms of a sequence as shown below with the assumption that the natural pattern to continue the sequence is clear: (a),2,3,4,... (b), 2 4, 8, However in mathematics sequences are usually defined by formulas that would generate an element in the sequence when an integer is substituted into the formula. The two examples above could be the first terms of the sequences given by the respective general formulas (a) x n = n, (b) x n = 2 n. 2

9 Observe that for any integer n substituted into the above formulas an element in the sequence is obtained. For x n = by setting n = 2 we get the 2 n element x 2 =. 4 Sequences however do not always have such nice formulas as we have seen above, some cannot even be represented by general formulas. Another common way to define a sequence is by recursion..2 Recursive Process This is a process that involves defining objects (in our case elements of sequences) in terms of preceding objects of the same kind. It usually has an initial condition and a formula that reduces all other terms to the initial condition. For example, given x 0 = 0 and x n+ = x n +, we compute the other terms of the sequence as follows. x = x 0 + = 0 + =, x 2 = x + = + = 2, x 3 = x 2 + = 2 + = 3. And from this we can guess the general formula of the given recursive sequence to be x n = n..2. Exercise Set. The sequence {x n } is given by the formula x n = 2n+ n+3. Find (a) x 0, (b) x 25, (c) x n+ x n. Solution. As discussed earlier by substituting an integer n into the general formula we can determine the term in the sequence that corresponds to it, thus given 3

10 x n = 2n + n + 3, we find x 0 = , = , = 2 3. Substituting n = 25 in the right side of the equation, just as we did for x 0, gives the solution for x 25 = 5. Now to solve for x 28 n+ x n the first step would be to write an expression for x n+, this is done by replacing n in the formula for x n with n +. Doing this gives x n+ = 2(n + ) + (n + ) + 3, = 2n + 2 +, n + 4 = 2n + 3 n + 4. Thus in solving for x n+ x n we end up with x n+ x n = 2n + 3 n + 4 2n + n + 3 (n + 3)(2n + 3) (n + 4)(2n + ) =, (n + 4)(n + 3) = 2n2 + 3n + 6n + 9 2n 2 n 8n 4, (n + 4)(n + 3) 5 = (n + 4)(n + 3). 2. The sequence {b n } is given by the formula {b n } = n. Find 3 n (a) b 3, (b) b 5, (c) b n+, 4

11 (d) b n+ b n. Solution. 2(a) This follows the procedure in problem (c), which gives b 3 = = 3 2 = 9. 2(b) b 5 = (c) This is similar to problem (c), we get b n+ = n + 3 n+. 2(d) Dividing our two terms and simplifying we get b n+ b n = 3. Find the first five terms of the sequence (a) y n = + 2 n, (b) x n = n, (c) a n = n, (d) b n = 2n+( )n 3n. n+ 3 n+ n, 3 n = n + 3n 3n+ n, = n + 3n. 5

12 Solution. 3(a) y = + 2 = + 2 = 3 2, y 2 = = + 4 = 5 4, y 3 = = + 8 = 9 8, y 4 = = + 6 = 7 6, y 5 = = + 32 = (b) 5 2, 9 4, 7 8, 33 6, 65 32, (c) 5, 7 2, 3, 4, 3 5, (d) 3, 2 3, 5 9, 2 3, For what values of n is y n > 200 if y n = 2n 5? 5. For what values of n is y n 30, if y n = 3n 00? Solution. 4. We show how to solve problem 4, problem 5 is solved similarly. We want to find n which satisfies Solve the inequality for the value of n. This gives y n = 2n 5 > n 5 > 200 2n 5 > 200, which implies 2n > Hence n > =

13 Thus for all integer values of n > 02.5, we have y n > 200. Hence n This holds for n Find the first five terms of the sequence {x n } and find the formula for the general term if (a) x = 0, x n+ = x n + 5 for n. (b) x = 4, x n+ = x n for n. Solution. As discussed in the introduction, some sequences can be expressed by a general mathematical formula, with which we can find a particular term in the sequence by inserting the value of a particular integer n. 6(a) : Just as in question 3, we find the first five terms of the sequence, only in this case we are already given the first term which is x = 0. Using the first term and the formula of the (n + )st term we derive the second term through to the fifth term as described below. x n+ = x n + 5. If we substitute n = into x n+ we get x + = x + 5 which implies x 2 = x + 5. We are given x = 0, substitute this into the expression for x 2. Thus x 2 = = 5. Next, if we substitute n = 2 into x n+ we get x 2+ = x which implies x 3 = x We determined from our previous calculations that x 2 = 5. Substituting x 2 into the expression for x 3 gives x 3 = = 0. 7

14 Following this procedure for n = 3 and n = 4, x 3+ = x 4 = x 3 + 5, which implies x 4 = = 5; x 4+ = x 5 = x 4 + 5, which implies x 5 = = 0. So the first five terms of the sequence for question 6(a) are 0, 5, 0, 5, 0. Guess: For n x n = 0 + 5(n ). We show our guess satisfies the base step and recursive formula. Consider x. Then for n = our guess gives x = 0 + 5( ) = 0. So the initial condition for x = 0 is satisfied. We now check x n+ = x n + 5. From our guess we solve for x n+ to get x n+ = 0 + 5(n + ), which implies x n+ = 0 + 5n. Finally, we insert our guess into the right hand side of the recursive formula: x n+ = x n + 5, x n+ = 0 + 5(n ) + 5, x n+ = 0 + 5n, This proves that our guess satisfies both the initial condition and the recursive formula. 6(b) : The first five terms are: 4, 4, 4, 4, 4 and the formula for the general term is x n = ( ) n+ 4 (n ). 8

15 7. Give an example of a whole number N such that for all n > N the following inequality holds: (a) (0.3) n < 0.0; (b) (0.7) n < 0.0; (c) (0.99) n < 0.00; (d) (0.45) n < 0.00; (e) (0.999) n < We state a proposition that will help solve the above problems.the proof of the proposition is given in Appendix Proposition. If a < then for n > 0, a n < n a Solution. We solve problem 7(a), problems 7(b)-7(d) follow in the same manner. (a) 0.3 = 0.3 <, so we can apply Proposition. We get Taking reciprocals gives which implies 0.3 n < n n 0.3, 0.7 < n > 0.0, which implies n > , thus n > So the whole number N that satisfies the inequality is N = 43. 7(b) N = 334; 7(c) N = 00, 00; 7(d) N = 89; 7(e) N =, 000, 00. 9

16 Chapter 2 Limits of Sequences 2. Definition of a Limit of a Sequence We will now discuss the limit of a sequence {x n } and how to compute it, if it exists. The limit of a given sequence {x n }, if it exists, can be roughly described as the numerical value which the sequence tends to as we take n closer to infinity. If the limit of a sequence exists, we say that the sequence is convergent, otherwise we say that the sequence is divergent. Formal Definition: We say that L is the limit of the sequence {x n } when n, if for any real number ɛ > 0 there exists a whole number N such that for any n > N we have x n L < ɛ. In this case we write lim {x n } = L or {x n } L when n For example, it is intuitively clear that the sequence {x n } = converges 2 n to 0 as n : write the first several terms of the sequence and observe that as n increases, the terms in the sequence keeps getting smaller (approaching 0). However, the rigorous proof that lim = 0 must be performed using 2 n the definition provided above. We will use the definition of the limit to show the number L is the limit of a given sequence {x n } in the examples that follow. 0

17 Example : Show using the definition that n lim n + =. Solution: To solve the problem, we first try to determine the value of N that depends on ɛ. Then the actual flow of the proof consists of the steps of this preliminary analysis performed in the backward direction. Fix ɛ > 0, then to satisfy the condition a n < ɛ we must have n n + < ɛ, for all n > N. Thus we have: giving us n n + = n n n + n n + = 2 n +. = 2 n +, Our definition implies that a n for n > N we must have 2 n + < ɛ, which implies 2 ɛ < n +, or 2 ɛ < n Therefore, we must take N to be the smallest positive integer such that N > 2. For example, taking ɛ = 0. gives ɛ 2 ɛ = 2 = 20 = So N > 2 = 9 and we can set N = 20. Similarly for ɛ = 0.00, 0. we can set N = So for any value of ɛ we can find N to satisfy our condition a n < ɛ for all n > N. Now we are ready to write the argument of the actual proof that n lim n + =.

18 Indeed, suppose we choose some ɛ > 0. Let us take N the smallest whole number that is greater than 2. That is ɛ N > 2 ɛ. Then if n > N, we have n > N > 2 ɛ. we get This implies 2 n+ < ɛ. Since Thus, by the definition of the limit, n n + = 2 n + n n + < ɛ n > N. n lim n + =. 2.. Exercise Set 2.. Consider the sequence {x n } = 2n+. (a) Compute the first several terms and guess the limit of the sequence. (b) Find the values of n such that the terms of the sequence lie in the range of zero within 0. (that is, for what values of n is x n 0.?) (c) Find the values of n such that the terms of the sequence lie in the range of zero within 0.0 (that is, for what values of n is x n 0.0)?) 2

19 Solution: The first few terms of the sequence are, 3, 5, 7,, 3, 5, 7, 9,.... Observe that the terms in the sequence keep decreasing. Our guess is that lim (x n ) = 0. (b) We will find values of n for which terms x n are in the range x n ɛ for general ɛ. Then for any values of n we use that result to find such a particular ɛ. Consider N > 0 such that for ɛ > 0 2N + ɛ. Then 2N + = 2N + ɛ, which is equivallent to 2N + ɛ, hence we have Now taking ɛ = 0., we get N ɛ 2ɛ. N = 4.5. So for ɛ = 0., and N = 5, taking n N gives 2n Thus the solution to problem (b) is all n such that n > 5. By a similar computation the solution to problem (c) is all n such that n > 50. Remark: Note that our work in (b) and (c) proves that lim (x n ) = (a) Compute the first few terms of the sequence {y n } = 3n n (n =, 2, 3,...). 3

20 (b) Is it true that lim (x n ) = 3? For what n is y n 3 < 0.0? Solution: (a) Some terms of the sequence are: 2, 5 2, 8 3, 4, 4 5, 7 6, 20 7,.... (b) For lim (y n ) = 3 to hold, for any ɛ > 0 there should exist N > 0 such that for all n > N we have 3n 3 n < ɛ, which can be modified to 3n 3n n = n = n < ɛ. Equivalently written as ɛ < n. and for any n > N, So for any ɛ > 0 taking N > ɛ since 3n 3 n = n, we have 3n 3 n < ɛ. Hence it follows that lim 3n n = 3 by the definition. The graph of the sequence is shown below. For the final part we want to find n such that 3n 3 n < 0.0. Replace ɛ in the above proof with 0.0. Thus we get n > 0.0 = 00. So for n = 0, 02, 03,... one has y n 3 <

21 Figure 2.: Graph showing that lim 3n n = 3 3. Let x n = c, where c is some constant number. Show that lim (x n ) = c. Solution: By definition of the limit of a sequence, for any ɛ > 0 there should exist N > 0, such that for every n > N we have c c = 0 < ɛ. However, this holds for any value of N. Thus, by our definition it follows trivially that lim c = c. 4. Prove (a) lim n+ n =, (b) lim = 0, n (c) lim 5n 2 n = 5, (d) lim 3n 2 2n =.5, (e) lim = 0, n 2 + 5

22 (f) lim 2 n =. Solution: We solve problem 4(a), problems 4(c) through 4(f) follow similarly. 4(a) To solve for the limit we first rewrite the sequence in an equivalent form by dividing the numerator by the highest power of n in the sequence. Thus x n = n + n = + n = + n. ( Now we prove using the definition of the limit that lim + n) =. Take ɛ > 0. Write + n < ɛ, which is equivalent to n = n < ɛ. So for any ɛ > 0 taking N > gives that for any n > N >, one ɛ ɛ has n + n = n < N < ɛ. Hence by the definition of the limit n + lim =. n The graph of the sequence is shown below. 4(b) Take ɛ > 0 we want to show that n 0 < ɛ, this gives n < ɛ, which we from problem 4(a) holds for any n > N >. Hence by ɛ the definition of the limit lim = 0. n 6

23 Figure 2.2: Graph showing that lim + n = 4(c) Hint: Rewrite 5n 2 n as 5 2 n. 4(d) Hint: Rewrite 3n 2 2n as 3 2 n. 4(e) Hint: n > ɛ. 4(f) Hint: Since 2 <, we can use Proposition on page 9 to find N that will satisfy n < ɛ. Let ɛ > 0, take N = 2 then for any 2 ɛ n > N, n 2 = n 2 =< 2 n < ɛ. Hence it follows from the definition of the limit that lim 2 =. n 7

24 2.2 Properties of Limits In practice one can find limits of many sequences by reducing them to simple ones. This is based on the properties of limits which we prove in this section. Let c be any constant and suppose {x n } and {y n } are two sequences such that their limits exist and lim (x n ) = L and lim (y n ) = K. Then the following properties hold.. Multiplication by Constant: lim (c x n) = c lim (x n ) = c L. 2. Sum and Difference rule: lim (x n ± y n ) = lim (x n ) ± lim (y n ) = L ± K. 3. Product rule: lim (x n y n ) = lim (x n ) lim (y n ) = LK. 4. Quotient rule: Suppose K 0 and y n 0 for all n. Then lim 5. Power rule: Suppose m is a whole number and m 2. Then lim (x n ) m = ( lim x m n ) = L m. 6. Square root property : Suppose x n 0 for all n 0 and L 0. Then lim (xn ) = lim (x n ) = L. ( ) x n yn = lim (xn) = L. lim (yn) K Remark: In general, it can be proved that if the condition x n 0 for all n holds, then it implies that the limit L = lim x n 0 if it exists. 8

25 Proof of the Properties We will now prove the above properties using the definition of the limit. We first state important facts which we will use in some of the proofs.. Multiplication by Constant : Suppose lim (x n ) = L. If c = 0 then it holds trivially since lim 0 x n = lim 0. But since 0 is a constant it follows from Exercise 2 problem 3 that lim 0 x n = 0 = 0 x n. Assume c 0. Now fix ɛ > 0. Then by the definition of the limit there exist an N > 0 such that for n > N x n L < ɛ c. Then for all n > N cx n cl = c x n L < c So lim cx n = cl by definition. ɛ c = ɛ. 2. Sum and Difference rule : We prove the sum rule, the proof of the difference rule follows similarly. We are given that lim (x n ) = L and lim (y n ) = K. Let ɛ > 0, by the definition of the limit there is N > 0 such that for all n > N x n L < ɛ 2, and there is an N 2 > 0 such that for all n > N 2 y n K < ɛ 2. We want to show that given ɛ > 0 there is N > 0 such that for all n > N (x n + y n ) (L + K) < ɛ. To prove the sum and difference rules, we need the following proposition. 9

26 Proposition 2. Let x and y be two real numbers. Then the triangle holds: x + y x + y. Choose N = max (N, N 2 ) (i.e the largest of N and N 2 ). Then for all n > N x n + y n L K = (x n L) + (y n K) x n L + y n K by triangle inequality < ɛ 2 + ɛ 2 = ɛ. 3. Product rule : We are given that lim (x n ) = L and lim (y n ) = K. Let ɛ > 0, by the definition of the limit this implies that there is N > 0 such that for all n > N, x n L < ɛ. And there is N 2 > 0 such that for all n > N 2, y n K < ɛ. Choosing N = max(n, N 2 ) for n > N gives (x n L) (y n K) 0 = (x n L) (y n K) < ɛ ɛ = ɛ. Hence we have that Next consider lim [(x n L)(y n K)] = 0. (x n L) (y n K) = x n y n Kx n Ly n + KL, 20

27 From which we get Finally, taking (x n L) (y n K) + Kx n + Ly n KL = x n y n. lim ny n ) = lim [(x n L) (y n K) + x n K + y n L KL] = lim [(x n L) (y n K)] + lim (x n K) + lim (y n L) + lim ( KL) = 0 + LK + KL KL = LK 4. Quotient rule : For this we first prove that lim y n = and apply rule 3 to show that K ( ) lim (x n) lim y n = L. Let ɛ > 0. We want to show that there is K N > 0 such that for all n > N y n K < ɛ. Since lim (y n ) = K, by the definition of the limit we know Now consider y n K < ɛ. for big enough n K = K y n + y n K y n + y n by the triangle inequality < ɛ + y n. Thus we have K ɛ < y n which implies y n < K ɛ, which gives a bound for y n. 2

28 Hence for big enough n, y n K = = < < K y n Ky n Ky n K y n K y n using the bound above K ( K ɛ) ɛ K ( K ɛ) (2.) Thus we proved that for any ɛ > 0 there exists N such that for n > N ɛ y n k < K ( K ɛ). But we need to show that for any ɛ > 0 y n K < ɛ for big enough n. Let us see how ɛ and ɛ could be related; assume that ɛ K ( K ɛ) = ɛ Then ɛ = ɛ K 2 K ɛ ɛ ɛ = ɛ K 2 ( + K ɛ) This analysis allows us to proceed to fix ɛ > 0. Consider ɛ = Note that ɛ > 0. Then there exists N such that for all n > N. ɛ y n K < K ( K ɛ). ɛ K 2. + K ɛ 22

29 But ɛ K ( K ɛ) = ɛ K 2 K ( + K ɛ)( K ɛ K 2 + K ɛ ) = ɛ K 2 ( + K ɛ) K ( + K ɛ) K = ɛ, So y n K < ɛ for n > N y n = K ( xn Hence by our definition lim ) lim y n. Finally using rule 3 we get ( ) = lim (x n ) lim = L K = L K y n 5. Power rule : To prove this we use a method of proof known as induction. We first consider a base case where our hypothesis holds. In this case m = 2 is our base case since it breaks it down to product property. Thus lim (x2 n) = lim (x n x n ) = lim (x n ) lim (x n ) = L L = L 2. Now assume the power rule holds for m. Then we have lim (xm n ) = L m. Thus applying rule 3 we have lim (xm n ) = lim (x m n x n ) = lim (x m n = L m L = L m. 23 ) lim (x n )

30 6. Root rule: Since lim x n = L, then by the definition of the limit, for every ɛ > 0, there is N > 0 such that for all n > N we have Notice that x n L < ɛ L. x n + L L so x n + L. L Thus we have x n L = ( x n L) ( x n + L) ( x n + L) x n L = x n + L x n L L < ɛ L L = ɛ. Examples Thus by the definition of the limit lim xn = L. We now look at some examples where we make use of the properties discussed above.. Prove that lim n+ n =. Solution: First rewrite n+ as + and take the limit of the new n n expression. This gives ( lim + ). n 24

31 Applying rules and 2 we get ( lim + ) n = lim + lim ( n ) = + 0 =. 2. Prove that lim = 0. n 2 Solution: We rewrite the sequence as ( n 2 page 8 then gives lim n n). Applying rule 3 on ( n = lim 2 n ) = lim n n lim n = 0 0 = Prove that lim 4n 2 +n n 2 +n = 4. We prove the limit in two ways. Solution : Note that the above sequence is the sum of n n+ 3n and. That is n n n + + 3n n = n2 n + 3n 2 + 3n n n 2 + n = 4n2 + n. n 2 + n Applying rule 2 on page 8 to ( n + 3n n+ n+ ( n lim n + + 3n ) n ) gives n = lim n + + lim 3n n n = lim n inf + n = + 3 = 4 + lim 3n n Solution 2 : Assuming we had no idea that 4n2 +n is the sum of n n 2 +n n+ and 3n, then using the limit definition to prove the above might be n quiet cumbersome. However, rewriting the sequence and applying the rules, we get 25

32 4n 2 + n lim n 2 + n 4 + = lim n n 2 + n ( lim 4 + ) n n = ( ) 2 by rule 4 page 8 + n = lim lim 4 + lim = = 4. + lim n lim + lim n n 2 by rule 2 page 8 using rule and the known limits 2.3 Non-Existing Limits We defined the limit of the sequence to be the numerical value L that the sequence tends to as n approaches infinity. This value may exist or not. Here we look at two of such examples and observe how they behave graphically.. Consider the sequence {x n } = ( ) n. Investigate the existence of the limit of this sequence as n. Solution: We start by writing the first few terms of the sequence. {x n } =,,,,,,,,... (n =, 2, 3,...). Thus the terms of the sequence takes values between these two numbers infinitely many times as n (thus it fails to tend to a particular value L). In this case we say the sequence oscillates and hence it diverges. Next we would show that this sequence indeed fails to satisfy the definition of the limit. Recall that by definition, a sequence x n converges to the limit L, if for every ɛ > 0 there exists N > 0, such that for all n N we have x n L < ɛ. Since the inequality holds for every ɛ in the definition of the limit, it will be enough to show that the definition 26

33 Figure 2.3: Graph of the sequence {x n } = ( ) n is violated if we can find ɛ > 0 such that for any N > 0 there exist n N such that x n L ɛ. Now fix ɛ = 2. It is clear that if the limit of x n = ( ) n exists, it would either be L = or L =. = 2 = 2 > 2 for infinitely many values of n (n =, 3, 5,...). Hence, it fails to satisfy the conditions of the definition of the limit. Suppose the limit for the sequence is -. Then we have ( ) = 2 = 2 > 2 for infinitely many values of n (n = 0, 2, 4, 6,...). 2. Consider the sequence {x n } = n 2. investigate the existence of the limit of this sequence as n. Solution: The first few terms of the sequence are {x n } = 0,, 4, 9, 6,

34 We observe that the terms keep increasing without upper bound as we increase n. This indicates that this sequence does not posses a finite limit. Now we show that no number indeed satisfies the definition of the limit of this sequence. Suppose L is the limit of the sequence. Then for all ɛ > 0 there exists N > 0 such that for every n > N we have n 2 L < ɛ. Now observe that for n > L + n 2 L > L + L =. Taking ɛ = we get 2 n2 L > >, which violates the definition of 2 the limit. Figure 2.4: Graph of the sequence {x n } = n 2 28

35 REFERENCES ˆ Pauls Online Notes. Proofs.aspx ˆ Rogawski, John. (202) Calculus Early Transcedentals Second Edition, New York: W.H. Freeman and Company 29

36 APPENDIX 30

37 Appendix A Proof of Proposition. Proposition : If a < then for n > 0, a n < n a. Proof : Suppose a = 0. Then we have 0 n = 0 < n 0 = n, thus the inequality holds for a = 0. Now suppose a > 0 and consider the following expression: Expanding the above product we get ( + a + a a n ) ( a). ( + a + a a n ) ( a) = ( + a + a a n ) (a + a 2 + a a n + a n ) So for a < we have = a n. n a n = a n + a n + a n a n ( sum) n times + a + a a n = a n a < a. 3

38 Combining the inequalities above we get n a n < which implies a a n < n a. 32

39 Appendix B Proof of Proposition 2 Proposition 2: Let x and y be two real numbers then the triangle inequality holds x + y x + y. Proof : By definition x = Thus x ±x. This implies that and { x if x 0; x if x < 0. x + y x + y x + y x y x y x + y Combining the two results above we get x + y x + y. 33

Sequences of Real Numbers

Sequences of Real Numbers Chapter 8 Sequences of Real Numbers In this chapter, we assume the existence of the ordered field of real numbers, though we do not yet discuss or use the completeness of the real numbers. In the next

More information

Seunghee Ye Ma 8: Week 2 Oct 6

Seunghee Ye Ma 8: Week 2 Oct 6 Week 2 Summary This week, we will learn about sequences and real numbers. We first define what we mean by a sequence and discuss several properties of sequences. Then, we will talk about what it means

More information

Some Results Concerning Uniqueness of Triangle Sequences

Some Results Concerning Uniqueness of Triangle Sequences Some Results Concerning Uniqueness of Triangle Sequences T. Cheslack-Postava A. Diesl M. Lepinski A. Schuyler August 12 1999 Abstract In this paper we will begin by reviewing the triangle iteration. We

More information

Limits and Continuity

Limits and Continuity Chapter Limits and Continuity. Limits of Sequences.. The Concept of Limit and Its Properties A sequence { } is an ordered infinite list x,x,...,,... The n-th term of the sequence is, and n is the index

More information

Homework 4, 5, 6 Solutions. > 0, and so a n 0 = n + 1 n = ( n+1 n)( n+1+ n) 1 if n is odd 1/n if n is even diverges.

Homework 4, 5, 6 Solutions. > 0, and so a n 0 = n + 1 n = ( n+1 n)( n+1+ n) 1 if n is odd 1/n if n is even diverges. 2..2(a) lim a n = 0. Homework 4, 5, 6 Solutions Proof. Let ɛ > 0. Then for n n = 2+ 2ɛ we have 2n 3 4+ ɛ 3 > ɛ > 0, so 0 < 2n 3 < ɛ, and thus a n 0 = 2n 3 < ɛ. 2..2(g) lim ( n + n) = 0. Proof. Let ɛ >

More information

INTRODUCTION TO REAL ANALYSIS II MATH 4332 BLECHER NOTES

INTRODUCTION TO REAL ANALYSIS II MATH 4332 BLECHER NOTES INTRODUCTION TO REAL ANALYSIS II MATH 4332 BLECHER NOTES You will be expected to reread and digest these typed notes after class, line by line, trying to follow why the line is true, for example how it

More information

Math 117: Infinite Sequences

Math 117: Infinite Sequences Math 7: Infinite Sequences John Douglas Moore November, 008 The three main theorems in the theory of infinite sequences are the Monotone Convergence Theorem, the Cauchy Sequence Theorem and the Subsequence

More information

,... We would like to compare this with the sequence y n = 1 n

,... We would like to compare this with the sequence y n = 1 n Example 2.0 Let (x n ) n= be the sequence given by x n = 2, i.e. n 2, 4, 8, 6,.... We would like to compare this with the sequence = n (which we know converges to zero). We claim that 2 n n, n N. Proof.

More information

AP Calculus Chapter 9: Infinite Series

AP Calculus Chapter 9: Infinite Series AP Calculus Chapter 9: Infinite Series 9. Sequences a, a 2, a 3, a 4, a 5,... Sequence: A function whose domain is the set of positive integers n = 2 3 4 a n = a a 2 a 3 a 4 terms of the sequence Begin

More information

MATH 117 LECTURE NOTES

MATH 117 LECTURE NOTES MATH 117 LECTURE NOTES XIN ZHOU Abstract. This is the set of lecture notes for Math 117 during Fall quarter of 2017 at UC Santa Barbara. The lectures follow closely the textbook [1]. Contents 1. The set

More information

Arkansas Tech University MATH 2924: Calculus II Dr. Marcel B. Finan

Arkansas Tech University MATH 2924: Calculus II Dr. Marcel B. Finan Arkansas Tech University MATH 2924: Calculus II Dr. Marcel B. Finan 8. Sequences We start this section by introducing the concept of a sequence and study its convergence. Convergence of Sequences. An infinite

More information

CHAPTER 3. Sequences. 1. Basic Properties

CHAPTER 3. Sequences. 1. Basic Properties CHAPTER 3 Sequences We begin our study of analysis with sequences. There are several reasons for starting here. First, sequences are the simplest way to introduce limits, the central idea of calculus.

More information

X. Numerical Methods

X. Numerical Methods X. Numerical Methods. Taylor Approximation Suppose that f is a function defined in a neighborhood of a point c, and suppose that f has derivatives of all orders near c. In section 5 of chapter 9 we introduced

More information

MATH 1910 Limits Numerically and Graphically Introduction to Limits does not exist DNE DOES does not Finding Limits Numerically

MATH 1910 Limits Numerically and Graphically Introduction to Limits does not exist DNE DOES does not Finding Limits Numerically MATH 90 - Limits Numerically and Graphically Introduction to Limits The concept of a limit is our doorway to calculus. This lecture will explain what the limit of a function is and how we can find such

More information

Section 11.1 Sequences

Section 11.1 Sequences Math 152 c Lynch 1 of 8 Section 11.1 Sequences A sequence is a list of numbers written in a definite order: a 1, a 2, a 3,..., a n,... Notation. The sequence {a 1, a 2, a 3,...} can also be written {a

More information

Math 320: Real Analysis MWF 1pm, Campion Hall 302 Homework 4 Solutions Please write neatly, and in complete sentences when possible.

Math 320: Real Analysis MWF 1pm, Campion Hall 302 Homework 4 Solutions Please write neatly, and in complete sentences when possible. Math 320: Real Analysis MWF pm, Campion Hall 302 Homework 4 Solutions Please write neatly, and in complete sentences when possible. Do the following problems from the book: 2.6.3, 2.7.4, 2.7.5, 2.7.2,

More information

Lecture 3 - Tuesday July 5th

Lecture 3 - Tuesday July 5th Lecture 3 - Tuesday July 5th jacques@ucsd.edu Key words: Identities, geometric series, arithmetic series, difference of powers, binomial series Key concepts: Induction, proofs of identities 3. Identities

More information

LECTURE 10: REVIEW OF POWER SERIES. 1. Motivation

LECTURE 10: REVIEW OF POWER SERIES. 1. Motivation LECTURE 10: REVIEW OF POWER SERIES By definition, a power series centered at x 0 is a series of the form where a 0, a 1,... and x 0 are constants. For convenience, we shall mostly be concerned with the

More information

Homework #2 Solutions Due: September 5, for all n N n 3 = n2 (n + 1) 2 4

Homework #2 Solutions Due: September 5, for all n N n 3 = n2 (n + 1) 2 4 Do the following exercises from the text: Chapter (Section 3):, 1, 17(a)-(b), 3 Prove that 1 3 + 3 + + n 3 n (n + 1) for all n N Proof The proof is by induction on n For n N, let S(n) be the statement

More information

(Infinite) Series Series a n = a 1 + a 2 + a a n +...

(Infinite) Series Series a n = a 1 + a 2 + a a n +... (Infinite) Series Series a n = a 1 + a 2 + a 3 +... + a n +... What does it mean to add infinitely many terms? The sequence of partial sums S 1, S 2, S 3, S 4,...,S n,...,where nx S n = a i = a 1 + a 2

More information

Read carefully the instructions on the answer book and make sure that the particulars required are entered on each answer book.

Read carefully the instructions on the answer book and make sure that the particulars required are entered on each answer book. THE UNIVERSITY OF WARWICK FIRST YEAR EXAMINATION: January 2011 Analysis I Time Allowed: 1.5 hours Read carefully the instructions on the answer book and make sure that the particulars required are entered

More information

INFINITE SEQUENCES AND SERIES

INFINITE SEQUENCES AND SERIES 11 INFINITE SEQUENCES AND SERIES INFINITE SEQUENCES AND SERIES Infinite sequences and series were introduced briefly in A Preview of Calculus in connection with Zeno s paradoxes and the decimal representation

More information

CHAPTER 0 PRELIMINARY MATERIAL. Paul Vojta. University of California, Berkeley. 18 February 1998

CHAPTER 0 PRELIMINARY MATERIAL. Paul Vojta. University of California, Berkeley. 18 February 1998 CHAPTER 0 PRELIMINARY MATERIAL Paul Vojta University of California, Berkeley 18 February 1998 This chapter gives some preliminary material on number theory and algebraic geometry. Section 1 gives basic

More information

Given a sequence a 1, a 2,...of numbers, the finite sum a 1 + a 2 + +a n,wheren is an nonnegative integer, can be written

Given a sequence a 1, a 2,...of numbers, the finite sum a 1 + a 2 + +a n,wheren is an nonnegative integer, can be written A Summations When an algorithm contains an iterative control construct such as a while or for loop, its running time can be expressed as the sum of the times spent on each execution of the body of the

More information

Limit of a Function Philippe B. Laval

Limit of a Function Philippe B. Laval Limit of a Function Philippe B. Laval Limit of a Function 2 1 Limit of a Function 1.1 Definitions and Elementary Theorems Unlike for sequences, there are many possibilities for the limit of a function.

More information

MATH 104, HOMEWORK #3 SOLUTIONS Due Thursday, February 4

MATH 104, HOMEWORK #3 SOLUTIONS Due Thursday, February 4 MATH 104, HOMEWORK #3 SOLUTIONS Due Thursday, February 4 Remember, consult the Homework Guidelines for general instructions. GRADED HOMEWORK: 1. Give direct proofs for the two following its. Do not use

More information

Thus f is continuous at x 0. Matthew Straughn Math 402 Homework 6

Thus f is continuous at x 0. Matthew Straughn Math 402 Homework 6 Matthew Straughn Math 402 Homework 6 Homework 6 (p. 452) 14.3.3, 14.3.4, 14.3.5, 14.3.8 (p. 455) 14.4.3* (p. 458) 14.5.3 (p. 460) 14.6.1 (p. 472) 14.7.2* Lemma 1. If (f (n) ) converges uniformly to some

More information

MATH3283W LECTURE NOTES: WEEK 6 = 5 13, = 2 5, 1 13

MATH3283W LECTURE NOTES: WEEK 6 = 5 13, = 2 5, 1 13 MATH383W LECTURE NOTES: WEEK 6 //00 Recursive sequences (cont.) Examples: () a =, a n+ = 3 a n. The first few terms are,,, 5 = 5, 3 5 = 5 3, Since 5

More information

Finding Limits Analytically

Finding Limits Analytically Finding Limits Analytically Most of this material is take from APEX Calculus under terms of a Creative Commons License In this handout, we explore analytic techniques to compute its. Suppose that f(x)

More information

We begin by considering the following three sequences:

We begin by considering the following three sequences: STUDENT S COMPANIONS IN BASIC MATH: THE TWELFTH The Concept of Limits for Sequences and Series In calculus, the concept of limits is of paramount importance, in view of the fact that many basic objects

More information

7.1 Indefinite Integrals Calculus

7.1 Indefinite Integrals Calculus 7.1 Indefinite Integrals Calculus Learning Objectives A student will be able to: Find antiderivatives of functions. Represent antiderivatives. Interpret the constant of integration graphically. Solve differential

More information

Sequences. Chapter 3. n + 1 3n + 2 sin n n. 3. lim (ln(n + 1) ln n) 1. lim. 2. lim. 4. lim (1 + n)1/n. Answers: 1. 1/3; 2. 0; 3. 0; 4. 1.

Sequences. Chapter 3. n + 1 3n + 2 sin n n. 3. lim (ln(n + 1) ln n) 1. lim. 2. lim. 4. lim (1 + n)1/n. Answers: 1. 1/3; 2. 0; 3. 0; 4. 1. Chapter 3 Sequences Both the main elements of calculus (differentiation and integration) require the notion of a limit. Sequences will play a central role when we work with limits. Definition 3.. A Sequence

More information

Natural Numbers: Also called the counting numbers The set of natural numbers is represented by the symbol,.

Natural Numbers: Also called the counting numbers The set of natural numbers is represented by the symbol,. Name Period Date: Topic: Real Numbers and Their Graphs Standard: 9-12.A.1.3 Objective: Essential Question: What is the significance of a point on a number line? Determine the relative position on the number

More information

Exercise 2. Prove that [ 1, 1] is the set of all the limit points of ( 1, 1] = {x R : 1 <

Exercise 2. Prove that [ 1, 1] is the set of all the limit points of ( 1, 1] = {x R : 1 < Math 316, Intro to Analysis Limits of functions We are experts at taking limits of sequences as the indexing parameter gets close to infinity. What about limits of functions as the independent variable

More information

means is a subset of. So we say A B for sets A and B if x A we have x B holds. BY CONTRAST, a S means that a is a member of S.

means is a subset of. So we say A B for sets A and B if x A we have x B holds. BY CONTRAST, a S means that a is a member of S. 1 Notation For those unfamiliar, we have := means equal by definition, N := {0, 1,... } or {1, 2,... } depending on context. (i.e. N is the set or collection of counting numbers.) In addition, means for

More information

Chapter 11 - Sequences and Series

Chapter 11 - Sequences and Series Calculus and Analytic Geometry II Chapter - Sequences and Series. Sequences Definition. A sequence is a list of numbers written in a definite order, We call a n the general term of the sequence. {a, a

More information

CHAPTER 8: EXPLORING R

CHAPTER 8: EXPLORING R CHAPTER 8: EXPLORING R LECTURE NOTES FOR MATH 378 (CSUSM, SPRING 2009). WAYNE AITKEN In the previous chapter we discussed the need for a complete ordered field. The field Q is not complete, so we constructed

More information

LIMITS AND DERIVATIVES

LIMITS AND DERIVATIVES 2 LIMITS AND DERIVATIVES LIMITS AND DERIVATIVES The intuitive definition of a limit given in Section 2.2 is inadequate for some purposes.! This is because such phrases as x is close to 2 and f(x) gets

More information

Limits and Infinite Series Lecture Notes for Math 226. Department of Mathematics Western Washington University

Limits and Infinite Series Lecture Notes for Math 226. Department of Mathematics Western Washington University Limits and Infinite Series Lecture Notes for Math 226 by Árpád Bényi Department of Mathematics Western Washington University To the student Math 226 is a first introduction to formal arguments in mathematical

More information

MAC-CPTM Situations Project

MAC-CPTM Situations Project Prompt MAC-CPTM Situations Project Situation 51: Proof by Mathematical Induction Prepared at the University of Georgia Center for Proficiency in Teaching Mathematics 13 October 2006-Erik Tillema 22 February

More information

ADVANCED CALCULUS - MTH433 LECTURE 4 - FINITE AND INFINITE SETS

ADVANCED CALCULUS - MTH433 LECTURE 4 - FINITE AND INFINITE SETS ADVANCED CALCULUS - MTH433 LECTURE 4 - FINITE AND INFINITE SETS 1. Cardinal number of a set The cardinal number (or simply cardinal) of a set is a generalization of the concept of the number of elements

More information

MATH 137 : Calculus 1 for Honours Mathematics Instructor: Barbara Forrest Self Check #1: Sequences and Convergence

MATH 137 : Calculus 1 for Honours Mathematics Instructor: Barbara Forrest Self Check #1: Sequences and Convergence 1 MATH 137 : Calculus 1 for Honours Mathematics Instructor: Barbara Forrest Self Check #1: Sequences and Convergence Recommended Due Date: complete by the end of WEEK 3 Weight: none - self graded INSTRUCTIONS:

More information

A NEW SET THEORY FOR ANALYSIS

A NEW SET THEORY FOR ANALYSIS Article A NEW SET THEORY FOR ANALYSIS Juan Pablo Ramírez 0000-0002-4912-2952 Abstract: We present the real number system as a generalization of the natural numbers. First, we prove the co-finite topology,

More information

We are going to discuss what it means for a sequence to converge in three stages: First, we define what it means for a sequence to converge to zero

We are going to discuss what it means for a sequence to converge in three stages: First, we define what it means for a sequence to converge to zero Chapter Limits of Sequences Calculus Student: lim s n = 0 means the s n are getting closer and closer to zero but never gets there. Instructor: ARGHHHHH! Exercise. Think of a better response for the instructor.

More information

Lecture 7: Sections 2.3 and 2.4 Rational and Exponential Functions. Recall that a power function has the form f(x) = x r where r is a real number.

Lecture 7: Sections 2.3 and 2.4 Rational and Exponential Functions. Recall that a power function has the form f(x) = x r where r is a real number. L7-1 Lecture 7: Sections 2.3 and 2.4 Rational and Exponential Functions Recall that a power function has the form f(x) = x r where r is a real number. f(x) = x 1/2 f(x) = x 1/3 ex. Sketch the graph of

More information

Undergraduate Notes in Mathematics. Arkansas Tech University Department of Mathematics

Undergraduate Notes in Mathematics. Arkansas Tech University Department of Mathematics Undergraduate Notes in Mathematics Arkansas Tech University Department of Mathematics An Introductory Single Variable Real Analysis: A Learning Approach through Problem Solving Marcel B. Finan c All Rights

More information

MATH 1231 MATHEMATICS 1B Calculus Section Sequences.

MATH 1231 MATHEMATICS 1B Calculus Section Sequences. MATH 1231 MATHEMATICS 1B 2009. Calculus Section 4.2 - Sequences. S1: Motivation S2: What is a sequence? S3: Limit of a sequence S4: Geometric interpretation S5: Methods for evaluating limits S6: Divergence

More information

Calculus (Real Analysis I)

Calculus (Real Analysis I) Calculus (Real Analysis I) (MAT122β) Department of Mathematics University of Ruhuna A.W.L. Pubudu Thilan Department of Mathematics University of Ruhuna Calculus (Real Analysis I)(MAT122β) 1/172 Chapter

More information

Introduction to Real Analysis Alternative Chapter 1

Introduction to Real Analysis Alternative Chapter 1 Christopher Heil Introduction to Real Analysis Alternative Chapter 1 A Primer on Norms and Banach Spaces Last Updated: March 10, 2018 c 2018 by Christopher Heil Chapter 1 A Primer on Norms and Banach Spaces

More information

C.7. Numerical series. Pag. 147 Proof of the converging criteria for series. Theorem 5.29 (Comparison test) Let a k and b k be positive-term series

C.7. Numerical series. Pag. 147 Proof of the converging criteria for series. Theorem 5.29 (Comparison test) Let a k and b k be positive-term series C.7 Numerical series Pag. 147 Proof of the converging criteria for series Theorem 5.29 (Comparison test) Let and be positive-term series such that 0, for any k 0. i) If the series converges, then also

More information

MA103 Introduction to Abstract Mathematics Second part, Analysis and Algebra

MA103 Introduction to Abstract Mathematics Second part, Analysis and Algebra 206/7 MA03 Introduction to Abstract Mathematics Second part, Analysis and Algebra Amol Sasane Revised by Jozef Skokan, Konrad Swanepoel, and Graham Brightwell Copyright c London School of Economics 206

More information

Advanced Mathematics Unit 2 Limits and Continuity

Advanced Mathematics Unit 2 Limits and Continuity Advanced Mathematics 3208 Unit 2 Limits and Continuity NEED TO KNOW Expanding Expanding Expand the following: A) (a + b) 2 B) (a + b) 3 C) (a + b)4 Pascals Triangle: D) (x + 2) 4 E) (2x -3) 5 Random Factoring

More information

Advanced Mathematics Unit 2 Limits and Continuity

Advanced Mathematics Unit 2 Limits and Continuity Advanced Mathematics 3208 Unit 2 Limits and Continuity NEED TO KNOW Expanding Expanding Expand the following: A) (a + b) 2 B) (a + b) 3 C) (a + b)4 Pascals Triangle: D) (x + 2) 4 E) (2x -3) 5 Random Factoring

More information

Jim Lambers MAT 460 Fall Semester Lecture 2 Notes

Jim Lambers MAT 460 Fall Semester Lecture 2 Notes Jim Lambers MAT 460 Fall Semester 2009-10 Lecture 2 Notes These notes correspond to Section 1.1 in the text. Review of Calculus Among the mathematical problems that can be solved using techniques from

More information

Lecture 4: Constructing the Integers, Rationals and Reals

Lecture 4: Constructing the Integers, Rationals and Reals Math/CS 20: Intro. to Math Professor: Padraic Bartlett Lecture 4: Constructing the Integers, Rationals and Reals Week 5 UCSB 204 The Integers Normally, using the natural numbers, you can easily define

More information

Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall.

Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall. .1 Limits of Sequences. CHAPTER.1.0. a) True. If converges, then there is an M > 0 such that M. Choose by Archimedes an N N such that N > M/ε. Then n N implies /n M/n M/N < ε. b) False. = n does not converge,

More information

Introduction to Series and Sequences Math 121 Calculus II Spring 2015

Introduction to Series and Sequences Math 121 Calculus II Spring 2015 Introduction to Series and Sequences Math Calculus II Spring 05 The goal. The main purpose of our study of series and sequences is to understand power series. A power series is like a polynomial of infinite

More information

CONSTRUCTION OF THE REAL NUMBERS.

CONSTRUCTION OF THE REAL NUMBERS. CONSTRUCTION OF THE REAL NUMBERS. IAN KIMING 1. Motivation. It will not come as a big surprise to anyone when I say that we need the real numbers in mathematics. More to the point, we need to be able to

More information

10. Noether Normalization and Hilbert s Nullstellensatz

10. Noether Normalization and Hilbert s Nullstellensatz 10. Noether Normalization and Hilbert s Nullstellensatz 91 10. Noether Normalization and Hilbert s Nullstellensatz In the last chapter we have gained much understanding for integral and finite ring extensions.

More information

Introduction to Induction (LAMC, 10/14/07)

Introduction to Induction (LAMC, 10/14/07) Introduction to Induction (LAMC, 10/14/07) Olga Radko October 1, 007 1 Definitions The Method of Mathematical Induction (MMI) is usually stated as one of the axioms of the natural numbers (so-called Peano

More information

CS 124 Math Review Section January 29, 2018

CS 124 Math Review Section January 29, 2018 CS 124 Math Review Section CS 124 is more math intensive than most of the introductory courses in the department. You re going to need to be able to do two things: 1. Perform some clever calculations to

More information

Student. Teacher AS STARTER PACK. September City and Islington Sixth Form College Mathematics Department.

Student. Teacher AS STARTER PACK. September City and Islington Sixth Form College Mathematics Department. Student Teacher AS STARTER PACK September 015 City and Islington Sixth Form College Mathematics Department www.candimaths.uk CONTENTS INTRODUCTION 3 SUMMARY NOTES 4 WS CALCULUS 1 ~ Indices, powers and

More information

Notes about changes to Approved Syllabus # 43080v2

Notes about changes to Approved Syllabus # 43080v2 Notes about changes to Approved Syllabus # 43080v2 1. An update to the syllabus was necessary because of a county wide adoption of new textbooks for AP Calculus. 2. No changes were made to the Course Outline

More information

An analogy from Calculus: limits

An analogy from Calculus: limits COMP 250 Fall 2018 35 - big O Nov. 30, 2018 We have seen several algorithms in the course, and we have loosely characterized their runtimes in terms of the size n of the input. We say that the algorithm

More information

Math/Music: Structure and Form Fall 2011 Worksheet on Continued Fractions

Math/Music: Structure and Form Fall 2011 Worksheet on Continued Fractions Math/Music: Structure and Form Fall 20 Worksheet on Continued Fractions Playing around with π The famous mathematical constant π is irrational, with a non-repeating, non-terminating decimal expansion.

More information

Math 6/7 Honors - Expectations for Exit Exam/Testing Out

Math 6/7 Honors - Expectations for Exit Exam/Testing Out Math 6/7 Honors - Expectations for Exit Exam/Testing Out The purpose of the exit exam is to give current fifth grade students who have already mastered the Math 6/7 Honors curriculum the opportunity to

More information

MATH 1231 MATHEMATICS 1B Calculus Section 4.4: Taylor & Power series.

MATH 1231 MATHEMATICS 1B Calculus Section 4.4: Taylor & Power series. MATH 1231 MATHEMATICS 1B 2010. For use in Dr Chris Tisdell s lectures. Calculus Section 4.4: Taylor & Power series. 1. What is a Taylor series? 2. Convergence of Taylor series 3. Common Maclaurin series

More information

e x = 1 + x + x2 2! + x3 If the function f(x) can be written as a power series on an interval I, then the power series is of the form

e x = 1 + x + x2 2! + x3 If the function f(x) can be written as a power series on an interval I, then the power series is of the form Taylor Series Given a function f(x), we would like to be able to find a power series that represents the function. For example, in the last section we noted that we can represent e x by the power series

More information

1 Question related to polynomials

1 Question related to polynomials 07-08 MATH00J Lecture 6: Taylor Series Charles Li Warning: Skip the material involving the estimation of error term Reference: APEX Calculus This lecture introduced Taylor Polynomial and Taylor Series

More information

COE428 Notes Week 4 (Week of Jan 30, 2017)

COE428 Notes Week 4 (Week of Jan 30, 2017) COE428 Lecture Notes: Week 4 1 of 9 COE428 Notes Week 4 (Week of Jan 30, 2017) Table of Contents Announcements...2 Answers to last week's questions...2 Review...3 Big-O, Big-Omega and Big-Theta analysis

More information

Direct Proof MAT231. Fall Transition to Higher Mathematics. MAT231 (Transition to Higher Math) Direct Proof Fall / 24

Direct Proof MAT231. Fall Transition to Higher Mathematics. MAT231 (Transition to Higher Math) Direct Proof Fall / 24 Direct Proof MAT231 Transition to Higher Mathematics Fall 2014 MAT231 (Transition to Higher Math) Direct Proof Fall 2014 1 / 24 Outline 1 Overview of Proof 2 Theorems 3 Definitions 4 Direct Proof 5 Using

More information

2 = = 0 Thus, the number which is largest in magnitude is equal to the number which is smallest in magnitude.

2 = = 0 Thus, the number which is largest in magnitude is equal to the number which is smallest in magnitude. Limits at Infinity Two additional topics of interest with its are its as x ± and its where f(x) ±. Before we can properly discuss the notion of infinite its, we will need to begin with a discussion on

More information

Notions such as convergent sequence and Cauchy sequence make sense for any metric space. Convergent Sequences are Cauchy

Notions such as convergent sequence and Cauchy sequence make sense for any metric space. Convergent Sequences are Cauchy Banach Spaces These notes provide an introduction to Banach spaces, which are complete normed vector spaces. For the purposes of these notes, all vector spaces are assumed to be over the real numbers.

More information

Section 11.1: Sequences

Section 11.1: Sequences Section 11.1: Sequences In this section, we shall study something of which is conceptually simple mathematically, but has far reaching results in so many different areas of mathematics - sequences. 1.

More information

EQ: What are limits, and how do we find them? Finite limits as x ± Horizontal Asymptote. Example Horizontal Asymptote

EQ: What are limits, and how do we find them? Finite limits as x ± Horizontal Asymptote. Example Horizontal Asymptote Finite limits as x ± The symbol for infinity ( ) does not represent a real number. We use to describe the behavior of a function when the values in its domain or range outgrow all finite bounds. For example,

More information

Contents. Counting Methods and Induction

Contents. Counting Methods and Induction Contents Counting Methods and Induction Lesson 1 Counting Strategies Investigations 1 Careful Counting... 555 Order and Repetition I... 56 3 Order and Repetition II... 569 On Your Own... 573 Lesson Counting

More information

Sequences: Limit Theorems

Sequences: Limit Theorems Sequences: Limit Theorems Limit Theorems Philippe B. Laval KSU Today Philippe B. Laval (KSU) Limit Theorems Today 1 / 20 Introduction These limit theorems fall in two categories. 1 The first category deals

More information

2.1 Convergence of Sequences

2.1 Convergence of Sequences Chapter 2 Sequences 2. Convergence of Sequences A sequence is a function f : N R. We write f) = a, f2) = a 2, and in general fn) = a n. We usually identify the sequence with the range of f, which is written

More information

MATH 140B - HW 5 SOLUTIONS

MATH 140B - HW 5 SOLUTIONS MATH 140B - HW 5 SOLUTIONS Problem 1 (WR Ch 7 #8). If I (x) = { 0 (x 0), 1 (x > 0), if {x n } is a sequence of distinct points of (a,b), and if c n converges, prove that the series f (x) = c n I (x x n

More information

Precalculus Graphical, Numerical, Algebraic Media Update 7th Edition 2010, (Demana, et al)

Precalculus Graphical, Numerical, Algebraic Media Update 7th Edition 2010, (Demana, et al) A Correlation of Precalculus Graphical, Numerical, Algebraic Media Update To the Virginia Standards of Learning for Mathematical Analysis February 2009 INTRODUCTION This document demonstrates how, meets

More information

Numerical Sequences and Series

Numerical Sequences and Series Numerical Sequences and Series Written by Men-Gen Tsai email: b89902089@ntu.edu.tw. Prove that the convergence of {s n } implies convergence of { s n }. Is the converse true? Solution: Since {s n } is

More information

100 CHAPTER 4. SYSTEMS AND ADAPTIVE STEP SIZE METHODS APPENDIX

100 CHAPTER 4. SYSTEMS AND ADAPTIVE STEP SIZE METHODS APPENDIX 100 CHAPTER 4. SYSTEMS AND ADAPTIVE STEP SIZE METHODS APPENDIX.1 Norms If we have an approximate solution at a given point and we want to calculate the absolute error, then we simply take the magnitude

More information

Math 38: Graph Theory Spring 2004 Dartmouth College. On Writing Proofs. 1 Introduction. 2 Finding A Solution

Math 38: Graph Theory Spring 2004 Dartmouth College. On Writing Proofs. 1 Introduction. 2 Finding A Solution Math 38: Graph Theory Spring 2004 Dartmouth College 1 Introduction On Writing Proofs What constitutes a well-written proof? A simple but rather vague answer is that a well-written proof is both clear and

More information

Finding Limits Graphically and Numerically

Finding Limits Graphically and Numerically Finding Limits Graphically and Numerically 1. Welcome to finding limits graphically and numerically. My name is Tuesday Johnson and I m a lecturer at the University of Texas El Paso. 2. With each lecture

More information

Definition: Absolute Value The absolute value of a number is the distance that the number is from zero. The absolute value of x is written x.

Definition: Absolute Value The absolute value of a number is the distance that the number is from zero. The absolute value of x is written x. R. Absolute Values We begin this section by recalling the following definition. Definition: Absolute Value The absolute value of a number is the distance that the number is from zero. The absolute value

More information

106 CHAPTER 3. TOPOLOGY OF THE REAL LINE. 2. The set of limit points of a set S is denoted L (S)

106 CHAPTER 3. TOPOLOGY OF THE REAL LINE. 2. The set of limit points of a set S is denoted L (S) 106 CHAPTER 3. TOPOLOGY OF THE REAL LINE 3.3 Limit Points 3.3.1 Main Definitions Intuitively speaking, a limit point of a set S in a space X is a point of X which can be approximated by points of S other

More information

MATH 301 INTRO TO ANALYSIS FALL 2016

MATH 301 INTRO TO ANALYSIS FALL 2016 MATH 301 INTRO TO ANALYSIS FALL 016 Homework 04 Professional Problem Consider the recursive sequence defined by x 1 = 3 and +1 = 1 4 for n 1. (a) Prove that ( ) converges. (Hint: show that ( ) is decreasing

More information

CHAPTER 10: POLYNOMIALS (DRAFT)

CHAPTER 10: POLYNOMIALS (DRAFT) CHAPTER 10: POLYNOMIALS (DRAFT) LECTURE NOTES FOR MATH 378 (CSUSM, SPRING 2009). WAYNE AITKEN The material in this chapter is fairly informal. Unlike earlier chapters, no attempt is made to rigorously

More information

MATH 137 : Calculus 1 for Honours Mathematics. Online Assignment #2. Introduction to Sequences

MATH 137 : Calculus 1 for Honours Mathematics. Online Assignment #2. Introduction to Sequences 1 MATH 137 : Calculus 1 for Honours Mathematics Online Assignment #2 Introduction to Sequences Due by 9:00 pm on WEDNESDAY, September 19, 2018 Instructions: Weight: 2% This assignment covers the topics

More information

Prompt. Commentary. Mathematical Foci

Prompt. Commentary. Mathematical Foci Situation 51: Proof by Mathematical Induction Prepared at the University of Georgia Center for Proficiency in Teaching Mathematics 9/15/06-Erik Tillema 2/22/07-Jeremy Kilpatrick Prompt A teacher of a calculus

More information

CONTENTS. IBDP Mathematics HL Page 1

CONTENTS. IBDP Mathematics HL Page 1 CONTENTS ABOUT THIS BOOK... 3 THE NON-CALCULATOR PAPER... 4 ALGEBRA... 5 Sequences and Series... 5 Sequences and Series Applications... 7 Exponents and Logarithms... 8 Permutations and Combinations...

More information

MATH 1A, Complete Lecture Notes. Fedor Duzhin

MATH 1A, Complete Lecture Notes. Fedor Duzhin MATH 1A, Complete Lecture Notes Fedor Duzhin 2007 Contents I Limit 6 1 Sets and Functions 7 1.1 Sets................................. 7 1.2 Functions.............................. 8 1.3 How to define a

More information

x 1 2x 2 +x 3 = 0 2x 2 8x 3 = 8 4x 1 +5x 2 +9x 3 = 9

x 1 2x 2 +x 3 = 0 2x 2 8x 3 = 8 4x 1 +5x 2 +9x 3 = 9 Sec 2.1 Row Operations and Gaussian Elimination Consider a system of linear equations x 1 2x 2 +x 3 = 0 2x 2 8x 3 = 8 4x 1 +5x 2 +9x 3 = 9 The coefficient matrix of the system is The augmented matrix of

More information

MATH 1231 MATHEMATICS 1B CALCULUS. Section 4: - Convergence of Series.

MATH 1231 MATHEMATICS 1B CALCULUS. Section 4: - Convergence of Series. MATH 23 MATHEMATICS B CALCULUS. Section 4: - Convergence of Series. The objective of this section is to get acquainted with the theory and application of series. By the end of this section students will

More information

Sequence convergence, the weak T-axioms, and first countability

Sequence convergence, the weak T-axioms, and first countability Sequence convergence, the weak T-axioms, and first countability 1 Motivation Up to now we have been mentioning the notion of sequence convergence without actually defining it. So in this section we will

More information

L p Functions. Given a measure space (X, µ) and a real number p [1, ), recall that the L p -norm of a measurable function f : X R is defined by

L p Functions. Given a measure space (X, µ) and a real number p [1, ), recall that the L p -norm of a measurable function f : X R is defined by L p Functions Given a measure space (, µ) and a real number p [, ), recall that the L p -norm of a measurable function f : R is defined by f p = ( ) /p f p dµ Note that the L p -norm of a function f may

More information

Sampling for Frequent Itemset Mining The Power of PAC learning

Sampling for Frequent Itemset Mining The Power of PAC learning Sampling for Frequent Itemset Mining The Power of PAC learning prof. dr Arno Siebes Algorithmic Data Analysis Group Department of Information and Computing Sciences Universiteit Utrecht The Papers Today

More information

Copyright. Meagan Brooke Vickers

Copyright. Meagan Brooke Vickers Copyright by Meagan Brooke Vickers 2010 The Report Committee for Meagan Brooke Vickers Certifies that this is the approved version of the following report: Methods of Discovering Polynomial Solutions APPROVED

More information

Important Properties of R

Important Properties of R Chapter 2 Important Properties of R The purpose of this chapter is to explain to the reader why the set of real numbers is so special. By the end of this chapter, the reader should understand the difference

More information

2.3 Some Properties of Continuous Functions

2.3 Some Properties of Continuous Functions 2.3 Some Properties of Continuous Functions In this section we look at some properties, some quite deep, shared by all continuous functions. They are known as the following: 1. Preservation of sign property

More information