Definitions & Theorems

Size: px
Start display at page:

Download "Definitions & Theorems"

Transcription

1 Definitions & Theorems Math 147, Fall 2009 December 19, 2010 Contents 1 Logic Sets The Peano axioms Properties of numbers Functions The absolute value Sequences Limits of sequences Series Subsequences Cauchy sequences Limits and continuity Limits of functions One-sided limits Continuity Compositions of functions Discontinuity Value theorems Differentiation Derivatives Inverse functions Mean value theorem Concavity Taylor s Theorem Big O notation c J. Lazovskis Professor: B. Forrest

2 1 Logic 1.1 Sets Definition A set is a collection of objects. The universal set is X. Definition Let the empty set be the set that contains no elements. Denote this by. Definition Let A, B X. The set difference of B and A is defined as B \ A = {x B : x A}. Definition Let A, B X. The union of A and B is defined as A B = {x : x A or x B}. Definition Let A, B X. The intersection of A and B is defined as A B = {x : x A and x B}. If {A α } α I is a collection of sets, then A α = {x : x A α for some α I} α I A α = {x : x A α α I} α I Definition Let A X. The complement of A is defined as A c = A = {x X : x A}. Theorem de Morgan s Laws Let A( X. With respect to the above definitions, A α)c = ( α I α I α I A α)c = α I A c α A c α Definition Define the following basic sets: N : natural numbers = {1, 2, 3,... } Z : integers = {..., 2, 1, 0, 1, 2,... } Q : rational numbers = { a b : a Z, b N, gcd(a, b) = 1} R : real numbers Definition A subset S R is termed an interval. For every x, y S, if z R is such that x z y, then z S. Note that the empty set is an interval. 1.2 The Peano axioms Axiom Principle of Mathematical Induction If S N is such that 1) 1 S 2) If n S, then n + 1 S Then S = N. Axiom Principle of Strong Mathematical Induction If S N is such that 1) 1 S 2) If {1,..., n} S, then n + 1 S Then S = N. Axiom Well-Ordering Principle If S N is non-empty, then S has a least element. 2

