(x x 0 ) 2 + (y y 0 ) 2 = ε 2, (2.11)

Size: px
Start display at page:

Download "(x x 0 ) 2 + (y y 0 ) 2 = ε 2, (2.11)"

Transcription

1 2.2 Limits and continuity In order to introduce the concepts of limit and continuity for functions of more than one variable we need first to generalise the concept of neighbourhood of a point from R to R 2 and R 3. Let us start by recalling the corresponding definition for functions of one variable Neighbourhood of a point in one, two and three dimensions Definition: If x 0 is a point in the real line and ε > 0, then the set of points x in the real line whose distances from x 0 are less than ε is called an open interval about x 0 or a neighbourhood of x 0. If we denote this neighbourhood by N ε (x 0 ), then N ε (x 0 ) = {x : x x 0 < ε} (2.9) Definition: If (x 0, y 0 ) is a point in the 2-dimensional xy-plane and ε > 0, then the set of points (x, y) in the plane whose distances from (x 0, y 0 ) are less than ε is called an open disk of radius ε about (x 0, y 0 ) or, more simply, a neighbourhood of (x 0, y 0 ). If we denote this neighbourhood by N ε ((x 0, y 0 )), then { N ε ((x 0, y 0 )) = (x, y) : } (x x 0 ) 2 + (y y 0 ) 2 < ε. (2.10) Note: Since the equation (x x 0 ) 2 + (y y 0 ) 2 = ε 2, (2.11) defines a circle of radius ε centered at the point (x 0, y 0 ), the neighbourhood of (x 0, y 0 ) are all the points contained inside that circle (that is, a disk) but not the points on the circle. Figure 3: Neighbourhood of a point in one, two and three dimensions. The regions D are arbitrary subspaces of R 2 or R 3 where the point and its neighbourhood live. Definition: If (x 0, y 0, z 0 ) is a point in the 3-dimensional xyz-plane and ε > 0, then the set of points (x, y, z) in the plane whose distances from (x 0, y 0, z 0 ) are less than ε is called an open ball of radius ε about (x 0, y 0, z 0 ) or, more simply, a neighbourhood of (x 0, y 0, z 0 ). If we denote this neighbourhood by N ε ((x 0, y 0, z 0 )), then { N ε ((x 0, y 0, z 0 )) = (x, y, z) : } (x x 0 ) 2 + (y y 0 ) 2 + (z z 0 ) 2 < ε. (2.12) 8

2 Note: Since the equation (x x 0 ) 2 + (y y 0 ) 2 + (z z 0 ) 2 = ε 2, (2.13) defines a sphere of radius ε centered at the point (x 0, y 0, z 0 ), the neighbourhood of (x 0, y 0, z 0 ) are all the points contained inside that sphere (that is, a ball) but not the points lying on the sphere. It is convenient here to introduce some notions related to sets in the 2-dimensional space: Definition: Let S be a set of points in the plane: We say that a point (x 0, y 0 ) is a boundary point of S if every neighbourhood of (x 0, y 0 ) contains at least one point in S and at least one point not in S. We say that S is closed (or is a closed set) if every boundary point of S belongs to S. We say that S is open (or is an open set) if no boundary point of S belongs to S. The interior of S is the set of all points in S that are not boundary points of S. The exterior of S is the set of all points that are not in S and not boundary points of S. Figure 3: Boundary points, interior and exterior points corresponding to the set S defined by x 2 +y 2 1, that is the closed disk of radius Limits of functions of two variables The concept of limit of a function of several variables is similar to that for functions of one variable. For clarity we will present here only the case of functions of 2 variables; the general case is a natural generalization of that one. 9

3 Definition: We say that a function f(x, y) approaches the limit L as the point (x, y) approaches the point (x 0, y 0 ) and we write lim f(x, y) = L, (2.14) if all points of a neighbourhood of (x 0, y 0 ), except possibly the point (x 0, y 0 ) itself, belong to the domain D(f) of f, and if f(x, y) approaches L as (x, y) approaches (x 0, y 0 ). In other words, the closer the point (x, y) is to (x 0, y 0 ), the closer is the function f(x, y) to the limiting value L. A more formal definition of limit: We say that lim f(x, y) = L, (2.15) every neighbourhood of (x 0, y 0 ) contains points (x, y) in D(f), and if and only if for every number ε > 0 there exists another number δ(ε) > 0 such that whenever (x, y) D(f). if 0 < (x x 0 ) 2 + (y y 0 ) 2 < δ(ε) then f(x, y) L < ε, (2.16) Laws of limits: All usual laws of limits extend to functions of several variables in the obvious way. For example if then Existence of the limit: If a limit exists it is unique. lim f(x, y) = L and lim g(x, y) = M, (2.17) lim (f(x, y) ± g(x, y)) = L ± M (2.18) lim f(x, y)g(x, y) = LM, (2.19) f(x, y) lim g(x, y) = L M. (2.20) For a function of one variable f(x) the existence of the limit lim x x0 f(x) implies that the function f(x) approaches the same finite number as x approaches x 0 from either the right or the left. For a function of 2 variables lim (x,y) (x0,y 0 ) f(x, y) = L exists only if f(x, y) approaches the same number L no matter how (x, y) approaches (x 0, y 0 ) in the xy-plane. That means that (x, y) can approach (x 0, y 0 ) along any curve in the xy-plane which goes through (x 0, y 0 ). Notice that it is not necessary that f(x 0, y 0 ) = L, even if f(x 0, y 0 ) is defined. Let us now exemplify these definitions with various examples: 10

