0 Real Analysis - MATH20111

Size: px
Start display at page:

Download "0 Real Analysis - MATH20111"

Transcription

1 0 Real Analysis - MATH20111 Warmup questions Most of you have seen limits, series, continuous functions and differentiable functions in school and/or in calculus in some form You might wonder why we are talking about them again now Here are a couple of questions related to these topics that will be answered in our course The difficulty in answering them is mostly not a lack of factual knowledge, but merely a lack of rigorous understanding of the fundamental notions limit, series, continuous function and differentiable function Answers to the warmup questions will be given in due course, but you might enjoy trying to tackle them right now I definitely recommend trying question (8) (1) What is lim n n n? What is lim n ( n+1 n)? (2) A series is an infinite sum of numbers But what does that mean? For example: What is ? Is it actually meaningful to ask this question? One might ask what is ? How would you argue for the answer this sum is 1? (3) A snail sits on one end of a rubber strap of 10 meters length After sunrise, the snail starts crawling towards the other end of the strap By sunset the snail made 1 meter of the strap and stops During the night, the snail rests and the strap is stretched uniformly by 10 meters On the next day, the snail is crawling 1 meter again and the procedure repeats Can the snail ever reach the end of the strap? (4) A popular explanation of continuous function reads: A function is continuous if I can draw its graph by a pen without taking the pen of the paper This is not a bad intuition of continuity, but insufficient in many cases For example: (a) Is the function f(x) = x sin( 1 x ) continuous at 0 when we set f(0) = 0? Can you decide this by drawing the graph of the function? (b) Is the boundary of a snow flake (the graph of) a continuous function? (5) Is every function continuous somewhere? In terms of the popular explanation of continuity in the previous item this asks: given a function, can you always draw at least a piece of the graph of the function? (6) Whatisthederivativeof x 3? Ifyouhavenotlearnedaruleforthisderivative, apply the definition of derivative (7) Give an example of a differentiable function y = f(x) such that dy dx is strictly positive at the number 2, but still the function is not increasing near 2 (8) Finally, a more subtle question: What is a real number? A popular answer is something like An expression of the form NXXX, where N is an integer and XXX stands for a possibly infinite string of digits If we accept this, then what is the difference between the number 0999 and the number 1?

2 Definition and first examples of sequences 1 1 Sequences 11 Definition and first examples of sequences A sequence is a list of real numbers a 1,a 2,a 3,a 4, indexed by natural numbers Examples of sequences: (i) 2,4,6,8, Here a 1 = 2,a 2 = 4,a 3 = 6 and a 4 = 8 (ii) 1, 1 2, 1 3, 1 4, Here a 1 = 1,a 2 = 1 2,a 3 = 1 3 and a 4 = 1 4 (iii) 0, 3 2, 2 3, 5 4, 4 5, (iv) 1, 2, 3 3, 4 4, (v) sin(1),sin(2),sin(3),sin(4), The precise definition of a sequence is the following: 111 Definition A sequence is a function N R, where N = {1,2,3,4,} is the set of natural numbers We write (a n ) n N for a sequences which maps n to a n The real number a n is called the n th term of the sequence (a n ) n N For example the 4 th -term in the sequence (iii) above, is Sequences in this sense are sometimes called infinite sequences It is important to notice that infinite here does not mean that the value set {a n n N} of the sequence (a n ) n N is infinite For example, the sequence 1,1, 1,1, (more precisely: (( 1) n ) n N ) is an infinite sequence but its value set is { 1,1} Often, sequences are communicated by its general term For example 1, 1,1, 1, is denoted by (( 1) n+1 ) n N and its general term is ( 1) n+1 The formal definition applies to our examples above as follows: (i) The sequence 2,4,6,8, is an indication of the function N R which maps a natural number n to 2 n: n 2 n So here the precise notation of the sequence is (2 n) n N and 2 n is its general term The value set is the set of even natural numbers 1 We will use this symbol to indicate a subtle fact, or to signal a warning that here common mistakes occur

3 2 Sequences (ii) The sequence 1, 1 2, 1 3, 1 4, is an indication of the function N R which maps a natural number n to 1 n : n 1 n So here the precise notation of the sequence is ( 1 n ) n N and 1 n is its general term The value set is the set { 1 n n N} Note (again) that the terms a n do not need to be different for different n In particular, for every real number r we have the constant sequence with value r: r,r,r,r, So here a n = r for every n N We can display sequences, more precisely the graph of a sequence (a n ) n N, as follows: R a 1 = a 8 a 4 = a 5 a 3 a 6 = 0 N a 2 a 7 = Elements (n,a n ) of the graph of (a n ) n N are indicated by a The value set {a n n N} is the set of all elements on the vertical line indicated by a 112 Definition A subsequence of a sequence (a n ) n N is any sequence of the form (a nk ) k N, where n 1 < n 2 < n 3 < itself is a strictly increasing sequence of natural numbers It is important to notice that in this case n k k for all k (as follows from a straightforward induction on k)