3 1.3 Properties of numbers Definition Let S R. An element α R is an upper bound for S if x α x S. If S has an upper bound, then S is bounded above. An element β R is a lower bound for S if x β x S. If S has a lower bound, then S is bounded below. If S is bounded above and below, then S is bounded. Axiom Least upper bound property Every non-empty subset S R that is bounded above has a least upper bound. Corollary Greatest lower bound property Every non-empty subset S R that is bounded below has a greatest lower bound. Theorem Archimedean property I N is not bounded above. Theorem Archimedean property II Let ɛ > 0. Then there exists an n N such that 0 < 1 n < ɛ. Corollary If x R, then there exists some z Z such that z < x z + 1. Corollary If x, y R with x < y, then there exists some r Q and s Q such that r, s (x, y). 1.4 Functions Definition A function is a rule that assigns to each element in a set X a single value y in a set Y. Definition A function f from a set X to a set Y is represented by f : X Y. A function f : X Y is 1 1 is for every x 1, x 2 X with x 1 x 2, we have f(x 1 ) f(x 2 ). A function f : X Y is onto if for every y Y there exists an x X such that = y. A function that is both 1 1 and onto is termed a bijection. Definition Two sets X, Y are termed equivalent if there exists a bijection f : X Y. expressed X Y. Then f is termed an isomorphism. This is Remark Q N. This is given by f : Q N defined by f( m n ) = 2n 3 m. Definition A set X is finite if X {1, 2,..., n} for some n N, or X. A set X is infinite if it is not finite. 1.5 The absolute value Definition The absolute value is a function x = Remark The absolute value has the following properties: 1. x = x 2. x 0 and x = 0 if and only if x = 0 3. xy = x y Theorem Triangle Inequality For every x, y, z R, x y x z + z y. Corollary For every x, y R, x + y x + y. { x if x 0 x if x < 0 3

4 Corollary For every x, y, z R, x y x y. Remark The absolute value has the following inequalities: 1. x a < δ = x (a δ, a + δ) 2. 0 < x a < δ = x (a δ, a + δ) \ {a} 3. x a δ = x a δ, a + δ 2 Sequences Definition A sequence is an infinite ordered list of real numbers, denoted {a n }. 2.1 Limits of sequences Definition A number L is the limit of a sequence {a n } if for every ɛ > 0, there exists an N N such that if n N, then a n L < ɛ. Definition If a sequence has such a limit, then the sequence converges. If no such L exists, then the sequence diverges. Theorem Let {a n } be a sequence. Let L, M R such that lim an = L and lim an = M. Then M = L. Theorem Every convergent sequence is bounded. Definition A sequence {a n } is monotonic if and only if it satisfies any one of the following: 1. {a n } is increasing if a n < a n+1 for all n N 2. {a n } is non-decreasing if a n a n+1 for all n N 3. {a n } is decreasing if a n > a n+1 for all n N 4. {a n } is non-increasing if a n a n+1 for all n N Theorem Monotone Convergence Theorem If {a n } is non-decreasing and bounded above, then {a n } converges. Remark The Least upper bound property and the Monotone convergence theorem are equivalent. Corollary A monotonic sequence {a n } converges if and only if it is bounded. Remark If {a n } is non-decreasing, then either 1. {a n } is bounded and hence converges. 2. {a n } diverges to. Definition Given a sequence {a n } and an N N, the set {a N, a N+1, a N+2,... } is termed a tail. Remark The following are equivalent: 1. lim an = L 2. For every ɛ > 0, the open interval (L ɛ, L + ɛ) contains a tail of {a n }. 3. For every ɛ > 0, The open interval (L ɛ, L + ɛ) contains all but finitely many terms of {a n }. 4. Every open interval (a, b) containing L contains a tail of {a n }. 5. Every open interval (a, b) containing L contains all but finitely many terms of {a n }. 4

5 2.2 Series Definition Let {a n } be a sequence. Then a series with terms given by the sequence {a n } is a formal sum of the form a 1 + a 2 + a a n + = Definition For each k N, S k = n=1 a n is termed the k th partial sum of the series n=1 a n. The series converges if and only if {S k } converges as k. Theorem If {S k } diverges, then {a n } diverges. Definition Let r R. A geometric series with radius r is a series of the form 1 + r + r r n + = Theorem If r 1, then the geometric series with radius r will diverge. Theorem The series ar n converges to n=0 a 1 r Theorem Comparison Test Suppose that a n b n for all n N. 1. if n=0 a n diverges, then n=0 b n diverges. 2. If n=0 b n converges, then n=0 a n converges. n=1 n=0 r n a n if and only if r < Subsequences Definition Given a sequence {a n } and an increasing sequence n 1 < n 2 < of the natural numbers, the sequence b k = a nk = {a n1, a n2,... } is termed a subsequence of {a n }. Theorem If {a n } converges to L, then so does every subsequence of {a n }. Definition A point L is termed a limit point of a sequence if there exists a subsequence {a nk } of {a n } such that {a nk } converges to L. The set of all limits points of a sequence {a n } is denoted by Lim{a n }. Definition Let {a n } be a sequence. An element n N is termed a peak point of {a n } if a n < a n for all n > n. Theorem Peak Point Lemma Every sequence {a n } has a monotonic subsequence. Theorem Bolzano-Weierstrass Theorem Every bounded sequence {a n } has a convergent subsequence. Theorem Suppose that for sequences {a n }, {b n } we have lim 1. lim c an = c L for every c R 2. lim an + b n = L + M 3. lim an b n = L M 1 4. lim = 1 for M 0 b n M an 5. lim = L for M 0 M b n an = L and lim bn = M. Then 5

6 Theorem Suppose that for sequences {a n }, {b n }, the limit lim Then lim an = 0. an b n exists, and lim bn = 0. Theorem Squeeze Theorem for Sequences Suppose that {a n }, {b n }, {c n } are sequences with a n b n c n for all n N. Also suppose that lim an = L = lim cn. Then lim bn exists and lim bn = L. 2.4 Cauchy sequences Definition A sequence {a n } is Cauchy if for every ɛ > 0, there exists an N N such that if n, m N, then a n a m < ɛ. Theorem Every convergent sequence is Cauchy. Theorem Every Cauchy sequence is bounded. Theorem Suppose {a n } is Cauchy. Suppose that {a nk } is a subsequence of {a n } with a nk L. Then a n L. Theorem Completeness Theorem Every Cauchy sequence {a n } R converges. Theorem The following are equivalent in R: 1. Least upper bound property 2. Monotone convergence theorem 3. Bolzano-Weierstrass theorem 4. Completeness theorem 3 Limits and continuity 3.1 Limits of functions Definition A number L is the limit of a function as x a, if for every ɛ > 0, there exists a δ > 0 such that if 0 < x a < δ, then L < ɛ. Then we denote the limit by lim = L. Theorem Sequential Characterization of Limits The following are equivalent: 1. lim = L 2. Whenever {x n } is a sequence with x n a and x n a, then f(x n ) L. Theorem Suppose that for function, g we have lim = L and lim g = M. Then 1. lim c = c L for every c R 2. lim + g = L + M 3. lim g = L M 1 4. lim = 1 for M 0 g M 5. lim = L for M 0 g M 6

7 Theorem Suppose that for functions, g, the limit lim Then lim = 0. exists, and lim g = 0. g Definition A rational function is a function = p q, where p, q are polynomials. Theorem Algorithm for Rational Functions Let = p q. Then lim p 1. If q(a) 0, then lim = = p(a) q q(a) = f(a) lim 2. If q(a) = 0 and p(a) 0, then lim does not exist. 3. If q(a) = 0 and p(a) = 0, then p q = (x a)p1 (x a)q 1, and repeat 1. with p1 q 1. Theorem Squeeze Theorem for Functions Suppose that, g, h are functions with g h for all x in an open interval I containing x = a, except possibly at x = a. Also suppose that lim = L = lim h. Then lim g exists and lim g = L. 3.2 One-sided limits Definition A number L is the limit of a function as x a from above (the right), if for every ɛ > 0, there exists a δ > 0 such that if 0 < x a < δ, then a < ɛ. This implies that x (a, a + δ). This limit is denoted by lim = L. + Definition A number L is the limit of a function as x a from below (the left), if for every ɛ > 0, there exists a δ > 0 such that if 0 < x a < δ, then a < ɛ. This implies that x (a δ, a). This limit is denoted by lim = L. Theorem The following are equivalent: 1. lim = L 1. lim = lim = L + Remark One-sided limits have the same arithmetic rules, sequential characterization, and satisfy the squeeze theorem just as the two-sided limits. Definition A function f : R R is termed even if = f( x) The graph of f is symmetric about the y-axis. Definition A function f : R R is termed odd if = f( x) The graph of f is symmetric about the origin. Remark With respect to the above definitions, If is even, then lim exists if and only if x 0 If is odd, then lim x 0 exists if and only if Theorem Fundamental Trigonometric Limit sin lim = 1 x 0 x lim exists or + lim = lim. + lim exists. 7

8 Corollary If x is small, i.e. x 1, then sin x tan. Definition lim = if for every m > 0, there exists a δ > 0 such that if 0 < x a < δ, then > m. + lim = if for every m < 0, there exists a δ > 0 such that if 0 < x a < δ, then < m. + lim = if for every m > 0, there exists a δ > 0 such that if 0 < a x < δ, then > m. lim = if for every m < 0, there exists a δ > 0 such that if 0 < a x < δ, then < m. Definition A function has a vertical asymptote at x = a if either one of the following hold: lim = ± or lim = ± Continuity Definition A function is continuous at x = a if 1. lim exists 2. lim = f(a) Otherwise is termed discontinuous. Definition A function is continuous at x = a if for every ɛ > 0, there exists a δ > 0 such that if x a < δ, then f(a) < ɛ. Theorem Sequential Characterization of Continuity The following are equivalent: 1. is continuous at x = a 2. Whenever {x n } is a sequence with x n a, then f(x n ) f(a). Theorem Suppose that, g are continuous at x = a. Then 1. c is continuous at x = a for all c R 2. + g is continuous at x = a 3. g is continuous at x = a 4. g is continuous at x = a if g(a) 0 Definition A function is continuous on a, b if 1. is continuous at each x a, b 2. lim + = f(a) 3. lim x b = f(b) Definition Let f : S R with S R. Then is continuous on S (relative to S) if whenever {x n } S with x n x for x S, then f(x n ) f(x ). 3.4 Compositions of functions Definition If the range of a function f is the subset of the domain of a function g, then define the composition of f and g by h = g(). If f : X Y and g : Y Z, then h : X Z. Theorem Suppose that is continuous at x = a, and that g(y) is continuous at y = f(a). Then the function g() = g f is continuous at x = a. Remark If lim = L and lim g(y) = M, then it is not necessarily true that lim g = M. y L However, if lim = L and g(y) is continuous at y = L, then lim g = g(l). 8

9 3.5 Discontinuity Definition A function has a discontinuity at x = a of is defined on an open interval I containing a except possibly at x = a, and is not continuous at x = a. Let D(f) denote the collection of all points of discontinuity of f. Definition There are two types of discontinuities: 1. If lim exists, but either f(a) is not defined, or f(a) = lim, then x = a is termed a removable discontinuity. 2. If a D(f)such that lim Jump discontinuity Vertical asymptote discontinuity Oscillatory discontinuity does not exist, then a is termed an essential discontinuity of f. These are the types of essential discontinuities Remark A function with a removable (non-essential) discontinuity may be redefined at the point of discontinuity to create a continuous function, but a function with an essential discontinuity cannot be made continuous by redefining the function at the point of discontinuity. 3.6 Value theorems Theorem Intermediate Value Theorem Suppose that is continuous on a, b such that f(a) < 0 and f(b) > 0. Then there exists some c (a, b) such that f(c) = 0. Corollary Suppose that is continuous on a, b. c (a, b) such that f(c) = α. If f(a) < α < f(b), then there exists some Corollary Suppose that is continuous on an interval I. interval. Then f(i) = { : x I} is an Definition A function is termed uniformly continuous on S R if for every ɛ > 0, there exists a δ > 0 such that for x a, x 2 S if x 1 x 2 < δ, then f(x 1 ) f(x 2 ) < ɛ. Theorem Sequential Characterization of Uniform Continuity Let S R and f : S R. Then the following are equivalent: 1. is uniformly continuous on S. 1. If {x n }, {y n } are sequences in S, and lim xn y n = 0, then lim f(xn ) f(y n ) = 0. Theorem Suppose that is uniformly continuous on S R. If {x n } S is Cauchy, then {f(x n )} is Cauchy. Theorem Suppose that is continuous on a, b. Then is uniformly continuous on a, b. Theorem Suppose that is continuous on (a, b). Then is uniformly continuous on (a, b) if and only if lim and lim exist. + x b Theorem Extreme Value Theorem Suppose that is continuous on a, b. Then there exist c, d a, b such that f(d) for all x a, b. Corollary If is continuous on a, b, then f(a, b) = {; s a, b} is a closed interval. This is equal to f(c), f(d). 9

10 4 Differentiation 4.1 Derivatives Definition Given and a point x = a R, the quantity f(a) x a is termed Newton s quotient for centered at x = a. f(a) Definition A function is termed differentiable at x = a if lim exists. Then it is x a f(a) expressed as f (a) = lim. If the limit does not exist, then the function is not differentiable at x a x = a. Definition If a function is differentiable at x = a, then the line y = f(a) + f (a)(x a) is termed the tangent line to the graph of through (a, f(a)). This is also termed the linear approximation of at x = a, and denoted by L a. Theorem If is differentiable at x = a, then is continuous at x = a. Theorem Suppose that, g are differentiable at x = a. Then 1. c is differentiable at x = a for all c R with d dx c = c d dx 2. If h = + g, then h is differentiable at x = a with h (a) = f (a) + g (a) 3. If h = g, then h is differentiable at x = a with h (a) = f (a)g(a) + f(a)g (a) Theorem Chain Rule Suppose is defined upon an open interval I containing x = a, and g(y) is defined upon an open interval J with f(i) J. Suppose that is differentiable at x = a, and that g(y) is differentiable at y = f(a). Then h = g is differentiable at x = a with h (a) = g (f(a))f (a). Definition For a function, an element x = c is termed a local maximum if there exists an open interval I = (a, b) containing c such that f(c) for all x (a, b). SImilarly, an element x = d is termed a local minimum if there exists an open interval I = (a, b) containing d such that f(d) for all x (a, b). The two together are termed local extrema. Theorem Suppose that x = c is either a local extremum for. If f (c) exists, then f (c) = 0. Definition A point x = c is termed a critical point of if is defined upon an open interval I containing c, and either 1. f (c) = 0 2. is not differentiable at x = c. Remark If is continuous on a, b, then each of the global extrema (max/min) will be either at 1. an endpoint 2. a critical point in (a, b), i.e. an interior critical point 4.2 Inverse functions Definition Suppose that f : X Y is a bijection. Define a function g : Y X by g(y) = x if and only if y = g. Then the function g(y) is termed the inverse of and is denoted by f 1. Definition If f : S R with S R, then is invertible on S if f is one-to-one on S. Then define g : f(s) S by g(y) = x if and only if x S and = y. Definition A function f : S R is said to be (strictly) increasing on S if whenever x 1, x 2 S with x 1 < x 2, then ( f(x 1 ) < f(x 2 ) ) f(x 1 ) f(x 2 ). Similarly, f is (strictly) decreasing on S if whenever x 1, x 2 S with x 1 < x 2, then ( f(x 1 ) > f(x 2 ) ) f(x 1 ) f(x 2 ). If f is either (strictly) increasing or (strictly) decreasing on S, then f is monotonic on S. 10

11 Remark If is strictly increasing/decreasing on S, then f is 1 1 on S, and hence invertible. Theorem Suppose that is continuous on an interval I and also 1 1 on I. Then either 1. is strictly increasing on I 2. is strictly decreasing on I Thus continuous functions tend to be precisely 1 1 when they are monotonic. Theorem Suppose that is strictly increasing/decreasing on a, b. Then is continuous on a, b if and only if f(a, b) = f(a), f(b), i.e. if and only if f(a, b) is an interval. Remark Suppose that f : S R is strictly increasing/ decreasing. Let T = f(s). Then f is invertible on S. Let g : T S be the inverse of f. Then g(y) is strictly increasing/decreasing. Corollary Let I be an interval and f : I R be strictly increasing/decreasing with J = f(i). Then is continuous on I if and only if g : J I (where g = f 1 ) is also continuous. Remark The graph of and its inverse are essentially the same, as (x, ) (g(y), y). To graph g(y) in the usual orientation, we switch x and y. Theorem Inverse Function Theorem Suppose that is defined on a continuous and open interval I containing x. Suppose that is either strictly increasing or strictly decreasing on I with inverse g : J = f(i) I. Then if is differentiable at x with f (x ) 0, then g(y) is differentiable at y = f(x ) with g (y ) = 1 f (x ) e n 1 Definition Let e be the unique base such that lim = 1. Then = e x = f 1. n 0 n 4.3 Mean value theorem Theorem Rolle s Theorem If is continuous on a, b and differentiable on (a, b) with f(a) = f(b), then there exists a c (a, b) with f (c) = 0. Theorem Mean value theorem If is continuous on a, b and differentiable on (a, b), then there exists a c (a, b) with f (c) = f(b) f(a). b a Theorem Suppose that, g are continuous on some closed interval a, b and differentiable on (a, b). If f = g for all x (a, b), then there exists some m R such that g = + m for all x a, b. Theorem Increasing Function Theorem Suppose that, g are continuous on some closed interval a, b and differentiable on (a, b) with f > 0 for all x (a, b). Then is strictly increasing on a, b. Remark The increasing function theorem holds on the interval a, b if there exist at most finitely many points x 1,..., x n a, b such that f(x i ) = 0 for 1 i n. Theorem Suppose that, g are continuous on a, b and differentiable on (a, b). Also suppose that m f M for all x (a, b). Then f(a) + m(x a) f(a) + M(x a) for all x (a, b). Theorem Suppose that is defined on an interval I with M for all x I. Then is uniformly continuous on I. 11

12 Theorem First Derivative Test Suppose that c is a critical point of., and is continuous at x = c. 1. Suppose that there exists an open interval (a, b) containing c such that f 0 for all x (a, c) and f 0 for all x (c, b). Then c is a local min of. 2. Suppose that there exists an open interval (a, b) containing c such that f 0 for all x (a, c) and f 0 for all x (c, b). Then c is a local max of. 4.4 Concavity Definition Let I R be an interval. 1. A function is concave upward on I if for each a, b I with a < b, the secant line joining (a, f(a)) and (b, f(b)) sits above the graph of on a, b. 2. A function is concave downward on I if for each a, b I with a < b, the secant line joining (a, f(a)) and (b, f(b)) sits below the graph of on a, b. Definition Suppose that is differentiable on I with derivative function f. If a I and f differentiable at x = a, then the quantity f f (a) lim = f x a is termed the second derivative at x = a. In general, f ( n) := d dx f n 1. Theorem Suppose that is such that f > 0 for all x I. Then is concave upward on I. If f < 0 on I, then is concave downward on I. Theorem Second Derivative Test Suppose that c is a critical point of, and is continuous at x = c. 1. Suppose that f is continuous at x = c and f (c) > 0. Then c is a local min for. 2. Suppose that f is continuous at x = c and f (c) < 0. Then c is a local max for. Definition A point x = c is termed a point of inflection for is is continuous at x = c and if there exists an open interval (a, b) containing c such that either 1. is concave upward on (a, c) and concave downward on (c, b) 2. is concave downward on (a, c) and concave upward on (c, b) Definition An extended real number is an element in the set of numbers R = R {± }. Theorem L Hôpital s Rule Suppose that f, g : (a, b) R for extended real numbers a, b and a < b. Suppose that f, g are differentiable on (a, b) with g 0 and g 0 for all x (a, b). f 1. Suppose that lim = 0 = lim g. Then if lim g = L for L R, then lim = L + g f 2. Suppose that lim = 0 = lim g. Then if lim x b x b x b g = L for L R, then lim = L x b g 3. Suppose that lim = ± and lim g = ±. + + f Then if lim + g = L for L R, then lim = L + g 4. Suppose that lim = ± and lim g = ±. x b x b f Then if lim x b g = L for L R, then lim = L x b g Theorem Cauchy Mean Value Theorem Assume that, g are continuous on a, b and differentiable on (a, b) with g 0 for all x (a, b). Then there exists a c (a, b) such that f (c) g (c) f(b) f(a) =. b a 12

13 5 Taylor s Theorem Definition Suppose that is n times differentiable at x = a. Then the n-th degree Taylor polynomial for centered at x = a is P n,a = n k=0 f k (a) (x a) k k! Definition Suppose that is n times differentiable at x = a. Then the error term in approximating using the n-th degree Taylor polynomial is R n,a = P n,a Theorem Taylor s Theorem Suppose that is n times differentiable on an open interval I containing x = a. Then for every x I and x a, there exists some c (x, a) such that R n,a = P n,a = f (n+1) (c) (x a)n 1 n Big O notation Definition A function is big O of g as x a if there exists a δ > 0 and m > 0 such that M g for all x (a δ, a + δ), except possibly at x = a. This is expressed as = O(g) as x a. Definition For functions, g, the equation = g + O(x n ) holds if g = O(x n ). Theorem Suppose that = O(x n ) and g = O(x m ). Then 1. c = O(x n ) = c O(x n ) = O(x n ) 2. + g = O(x n ) + O(x m ) = O(x k ) such that k = min{n, m} 3. g = O(x n )O(x m ) = O(x n+m ) 4. x k = x k O(x n ) = O(x k+n ) 5. If n m, then g = O(x n ) 6. If n 1, then 1 x = 1 x O(xn ) = O(x n 1 ) Theorem Suppose that f (n+1) is continuous on δ, δ. Then = P n,a + O(x n+1 ). Theorem If f (n+1) is continuous on δ, δ and if p is a polynomial of degree n or less with = p + O(x n+1 ), then p = P n,0. Theorem If p is a polynomial of degree n for n N {0} and p = O(x n+1 ), then p = 0 for all x. 13

Math 117: Honours Calculus I Fall, 2002 List of Theorems. a n k b k. k. Theorem 2.1 (Convergent Bounded) A convergent sequence is bounded.

Math 117: Honours Calculus I Fall, 2002 List of Theorems. a n k b k. k. Theorem 2.1 (Convergent Bounded) A convergent sequence is bounded. Math 117: Honours Calculus I Fall, 2002 List of Theorems Theorem 1.1 (Binomial Theorem) For all n N, (a + b) n = n k=0 ( ) n a n k b k. k Theorem 2.1 (Convergent Bounded) A convergent sequence is bounded.

More information

Logical Connectives and Quantifiers

Logical Connectives and Quantifiers Chapter 1 Logical Connectives and Quantifiers 1.1 Logical Connectives 1.2 Quantifiers 1.3 Techniques of Proof: I 1.4 Techniques of Proof: II Theorem 1. Let f be a continuous function. If 1 f(x)dx 0, then

More information

Chapter 2: Functions, Limits and Continuity

Chapter 2: Functions, Limits and Continuity Chapter 2: Functions, Limits and Continuity Functions Limits Continuity Chapter 2: Functions, Limits and Continuity 1 Functions Functions are the major tools for describing the real world in mathematical

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

Math 117: Honours Calculus I Fall, 2012 List of Theorems. a n k b k. k. Theorem 2.1 (Convergent Bounded): A convergent sequence is bounded.

Math 117: Honours Calculus I Fall, 2012 List of Theorems. a n k b k. k. Theorem 2.1 (Convergent Bounded): A convergent sequence is bounded. Math 117: Honours Calculus I Fall, 2012 List of Theorems Theorem 1.1 (Binomial Theorem): For all n N, (a+b) n = n k=0 ( ) n a n k b k. k Theorem 2.1 (Convergent Bounded): A convergent sequence is bounded.

More information

REVIEW OF ESSENTIAL MATH 346 TOPICS

REVIEW OF ESSENTIAL MATH 346 TOPICS REVIEW OF ESSENTIAL MATH 346 TOPICS 1. AXIOMATIC STRUCTURE OF R Doğan Çömez The real number system is a complete ordered field, i.e., it is a set R which is endowed with addition and multiplication operations

More information

Analysis Finite and Infinite Sets The Real Numbers The Cantor Set

Analysis Finite and Infinite Sets The Real Numbers The Cantor Set Analysis Finite and Infinite Sets Definition. An initial segment is {n N n n 0 }. Definition. A finite set can be put into one-to-one correspondence with an initial segment. The empty set is also considered

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

MAT 570 REAL ANALYSIS LECTURE NOTES. Contents. 1. Sets Functions Countability Axiom of choice Equivalence relations 9

MAT 570 REAL ANALYSIS LECTURE NOTES. Contents. 1. Sets Functions Countability Axiom of choice Equivalence relations 9 MAT 570 REAL ANALYSIS LECTURE NOTES PROFESSOR: JOHN QUIGG SEMESTER: FALL 204 Contents. Sets 2 2. Functions 5 3. Countability 7 4. Axiom of choice 8 5. Equivalence relations 9 6. Real numbers 9 7. Extended

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

Test 3 Review. y f(a) = f (a)(x a) y = f (a)(x a) + f(a) L(x) = f (a)(x a) + f(a)

Test 3 Review. y f(a) = f (a)(x a) y = f (a)(x a) + f(a) L(x) = f (a)(x a) + f(a) MATH 2250 Calculus I Eric Perkerson Test 3 Review Sections Covered: 3.11, 4.1 4.6. Topics Covered: Linearization, Extreme Values, The Mean Value Theorem, Consequences of the Mean Value Theorem, Concavity

More information

MATH 409 Advanced Calculus I Lecture 10: Continuity. Properties of continuous functions.

MATH 409 Advanced Calculus I Lecture 10: Continuity. Properties of continuous functions. MATH 409 Advanced Calculus I Lecture 10: Continuity. Properties of continuous functions. Continuity Definition. Given a set E R, a function f : E R, and a point c E, the function f is continuous at c if

More information

Solutions Final Exam May. 14, 2014

Solutions Final Exam May. 14, 2014 Solutions Final Exam May. 14, 2014 1. Determine whether the following statements are true or false. Justify your answer (i.e., prove the claim, derive a contradiction or give a counter-example). (a) (10

More information

Calculus The Mean Value Theorem October 22, 2018

Calculus The Mean Value Theorem October 22, 2018 Calculus The Mean Value Theorem October, 018 Definitions Let c be a number in the domain D of a function f. Then f(c) is the (a) absolute maximum value of f on D, i.e. f(c) = max, if f(c) for all x in

More information

Maximum and Minimum Values (4.2)

Maximum and Minimum Values (4.2) Math 111.01 July 17, 2003 Summer 2003 Maximum and Minimum Values (4.2) Example. Determine the points at which f(x) = sin x attains its maximum and minimum. Solution: sin x attains the value 1 whenever

More information

DRAFT - Math 101 Lecture Note - Dr. Said Algarni

DRAFT - Math 101 Lecture Note - Dr. Said Algarni 2 Limits 2.1 The Tangent Problems The word tangent is derived from the Latin word tangens, which means touching. A tangent line to a curve is a line that touches the curve and a secant line is a line that

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

Caculus 221. Possible questions for Exam II. March 19, 2002

Caculus 221. Possible questions for Exam II. March 19, 2002 Caculus 221 Possible questions for Exam II March 19, 2002 These notes cover the recent material in a style more like the lecture than the book. The proofs in the book are in section 1-11. At the end there

More information

1 + lim. n n+1. f(x) = x + 1, x 1. and we check that f is increasing, instead. Using the quotient rule, we easily find that. 1 (x + 1) 1 x (x + 1) 2 =

1 + lim. n n+1. f(x) = x + 1, x 1. and we check that f is increasing, instead. Using the quotient rule, we easily find that. 1 (x + 1) 1 x (x + 1) 2 = Chapter 5 Sequences and series 5. Sequences Definition 5. (Sequence). A sequence is a function which is defined on the set N of natural numbers. Since such a function is uniquely determined by its values

More information

Notes for Math 290 using Introduction to Mathematical Proofs by Charles E. Roberts, Jr.

Notes for Math 290 using Introduction to Mathematical Proofs by Charles E. Roberts, Jr. Notes for Math 290 using Introduction to Mathematical Proofs by Charles E. Roberts, Jr. Chapter : Logic Topics:. Statements, Negation, and Compound Statements.2 Truth Tables and Logical Equivalences.3

More information

A LITTLE REAL ANALYSIS AND TOPOLOGY

A LITTLE REAL ANALYSIS AND TOPOLOGY A LITTLE REAL ANALYSIS AND TOPOLOGY 1. NOTATION Before we begin some notational definitions are useful. (1) Z = {, 3, 2, 1, 0, 1, 2, 3, }is the set of integers. (2) Q = { a b : aεz, bεz {0}} is the set

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

Induction, sequences, limits and continuity

Induction, sequences, limits and continuity Induction, sequences, limits and continuity Material covered: eclass notes on induction, Chapter 11, Section 1 and Chapter 2, Sections 2.2-2.5 Induction Principle of mathematical induction: Let P(n) be

More information

Course 212: Academic Year Section 1: Metric Spaces

Course 212: Academic Year Section 1: Metric Spaces Course 212: Academic Year 1991-2 Section 1: Metric Spaces D. R. Wilkins Contents 1 Metric Spaces 3 1.1 Distance Functions and Metric Spaces............. 3 1.2 Convergence and Continuity in Metric Spaces.........

More information

11691 Review Guideline Real Analysis. Real Analysis. - According to Principles of Mathematical Analysis by Walter Rudin (Chapter 1-4)

11691 Review Guideline Real Analysis. Real Analysis. - According to Principles of Mathematical Analysis by Walter Rudin (Chapter 1-4) Real Analysis - According to Principles of Mathematical Analysis by Walter Rudin (Chapter 1-4) 1 The Real and Complex Number Set: a collection of objects. Proper subset: if A B, then call A a proper subset

More information

Contents Ordered Fields... 2 Ordered sets and fields... 2 Construction of the Reals 1: Dedekind Cuts... 2 Metric Spaces... 3

Contents Ordered Fields... 2 Ordered sets and fields... 2 Construction of the Reals 1: Dedekind Cuts... 2 Metric Spaces... 3 Analysis Math Notes Study Guide Real Analysis Contents Ordered Fields 2 Ordered sets and fields 2 Construction of the Reals 1: Dedekind Cuts 2 Metric Spaces 3 Metric Spaces 3 Definitions 4 Separability

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

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

M2PM1 Analysis II (2008) Dr M Ruzhansky List of definitions, statements and examples Preliminary version

M2PM1 Analysis II (2008) Dr M Ruzhansky List of definitions, statements and examples Preliminary version M2PM1 Analysis II (2008) Dr M Ruzhansky List of definitions, statements and examples Preliminary version Chapter 0: Some revision of M1P1: Limits and continuity This chapter is mostly the revision of Chapter

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

3.5: Issues in Curve Sketching

3.5: Issues in Curve Sketching 3.5: Issues in Curve Sketching Mathematics 3 Lecture 20 Dartmouth College February 17, 2010 Typeset by FoilTEX Example 1 Which of the following are the graphs of a function, its derivative and its second

More information

MATH 409 Advanced Calculus I Lecture 25: Review for the final exam.

MATH 409 Advanced Calculus I Lecture 25: Review for the final exam. MATH 49 Advanced Calculus I Lecture 25: Review for the final exam. Topics for the final Part I: Axiomatic model of the real numbers Axioms of an ordered field Completeness axiom Archimedean principle Principle

More information

Real Analysis Math 131AH Rudin, Chapter #1. Dominique Abdi

Real Analysis Math 131AH Rudin, Chapter #1. Dominique Abdi Real Analysis Math 3AH Rudin, Chapter # Dominique Abdi.. If r is rational (r 0) and x is irrational, prove that r + x and rx are irrational. Solution. Assume the contrary, that r+x and rx are rational.

More information

Math LM (24543) Lectures 02

Math LM (24543) Lectures 02 Math 32300 LM (24543) Lectures 02 Ethan Akin Office: NAC 6/287 Phone: 650-5136 Email: ethanakin@earthlink.net Spring, 2018 Contents Continuity, Ross Chapter 3 Uniform Continuity and Compactness Connectedness

More information

Economics 204 Summer/Fall 2011 Lecture 5 Friday July 29, 2011

Economics 204 Summer/Fall 2011 Lecture 5 Friday July 29, 2011 Economics 204 Summer/Fall 2011 Lecture 5 Friday July 29, 2011 Section 2.6 (cont.) Properties of Real Functions Here we first study properties of functions from R to R, making use of the additional structure

More information

INDEX. Bolzano-Weierstrass theorem, for sequences, boundary points, bounded functions, 142 bounded sets, 42 43

INDEX. Bolzano-Weierstrass theorem, for sequences, boundary points, bounded functions, 142 bounded sets, 42 43 INDEX Abel s identity, 131 Abel s test, 131 132 Abel s theorem, 463 464 absolute convergence, 113 114 implication of conditional convergence, 114 absolute value, 7 reverse triangle inequality, 9 triangle

More information

Metric Spaces and Topology

Metric Spaces and Topology Chapter 2 Metric Spaces and Topology From an engineering perspective, the most important way to construct a topology on a set is to define the topology in terms of a metric on the set. This approach underlies

More information

The First Derivative Test for Rise and Fall Suppose that a function f has a derivative at every poin x of an interval A. Then

The First Derivative Test for Rise and Fall Suppose that a function f has a derivative at every poin x of an interval A. Then Derivatives - Applications - c CNMiKnO PG - 1 Increasing and Decreasing Functions A function y = f(x) is said to increase throughout an interval A if y increases as x increases. That is, whenever x 2 >

More information

Real Analysis. Joe Patten August 12, 2018

Real Analysis. Joe Patten August 12, 2018 Real Analysis Joe Patten August 12, 2018 1 Relations and Functions 1.1 Relations A (binary) relation, R, from set A to set B is a subset of A B. Since R is a subset of A B, it is a set of ordered pairs.

More information

QF101: Quantitative Finance August 22, Week 1: Functions. Facilitator: Christopher Ting AY 2017/2018

QF101: Quantitative Finance August 22, Week 1: Functions. Facilitator: Christopher Ting AY 2017/2018 QF101: Quantitative Finance August 22, 2017 Week 1: Functions Facilitator: Christopher Ting AY 2017/2018 The chief function of the body is to carry the brain around. Thomas A. Edison 1.1 What is a function?

More information

2.1 The Tangent and Velocity Problems

2.1 The Tangent and Velocity Problems 2.1 The Tangent and Velocity Problems Tangents What is a tangent? Tangent lines and Secant lines Estimating slopes from discrete data: Example: 1. A tank holds 1000 gallons of water, which drains from

More information

Analysis II - few selective results

Analysis II - few selective results Analysis II - few selective results Michael Ruzhansky December 15, 2008 1 Analysis on the real line 1.1 Chapter: Functions continuous on a closed interval 1.1.1 Intermediate Value Theorem (IVT) Theorem

More information

2.1 Sets. Definition 1 A set is an unordered collection of objects. Important sets: N, Z, Z +, Q, R.

2.1 Sets. Definition 1 A set is an unordered collection of objects. Important sets: N, Z, Z +, Q, R. 2. Basic Structures 2.1 Sets Definition 1 A set is an unordered collection of objects. Important sets: N, Z, Z +, Q, R. Definition 2 Objects in a set are called elements or members of the set. A set is

More information

1. Theorem. (Archimedean Property) Let x be any real number. There exists a positive integer n greater than x.

1. Theorem. (Archimedean Property) Let x be any real number. There exists a positive integer n greater than x. Advanced Calculus I, Dr. Block, Chapter 2 notes. Theorem. (Archimedean Property) Let x be any real number. There exists a positive integer n greater than x. 2. Definition. A sequence is a real-valued function

More information

Copyright c 2007 Jason Underdown Some rights reserved. quadratic formula. absolute value. properties of absolute values

Copyright c 2007 Jason Underdown Some rights reserved. quadratic formula. absolute value. properties of absolute values Copyright & License Formula Copyright c 2007 Jason Underdown Some rights reserved. quadratic formula absolute value properties of absolute values equation of a line in various forms equation of a circle

More information

In N we can do addition, but in order to do subtraction we need to extend N to the integers

In N we can do addition, but in order to do subtraction we need to extend N to the integers Chapter The Real Numbers.. Some Preliminaries Discussion: The Irrationality of 2. We begin with the natural numbers N = {, 2, 3, }. In N we can do addition, but in order to do subtraction we need to extend

More information

MATH 202B - Problem Set 5

MATH 202B - Problem Set 5 MATH 202B - Problem Set 5 Walid Krichene (23265217) March 6, 2013 (5.1) Show that there exists a continuous function F : [0, 1] R which is monotonic on no interval of positive length. proof We know there

More information

Linearization and Extreme Values of Functions

Linearization and Extreme Values of Functions Linearization and Extreme Values of Functions 3.10 Linearization and Differentials Linear or Tangent Line Approximations of function values Equation of tangent to y = f(x) at (a, f(a)): Tangent line approximation

More information

REAL VARIABLES: PROBLEM SET 1. = x limsup E k

REAL VARIABLES: PROBLEM SET 1. = x limsup E k REAL VARIABLES: PROBLEM SET 1 BEN ELDER 1. Problem 1.1a First let s prove that limsup E k consists of those points which belong to infinitely many E k. From equation 1.1: limsup E k = E k For limsup E

More information

Math Essentials of Calculus by James Stewart Prepared by Jason Gaddis

Math Essentials of Calculus by James Stewart Prepared by Jason Gaddis Math 231 - Essentials of Calculus by James Stewart Prepared by Jason Gaddis Chapter 3 - Applications of Differentiation 3.1 - Maximum and Minimum Values Note We continue our study of functions using derivatives.

More information

M2P1 Analysis II (2005) Dr M Ruzhansky List of definitions, statements and examples. Chapter 1: Limits and continuity.

M2P1 Analysis II (2005) Dr M Ruzhansky List of definitions, statements and examples. Chapter 1: Limits and continuity. M2P1 Analysis II (2005) Dr M Ruzhansky List of definitions, statements and examples. Chapter 1: Limits and continuity. This chapter is mostly the revision of Chapter 6 of M1P1. First we consider functions

More information

Final Examination 201-NYA-05 May 18, 2018

Final Examination 201-NYA-05 May 18, 2018 . ( points) Evaluate each of the following limits. 3x x + (a) lim x x 3 8 x + sin(5x) (b) lim x sin(x) (c) lim x π/3 + sec x ( (d) x x + 5x ) (e) lim x 5 x lim x 5 + x 6. (3 points) What value of c makes

More information

AP CALCULUS AB Study Guide for Midterm Exam 2017

AP CALCULUS AB Study Guide for Midterm Exam 2017 AP CALCULUS AB Study Guide for Midterm Exam 2017 CHAPTER 1: PRECALCULUS REVIEW 1.1 Real Numbers, Functions and Graphs - Write absolute value as a piece-wise function - Write and interpret open and closed

More information

d(x n, x) d(x n, x nk ) + d(x nk, x) where we chose any fixed k > N

d(x n, x) d(x n, x nk ) + d(x nk, x) where we chose any fixed k > N Problem 1. Let f : A R R have the property that for every x A, there exists ɛ > 0 such that f(t) > ɛ if t (x ɛ, x + ɛ) A. If the set A is compact, prove there exists c > 0 such that f(x) > c for all x

More information

4.1 Analysis of functions I: Increase, decrease and concavity

4.1 Analysis of functions I: Increase, decrease and concavity 4.1 Analysis of functions I: Increase, decrease and concavity Definition Let f be defined on an interval and let x 1 and x 2 denote points in that interval. a) f is said to be increasing on the interval

More information

g 2 (x) (1/3)M 1 = (1/3)(2/3)M.

g 2 (x) (1/3)M 1 = (1/3)(2/3)M. COMPACTNESS If C R n is closed and bounded, then by B-W it is sequentially compact: any sequence of points in C has a subsequence converging to a point in C Conversely, any sequentially compact C R n is

More information

Solutions Final Exam May. 14, 2014

Solutions Final Exam May. 14, 2014 Solutions Final Exam May. 14, 2014 1. (a) (10 points) State the formal definition of a Cauchy sequence of real numbers. A sequence, {a n } n N, of real numbers, is Cauchy if and only if for every ɛ > 0,

More information

2.4 The Precise Definition of a Limit

2.4 The Precise Definition of a Limit 2.4 The Precise Definition of a Limit Reminders/Remarks: x 4 < 3 means that the distance between x and 4 is less than 3. In other words, x lies strictly between 1 and 7. So, x a < δ means that the distance

More information

FUNCTIONS OF A REAL VARIABLE

FUNCTIONS OF A REAL VARIABLE FUNCTIONS OF A REAL VARIABLE TSOGTGEREL GANTUMUR Abstract. We review some of the important concepts of single variable calculus. The discussions are centred around building and establishing the main properties

More information

x y More precisely, this equation means that given any ε > 0, there exists some δ > 0 such that

x y More precisely, this equation means that given any ε > 0, there exists some δ > 0 such that Chapter 2 Limits and continuity 21 The definition of a it Definition 21 (ε-δ definition) Let f be a function and y R a fixed number Take x to be a point which approaches y without being equal to y If there

More information

Mathematical Analysis Outline. William G. Faris

Mathematical Analysis Outline. William G. Faris Mathematical Analysis Outline William G. Faris January 8, 2007 2 Chapter 1 Metric spaces and continuous maps 1.1 Metric spaces A metric space is a set X together with a real distance function (x, x ) d(x,

More information

Econ Slides from Lecture 1

Econ Slides from Lecture 1 Econ 205 Sobel Econ 205 - Slides from Lecture 1 Joel Sobel August 23, 2010 Warning I can t start without assuming that something is common knowledge. You can find basic definitions of Sets and Set Operations

More information

1. Let A R be a nonempty set that is bounded from above, and let a be the least upper bound of A. Show that there exists a sequence {a n } n N

1. Let A R be a nonempty set that is bounded from above, and let a be the least upper bound of A. Show that there exists a sequence {a n } n N Applied Analysis prelim July 15, 216, with solutions Solve 4 of the problems 1-5 and 2 of the problems 6-8. We will only grade the first 4 problems attempted from1-5 and the first 2 attempted from problems

More information

MATH 115 QUIZ4-SAMPLE December 7, 2016

MATH 115 QUIZ4-SAMPLE December 7, 2016 MATH 115 QUIZ4-SAMPLE December 7, 2016 Please review the following problems from your book: Section 4.1: 11 ( true and false) Section 4.1: 49-70 ( Using table or number line.) Section 4.2: 77-83 Section

More information

In N we can do addition, but in order to do subtraction we need to extend N to the integers

In N we can do addition, but in order to do subtraction we need to extend N to the integers Chapter 1 The Real Numbers 1.1. Some Preliminaries Discussion: The Irrationality of 2. We begin with the natural numbers N = {1, 2, 3, }. In N we can do addition, but in order to do subtraction we need

More information

MATH 151, Fall 2015, Week 12, Section

MATH 151, Fall 2015, Week 12, Section MATH 151, Fall 2015, Week 12, Section 5.1-5.3 Chapter 5 Application of Differentiation We develop applications of differentiation to study behaviors of functions and graphs Part I of Section 5.1-5.3, Qualitative/intuitive

More information

Lecture Notes 1 Basic Concepts of Mathematics MATH 352

Lecture Notes 1 Basic Concepts of Mathematics MATH 352 Lecture Notes 1 Basic Concepts of Mathematics MATH 352 Ivan Avramidi New Mexico Institute of Mining and Technology Socorro, NM 87801 June 3, 2004 Author: Ivan Avramidi; File: absmath.tex; Date: June 11,

More information

1.1 Introduction to Limits

1.1 Introduction to Limits Chapter 1 LIMITS 1.1 Introduction to Limits Why Limit? Suppose that an object steadily moves forward, with s(t) denotes the position at time t. The average speed over the interval [1,2] is The average

More information

Notes on Complex Analysis

Notes on Complex Analysis Michael Papadimitrakis Notes on Complex Analysis Department of Mathematics University of Crete Contents The complex plane.. The complex plane...................................2 Argument and polar representation.........................

More information

Math 141: Section 4.1 Extreme Values of Functions - Notes

Math 141: Section 4.1 Extreme Values of Functions - Notes Math 141: Section 4.1 Extreme Values of Functions - Notes Definition: Let f be a function with domain D. Thenf has an absolute (global) maximum value on D at a point c if f(x) apple f(c) for all x in D

More information

Quick Tour of the Topology of R. Steven Hurder, Dave Marker, & John Wood 1

Quick Tour of the Topology of R. Steven Hurder, Dave Marker, & John Wood 1 Quick Tour of the Topology of R Steven Hurder, Dave Marker, & John Wood 1 1 Department of Mathematics, University of Illinois at Chicago April 17, 2003 Preface i Chapter 1. The Topology of R 1 1. Open

More information

4. We accept without proofs that the following functions are differentiable: (e x ) = e x, sin x = cos x, cos x = sin x, log (x) = 1 sin x

4. We accept without proofs that the following functions are differentiable: (e x ) = e x, sin x = cos x, cos x = sin x, log (x) = 1 sin x 4 We accept without proofs that the following functions are differentiable: (e x ) = e x, sin x = cos x, cos x = sin x, log (x) = 1 sin x x, x > 0 Since tan x = cos x, from the quotient rule, tan x = sin

More information

Saxon Calculus Scope and Sequence

Saxon Calculus Scope and Sequence hmhco.com Saxon Calculus Scope and Sequence Foundations Real Numbers Identify the subsets of the real numbers Identify the order properties of the real numbers Identify the properties of the real number

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

THE REAL NUMBERS Chapter #4

THE REAL NUMBERS Chapter #4 FOUNDATIONS OF ANALYSIS FALL 2008 TRUE/FALSE QUESTIONS THE REAL NUMBERS Chapter #4 (1) Every element in a field has a multiplicative inverse. (2) In a field the additive inverse of 1 is 0. (3) In a field

More information

Foundations of Calculus. November 18, 2014

Foundations of Calculus. November 18, 2014 Foundations of Calculus November 18, 2014 Contents 1 Conic Sections 3 11 A review of the coordinate system 3 12 Conic Sections 4 121 Circle 4 122 Parabola 5 123 Ellipse 5 124 Hyperbola 6 2 Review of Functions

More information

Iowa State University. Instructor: Alex Roitershtein Summer Homework #5. Solutions

Iowa State University. Instructor: Alex Roitershtein Summer Homework #5. Solutions Math 50 Iowa State University Introduction to Real Analysis Department of Mathematics Instructor: Alex Roitershtein Summer 205 Homework #5 Solutions. Let α and c be real numbers, c > 0, and f is defined

More information

MATH 409 Advanced Calculus I Lecture 11: More on continuous functions.

MATH 409 Advanced Calculus I Lecture 11: More on continuous functions. MATH 409 Advanced Calculus I Lecture 11: More on continuous functions. Continuity Definition. Given a set E R, a function f : E R, and a point c E, the function f is continuous at c if for any ε > 0 there

More information

Introduction to Topology

Introduction to Topology Introduction to Topology Randall R. Holmes Auburn University Typeset by AMS-TEX Chapter 1. Metric Spaces 1. Definition and Examples. As the course progresses we will need to review some basic notions about

More information

converges as well if x < 1. 1 x n x n 1 1 = 2 a nx n

converges as well if x < 1. 1 x n x n 1 1 = 2 a nx n Solve the following 6 problems. 1. Prove that if series n=1 a nx n converges for all x such that x < 1, then the series n=1 a n xn 1 x converges as well if x < 1. n For x < 1, x n 0 as n, so there exists

More information

THE INVERSE FUNCTION THEOREM

THE INVERSE FUNCTION THEOREM THE INVERSE FUNCTION THEOREM W. PATRICK HOOPER The implicit function theorem is the following result: Theorem 1. Let f be a C 1 function from a neighborhood of a point a R n into R n. Suppose A = Df(a)

More information

MATH 113: ELEMENTARY CALCULUS

MATH 113: ELEMENTARY CALCULUS MATH 3: ELEMENTARY CALCULUS Please check www.ualberta.ca/ zhiyongz for notes updation! 6. Rates of Change and Limits A fundamental philosophical truth is that everything changes. In physics, the change

More information

Calculus I. 1. Limits and Continuity

Calculus I. 1. Limits and Continuity 2301107 Calculus I 1. Limits and Continuity Outline 1.1. Limits 1.1.1 Motivation:Tangent 1.1.2 Limit of a function 1.1.3 Limit laws 1.1.4 Mathematical definition of a it 1.1.5 Infinite it 1.1. Continuity

More information

What makes f '(x) undefined? (set the denominator = 0)

What makes f '(x) undefined? (set the denominator = 0) Chapter 3A Review 1. Find all critical numbers for the function ** Critical numbers find the first derivative and then find what makes f '(x) = 0 or undefined Q: What is the domain of this function (especially

More information

Differentiation. f(x + h) f(x) Lh = L.

Differentiation. f(x + h) f(x) Lh = L. Analysis in R n Math 204, Section 30 Winter Quarter 2008 Paul Sally, e-mail: sally@math.uchicago.edu John Boller, e-mail: boller@math.uchicago.edu website: http://www.math.uchicago.edu/ boller/m203 Differentiation

More information

Continuity. MATH 161 Calculus I. J. Robert Buchanan. Fall Department of Mathematics

Continuity. MATH 161 Calculus I. J. Robert Buchanan. Fall Department of Mathematics Continuity MATH 161 Calculus I J. Robert Buchanan Department of Mathematics Fall 2017 Intuitive Idea A process or an item can be described as continuous if it exists without interruption. The mathematical

More information

Calculus. Mathematics FRDIS. Mendel university in Brno

Calculus. Mathematics FRDIS. Mendel university in Brno Calculus Mathematics FRDIS Mendel university in Brno Podpořeno projektem Průřezová inovace studijních programů Lesnické a dřevařské fakulty MENDELU v Brně (LDF) s ohledem na discipĺıny společného základu

More information

Copyright c 2007 Jason Underdown Some rights reserved. statement. sentential connectives. negation. conjunction. disjunction

Copyright c 2007 Jason Underdown Some rights reserved. statement. sentential connectives. negation. conjunction. disjunction Copyright & License Copyright c 2007 Jason Underdown Some rights reserved. statement sentential connectives negation conjunction disjunction implication or conditional antecedant & consequent hypothesis

More information

McGill University Math 354: Honors Analysis 3

McGill University Math 354: Honors Analysis 3 Practice problems McGill University Math 354: Honors Analysis 3 not for credit Problem 1. Determine whether the family of F = {f n } functions f n (x) = x n is uniformly equicontinuous. 1st Solution: The

More information

Chapter 2. Limits and Continuity. 2.1 Rates of change and Tangents to Curves. The average Rate of change of y = f(x) with respect to x over the

Chapter 2. Limits and Continuity. 2.1 Rates of change and Tangents to Curves. The average Rate of change of y = f(x) with respect to x over the Chapter 2 Limits and Continuity 2.1 Rates of change and Tangents to Curves Definition 2.1.1 : interval [x 1, x 2 ] is The average Rate of change of y = f(x) with respect to x over the y x = f(x 2) f(x

More information

Learning Objectives for Math 165

Learning Objectives for Math 165 Learning Objectives for Math 165 Chapter 2 Limits Section 2.1: Average Rate of Change. State the definition of average rate of change Describe what the rate of change does and does not tell us in a given

More information

Limit. Chapter Introduction

Limit. Chapter Introduction Chapter 9 Limit Limit is the foundation of calculus that it is so useful to understand more complicating chapters of calculus. Besides, Mathematics has black hole scenarios (dividing by zero, going to

More information

0 Sets and Induction. Sets

0 Sets and Induction. Sets 0 Sets and Induction Sets A set is an unordered collection of objects, called elements or members of the set. A set is said to contain its elements. We write a A to denote that a is an element of the set

More information

MATH. 4548, Autumn 15, MWF 12:40 p.m. QUIZ 1 September 4, 2015 PRINT NAME A. Derdzinski Show all work. No calculators. The problem is worth 10 points.

MATH. 4548, Autumn 15, MWF 12:40 p.m. QUIZ 1 September 4, 2015 PRINT NAME A. Derdzinski Show all work. No calculators. The problem is worth 10 points. MATH. 4548, Autumn 15, MWF 12:40 p.m. QUIZ 1 September 4, 2015 PRINT NAME A. Derdzinski Show all work. No calculators. The problem is worth 10 points. 1. Let f : (, 0) IR be given by f(x) = 1/x 2. Prove

More information

Math 121 Calculus 1 Fall 2009 Outcomes List for Final Exam

Math 121 Calculus 1 Fall 2009 Outcomes List for Final Exam Math 121 Calculus 1 Fall 2009 Outcomes List for Final Exam This outcomes list summarizes what skills and knowledge you should have reviewed and/or acquired during this entire quarter in Math 121, and what

More information

That is, there is an element

That is, there is an element Section 3.1: Mathematical Induction Let N denote the set of natural numbers (positive integers). N = {1, 2, 3, 4, } Axiom: If S is a nonempty subset of N, then S has a least element. That is, there is

More information

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

Math 320: Real Analysis MWF 1pm, Campion Hall 302 Homework 8 Solutions Please write neatly, and in complete sentences when possible. Math 320: Real Analysis MWF pm, Campion Hall 302 Homework 8 Solutions Please write neatly, and in complete sentences when possible. Do the following problems from the book: 4.3.5, 4.3.7, 4.3.8, 4.3.9,

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

Math 117: Topology of the Real Numbers

Math 117: Topology of the Real Numbers Math 117: Topology of the Real Numbers John Douglas Moore November 10, 2008 The goal of these notes is to highlight the most important topics presented in Chapter 3 of the text [1] and to provide a few

More information

Functions. Chapter Continuous Functions

Functions. Chapter Continuous Functions Chapter 3 Functions 3.1 Continuous Functions A function f is determined by the domain of f: dom(f) R, the set on which f is defined, and the rule specifying the value f(x) of f at each x dom(f). If f is

More information