4 Example 1: Let us consider the following limits lim 2x (x,y) (1,1) y2 = 2 1 = 1, (2.21) lim x2 y = x 2 0y 0, (2.22) lim y sin(xy) = 2 sin(2π) = 0. (2.23) (x,y) (π,2) All these examples show limits which exist, in the sense that the functions approach the same limit no matter how (x, y) approaches the limiting point. In fact, in all these cases the limit of the function coincides with the value of the function at the limiting point. As we said above this is not always the case. Example 2: Let and try to compute the limit f 2 (x, y) = 2xy x 2 + y 2, (2.24) lim f 2(x, y). (2.25) It is not difficult to prove that this limit does not exist. This is due to the fact that the function f(x, y) approaches different limiting values depending on the way the point (x, y) approaches (0, 0). To see that, suppose that we take the limit (x, y) (0, 0) along curves parameterized by y = kx, where k is an arbitrary real number different from 0, lim f 2(x, kx) = (x,kx) (0,0) lim (x,kx) (0,0) 2kx 2 x 2 + k 2 x 2 = 2k 1 + k 2. (2.26) Obviously, the value of the limit is different for each different value of k. Therefore the limit is not unique which implies it does not exist. This is also an example of a function which is not well defined at the limiting point (0, 0), since f(0, 0) = 0/0 = indeterminate. Example 3: Let We want to compute the limit f 3 (x, y) = 2x2 y x 4 + y 2. (2.27) lim f 3(x, y). (2.28) We can try to compute the limit along lines parameterized as before, y = kx with k 0. We obtain lim f 2kx 3 3(x, kx) = lim (x,kx) (0,0) x 0 x 4 + k 2 x 2 = lim 2kx x 0 x 2 = 0. (2.29) + k2 So the limit along any straight line y = kx is 0. We might be then tempted to conclude that lim f(x, y) = 0, but this would be incorrect. To see that let us now take the limit along curves of the form y = kx 2. Then lim f 3(x, kx 2 2kx 4 ) = lim (x,kx 3 ) (0,0) x 0 x 4 + k 2 x 4 = 2k 1 + k 2. (2.30) So, the limit along curves y = kx 2 is not 0 but gives a different value for each different choice of k. Therefore the limit (2.28) does not exist. 11

5 Example 4: Let and prove that the limit f 4 (x, y) = x2 y x 2 + y 2. (2.31) lim f 4(x, y) = 0. (2.32) We can try to prove that by choosing some particular curves along which to take the limit, as in the previous examples. However, to be really sure that the limit is always the same, no matter which curve we take, we can try to prove (2.32) from the rigorous definition of the limit given in (2.16). Since x 2 x 2 + y 2 and y 2 x 2 + y 2, we have that f 4 (x, y) 0 = x 2 y x 2 + y 2 y x 2 + y 2. (2.33) So, formally if we consider a number ε > 0 and we take δ(ε) = ε it is guaranteed that if then 0 < x 2 + y 2 < ε, (2.34) f 4 (x, y) 0 < ε, (2.35) therefore the limit according to definition (2.16) exists and is (2.32). Figure 4: Graphic representation of the function f 4 (x, y) = x 2 y/(x 2 + y 2 ) Continuity of functions of two variables Definition: The function f(x, y) is continuous at the point (x 0, y 0 ) if lim f(x, y) = f(x 0, y 0 ). (2.36) 12