4 Convergent sequences 3 This definition looks more complicated as it is A subsequence of a 1 a 2 a 3 a 4 a 5 a 6 a 7 a 8 a 9 can be thought of what is left from the original sequence by deleting some of its terms For example a 1 a 3 a 5 a 6 a 9 might be the beginning of a subsequence of (a n ) n N The only requirement is that the remaining list is not finite (that is, we have not deleted all but finitely many terms from the original list) The fancy double index notation of the definition, in the example above would be n 1 = 1,n 2 = 3,n 3 = 5,n 4 = 6,n 5 = 9; that is, the list n 1,n 2,n 3, simply is an enumeration of the remaining indices after the deletion 113 Examples Clearly, every sequence is a subsequence of itself The following are all subsequences of the sequence (a n ) n N : (i) (a 2n ) n N, so here n k = 2k This looks like a typo, however, (a 2n ) n N is exactly the same sequence as (a 2k ) k N (ii) (a 2 n) n N, so here n k = 2 k (iii) Take m N 0, where N 0 is defined as N 0 := N {0} = {0,1,2,3,} Then the sequence (a n+m ) n N is a subsequence of (a n ) n N Here n k = m+k Another notation for (a n+m ) n N is (a n ) n>m The following are all subsequences of the sequence ( 1 n ) n N: 12 Convergent sequences ( 1 n! ) n N, ( 1 n ) 1 n N and ( n 3 n+1 ) n N We start with a reminder of elementary properties of the modulus of real numbers 121 Rules about the absolute value Recall that for a real number a, the absolute value, or the modulus of a is defined as { a if a 0 a = a if a < 0 We have the following rules for all a,b R: (i) a b a b and a b, by definition of a (ii) The absolute value is multiplicative, ie a b = a b This is clear (iii) The triangle inequality holds: a+b a + b, because a+b a+ b a + b as b b as a a

5 4 Sequences and (a+b) = a+( b) a+ b as b b Replacing b by b in the triangle inequality gives a b a + b (iv) The following derived triangle inequality holds: a b a b, because a + b as a a a = (a b) + b a b + b, so a b a b, and by symmetry ( a b ) = b a b a = a b Replacing b by b in the derived triangle inequality gives a b a+b (v) For all ε > 0 we have a ε b a+ε a b ε, because a ε b means a b ε and b a+ε means (a b) = b a ε We are interested in the behavior of the terns of a sequence (a n ) n N for very large n In particular we want to know when the terms cluster at some real number The next definition is the most important one in this course 122 Main definition Let (a n ) n N be a sequence and let r R be a real number We say that (a n ) n N converges to r if for every real number ε > 0 there is some natural N N such that for every n N we have a n r < ε If this is the case we write a n r (n ) and also say a n has limit r as n tends to infinity, or a n tends to r as n tends to infinity or r is the limit of (a n ) n N A sequence (a n ) n N is called convergent if there is some r R with a n r (n ) Otherwise, (a n ) n N is called divergent 123 Discussion of the main definition Let us have a closer look at this definition Let r R be a real number and let (a n ) n N be a sequence (a) We claim that (a n ) n N converges to r if and only if foreveryrealnumberε > 0, then th -terma n liesintheopeninterval (r ε,r+ε) for all but finitely many n N r ε r r +ε To see this, note first that the expression a n r < ε in 122 is equivalent to a n (r ε,r+ε) (cf 121(v)) Now, the expression I For all but finitely many n N, a n is in (r ε,r+ε) is equivalent to the expression II There is some N N such that for all n N, a n is in (r ε,r+ ε) Convince yourself that I and II are indeed equivalent The idea here is, that the finite list of terms a 1,,a N 1 contains the exceptional terms, ie those terms for which a n is not in (r ε,r+ε)

6 Convergent sequences 5 (b) The natural number N in 122 depends on ε This becomes clear from the picture above If we shrink ε then we possibly have to increase N so that the terms a n with n N are all contained in (r ε,r+ε) (c) Let us illustrate (a) and (b) with the sequence ( 1 n ) n N We claim that ( 1 n ) n N converges to 0 How to prove this? Let us first write down the definition 122 of convergence for this sequence: For each ε > 0 we must find a natural number N N such that for all n N we have 1 n 0 < ε Note that r = 0 here We unwind this statement by first trying special values of ε: ε = 1 2 Then we have to find a natural number N N such that for all n N, 1 n < 1 2 Now we get a condition that we can work with, namely the condition: 1 n < 1 2 We know that this is true when n 3 and so here we have N: we choose N = 3 ε = 1 17 Then we have to find a natural number N N such that for all n N, 1 n < 1 17 Again we get a condition that we can work with, namely the condition: 1 n < 1 17 We know that this is true when n 18 and so here we choose N = 18 We see that the choice of N depends on ε Here the complete proof that ( 1 n ) n N converges to 0: Let ε > 0 We now do not specify a particular value of ε, but we think of ε as a given and fixed real number We must find a natural number N N (depending on ε) such that for all n N we have 1 n 0 < ε As in the special cases ε = 1 2, ε = 1 17 we obtain a condition that has to be satisfied, namely for all n N we have 1 n 0 < ε We rephrase 1 n 0 < ε to obtain the correct choice for N: 1 n 0 < ε is equivalent to 1 n < ε, that is, to 1 ε < n Hence if we choose N as a natural number with N > 1 ε, then n N implies n N > 1 ε and thus 1 n 0 < ε Again, the dependency of N on ε can be seen by the choice in this proof: we choose N as a natural number with N > 1 ε After this example, it is a good idea to read again items (a), (b) above! A proof of the convergence of a sequence directly from the definition as in item (c) above is called a proof from first principles (d) In compact form, definition 122 says that a n tends to r as n tends to if and only if ε > 0 N N n N a n r < ε If we want to stress the dependency of N on ε we also write ε > 0 N(ε) N n N(ε) a n r < ε 124 Remarks on wrong and imprecise formulations of convergence Let (a n ) n N be a sequence and let r be a real number Look at the following two statements which are frequently used to describe convergence of (a n ) n N with limit r (a) the terms a n of the sequence get progressively closer to the number r (b) For every real number ε > 0, all but finitely many a n lie in the open interval (r ε,r+ε) Both statements do not describe convergence:

7 6 Sequences (a) The main problem here is that the clause is imprecise and therefore cannot be applied when we want to check convergence Look at the following examples: Let a n = n, so the sequence looks like 2, 3 2, 4 3, 5 4, The terms a n get closer and closer to 0, but the sequence does not converge to 0 Let a n = n ( 1)n, so the sequence looks like 1,2, 1 3,4, 1 5,6, 1 7,8, Then the terms a n also get closer and closer to 0 in the sense that we can find terms of arbitrary small distance to 0 However the sequence doses not converge to 0 (or in fact to any number) Now let a n = 1+( 1)n n, so the sequence looks like 0,1,0, 1 2,0, 1 3,0, 1 4, Then the limit is 0, but each odd term is closer to the limit than is any even term So if we would take (a) as a definition, then (a n ) n N would not converge (b) This is flawed in the sense that it is not made clear what all but finitely many a n means: If all but finitely many a n means all but finitely many values a n, then the statement does not describe convergence Counterexample: a n = ( 1) n which looks like 1,1, 1,1, Here the set of all a n is { 1,1}; hence all but finitely many of the a n lie in every(!) interval So if we d choose this definition, then every real number would be a limit of this sequence On the other hand, if all but finitely many a n lie in means for all but finitely many n, a n lies in, then this is the correct definition Convergent sequences in everyday life: (a) If we want to measure surface areas (eg an ellipse) we approximate the area by small rectangles, write down the sum of the areas of these rectangles and hope that the sequence of these numbers progressively approximate the area (b) Given natural numbers n,m, we have a good intuition about what 2 n m is However, what shall we think of 2 2? Or better: How is 2 2 defined? We will answer this in due course (c) The decimal expansion of numbers is communicated by spelling out a sequence, eg π is 3, Which sequence do we actually mean here? If we would be able to write down the decimal expansion of π, our description would look like this: a 1 = 3 a 2 = 3,1 a 3 = 3,14 a 4 = 3,141 a 5 = 3,1415 a 6 = 3,14159 However, where does this sequence come from? Instead, we can do the following: For each n > 0 the interval (π 1 n,π) contains a rational number a n The sequence (a n ) n N obtained in this way, converges to π In fact, this argument has nothing to do with the special choice of the real number π and is valid for all real numbers In this sense we gave a precise description of

8 Convergent sequences 7 a sequence converging to π which does not tell us what π is! We ll come back to the precise definition of π later 125 Uniqueness of limits Let (a n ) n N be a sequences that converges to r R and to s R Then r = s Proof Suppose r s Wlog we may assume that r < s We choose ε = s r 2, which is half the distance of r to s In a picture: r r +ε = s ε s Since (a n ) n N converges to r, there is some N 1 N such that r ε < a n < r+ε for all n N 1 Since (a n ) n N converges to s, there is some N 2 N such that s ε < a n < s+ε for all n N 2 Hence for n N 1 and n N 2 we have s ε < a n < r+ε But this is not possible, since s ε = r +ε By the uniqueness of limits we may now also write if (a n ) n N is convergent with limit r lim n a n = r 126 Finite modification rule Let (a n ) n N be a sequences that converges to r R If (b n ) n N is another sequence with a n = b n for all but finitely many n, then also (b n ) n N converges to r Proof Firstly, we observe that the condition says precisely the same as a n = b n for all but finitely many n there is some K N with a n = b n for all n K In order to show that (b n ) n N converges to r we look into the definition of convergence 122: We have to pick some real number ε > 0 and we have to find some N N (depending on ε) such that, ( ) for all n N : b n r < ε So let us pick a real number ε > 0 Since (a n ) n N converges to r we already know that there is some N N such that for all n N we have a n r < ε Now if in addition n is bigger than K, then we know b n = a n So we choose N = max{n,k} and obtain ( )

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

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

Math 300: Foundations of Higher Mathematics Northwestern University, Lecture Notes

Math 300: Foundations of Higher Mathematics Northwestern University, Lecture Notes Math 300: Foundations of Higher Mathematics Northwestern University, Lecture Notes Written by Santiago Cañez These are notes which provide a basic summary of each lecture for Math 300, Foundations of Higher

More information

5.4 Continuity: Preliminary Notions

5.4 Continuity: Preliminary Notions 5.4. CONTINUITY: PRELIMINARY NOTIONS 181 5.4 Continuity: Preliminary Notions 5.4.1 Definitions The American Heritage Dictionary of the English Language defines continuity as an uninterrupted succession,

More information

Part 2 Continuous functions and their properties

Part 2 Continuous functions and their properties Part 2 Continuous functions and their properties 2.1 Definition Definition A function f is continuous at a R if, and only if, that is lim f (x) = f (a), x a ε > 0, δ > 0, x, x a < δ f (x) f (a) < ε. Notice

More information

CHAPTER 1. REVIEW: NUMBERS

CHAPTER 1. REVIEW: NUMBERS CHAPTER. REVIEW: NUMBERS Yes, mathematics deals with numbers. But doing math is not number crunching! Rather, it is a very complicated psychological process of learning and inventing. Just like listing

More information

Sections 2.1, 2.2 and 2.4: Limit of a function Motivation:

Sections 2.1, 2.2 and 2.4: Limit of a function Motivation: Sections 2.1, 2.2 and 2.4: Limit of a function Motivation: There are expressions which can be computed only using Algebra, meaning only using the operations +,, and. Examples which can be computed using

More information

Mathematics-I Prof. S.K. Ray Department of Mathematics and Statistics Indian Institute of Technology, Kanpur. Lecture 1 Real Numbers

Mathematics-I Prof. S.K. Ray Department of Mathematics and Statistics Indian Institute of Technology, Kanpur. Lecture 1 Real Numbers Mathematics-I Prof. S.K. Ray Department of Mathematics and Statistics Indian Institute of Technology, Kanpur Lecture 1 Real Numbers In these lectures, we are going to study a branch of mathematics called

More information

Mathematics 242 Principles of Analysis Solutions for Problem Set 5 Due: March 15, 2013

Mathematics 242 Principles of Analysis Solutions for Problem Set 5 Due: March 15, 2013 Mathematics Principles of Analysis Solutions for Problem Set 5 Due: March 15, 013 A Section 1. For each of the following sequences, determine three different subsequences, each converging to a different

More information

Math 328 Course Notes

Math 328 Course Notes Math 328 Course Notes Ian Robertson March 3, 2006 3 Properties of C[0, 1]: Sup-norm and Completeness In this chapter we are going to examine the vector space of all continuous functions defined on the

More information

Basic counting techniques. Periklis A. Papakonstantinou Rutgers Business School

Basic counting techniques. Periklis A. Papakonstantinou Rutgers Business School Basic counting techniques Periklis A. Papakonstantinou Rutgers Business School i LECTURE NOTES IN Elementary counting methods Periklis A. Papakonstantinou MSIS, Rutgers Business School ALL RIGHTS RESERVED

More information

Some Background Material

Some Background Material Chapter 1 Some Background Material In the first chapter, we present a quick review of elementary - but important - material as a way of dipping our toes in the water. This chapter also introduces important

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 111, Introduction to the Calculus, Fall 2011 Midterm I Practice Exam 1 Solutions

Math 111, Introduction to the Calculus, Fall 2011 Midterm I Practice Exam 1 Solutions Math 111, Introduction to the Calculus, Fall 2011 Midterm I Practice Exam 1 Solutions For each question, there is a model solution (showing you the level of detail I expect on the exam) and then below

More information

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

Stephen F Austin. Exponents and Logarithms. chapter 3

Stephen F Austin. Exponents and Logarithms. chapter 3 chapter 3 Starry Night was painted by Vincent Van Gogh in 1889. The brightness of a star as seen from Earth is measured using a logarithmic scale. Exponents and Logarithms This chapter focuses on understanding

More information

Mathematical Induction

Mathematical Induction Chapter 6 Mathematical Induction 6.1 The Process of Mathematical Induction 6.1.1 Motivating Mathematical Induction Consider the sum of the first several odd integers. produce the following: 1 = 1 1 + 3

More information

Chapter 1 The Real Numbers

Chapter 1 The Real Numbers Chapter 1 The Real Numbers In a beginning course in calculus, the emphasis is on introducing the techniques of the subject;i.e., differentiation and integration and their applications. An advanced calculus

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

Math 1b Sequences and series summary

Math 1b Sequences and series summary Math b Sequences and series summary December 22, 2005 Sequences (Stewart p. 557) Notations for a sequence: or a, a 2, a 3,..., a n,... {a n }. The numbers a n are called the terms of the sequence.. Limit

More information

Mid Term-1 : Practice problems

Mid Term-1 : Practice problems Mid Term-1 : Practice problems These problems are meant only to provide practice; they do not necessarily reflect the difficulty level of the problems in the exam. The actual exam problems are likely to

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

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

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

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

On a coin-flip problem and its connection to π

On a coin-flip problem and its connection to π On a coin-flip problem and its connection to π Aba Mbirika March 4, 0 On February 8, 0, Donald Knuth delivered the Christie Lecture at Bowdoin College. His talk was centered around a very simple yet penetrating

More information

MATH2206 Prob Stat/20.Jan Weekly Review 1-2

MATH2206 Prob Stat/20.Jan Weekly Review 1-2 MATH2206 Prob Stat/20.Jan.2017 Weekly Review 1-2 This week I explained the idea behind the formula of the well-known statistic standard deviation so that it is clear now why it is a measure of dispersion

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

211 Real Analysis. f (x) = x2 1. x 1. x 2 1

211 Real Analysis. f (x) = x2 1. x 1. x 2 1 Part. Limits of functions. Introduction 2 Real Analysis Eample. What happens to f : R \ {} R, given by f () = 2,, as gets close to? If we substitute = we get f () = 0 which is undefined. Instead we 0 might

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

Scalar multiplication and addition of sequences 9

Scalar multiplication and addition of sequences 9 8 Sequences 1.2.7. Proposition. Every subsequence of a convergent sequence (a n ) n N converges to lim n a n. Proof. If (a nk ) k N is a subsequence of (a n ) n N, then n k k for every k. Hence if ε >

More information

Introductory Analysis I Fall 2014 Homework #9 Due: Wednesday, November 19

Introductory Analysis I Fall 2014 Homework #9 Due: Wednesday, November 19 Introductory Analysis I Fall 204 Homework #9 Due: Wednesday, November 9 Here is an easy one, to serve as warmup Assume M is a compact metric space and N is a metric space Assume that f n : M N for each

More information

3 The language of proof

3 The language of proof 3 The language of proof After working through this section, you should be able to: (a) understand what is asserted by various types of mathematical statements, in particular implications and equivalences;

More information

TAYLOR POLYNOMIALS DARYL DEFORD

TAYLOR POLYNOMIALS DARYL DEFORD TAYLOR POLYNOMIALS DARYL DEFORD 1. Introduction We have seen in class that Taylor polynomials provide us with a valuable tool for approximating many different types of functions. However, in order to really

More information

Direct Proofs. the product of two consecutive integers plus the larger of the two integers

Direct Proofs. the product of two consecutive integers plus the larger of the two integers Direct Proofs A direct proof uses the facts of mathematics and the rules of inference to draw a conclusion. Since direct proofs often start with premises (given information that goes beyond the facts of

More information

Algebra & Trig Review

Algebra & Trig Review Algebra & Trig Review 1 Algebra & Trig Review This review was originally written for my Calculus I class, but it should be accessible to anyone needing a review in some basic algebra and trig topics. The

More information

Big-oh stuff. You should know this definition by heart and be able to give it,

Big-oh stuff. You should know this definition by heart and be able to give it, Big-oh stuff Definition. if asked. You should know this definition by heart and be able to give it, Let f and g both be functions from R + to R +. Then f is O(g) (pronounced big-oh ) if and only if there

More information

Continuity. Chapter 4

Continuity. Chapter 4 Chapter 4 Continuity Throughout this chapter D is a nonempty subset of the real numbers. We recall the definition of a function. Definition 4.1. A function from D into R, denoted f : D R, is a subset of

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

Principle of Mathematical Induction

Principle of Mathematical Induction Advanced Calculus I. Math 451, Fall 2016, Prof. Vershynin Principle of Mathematical Induction 1. Prove that 1 + 2 + + n = 1 n(n + 1) for all n N. 2 2. Prove that 1 2 + 2 2 + + n 2 = 1 n(n + 1)(2n + 1)

More information

Please bring the task to your first physics lesson and hand it to the teacher.

Please bring the task to your first physics lesson and hand it to the teacher. Pre-enrolment task for 2014 entry Physics Why do I need to complete a pre-enrolment task? This bridging pack serves a number of purposes. It gives you practice in some of the important skills you will

More information

22. RADICALS. x add 5. multiply by 7

22. RADICALS. x add 5. multiply by 7 22. RADICALS doing something, then undoing it The concept of doing something and then undoing it is very important in mathematics. Here are some eamples: Take a number. Add 5 to it. How can you get back

More information

8.5 Taylor Polynomials and Taylor Series

8.5 Taylor Polynomials and Taylor Series 8.5. TAYLOR POLYNOMIALS AND TAYLOR SERIES 50 8.5 Taylor Polynomials and Taylor Series Motivating Questions In this section, we strive to understand the ideas generated by the following important questions:

More information

Divergent Series: why = 1/12. Bryden Cais

Divergent Series: why = 1/12. Bryden Cais Divergent Series: why + + 3 + = /. Bryden Cais Divergent series are the invention of the devil, and it is shameful to base on them any demonstration whatsoever.. H. Abel. Introduction The notion of convergence

More information

Lecture 3: Sizes of Infinity

Lecture 3: Sizes of Infinity Math/CS 20: Intro. to Math Professor: Padraic Bartlett Lecture 3: Sizes of Infinity Week 2 UCSB 204 Sizes of Infinity On one hand, we know that the real numbers contain more elements than the rational

More information

B553 Lecture 1: Calculus Review

B553 Lecture 1: Calculus Review B553 Lecture 1: Calculus Review Kris Hauser January 10, 2012 This course requires a familiarity with basic calculus, some multivariate calculus, linear algebra, and some basic notions of metric topology.

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

Computability Crib Sheet

Computability Crib Sheet Computer Science and Engineering, UCSD Winter 10 CSE 200: Computability and Complexity Instructor: Mihir Bellare Computability Crib Sheet January 3, 2010 Computability Crib Sheet This is a quick reference

More information

2.7 Subsequences. Definition Suppose that (s n ) n N is a sequence. Let (n 1, n 2, n 3,... ) be a sequence of natural numbers such that

2.7 Subsequences. Definition Suppose that (s n ) n N is a sequence. Let (n 1, n 2, n 3,... ) be a sequence of natural numbers such that 2.7 Subsequences Definition 2.7.1. Suppose that (s n ) n N is a sequence. Let (n 1, n 2, n 3,... ) be a sequence of natural numbers such that n 1 < n 2 < < n k < n k+1

More information

For those of you who are taking Calculus AB concurrently with AP Physics, I have developed a

For those of you who are taking Calculus AB concurrently with AP Physics, I have developed a AP Physics C: Mechanics Greetings, For those of you who are taking Calculus AB concurrently with AP Physics, I have developed a brief introduction to Calculus that gives you an operational knowledge of

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

Section 3.1 Extreme Values

Section 3.1 Extreme Values Math 132 Extreme Values Section 3.1 Section 3.1 Extreme Values Example 1: Given the following is the graph of f(x) Where is the maximum (x-value)? What is the maximum (y-value)? Where is the minimum (x-value)?

More information

DR.RUPNATHJI( DR.RUPAK NATH )

DR.RUPNATHJI( DR.RUPAK NATH ) Contents 1 Sets 1 2 The Real Numbers 9 3 Sequences 29 4 Series 59 5 Functions 81 6 Power Series 105 7 The elementary functions 111 Chapter 1 Sets It is very convenient to introduce some notation and terminology

More information

TRIGONOMETRY REVIEW (PART 1)

TRIGONOMETRY REVIEW (PART 1) TRIGONOMETRY REVIEW (PART ) MATH 52, SECTION 55 (VIPUL NAIK) Difficulty level: Easy to moderate, given that you are already familiar with trigonometry. Covered in class?: Probably not (for the most part).

More information

Solutions to 2015 Entrance Examination for BSc Programmes at CMI. Part A Solutions

Solutions to 2015 Entrance Examination for BSc Programmes at CMI. Part A Solutions Solutions to 2015 Entrance Examination for BSc Programmes at CMI Part A Solutions 1. Ten people sitting around a circular table decide to donate some money for charity. You are told that the amount donated

More information

Notes on uniform convergence

Notes on uniform convergence Notes on uniform convergence Erik Wahlén erik.wahlen@math.lu.se January 17, 2012 1 Numerical sequences We begin by recalling some properties of numerical sequences. By a numerical sequence we simply mean

More information

2. Two binary operations (addition, denoted + and multiplication, denoted

2. Two binary operations (addition, denoted + and multiplication, denoted Chapter 2 The Structure 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 between

More information

Study skills for mathematicians

Study skills for mathematicians PART I Study skills for mathematicians CHAPTER 1 Sets and functions Everything starts somewhere, although many physicists disagree. Terry Pratchett, Hogfather, 1996 To think like a mathematician requires

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

a n b n ) n N is convergent with b n is convergent.

a n b n ) n N is convergent with b n is convergent. 32 Series Let s n be the n-th partial sum of n N and let t n be the n-th partial sum of n N. For k n we then have n n s n s k = a i a i = t n t k. i=k+1 i=k+1 Since t n n N is convergent by assumption,

More information

Countability. 1 Motivation. 2 Counting

Countability. 1 Motivation. 2 Counting Countability 1 Motivation In topology as well as other areas of mathematics, we deal with a lot of infinite sets. However, as we will gradually discover, some infinite sets are bigger than others. Countably

More information

Section 3.2 : Sequences

Section 3.2 : Sequences Section 3.2 : Sequences Note: Chapter 11 of Stewart s Calculus is a good reference for this chapter of our lecture notes. Definition 52 A sequence is an infinite ordered list a 1, a 2, a 3,... The items

More information

1 Continued Fractions

1 Continued Fractions Continued Fractions To start off the course, we consider a generalization of the Euclidean Algorithm which has ancient historical roots and yet still has relevance and applications today.. Continued Fraction

More information

CS 6820 Fall 2014 Lectures, October 3-20, 2014

CS 6820 Fall 2014 Lectures, October 3-20, 2014 Analysis of Algorithms Linear Programming Notes CS 6820 Fall 2014 Lectures, October 3-20, 2014 1 Linear programming The linear programming (LP) problem is the following optimization problem. We are given

More information

We have been going places in the car of calculus for years, but this analysis course is about how the car actually works.

We have been going places in the car of calculus for years, but this analysis course is about how the car actually works. Analysis I We have been going places in the car of calculus for years, but this analysis course is about how the car actually works. Copier s Message These notes may contain errors. In fact, they almost

More information

The Completion of a Metric Space

The Completion of a Metric Space The Completion of a Metric Space Brent Nelson Let (E, d) be a metric space, which we will reference throughout. The purpose of these notes is to guide you through the construction of the completion of

More information

First In-Class Exam Solutions Math 410, Professor David Levermore Monday, 1 October 2018

First In-Class Exam Solutions Math 410, Professor David Levermore Monday, 1 October 2018 First In-Class Exam Solutions Math 40, Professor David Levermore Monday, October 208. [0] Let {b k } k N be a sequence in R and let A be a subset of R. Write the negations of the following assertions.

More information

Real Analysis Prof. S.H. Kulkarni Department of Mathematics Indian Institute of Technology, Madras. Lecture - 13 Conditional Convergence

Real Analysis Prof. S.H. Kulkarni Department of Mathematics Indian Institute of Technology, Madras. Lecture - 13 Conditional Convergence Real Analysis Prof. S.H. Kulkarni Department of Mathematics Indian Institute of Technology, Madras Lecture - 13 Conditional Convergence Now, there are a few things that are remaining in the discussion

More information

What is proof? Lesson 1

What is proof? Lesson 1 What is proof? Lesson The topic for this Math Explorer Club is mathematical proof. In this post we will go over what was covered in the first session. The word proof is a normal English word that you might

More information

Induction 1 = 1(1+1) = 2(2+1) = 3(3+1) 2

Induction 1 = 1(1+1) = 2(2+1) = 3(3+1) 2 Induction 0-8-08 Induction is used to prove a sequence of statements P(), P(), P(3),... There may be finitely many statements, but often there are infinitely many. For example, consider the statement ++3+

More information

Chapter 2. Metric Spaces. 2.1 Metric Spaces

Chapter 2. Metric Spaces. 2.1 Metric Spaces Chapter 2 Metric Spaces ddddddddddddddddddddddddd ddddddd dd ddd A metric space is a mathematical object in which the distance between two points is meaningful. Metric spaces constitute an important class

More information

Computational Tasks and Models

Computational Tasks and Models 1 Computational Tasks and Models Overview: We assume that the reader is familiar with computing devices but may associate the notion of computation with specific incarnations of it. Our first goal is to

More information

Slope Fields: Graphing Solutions Without the Solutions

Slope Fields: Graphing Solutions Without the Solutions 8 Slope Fields: Graphing Solutions Without the Solutions Up to now, our efforts have been directed mainly towards finding formulas or equations describing solutions to given differential equations. Then,

More information

Introducing Proof 1. hsn.uk.net. Contents

Introducing Proof 1. hsn.uk.net. Contents Contents 1 1 Introduction 1 What is proof? 1 Statements, Definitions and Euler Diagrams 1 Statements 1 Definitions Our first proof Euler diagrams 4 3 Logical Connectives 5 Negation 6 Conjunction 7 Disjunction

More information

A Few Examples. A Few Examples

A Few Examples. A Few Examples Section 3.2 : Sequences Note: Chapter of Stewart s Calculus is a good reference for this chapter of our lecture notes. Definition 52 A sequence is an infinite ordered list A Few Examples (( ) n + ) n=

More information

Two hours UNIVERSITY OF MANCHESTER. 21 January

Two hours UNIVERSITY OF MANCHESTER. 21 January Two hours MATH20111 UNIVERSITY OF MANCHESTER REAL ANALYSIS 21 January 2015 09.45 11.45 Answer ALL SIX questions in Section A (50 marks in total). Answer TWO of the THREE questions in Section B (30 marks

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

In last semester, we have seen some examples about it (See Tutorial Note #13). Try to have a look on that. Here we try to show more technique.

In last semester, we have seen some examples about it (See Tutorial Note #13). Try to have a look on that. Here we try to show more technique. MATH202 Introduction to Analysis (2007 Fall and 2008 Spring) Tutorial Note #4 Part I: Cauchy Sequence Definition (Cauchy Sequence): A sequence of real number { n } is Cauchy if and only if for any ε >

More information

Discrete Mathematics and Probability Theory Spring 2014 Anant Sahai Note 20. To Infinity And Beyond: Countability and Computability

Discrete Mathematics and Probability Theory Spring 2014 Anant Sahai Note 20. To Infinity And Beyond: Countability and Computability EECS 70 Discrete Mathematics and Probability Theory Spring 014 Anant Sahai Note 0 To Infinity And Beyond: Countability and Computability This note ties together two topics that might seem like they have

More information

Mathematical Proofs. e x2. log k. a+b a + b. Carlos Moreno uwaterloo.ca EIT e π i 1 = 0.

Mathematical Proofs. e x2. log k. a+b a + b. Carlos Moreno uwaterloo.ca EIT e π i 1 = 0. Mathematical Proofs Carlos Moreno cmoreno @ uwaterloo.ca EIT-4103 N k=0 log k 0 e x2 e π i 1 = 0 dx a+b a + b https://ece.uwaterloo.ca/~cmoreno/ece250 Mathematical Proofs Standard reminder to set phones

More information

Epsilon Delta proofs

Epsilon Delta proofs Epsilon Delta proofs Before reading this guide, please go over inequalities (if needed). Eample Prove lim(4 3) = 5 2 First we have to know what the definition of a limit is: i.e rigorous way of saying

More information

CLASS NOTES FOR APRIL 14, 2000

CLASS NOTES FOR APRIL 14, 2000 CLASS NOTES FOR APRIL 14, 2000 Announcement: Section 1.2, Questions 3,5 have been deferred from Assignment 1 to Assignment 2. Section 1.4, Question 5 has been dropped entirely. 1. Review of Wednesday class

More information

An Analysis Sketchbook

An Analysis Sketchbook An Analysis Sketchbook Jonathan K. Hodge Clark Wells Grand Valley State University c 2007, Jonathan K. Hodge and Clark Wells Contents 1 Calculus in Q? 1 Introduction................................ 1

More information

Proof Techniques (Review of Math 271)

Proof Techniques (Review of Math 271) Chapter 2 Proof Techniques (Review of Math 271) 2.1 Overview This chapter reviews proof techniques that were probably introduced in Math 271 and that may also have been used in a different way in Phil

More information

Special Theory Of Relativity Prof. Shiva Prasad Department of Physics Indian Institute of Technology, Bombay

Special Theory Of Relativity Prof. Shiva Prasad Department of Physics Indian Institute of Technology, Bombay Special Theory Of Relativity Prof. Shiva Prasad Department of Physics Indian Institute of Technology, Bombay Lecture - 6 Length Contraction and Time Dilation (Refer Slide Time: 00:29) In our last lecture,

More information

Math 140A - Fall Final Exam

Math 140A - Fall Final Exam Math 140A - Fall 2014 - Final Exam Problem 1. Let {a n } n 1 be an increasing sequence of real numbers. (i) If {a n } has a bounded subsequence, show that {a n } is itself bounded. (ii) If {a n } has a

More information

MATH 114 Calculus Notes on Chapter 2 (Limits) (pages 60-? in Stewart)

MATH 114 Calculus Notes on Chapter 2 (Limits) (pages 60-? in Stewart) Still under construction. MATH 114 Calculus Notes on Chapter 2 (Limits) (pages 60-? in Stewart) As seen in A Preview of Calculus, the concept of it underlies the various branches of calculus. Hence we

More information

Math 118B Solutions. Charles Martin. March 6, d i (x i, y i ) + d i (y i, z i ) = d(x, y) + d(y, z). i=1

Math 118B Solutions. Charles Martin. March 6, d i (x i, y i ) + d i (y i, z i ) = d(x, y) + d(y, z). i=1 Math 8B Solutions Charles Martin March 6, Homework Problems. Let (X i, d i ), i n, be finitely many metric spaces. Construct a metric on the product space X = X X n. Proof. Denote points in X as x = (x,

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

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Lines and Their Equations

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Lines and Their Equations ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER 1 017/018 DR. ANTHONY BROWN. Lines and Their Equations.1. Slope of a Line and its y-intercept. In Euclidean geometry (where

More information

Properties of Sequences

Properties of Sequences Properties of Sequences Here is a FITB proof arguing that a sequence cannot converge to two different numbers. The basic idea is to argue that if we assume this can happen, we deduce that something contradictory

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 308 COURSE SUMMARY

MATH 308 COURSE SUMMARY MATH 308 COURSE SUMMARY Approximately a third of the exam cover the material from the first two midterms, that is, chapter 6 and the first six sections of chapter 7. The rest of the exam will cover the

More information

Sets. 1.1 What is a set?

Sets. 1.1 What is a set? Section 1 Sets 1 Sets After working through this section, you should be able to: (a) use set notation; (b) determine whether two given sets are equal and whether one given set is a subset of another; (c)

More information

Discrete Structures Proofwriting Checklist

Discrete Structures Proofwriting Checklist CS103 Winter 2019 Discrete Structures Proofwriting Checklist Cynthia Lee Keith Schwarz Now that we re transitioning to writing proofs about discrete structures like binary relations, functions, and graphs,

More information

9 Precise definition of limit

9 Precise definition of limit 9 Precise definition of limit In 5.1, the limit lim x a f(x) was informally defined to be the value (if any) the height of the graph of f approaches as x gets ever closer to a. While this definition conveys

More information

MATH 131A: REAL ANALYSIS (BIG IDEAS)

MATH 131A: REAL ANALYSIS (BIG IDEAS) MATH 131A: REAL ANALYSIS (BIG IDEAS) Theorem 1 (The Triangle Inequality). For all x, y R we have x + y x + y. Proposition 2 (The Archimedean property). For each x R there exists an n N such that n > x.

More information

Section 2.5 : The Completeness Axiom in R

Section 2.5 : The Completeness Axiom in R Section 2.5 : The Completeness Axiom in R The rational numbers and real numbers are closely related. The set Q of rational numbers is countable and the set R of real numbers is not, and in this sense there

More information

MA3H1 TOPICS IN NUMBER THEORY PART III

MA3H1 TOPICS IN NUMBER THEORY PART III MA3H1 TOPICS IN NUMBER THEORY PART III SAMIR SIKSEK 1. Congruences Modulo m In quadratic recirocity we studied congruences of the form x 2 a (mod ). We now turn our attention to situations where is relaced

More information

Proving languages to be nonregular

Proving languages to be nonregular Proving languages to be nonregular We already know that there exist languages A Σ that are nonregular, for any choice of an alphabet Σ. This is because there are uncountably many languages in total and

More information