6 Note: Notice that it is not always true that the limit of a function at a certain point coincides with the value of the function at that point. Therefore the condition (2.36) is a non-trivial constraint. For example, we can define the following function f(x, y) = { 0 if (x, y) (0, 0) 1 if (x, y) = (0, 0) (2.37) It is clear that lim f(x, y) = 0, (2.38) since when performing the limit we approach the point (0, 0) infinitely but we never exactly reach it. Therefore the value of the limit is in this case the value of the function everywhere but at (0, 0), which is by definition 0. However f(0, 0) = 1. Therefore, this function is discontinuous at (0, 0). We can easily make this function continuous everywhere by simply changing its value at the origin to f(0, 0) = 0. 13

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

THE LIMIT PROCESS (AN INTUITIVE INTRODUCTION)

THE LIMIT PROCESS (AN INTUITIVE INTRODUCTION) The Limit Process THE LIMIT PROCESS (AN INTUITIVE INTRODUCTION) We could begin by saying that limits are important in calculus, but that would be a major understatement. Without limits, calculus would

More information

Functions of Several Variables: Limits and Continuity

Functions of Several Variables: Limits and Continuity Functions of Several Variables: Limits and Continuity Philippe B. Laval KSU Today Philippe B. Laval (KSU) Limits and Continuity Today 1 / 24 Introduction We extend the notion of its studied in Calculus

More information

Introduction to Real Analysis Alternative Chapter 1

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

More information

Vector Spaces. Vector space, ν, over the field of complex numbers, C, is a set of elements a, b,..., satisfying the following axioms.

Vector Spaces. Vector space, ν, over the field of complex numbers, C, is a set of elements a, b,..., satisfying the following axioms. Vector Spaces Vector space, ν, over the field of complex numbers, C, is a set of elements a, b,..., satisfying the following axioms. For each two vectors a, b ν there exists a summation procedure: a +

More information

Hilbert Spaces. Hilbert space is a vector space with some extra structure. We start with formal (axiomatic) definition of a vector space.

Hilbert Spaces. Hilbert space is a vector space with some extra structure. We start with formal (axiomatic) definition of a vector space. Hilbert Spaces Hilbert space is a vector space with some extra structure. We start with formal (axiomatic) definition of a vector space. Vector Space. Vector space, ν, over the field of complex numbers,

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

Math 147, Homework 1 Solutions Due: April 10, 2012

Math 147, Homework 1 Solutions Due: April 10, 2012 1. For what values of a is the set: Math 147, Homework 1 Solutions Due: April 10, 2012 M a = { (x, y, z) : x 2 + y 2 z 2 = a } a smooth manifold? Give explicit parametrizations for open sets covering M

More information

Limits and Continuity/Partial Derivatives

Limits and Continuity/Partial Derivatives Christopher Croke University of Pennsylvania Limits and Continuity/Partial Derivatives Math 115 Limits For (x 0, y 0 ) an interior or a boundary point of the domain of a function f (x, y). Definition:

More information

Section 2.4: The Precise Definition of a Limit

Section 2.4: The Precise Definition of a Limit Section 2.4: The Precise Definition of a Limit In the previous sections, we examined the idea of a it. However, the definitions we gave were me intuitive as opposed to precise. In mathematics, in der to

More information

FUNCTIONAL ANALYSIS LECTURE NOTES: COMPACT SETS AND FINITE-DIMENSIONAL SPACES. 1. Compact Sets

FUNCTIONAL ANALYSIS LECTURE NOTES: COMPACT SETS AND FINITE-DIMENSIONAL SPACES. 1. Compact Sets FUNCTIONAL ANALYSIS LECTURE NOTES: COMPACT SETS AND FINITE-DIMENSIONAL SPACES CHRISTOPHER HEIL 1. Compact Sets Definition 1.1 (Compact and Totally Bounded Sets). Let X be a metric space, and let E X be

More information

MSM120 1M1 First year mathematics for civil engineers Revision notes 4

MSM120 1M1 First year mathematics for civil engineers Revision notes 4 MSM10 1M1 First year mathematics for civil engineers Revision notes 4 Professor Robert A. Wilson Autumn 001 Series A series is just an extended sum, where we may want to add up infinitely many numbers.

More information

LECTURE 10: REVIEW OF POWER SERIES. 1. Motivation

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

More information

M311 Functions of Several Variables. CHAPTER 1. Continuity CHAPTER 2. The Bolzano Weierstrass Theorem and Compact Sets CHAPTER 3.

M311 Functions of Several Variables. CHAPTER 1. Continuity CHAPTER 2. The Bolzano Weierstrass Theorem and Compact Sets CHAPTER 3. M311 Functions of Several Variables 2006 CHAPTER 1. Continuity CHAPTER 2. The Bolzano Weierstrass Theorem and Compact Sets CHAPTER 3. Differentiability 1 2 CHAPTER 1. Continuity If (a, b) R 2 then we write

More information

Lecture notes: Introduction to Partial Differential Equations

Lecture notes: Introduction to Partial Differential Equations Lecture notes: Introduction to Partial Differential Equations Sergei V. Shabanov Department of Mathematics, University of Florida, Gainesville, FL 32611 USA CHAPTER 1 Classification of Partial Differential

More information

Consequences of Continuity

Consequences of Continuity Consequences of Continuity James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University October 4, 2017 Outline 1 Domains of Continuous Functions 2 The

More information

Section 1.4 Tangents and Velocity

Section 1.4 Tangents and Velocity Math 132 Tangents and Velocity Section 1.4 Section 1.4 Tangents and Velocity Tangent Lines A tangent line to a curve is a line that just touches the curve. In terms of a circle, the definition is very

More information

The Divergence Theorem Stokes Theorem Applications of Vector Calculus. Calculus. Vector Calculus (III)

The Divergence Theorem Stokes Theorem Applications of Vector Calculus. Calculus. Vector Calculus (III) Calculus Vector Calculus (III) Outline 1 The Divergence Theorem 2 Stokes Theorem 3 Applications of Vector Calculus The Divergence Theorem (I) Recall that at the end of section 12.5, we had rewritten Green

More information

The Sphere OPTIONAL - I Vectors and three dimensional Geometry THE SPHERE

The Sphere OPTIONAL - I Vectors and three dimensional Geometry THE SPHERE 36 THE SPHERE You must have played or seen students playing football, basketball or table tennis. Football, basketball, table tennis ball are all examples of geometrical figures which we call "spheres"

More information

1 The Existence and Uniqueness Theorem for First-Order Differential Equations

1 The Existence and Uniqueness Theorem for First-Order Differential Equations 1 The Existence and Uniqueness Theorem for First-Order Differential Equations Let I R be an open interval and G R n, n 1, be a domain. Definition 1.1 Let us consider a function f : I G R n. The general

More information

(z 0 ) = lim. = lim. = f. Similarly along a vertical line, we fix x = x 0 and vary y. Setting z = x 0 + iy, we get. = lim. = i f

(z 0 ) = lim. = lim. = f. Similarly along a vertical line, we fix x = x 0 and vary y. Setting z = x 0 + iy, we get. = lim. = i f . Holomorphic Harmonic Functions Basic notation. Considering C as R, with coordinates x y, z = x + iy denotes the stard complex coordinate, in the usual way. Definition.1. Let f : U C be a complex valued

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

SERIES SOLUTION OF DIFFERENTIAL EQUATIONS

SERIES SOLUTION OF DIFFERENTIAL EQUATIONS SERIES SOLUTION OF DIFFERENTIAL EQUATIONS Introduction to Differential Equations Nanang Susyanto Computer Science (International) FMIPA UGM 17 April 2017 NS (CS-International) Series solution 17/04/2017

More information

LECTURE 6. CONTINUOUS FUNCTIONS AND BASIC TOPOLOGICAL NOTIONS

LECTURE 6. CONTINUOUS FUNCTIONS AND BASIC TOPOLOGICAL NOTIONS ANALYSIS FOR HIGH SCHOOL TEACHERS LECTURE 6. CONTINUOUS FUNCTIONS AND BASIC TOPOLOGICAL NOTIONS ROTHSCHILD CAESARIA COURSE, 2011/2 1. The idea of approximation revisited When discussing the notion of the

More information

After taking the square and expanding, we get x + y 2 = (x + y) (x + y) = x 2 + 2x y + y 2, inequality in analysis, we obtain.

After taking the square and expanding, we get x + y 2 = (x + y) (x + y) = x 2 + 2x y + y 2, inequality in analysis, we obtain. Lecture 1: August 25 Introduction. Topology grew out of certain questions in geometry and analysis about 100 years ago. As Wikipedia puts it, the motivating insight behind topology is that some geometric

More information

1.2. Direction Fields: Graphical Representation of the ODE and its Solution Let us consider a first order differential equation of the form dy

1.2. Direction Fields: Graphical Representation of the ODE and its Solution Let us consider a first order differential equation of the form dy .. Direction Fields: Graphical Representation of the ODE and its Solution Let us consider a first order differential equation of the form dy = f(x, y). In this section we aim to understand the solution

More information

MAS3706 Topology. Revision Lectures, May I do not answer enquiries as to what material will be in the exam.

MAS3706 Topology. Revision Lectures, May I do not answer  enquiries as to what material will be in the exam. MAS3706 Topology Revision Lectures, May 208 Z.A.Lykova It is essential that you read and try to understand the lecture notes from the beginning to the end. Many questions from the exam paper will be similar

More information

Math 541 Fall 2008 Connectivity Transition from Math 453/503 to Math 541 Ross E. Staffeldt-August 2008

Math 541 Fall 2008 Connectivity Transition from Math 453/503 to Math 541 Ross E. Staffeldt-August 2008 Math 541 Fall 2008 Connectivity Transition from Math 453/503 to Math 541 Ross E. Staffeldt-August 2008 Closed sets We have been operating at a fundamental level at which a topological space is a set together

More information

Metric Spaces Lecture 17

Metric Spaces Lecture 17 Metric Spaces Lecture 17 Homeomorphisms At the end of last lecture an example was given of a bijective continuous function f such that f 1 is not continuous. For another example, consider the sets T =

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

Series Solutions. 8.1 Taylor Polynomials

Series Solutions. 8.1 Taylor Polynomials 8 Series Solutions 8.1 Taylor Polynomials Polynomial functions, as we have seen, are well behaved. They are continuous everywhere, and have continuous derivatives of all orders everywhere. It also turns

More information

Exercises for Multivariable Differential Calculus XM521

Exercises for Multivariable Differential Calculus XM521 This document lists all the exercises for XM521. The Type I (True/False) exercises will be given, and should be answered, online immediately following each lecture. The Type III exercises are to be done

More information

Partial Derivatives. w = f(x, y, z).

Partial Derivatives. w = f(x, y, z). Partial Derivatives 1 Functions of Several Variables So far we have focused our attention of functions of one variable. These functions model situations in which a variable depends on another independent

More information

BROUWER FIXED POINT THEOREM. Contents 1. Introduction 1 2. Preliminaries 1 3. Brouwer fixed point theorem 3 Acknowledgments 8 References 8

BROUWER FIXED POINT THEOREM. Contents 1. Introduction 1 2. Preliminaries 1 3. Brouwer fixed point theorem 3 Acknowledgments 8 References 8 BROUWER FIXED POINT THEOREM DANIELE CARATELLI Abstract. This paper aims at proving the Brouwer fixed point theorem for smooth maps. The theorem states that any continuous (smooth in our proof) function

More information

Chapter 1: Limits and Continuity

Chapter 1: Limits and Continuity Chapter 1: Limits and Continuity Winter 2015 Department of Mathematics Hong Kong Baptist University 1/69 1.1 Examples where limits arise Calculus has two basic procedures: differentiation and integration.

More information

Midterm 1 Review. Distance = (x 1 x 0 ) 2 + (y 1 y 0 ) 2.

Midterm 1 Review. Distance = (x 1 x 0 ) 2 + (y 1 y 0 ) 2. Midterm 1 Review Comments about the midterm The midterm will consist of five questions and will test on material from the first seven lectures the material given below. No calculus either single variable

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

U e = E (U\E) e E e + U\E e. (1.6)

U e = E (U\E) e E e + U\E e. (1.6) 12 1 Lebesgue Measure 1.2 Lebesgue Measure In Section 1.1 we defined the exterior Lebesgue measure of every subset of R d. Unfortunately, a major disadvantage of exterior measure is that it does not satisfy

More information

The fundamental theorem of calculus for definite integration helped us to compute If has an anti-derivative,

The fundamental theorem of calculus for definite integration helped us to compute If has an anti-derivative, Module 16 : Line Integrals, Conservative fields Green's Theorem and applications Lecture 47 : Fundamental Theorems of Calculus for Line integrals [Section 47.1] Objectives In this section you will learn

More information

March 25, 2010 CHAPTER 2: LIMITS AND CONTINUITY OF FUNCTIONS IN EUCLIDEAN SPACE

March 25, 2010 CHAPTER 2: LIMITS AND CONTINUITY OF FUNCTIONS IN EUCLIDEAN SPACE March 25, 2010 CHAPTER 2: LIMIT AND CONTINUITY OF FUNCTION IN EUCLIDEAN PACE 1. calar product in R n Definition 1.1. Given x = (x 1,..., x n ), y = (y 1,..., y n ) R n,we define their scalar product as

More information

1 Topology Definition of a topology Basis (Base) of a topology The subspace topology & the product topology on X Y 3

1 Topology Definition of a topology Basis (Base) of a topology The subspace topology & the product topology on X Y 3 Index Page 1 Topology 2 1.1 Definition of a topology 2 1.2 Basis (Base) of a topology 2 1.3 The subspace topology & the product topology on X Y 3 1.4 Basic topology concepts: limit points, closed sets,

More information

This exam will be over material covered in class from Monday 14 February through Tuesday 8 March, corresponding to sections in the text.

This exam will be over material covered in class from Monday 14 February through Tuesday 8 March, corresponding to sections in the text. Math 275, section 002 (Ultman) Spring 2011 MIDTERM 2 REVIEW The second midterm will be held in class (1:40 2:30pm) on Friday 11 March. You will be allowed one half of one side of an 8.5 11 sheet of paper

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

1. Continuous Functions between Euclidean spaces

1. Continuous Functions between Euclidean spaces Math 441 Topology Fall 2012 Metric Spaces by John M. Lee This handout should be read between Chapters 1 and 2 of the text. It incorporates material from notes originally prepared by Steve Mitchell and

More information

The function graphed below is continuous everywhere. The function graphed below is NOT continuous everywhere, it is discontinuous at x 2 and

The function graphed below is continuous everywhere. The function graphed below is NOT continuous everywhere, it is discontinuous at x 2 and Section 1.4 Continuity A function is a continuous at a point if its graph has no gaps, holes, breaks or jumps at that point. If a function is not continuous at a point, then we say it is discontinuous

More information

MATH 1231 MATHEMATICS 1B CALCULUS. Section 5: - Power Series and Taylor Series.

MATH 1231 MATHEMATICS 1B CALCULUS. Section 5: - Power Series and Taylor Series. MATH 1231 MATHEMATICS 1B CALCULUS. Section 5: - Power Series and Taylor Series. The objective of this section is to become familiar with the theory and application of power series and Taylor series. By

More information

Quantitative Techniques (Finance) 203. Polynomial Functions

Quantitative Techniques (Finance) 203. Polynomial Functions Quantitative Techniques (Finance) 03 Polynomial Functions Felix Chan October 006 Introduction This topic discusses the properties and the applications of polynomial functions, specifically, linear and

More information

Investigating Limits in MATLAB

Investigating Limits in MATLAB MTH229 Investigating Limits in MATLAB Project 5 Exercises NAME: SECTION: INSTRUCTOR: Exercise 1: Use the graphical approach to find the following right limit of f(x) = x x, x > 0 lim x 0 + xx What is the

More information

Parametric Equations, Function Composition and the Chain Rule: A Worksheet

Parametric Equations, Function Composition and the Chain Rule: A Worksheet Parametric Equations, Function Composition and the Chain Rule: A Worksheet Prof.Rebecca Goldin Oct. 8, 003 1 Parametric Equations We have seen that the graph of a function f(x) of one variable consists

More information

u xx + u yy = 0. (5.1)

u xx + u yy = 0. (5.1) Chapter 5 Laplace Equation The following equation is called Laplace equation in two independent variables x, y: The non-homogeneous problem u xx + u yy =. (5.1) u xx + u yy = F, (5.) where F is a function

More information

MSO202: Introduction To Complex Analysis

MSO202: Introduction To Complex Analysis 1 MSO0: Introduction To Complex Analysis Lecture z a Geometrical Interpretation of Ha { z:im( ) 0}, b 0 b z We first give the geometrical of H0 { z:im( ) 0, b 1}, i.e. b when a = 0 and b 1. In this case,

More information

15. Polynomial rings Definition-Lemma Let R be a ring and let x be an indeterminate.

15. Polynomial rings Definition-Lemma Let R be a ring and let x be an indeterminate. 15. Polynomial rings Definition-Lemma 15.1. Let R be a ring and let x be an indeterminate. The polynomial ring R[x] is defined to be the set of all formal sums a n x n + a n 1 x n +... a 1 x + a 0 = a

More information

Exam 2 extra practice problems

Exam 2 extra practice problems Exam 2 extra practice problems (1) If (X, d) is connected and f : X R is a continuous function such that f(x) = 1 for all x X, show that f must be constant. Solution: Since f(x) = 1 for every x X, either

More information

Math 61CM - Quick answer key to section problems Fall 2018

Math 61CM - Quick answer key to section problems Fall 2018 Math 6CM - Quick answer key to section problems Fall 08 Cédric De Groote These are NOT complete solutions! You are always expected to write down all the details and justify everything. This document is

More information

Chapter 11: Sequences; Indeterminate Forms; Improper Integrals

Chapter 11: Sequences; Indeterminate Forms; Improper Integrals Chapter 11: Sequences; Indeterminate Forms; Improper Integrals Section 11.1 The Least Upper Bound Axiom a. Least Upper Bound Axiom b. Examples c. Theorem 11.1.2 d. Example e. Greatest Lower Bound f. Theorem

More information

,

, Kolmogorov Complexity Carleton College, CS 254, Fall 2013, Prof. Joshua R. Davis based on Sipser, Introduction to the Theory of Computation 1. Introduction Kolmogorov complexity is a theory of lossless

More information

Existence and Uniqueness

Existence and Uniqueness Chapter 3 Existence and Uniqueness An intellect which at a certain moment would know all forces that set nature in motion, and all positions of all items of which nature is composed, if this intellect

More information

P1 Calculus II. Partial Differentiation & Multiple Integration. Prof David Murray. dwm/courses/1pd

P1 Calculus II. Partial Differentiation & Multiple Integration. Prof David Murray.   dwm/courses/1pd P1 2017 1 / 39 P1 Calculus II Partial Differentiation & Multiple Integration Prof David Murray david.murray@eng.ox.ac.uk www.robots.ox.ac.uk/ dwm/courses/1pd 4 lectures, MT 2017 P1 2017 2 / 39 Motivation

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

Discrete Mathematics for CS Spring 2007 Luca Trevisan Lecture 27

Discrete Mathematics for CS Spring 2007 Luca Trevisan Lecture 27 CS 70 Discrete Mathematics for CS Spring 007 Luca Trevisan Lecture 7 Infinity and Countability Consider a function f that maps elements of a set A (called the domain of f ) to elements of set B (called

More information

Analysis-3 lecture schemes

Analysis-3 lecture schemes Analysis-3 lecture schemes (with Homeworks) 1 Csörgő István November, 2015 1 A jegyzet az ELTE Informatikai Kar 2015. évi Jegyzetpályázatának támogatásával készült Contents 1. Lesson 1 4 1.1. The Space

More information

Infinite Limits. By Tuesday J. Johnson

Infinite Limits. By Tuesday J. Johnson Infinite Limits By Tuesday J. Johnson Suggested Review Topics Algebra skills reviews suggested: Evaluating functions Graphing functions Working with inequalities Working with absolute values Trigonometric

More information

(x 1, y 1 ) = (x 2, y 2 ) if and only if x 1 = x 2 and y 1 = y 2.

(x 1, y 1 ) = (x 2, y 2 ) if and only if x 1 = x 2 and y 1 = y 2. 1. Complex numbers A complex number z is defined as an ordered pair z = (x, y), where x and y are a pair of real numbers. In usual notation, we write z = x + iy, where i is a symbol. The operations of

More information

Sections 4.9: Antiderivatives

Sections 4.9: Antiderivatives Sections 4.9: Antiderivatives For the last few sections, we have been developing the notion of the derivative and determining rules which allow us to differentiate all different types of functions. In

More information

Lagrange Murderpliers Done Correctly

Lagrange Murderpliers Done Correctly Lagrange Murderpliers Done Correctly Evan Chen June 8, 2014 The aim of this handout is to provide a mathematically complete treatise on Lagrange Multipliers and how to apply them on optimization problems.

More information

Lecture Notes in Advanced Calculus 1 (80315) Raz Kupferman Institute of Mathematics The Hebrew University

Lecture Notes in Advanced Calculus 1 (80315) Raz Kupferman Institute of Mathematics The Hebrew University Lecture Notes in Advanced Calculus 1 (80315) Raz Kupferman Institute of Mathematics The Hebrew University February 7, 2007 2 Contents 1 Metric Spaces 1 1.1 Basic definitions...........................

More information

(convex combination!). Use convexity of f and multiply by the common denominator to get. Interchanging the role of x and y, we obtain that f is ( 2M ε

(convex combination!). Use convexity of f and multiply by the common denominator to get. Interchanging the role of x and y, we obtain that f is ( 2M ε 1. Continuity of convex functions in normed spaces In this chapter, we consider continuity properties of real-valued convex functions defined on open convex sets in normed spaces. Recall that every infinitedimensional

More information

1. Find and classify the extrema of h(x, y) = sin(x) sin(y) sin(x + y) on the square[0, π] [0, π]. (Keep in mind there is a boundary to check out).

1. Find and classify the extrema of h(x, y) = sin(x) sin(y) sin(x + y) on the square[0, π] [0, π]. (Keep in mind there is a boundary to check out). . Find and classify the extrema of hx, y sinx siny sinx + y on the square[, π] [, π]. Keep in mind there is a boundary to check out. Solution: h x cos x sin y sinx + y + sin x sin y cosx + y h y sin x

More information

Functions & Graphs. Section 1.2

Functions & Graphs. Section 1.2 Functions & Graphs Section 1.2 What you will remember Functions Domains and Ranges Viewing and Interpreting Graphs Even Functions and Odd Functions Symmetry Functions Defined in Pieces Absolute Value Functions

More information

1.2 Functions and Their Properties Name:

1.2 Functions and Their Properties Name: 1.2 Functions and Their Properties Name: Objectives: Students will be able to represent functions numerically, algebraically, and graphically, determine the domain and range for functions, and analyze

More information

l(y j ) = 0 for all y j (1)

l(y j ) = 0 for all y j (1) Problem 1. The closed linear span of a subset {y j } of a normed vector space is defined as the intersection of all closed subspaces containing all y j and thus the smallest such subspace. 1 Show that

More information

WEEK 7 NOTES AND EXERCISES

WEEK 7 NOTES AND EXERCISES WEEK 7 NOTES AND EXERCISES RATES OF CHANGE (STRAIGHT LINES) Rates of change are very important in mathematics. Take for example the speed of a car. It is a measure of how far the car travels over a certain

More information

Complex Functions (1A) Young Won Lim 2/22/14

Complex Functions (1A) Young Won Lim 2/22/14 Complex Functions (1A) Copyright (c) 2011-2014 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or

More information

Limits, Continuity, and the Derivative

Limits, Continuity, and the Derivative Unit #2 : Limits, Continuity, and the Derivative Goals: Study and define continuity Review limits Introduce the derivative as the limit of a difference quotient Discuss the derivative as a rate of change

More information

Complex Differentials and the Stokes, Goursat and Cauchy Theorems

Complex Differentials and the Stokes, Goursat and Cauchy Theorems Complex Differentials and the Stokes, Goursat and Cauchy Theorems Benjamin McKay June 21, 2001 1 Stokes theorem Theorem 1 (Stokes) f(x, y) dx + g(x, y) dy = U ( g y f ) dx dy x where U is a region of the

More information

Chapter 2. Limits and Continuity

Chapter 2. Limits and Continuity Chapter 2 Limits and Continuity 4 11 2.1 Limits: One variable to two variables From one variable calculus you will be aware of the idea of a it of a function at a point. Essentially, if f : IR IR then

More information

MATH 423 Linear Algebra II Lecture 3: Subspaces of vector spaces. Review of complex numbers. Vector space over a field.

MATH 423 Linear Algebra II Lecture 3: Subspaces of vector spaces. Review of complex numbers. Vector space over a field. MATH 423 Linear Algebra II Lecture 3: Subspaces of vector spaces. Review of complex numbers. Vector space over a field. Vector space A vector space is a set V equipped with two operations, addition V V

More information

Functional Analysis Exercise Class

Functional Analysis Exercise Class Functional Analysis Exercise Class Week 9 November 13 November Deadline to hand in the homeworks: your exercise class on week 16 November 20 November Exercises (1) Show that if T B(X, Y ) and S B(Y, Z)

More information

Economics 204 Fall 2011 Problem Set 1 Suggested Solutions

Economics 204 Fall 2011 Problem Set 1 Suggested Solutions Economics 204 Fall 2011 Problem Set 1 Suggested Solutions 1. Suppose k is a positive integer. Use induction to prove the following two statements. (a) For all n N 0, the inequality (k 2 + n)! k 2n holds.

More information

CHAPTER 7. Connectedness

CHAPTER 7. Connectedness CHAPTER 7 Connectedness 7.1. Connected topological spaces Definition 7.1. A topological space (X, T X ) is said to be connected if there is no continuous surjection f : X {0, 1} where the two point set

More information

f ( x) = L ( the limit of f(x), as x approaches a,

f ( x) = L ( the limit of f(x), as x approaches a, Math 1205 Calculus Sec. 2.4: The Definition of imit I. Review A. Informal Definition of imit 1. Def n : et f(x) be defined on an open interval about a except possibly at a itself. If f(x) gets arbitrarily

More information

Topic 7 Notes Jeremy Orloff

Topic 7 Notes Jeremy Orloff Topic 7 Notes Jeremy Orloff 7 Taylor and Laurent series 7. Introduction We originally defined an analytic function as one where the derivative, defined as a limit of ratios, existed. We went on to prove

More information

Concavity and Lines. By Ng Tze Beng

Concavity and Lines. By Ng Tze Beng Concavity and Lines. By Ng Tze Beng Not all calculus text books give the same definition for concavity. Most would require differentiability. One is often asked about the equivalence of various differing

More information

Practice Midterm 2 Math 2153

Practice Midterm 2 Math 2153 Practice Midterm 2 Math 23. Decide if the following statements are TRUE or FALSE and circle your answer. You do NOT need to justify your answers. (a) ( point) If both partial derivatives f x and f y exist

More information

Physics 250 Green s functions for ordinary differential equations

Physics 250 Green s functions for ordinary differential equations Physics 25 Green s functions for ordinary differential equations Peter Young November 25, 27 Homogeneous Equations We have already discussed second order linear homogeneous differential equations, which

More information

AP Calculus AB. Introduction. Slide 1 / 233 Slide 2 / 233. Slide 4 / 233. Slide 3 / 233. Slide 6 / 233. Slide 5 / 233. Limits & Continuity

AP Calculus AB. Introduction. Slide 1 / 233 Slide 2 / 233. Slide 4 / 233. Slide 3 / 233. Slide 6 / 233. Slide 5 / 233. Limits & Continuity Slide 1 / 233 Slide 2 / 233 AP Calculus AB Limits & Continuity 2015-10-20 www.njctl.org Slide 3 / 233 Slide 4 / 233 Table of Contents click on the topic to go to that section Introduction The Tangent Line

More information

ALGEBRAIC GROUPS. Disclaimer: There are millions of errors in these notes!

ALGEBRAIC GROUPS. Disclaimer: There are millions of errors in these notes! ALGEBRAIC GROUPS Disclaimer: There are millions of errors in these notes! 1. Some algebraic geometry The subject of algebraic groups depends on the interaction between algebraic geometry and group theory.

More information

Topology Exercise Sheet 2 Prof. Dr. Alessandro Sisto Due to March 7

Topology Exercise Sheet 2 Prof. Dr. Alessandro Sisto Due to March 7 Topology Exercise Sheet 2 Prof. Dr. Alessandro Sisto Due to March 7 Question 1: The goal of this exercise is to give some equivalent characterizations for the interior of a set. Let X be a topological

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

AP Calculus AB. Slide 1 / 233. Slide 2 / 233. Slide 3 / 233. Limits & Continuity. Table of Contents

AP Calculus AB. Slide 1 / 233. Slide 2 / 233. Slide 3 / 233. Limits & Continuity. Table of Contents Slide 1 / 233 Slide 2 / 233 AP Calculus AB Limits & Continuity 2015-10-20 www.njctl.org Table of Contents click on the topic to go to that section Slide 3 / 233 Introduction The Tangent Line Problem Definition

More information

Tutorial on Mathematical Induction

Tutorial on Mathematical Induction Tutorial on Mathematical Induction Roy Overbeek VU University Amsterdam Department of Computer Science r.overbeek@student.vu.nl April 22, 2014 1 Dominoes: from case-by-case to induction Suppose that you

More information

Week 4: Differentiation for Functions of Several Variables

Week 4: Differentiation for Functions of Several Variables Week 4: Differentiation for Functions of Several Variables Introduction A functions of several variables f : U R n R is a rule that assigns a real number to each point in U, a subset of R n, For the next

More information

Math 320-2: Final Exam Practice Solutions Northwestern University, Winter 2015

Math 320-2: Final Exam Practice Solutions Northwestern University, Winter 2015 Math 30-: Final Exam Practice Solutions Northwestern University, Winter 015 1. Give an example of each of the following. No justification is needed. (a) A closed and bounded subset of C[0, 1] which is

More information

Topological properties

Topological properties CHAPTER 4 Topological properties 1. Connectedness Definitions and examples Basic properties Connected components Connected versus path connected, again 2. Compactness Definition and first examples Topological

More information

Math 207 Honors Calculus III Final Exam Solutions

Math 207 Honors Calculus III Final Exam Solutions Math 207 Honors Calculus III Final Exam Solutions PART I. Problem 1. A particle moves in the 3-dimensional space so that its velocity v(t) and acceleration a(t) satisfy v(0) = 3j and v(t) a(t) = t 3 for

More information

Class IX Chapter 5 Introduction to Euclid's Geometry Maths

Class IX Chapter 5 Introduction to Euclid's Geometry Maths Class IX Chapter 5 Introduction to Euclid's Geometry Maths Exercise 5.1 Question 1: Which of the following statements are true and which are false? Give reasons for your answers. (i) Only one line can

More information

Chapter 2: Differentiation

Chapter 2: Differentiation Chapter 2: Differentiation Spring 2018 Department of Mathematics Hong Kong Baptist University 1 / 82 2.1 Tangent Lines and Their Slopes This section deals with the problem of finding a straight line L

More information

Solutions to Math 41 First Exam October 15, 2013

Solutions to Math 41 First Exam October 15, 2013 Solutions to Math 41 First Exam October 15, 2013 1. (16 points) Find each of the following its, with justification. If the it does not exist, explain why. If there is an infinite it, then explain whether

More information

Mathematics E-15 Seminar on Limits Suggested Lesson Topics

Mathematics E-15 Seminar on Limits Suggested Lesson Topics Mathematics E-15 Seminar on Limits Suggested Lesson Topics Lesson Presentation Guidelines Each lesson should last approximately 45 minutes. This will leave us with some time at the end for constructive

More information

Advanced Mathematics Unit 2 Limits and Continuity

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

More information