Limits and Continuity

Size: px
Start display at page:

Download "Limits and Continuity"

Transcription

1 Limits and Continuity MATH 151 Calculus for Management J. Robert Buchanan Department of Mathematics Fall 2018

2 Objectives After this lesson we will be able to: Determine the left-hand and right-hand limits of functions. Determine if a limit of a function exists as a approaches a real number a. Use the properties of limits to determine limits of functions. Find the limits of rational functions. Identify continuous functions.

3 Introduction Remark: Limits underlie most of the topics of calculus. It is important that you understand what limits mean, not just how to find them. Today we will introduce numerical, graphical, and algebraic approaches to finding the limit.

4 Notation Suppose f (x) is a function defined on an interval containing a (but not necessarily at a). lim f (x) is read as the limit of f (x) as x approaches a from x a the left. lim f (x) is read as the limit of f (x) as x approaches a from x a + the right. lim f (x) is read as the limit of f (x) as x approaches a. x a

5 Notation Suppose f (x) is a function defined on an interval containing a (but not necessarily at a). lim f (x) is read as the limit of f (x) as x approaches a from x a the left. lim f (x) is read as the limit of f (x) as x approaches a from x a + the right. lim f (x) is read as the limit of f (x) as x approaches a. x a Remark: the first two are called one-sided limits.

6 Example: Graphical Approach lim x 1 x 2 + x x 2 x

7 Example: Numerical Approach lim x 1 x 2 + x x 2 x 2 x f (x)

8 Example: Graphical Approach lim x 1 + x 2 + x x 2 x

9 Example: Numerical Approach lim x 1 + x 2 + x x 2 x 2 x f (x)

10 Informal Definition Definition (Left-Hand Limits) If the values of function y = f (x) get closer and closer to some number L as values of x, that are smaller than some number a, get closer and closer to a, then we say that L is the limit of f (x) as x approaches a from the left. We write lim f (x) = L. x a Definition (Right-Hand Limits) If the values of function y = f (x) get closer and closer to some number M as values of x, that are larger than some number a, get closer and closer to a, then we say that M is the limit of f (x) as x approaches a from the right. We write lim f (x) = M. x a +

11 Example Find the following limits, if they exist lim x 2 = lim x 2 + = lim x 4 = lim x 4 + = lim x 0 = lim x 0 + =

12 Example Find the following limits, if they exist lim x 2 = 4 lim x 2 + = 2 lim x 4 = 2 lim x 4 + = 4 lim f (x) x 0 = DNE lim x 0 + = 0

13 Polynomials and Limits Definition A polynomial function is a function of the form P(x) = a n x n + a n 1 x n a 2 x 2 + a 1 x + a 0 where each exponent is a positive integer and a n, a n 1,..., a 0 are real numbers. If P is a polynomial and c is a real number, then lim P(x) x c = P(c) lim P(x) x c + = P(c) lim x c P(x) = P(c).

14 Example: Unbounded Limits lim x 2 x 2 + x x 2 x

15 Example: Unbounded Limits lim x 2 x 2 + x x 2 x Conclusion: lim x 2 x 2 + x x 2 x 2 =

16 Example: Numerical Approach lim x 2 x 2 + x x 2 x 2 x f (x)

17 Example: Numerical Approach Conclusion: lim x 2 lim x 2 x 2 + x x 2 x 2 x f (x) x 2 + x x 2 x 2 =.

18 Unbounded Limits Definition (+ Limits) If f (x) increases without bound as x approaches a from the left (or from the right), then we say that f (x) approaches positive infinity. We write lim x a x a f (x) = + or lim f (x) = +. + Definition ( Limits) If f (x) decreases without bound as x approaches a from the left (or from the right), then we say that f (x) approaches negative infinity. We write lim x a x a f (x) = or lim f (x) =. +

19 Limits: Considering Both Sides Definition If the values of f (x) get closer and closer to some number L as values of x that are smaller than some number c and values of x that are larger than c get closer and closer to c (but not equal to c), then L is the limit of f (x) as x approaches c. For a function f and a real number c, if lim f (x) = L and lim f (x) = L x c x c + then we write lim f (x) = L. x c

20 Existence of a Limit 1. We say that the limit of a function f approaches a real number c exists if and only if lim x c f (x) = L, where L is a real number. 2. If lim f (x) lim f (x), then lim f (x) does not exist. x c x c + x c 3. If lim f (x) = + or lim f (x) =, then lim f (x) does x c x c x c not exist.

21 Simple Properties Theorem For any constant c and any real number a, lim c = c. x a

22 Simple Properties Theorem For any constant c and any real number a, lim c = c. x a Theorem For any real number number a, lim x = a. x a

23 Simple Properties Theorem For any constant c and any real number a, lim c = c. x a Theorem For any real number number a, lim x = a. x a Theorem For any real number number a, lim x n = a n. x a

24 The Arithmetic of Limits Theorem Suppose that lim f (x) = L and lim g(x) = M and that c is a x a x a constant. Then the following hold: 1. lim [c f (x)] = c lim f (x) = cl. x a x a 2. lim [f (x) ± g(x)] = lim f (x) ± lim g(x) = L ± M. x a x a x a [ ] [ ] 3. lim [f (x) g(x)] = lim f (x) lim g(x) = LM. x a x a x a f (x) 4. lim x a g(x) = lim x a f (x) lim x a g(x) = L, provided M 0. M 5. lim x a n f (x) = n L, if n L is defined.

25 Summary of the Rules of Limits For functions composed of additions, subtractions, multiplications, divisions, powers, and roots, limits may be evaluated by direct substitution, provided that the resulting expression is defined. lim f (x) = f (c) x c The same thing can be said for one-sided limits.

26 Indeterminate Forms Definition A limit expression of the type f (x) lim x a g(x) is called an indeterminate form of type 0/0 if lim x a f (x) = 0 and lim x a g(x) = 0.

27 Example: Indeterminate Forms lim x 1 x 2 + x x 2 x 2 = lim x 1 = lim x 1 x(x + 1) (x 2)(x + 1) x x 2 = 1 3

28 Limits at Infinity Use numerical and/or graphical evidence to conjecture the values of the following limits lim x x 1 2. lim x x 5 1 x

29 Horizontal Asymptotes Definition The function f (x) has a horizontal asymptote at y = L if lim f (x) = L or lim f (x) = L. x x +

30 Finding Horizontal Asymptotes Let f be the rational function f (x) = a nx n + a n 1 x n a 1 x + a 0 b m x m + b m 1 x m b 1 x + b 0, where a n 0 and b m 0. The graph of f has zero or one horizontal asymptote determined by comparing n and m. 1. If n < m, the graph of f has the line y = 0 as a horizontal asymptote. 2. If n = m, the graph of f has the line y = a n b m as a horizontal asymptote. 3. If n > m, the graph of f has no horizontal asymptote.

31 Example Find the horizontal and vertical asymptotes (if any) for the following function. f (x) = 6x 2 11x + 3 6x 2 7x 3

32 Example Find the horizontal and vertical asymptotes (if any) for the following function. f (x) = f (x) = 6x 2 11x + 3 6x 2 7x 3 (3x 1)(2x 3) (3x + 1)(2x 3) = 3x 1 3x + 1 if x 3/2. The domain is the set of real numbers {x x 3/2, x 1/3}. There is a vertical asymptote at x = 1 3. There is a horizontal asymptote at y = 3 3 = 1.

33 Intuitive Idea of Continuity A process or an item can be described as continuous if it exists without interruption. The mathematical definition of continuity is more technical than intuitive, but is based on the concept of the limit.

34 Graphical Examples of Discontinuities (1 of 4) y a f (a) is undefined. The graph has a hole at x = a. This is called a removeable discontinuity.

35 Graphical Examples of Discontinuities (2 of 4) y a f (a) is defined but the lim x a f (x) does not exist. This is sometimes called a jump discontinuity.

36 Graphical Examples of Discontinuities (3 of 4) y f a a f (a) is defined and the lim f (x) exists, but lim f (x) f (a). This x a x a is also called a removeable discontinuity.

37 Graphical Examples of Discontinuities (4 of 4) y a The lim x a f (x) does not exist (is not finite).

38 Definition of Continuity Definition A function f is continuous at x = a when 1. f (a) is defined, 2. lim x a f (x) exists, and 3. lim x a f (x) = f (a). Otherwise f is said to be discontinuous at x = a.

39 Definition of Continuity Definition A function f is continuous at x = a when 1. f (a) is defined, 2. lim x a f (x) exists, and 3. lim x a f (x) = f (a). Otherwise f is said to be discontinuous at x = a. Theorem All polynomial functions are continuous at all real numbers. Every rational function is continuous except where the denominator is zero.

40 Example Suppose the formula for the amount owed for state income tax is { 0.12x if 0 < x < 20, 000, T (x) = a (x 20, 000) if x 20, 000. where x is the income of the taxpayer. Determine value for the constant a that makes the function T continuous everywhere.

41 Arithmetic of Continuous Functions Continuous Functions If functions f and g are continuous at x = c, then the following are also continuous at x = c: f ± g a f (for any constant a) f g f g (if g(c) 0) f (g(x)) (if f is continuous at g(c))

42 Continuity on Intervals A function is continuous on an open interval (a, b) if it it continuous at each point in the interval. A function is continuous on a closed interval [a, b] if it it continuous at each point in the open interval (a, b) and if lim f (x) x a + = f (a) lim f (x) x b = f (b). A function that is continuous on the real number line (, ) is said to be continuous everywhere.

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

Functions: Polynomial, Rational, Exponential

Functions: Polynomial, Rational, Exponential Functions: Polynomial, Rational, Exponential MATH 151 Calculus for Management J. Robert Buchanan Department of Mathematics Spring 2014 Objectives In this lesson we will learn to: identify polynomial expressions,

More information

LIMITS AT INFINITY MR. VELAZQUEZ AP CALCULUS

LIMITS AT INFINITY MR. VELAZQUEZ AP CALCULUS LIMITS AT INFINITY MR. VELAZQUEZ AP CALCULUS RECALL: VERTICAL ASYMPTOTES Remember that for a rational function, vertical asymptotes occur at values of x = a which have infinite its (either positive or

More information

MATH CALCULUS I 1.5: Continuity

MATH CALCULUS I 1.5: Continuity MATH 12002 - CALCULUS I 1.5: Continuity Professor Donald L. White Department of Mathematical Sciences Kent State University D.L. White (Kent State University) 1 / 12 Definition of Continuity Intuitively,

More information

6.1 Polynomial Functions

6.1 Polynomial Functions 6.1 Polynomial Functions Definition. A polynomial function is any function p(x) of the form p(x) = p n x n + p n 1 x n 1 + + p 2 x 2 + p 1 x + p 0 where all of the exponents are non-negative integers and

More information

Math 115 Spring 11 Written Homework 10 Solutions

Math 115 Spring 11 Written Homework 10 Solutions Math 5 Spring Written Homework 0 Solutions. For following its, state what indeterminate form the its are in and evaluate the its. (a) 3x 4x 4 x x 8 Solution: This is in indeterminate form 0. Algebraically,

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

Math 1314 Lesson 4 Limits

Math 1314 Lesson 4 Limits Math 1314 Lesson 4 Limits Finding a it amounts to answering the following question: What is happening to the y-value of a function as the x-value approaches a specific target number? If the y-value is

More information

MATH 151 Engineering Mathematics I

MATH 151 Engineering Mathematics I MATH 151 Engineering Mathematics I Fall 2018, WEEK 3 JoungDong Kim Week 3 Section 2.3, 2.5, 2.6, Calculating Limits Using the Limit Laws, Continuity, Limits at Infinity; Horizontal Asymptotes. Section

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

Limits at Infinity. Horizontal Asymptotes. Definition (Limits at Infinity) Horizontal Asymptotes

Limits at Infinity. Horizontal Asymptotes. Definition (Limits at Infinity) Horizontal Asymptotes Limits at Infinity If a function f has a domain that is unbounded, that is, one of the endpoints of its domain is ±, we can determine the long term behavior of the function using a it at infinity. Definition

More information

Math 1314 Lesson 4 Limits

Math 1314 Lesson 4 Limits Math 1314 Lesson 4 Limits What is calculus? Calculus is the study of change, particularly, how things change over time. It gives us a framework for measuring change using some fairly simple models. In

More information

Limits of Functions (a, L)

Limits of Functions (a, L) Limits of Functions f(x) (a, L) L f(x) x a x x 20 Informal Definition: If the values of can be made as close to as we like by taking values of sufficiently close to [but not equal to ] then we write or

More information

2.2 The Limit of a Function

2.2 The Limit of a Function 2.2 The Limit of a Function Introductory Example: Consider the function f(x) = x is near 0. x f(x) x f(x) 1 3.7320508 1 4.236068 0.5 3.8708287 0.5 4.1213203 0.1 3.9748418 0.1 4.0248457 0.05 3.9874607 0.05

More information

10/22/16. 1 Math HL - Santowski SKILLS REVIEW. Lesson 15 Graphs of Rational Functions. Lesson Objectives. (A) Rational Functions

10/22/16. 1 Math HL - Santowski SKILLS REVIEW. Lesson 15 Graphs of Rational Functions. Lesson Objectives. (A) Rational Functions Lesson 15 Graphs of Rational Functions SKILLS REVIEW! Use function composition to prove that the following two funtions are inverses of each other. 2x 3 f(x) = g(x) = 5 2 x 1 1 2 Lesson Objectives! The

More information

Continuity. To handle complicated functions, particularly those for which we have a reasonable formula or formulas, we need a more precise definition.

Continuity. To handle complicated functions, particularly those for which we have a reasonable formula or formulas, we need a more precise definition. Continuity Intuitively, a function is continuous if its graph can be traced on paper in one motion without lifting the pencil from the paper. Thus the graph has no tears or holes. To handle complicated

More information

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

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

More information

( ) = 1 x. g( x) = x3 +2

( ) = 1 x. g( x) = x3 +2 Rational Functions are ratios (quotients) of polynomials, written in the form f x N ( x ) and D x ( ) are polynomials, and D x ( ) does not equal zero. The parent function for rational functions is f x

More information

UNIT 3. Rational Functions Limits at Infinity (Horizontal and Slant Asymptotes) Infinite Limits (Vertical Asymptotes) Graphing Rational Functions

UNIT 3. Rational Functions Limits at Infinity (Horizontal and Slant Asymptotes) Infinite Limits (Vertical Asymptotes) Graphing Rational Functions UNIT 3 Rational Functions Limits at Infinity (Horizontal and Slant Asymptotes) Infinite Limits (Vertical Asymptotes) Graphing Rational Functions Recall From Unit Rational Functions f() is a rational function

More information

= lim. (1 + h) 1 = lim. = lim. = lim = 1 2. lim

= lim. (1 + h) 1 = lim. = lim. = lim = 1 2. lim Math 50 Exam # Solutions. Evaluate the following its or explain why they don t exist. (a) + h. h 0 h Answer: Notice that both the numerator and the denominator are going to zero, so we need to think a

More information

80 Wyner PreCalculus Spring 2017

80 Wyner PreCalculus Spring 2017 80 Wyner PreCalculus Spring 2017 CHAPTER NINE: DERIVATIVES Review May 16 Test May 23 Calculus begins with the study of rates of change, called derivatives. For example, the derivative of velocity is acceleration

More information

Advanced Mathematics Unit 2 Limits and Continuity

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

More information

Advanced Mathematics Unit 2 Limits and Continuity

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

More information

To get horizontal and slant asymptotes algebraically we need to know about end behaviour for rational functions.

To get horizontal and slant asymptotes algebraically we need to know about end behaviour for rational functions. Concepts: Horizontal Asymptotes, Vertical Asymptotes, Slant (Oblique) Asymptotes, Transforming Reciprocal Function, Sketching Rational Functions, Solving Inequalities using Sign Charts. Rational Function

More information

MATH 151 Engineering Mathematics I

MATH 151 Engineering Mathematics I MATH 151 Engineering Mathematics I Spring 2018, WEEK 3 JoungDong Kim Week 3 Section 2.5, 2.6, 2.7, Continuity, Limits at Infinity; Horizontal Asymptotes, Derivatives and Rates of Change. Section 2.5 Continuity

More information

Lesson Objectives. Lesson 32 - Limits. Fast Five. Fast Five - Limits and Graphs 1/19/17. Calculus - Mr Santowski

Lesson Objectives. Lesson 32 - Limits. Fast Five. Fast Five - Limits and Graphs 1/19/17. Calculus - Mr Santowski Lesson 32 - Limits Calculus - Mr Santowski 1/19/17 Mr. Santowski - Calculus & IBHL 1 Lesson Objectives! 1. Define limits! 2. Use algebraic, graphic and numeric (AGN) methods to determine if a limit exists!

More information

Definition (The carefully thought-out calculus version based on limits).

Definition (The carefully thought-out calculus version based on limits). 4.1. Continuity and Graphs Definition 4.1.1 (Intuitive idea used in algebra based on graphing). A function, f, is continuous on the interval (a, b) if the graph of y = f(x) can be drawn over the interval

More information

Continuity. The Continuity Equation The equation that defines continuity at a point is called the Continuity Equation.

Continuity. The Continuity Equation The equation that defines continuity at a point is called the Continuity Equation. Continuity A function is continuous at a particular x location when you can draw it through that location without picking up your pencil. To describe this mathematically, we have to use limits. Recall

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

ter. on Can we get a still better result? Yes, by making the rectangles still smaller. As we make the rectangles smaller and smaller, the

ter. on Can we get a still better result? Yes, by making the rectangles still smaller. As we make the rectangles smaller and smaller, the Area and Tangent Problem Calculus is motivated by two main problems. The first is the area problem. It is a well known result that the area of a rectangle with length l and width w is given by A = wl.

More information

Department of Mathematics, University of Wisconsin-Madison Math 114 Worksheet Sections (4.1),

Department of Mathematics, University of Wisconsin-Madison Math 114 Worksheet Sections (4.1), Department of Mathematics, University of Wisconsin-Madison Math 114 Worksheet Sections (4.1), 4.-4.6 1. Find the polynomial function with zeros: -1 (multiplicity ) and 1 (multiplicity ) whose graph passes

More information

Reteach Multiplying and Dividing Rational Expressions

Reteach Multiplying and Dividing Rational Expressions 8-2 Multiplying and Dividing Rational Expressions Examples of rational expressions: 3 x, x 1, and x 3 x 2 2 x 2 Undefined at x 0 Undefined at x 0 Undefined at x 2 When simplifying a rational expression:

More information

Determine whether the formula determines y as a function of x. If not, explain. Is there a way to look at a graph and determine if it's a function?

Determine whether the formula determines y as a function of x. If not, explain. Is there a way to look at a graph and determine if it's a function? 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

Limits and Their Properties

Limits and Their Properties Chapter 1 Limits and Their Properties Course Number Section 1.1 A Preview of Calculus Objective: In this lesson you learned how calculus compares with precalculus. I. What is Calculus? (Pages 42 44) Calculus

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

Calculus I. George Voutsadakis 1. LSSU Math 151. Lake Superior State University. 1 Mathematics and Computer Science

Calculus I. George Voutsadakis 1. LSSU Math 151. Lake Superior State University. 1 Mathematics and Computer Science Calculus I George Voutsadakis 1 1 Mathematics and Computer Science Lake Superior State University LSSU Math 151 George Voutsadakis (LSSU) Calculus I November 2014 1 / 67 Outline 1 Limits Limits, Rates

More information

Chapter 5B - Rational Functions

Chapter 5B - Rational Functions Fry Texas A&M University Math 150 Chapter 5B Fall 2015 143 Chapter 5B - Rational Functions Definition: A rational function is The domain of a rational function is all real numbers, except those values

More information

Lecture Notes for Math 1000

Lecture Notes for Math 1000 Lecture Notes for Math 1000 Dr. Xiang-Sheng Wang Memorial University of Newfoundland Office: HH-2016, Phone: 864-4321 Office hours: 13:00-15:00 Wednesday, 12:00-13:00 Friday Email: swang@mun.ca Course

More information

2.1 Limits, Rates of Change and Slopes of Tangent Lines

2.1 Limits, Rates of Change and Slopes of Tangent Lines 2.1 Limits, Rates of Change and Slopes of Tangent Lines (1) Average rate of change of y f x over an interval x 0,x 1 : f x 1 f x 0 x 1 x 0 Instantaneous rate of change of f x at x x 0 : f x lim 1 f x 0

More information

Review: Limits of Functions - 10/7/16

Review: Limits of Functions - 10/7/16 Review: Limits of Functions - 10/7/16 1 Right and Left Hand Limits Definition 1.0.1 We write lim a f() = L to mean that the function f() approaches L as approaches a from the left. We call this the left

More information

Topic 3 Outline. What is a Limit? Calculating Limits Infinite Limits Limits at Infinity Continuity. 1 Limits and Continuity

Topic 3 Outline. What is a Limit? Calculating Limits Infinite Limits Limits at Infinity Continuity. 1 Limits and Continuity Topic 3 Outline 1 Limits and Continuity What is a Limit? Calculating Limits Infinite Limits Limits at Infinity Continuity D. Kalajdzievska (University of Manitoba) Math 1520 Fall 2015 1 / 27 Topic 3 Learning

More information

1.3 Limits and Continuity

1.3 Limits and Continuity .3 Limits and Continuity.3. Limits Problem 8. What will happen to the functional values of as x gets closer and closer to 2? f(x) = Solution. We can evaluate f(x) using x values nearer and nearer to 2

More information

Mission 1 Simplify and Multiply Rational Expressions

Mission 1 Simplify and Multiply Rational Expressions Algebra Honors Unit 6 Rational Functions Name Quest Review Questions Mission 1 Simplify and Multiply Rational Expressions 1) Compare the two functions represented below. Determine which of the following

More information

3 Polynomial and Rational Functions

3 Polynomial and Rational Functions 3 Polynomial and Rational Functions 3.1 Polynomial Functions and their Graphs So far, we have learned how to graph polynomials of degree 0, 1, and. Degree 0 polynomial functions are things like f(x) =,

More information

1 DL3. Infinite Limits and Limits at Infinity

1 DL3. Infinite Limits and Limits at Infinity Daily Lessons and Assessments for AP* Calculus AB, A Complete Course Page 78 Mark Sparks 01 Infinite Limits and Limits at Infinity In our graphical analysis of its, we have already seen both an infinite

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

Section Properties of Rational Expressions

Section Properties of Rational Expressions 88 Section. - Properties of Rational Expressions Recall that a rational number is any number that can be written as the ratio of two integers where the integer in the denominator cannot be. Rational Numbers:

More information

Last week we looked at limits generally, and at finding limits using substitution.

Last week we looked at limits generally, and at finding limits using substitution. Math 1314 ONLINE Week 4 Notes Lesson 4 Limits (continued) Last week we looked at limits generally, and at finding limits using substitution. Indeterminate Forms What do you do when substitution gives you

More information

CALCULUS: THE ANSWERS MATH 150: CALCULUS WITH ANALYTIC GEOMETRY I. VERSION 1.3 KEN KUNIYUKI and LALEH HOWARD SAN DIEGO MESA COLLEGE

CALCULUS: THE ANSWERS MATH 150: CALCULUS WITH ANALYTIC GEOMETRY I. VERSION 1.3 KEN KUNIYUKI and LALEH HOWARD SAN DIEGO MESA COLLEGE CALCULUS: THE ANSWERS MATH 150: CALCULUS WITH ANALYTIC GEOMETRY I VERSION 1. KEN KUNIYUKI and LALEH HOWARD SAN DIEGO MESA COLLEGE 1) f 4 (Answers to Exercises for Chapter 1: Review) A.1.1. CHAPTER 1: REVIEW

More information

Five-Minute Check (over Lesson 8 3) CCSS Then/Now New Vocabulary Key Concept: Vertical and Horizontal Asymptotes Example 1: Graph with No Horizontal

Five-Minute Check (over Lesson 8 3) CCSS Then/Now New Vocabulary Key Concept: Vertical and Horizontal Asymptotes Example 1: Graph with No Horizontal Five-Minute Check (over Lesson 8 3) CCSS Then/Now New Vocabulary Key Concept: Vertical and Horizontal Asymptotes Example 1: Graph with No Horizontal Asymptote Example 2: Real-World Example: Use Graphs

More information

Limits Student Study Session

Limits Student Study Session Teacher Notes Limits Student Study Session Solving limits: The vast majority of limits questions can be solved by using one of four techniques: SUBSTITUTING, FACTORING, CONJUGATING, or by INSPECTING A

More information

Review of Power Series

Review of Power Series Review of Power Series MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Fall 2018 Introduction In addition to the techniques we have studied so far, we may use power

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

Section 2.6 Limits at infinity and infinite limits 2 Lectures. Dr. Abdulla Eid. College of Science. MATHS 101: Calculus I

Section 2.6 Limits at infinity and infinite limits 2 Lectures. Dr. Abdulla Eid. College of Science. MATHS 101: Calculus I Section 2.6 Limits at infinity and infinite its 2 Lectures College of Science MATHS 0: Calculus I (University of Bahrain) Infinite Limits / 29 Finite its as ±. 2 Horizontal Asympotes. 3 Infinite its. 4

More information

AP Calculus. Limits, Continuity, and Differentiability

AP Calculus. Limits, Continuity, and Differentiability AP Calculus Limits, Continuity, and Differentiability Student Handout 016 017 EDITION Click on the following link or scan the QR code to complete the evaluation for the Study Session https://www.surveymonkey.com/r/s_sss

More information

Continuity and One-Sided Limits. By Tuesday J. Johnson

Continuity and One-Sided Limits. By Tuesday J. Johnson Continuity and One-Sided Limits By Tuesday J. Johnson Suggested Review Topics Algebra skills reviews suggested: Evaluating functions Rationalizing numerators and/or denominators Trigonometric skills reviews

More information

Chapter 2. Limits and Continuity 2.6 Limits Involving Infinity; Asymptotes of Graphs

Chapter 2. Limits and Continuity 2.6 Limits Involving Infinity; Asymptotes of Graphs 2.6 Limits Involving Infinity; Asymptotes of Graphs Chapter 2. Limits and Continuity 2.6 Limits Involving Infinity; Asymptotes of Graphs Definition. Formal Definition of Limits at Infinity.. We say that

More information

MA Lesson 9 Notes, Section 3.1 (2 nd half of text) Limits

MA Lesson 9 Notes, Section 3.1 (2 nd half of text) Limits MA 15910 Lesson 9 Notes, Section 3.1 ( nd half of text) Limits In everyday language, people refer to a speed limit, a wrestler s weight limit, the limit on one s endurance, or stretching a spring to its

More information

1.5 Inverse Trigonometric Functions

1.5 Inverse Trigonometric Functions 1.5 Inverse Trigonometric Functions Remember that only one-to-one functions have inverses. So, in order to find the inverse functions for sine, cosine, and tangent, we must restrict their domains to intervals

More information

Making Connections with Rational Functions and Equations

Making Connections with Rational Functions and Equations Section 3.5 Making Connections with Rational Functions and Equations When solving a problem, it's important to read carefully to determine whether a function is being analyzed (Finding key features) or

More information

Introduction. A rational function is a quotient of polynomial functions. It can be written in the form

Introduction. A rational function is a quotient of polynomial functions. It can be written in the form RATIONAL FUNCTIONS Introduction A rational function is a quotient of polynomial functions. It can be written in the form where N(x) and D(x) are polynomials and D(x) is not the zero polynomial. 2 In general,

More information

SEE and DISCUSS the pictures on pages in your text. Key picture:

SEE and DISCUSS the pictures on pages in your text. Key picture: Math 6 Notes 1.1 A PREVIEW OF CALCULUS There are main problems in calculus: 1. Finding a tangent line to a curve though a point on the curve.. Finding the area under a curve on some interval. SEE and DISCUSS

More information

Calculus I Exam 1 Review Fall 2016

Calculus I Exam 1 Review Fall 2016 Problem 1: Decide whether the following statements are true or false: (a) If f, g are differentiable, then d d x (f g) = f g. (b) If a function is continuous, then it is differentiable. (c) If a function

More information

Exam 1. (2x + 1) 2 9. lim. (rearranging) (x 1 implies x 1, thus x 1 0

Exam 1. (2x + 1) 2 9. lim. (rearranging) (x 1 implies x 1, thus x 1 0 Department of Mathematical Sciences Instructor: Daiva Pucinskaite Calculus I January 28, 2016 Name: Exam 1 1. Evaluate the it x 1 (2x + 1) 2 9. x 1 (2x + 1) 2 9 4x 2 + 4x + 1 9 = 4x 2 + 4x 8 = 4(x 1)(x

More information

Pre-Calculus: Functions and Their Properties (Solving equations algebraically and graphically, matching graphs, tables, and equations, and

Pre-Calculus: Functions and Their Properties (Solving equations algebraically and graphically, matching graphs, tables, and equations, and Pre-Calculus: 1.1 1.2 Functions and Their Properties (Solving equations algebraically and graphically, matching graphs, tables, and equations, and finding the domain, range, VA, HA, etc.). Name: Date:

More information

Business and Life Calculus

Business and Life Calculus Business and Life Calculus George Voutsadakis 1 1 Mathematics and Computer Science Lake Superior State University LSSU Math 112 George Voutsadakis (LSSU) Calculus For Business and Life Sciences Fall 2013

More information

Rational Functions 4.5

Rational Functions 4.5 Math 4 Pre-Calculus Name Date Rational Function Rational Functions 4.5 g ( ) A function is a rational function if f ( ), where g ( ) and ( ) h ( ) h are polynomials. Vertical asymptotes occur at -values

More information

Rational and Radical Functions. College Algebra

Rational and Radical Functions. College Algebra Rational and Radical Functions College Algebra Rational Function A rational function is a function that can be written as the quotient of two polynomial functions P(x) and Q(x) f x = P(x) Q(x) = a )x )

More information

Fundamental Theorem of Algebra (NEW): A polynomial function of degree n > 0 has n complex zeros. Some of these zeros may be repeated.

Fundamental Theorem of Algebra (NEW): A polynomial function of degree n > 0 has n complex zeros. Some of these zeros may be repeated. .5 and.6 Comple Numbers, Comple Zeros and the Fundamental Theorem of Algebra Pre Calculus.5 COMPLEX NUMBERS 1. Understand that - 1 is an imaginary number denoted by the letter i.. Evaluate the square root

More information

Chapter 2. Polynomial and Rational Functions. 2.6 Rational Functions and Their Graphs. Copyright 2014, 2010, 2007 Pearson Education, Inc.

Chapter 2. Polynomial and Rational Functions. 2.6 Rational Functions and Their Graphs. Copyright 2014, 2010, 2007 Pearson Education, Inc. Chapter Polynomial and Rational Functions.6 Rational Functions and Their Graphs Copyright 014, 010, 007 Pearson Education, Inc. 1 Objectives: Find the domains of rational functions. Use arrow notation.

More information

Pre-Calculus Mathematics Limit Process Calculus

Pre-Calculus Mathematics Limit Process Calculus NOTES : LIMITS AND DERIVATIVES Name: Date: Period: Mrs. Nguyen s Initial: LESSON.1 THE TANGENT AND VELOCITY PROBLEMS Pre-Calculus Mathematics Limit Process Calculus The type of it that is used to find

More information

Equations in Quadratic Form

Equations in Quadratic Form Equations in Quadratic Form MATH 101 College Algebra J. Robert Buchanan Department of Mathematics Summer 2012 Objectives In this lesson we will learn to: make substitutions that allow equations to be written

More information

Blue Pelican Calculus First Semester

Blue Pelican Calculus First Semester Blue Pelican Calculus First Semester Student Version 1.01 Copyright 2011-2013 by Charles E. Cook; Refugio, Tx Edited by Jacob Cobb (All rights reserved) Calculus AP Syllabus (First Semester) Unit 1: Function

More information

CH 2: Limits and Derivatives

CH 2: Limits and Derivatives 2 The tangent and velocity problems CH 2: Limits and Derivatives the tangent line to a curve at a point P, is the line that has the same slope as the curve at that point P, ie the slope of the tangent

More information

Function Operations and Composition of Functions. Unit 1 Lesson 6

Function Operations and Composition of Functions. Unit 1 Lesson 6 Function Operations and Composition of Functions Unit 1 Lesson 6 Students will be able to: Combine standard function types using arithmetic operations Compose functions Key Vocabulary: Function operation

More information

We can see that f(2) is undefined. (Plugging x = 2 into the function results in a 0 in the denominator)

We can see that f(2) is undefined. (Plugging x = 2 into the function results in a 0 in the denominator) In order to be successful in AP Calculus, you are expected to KNOW everything that came before. All topics from Algebra I, II, Geometry and of course Precalculus are expected to be mastered before you

More information

Calculus (Math 1A) Lecture 5

Calculus (Math 1A) Lecture 5 Calculus (Math 1A) Lecture 5 Vivek Shende September 5, 2017 Hello and welcome to class! Hello and welcome to class! Last time Hello and welcome to class! Last time We discussed composition, inverses, exponentials,

More information

Rational Functions. Elementary Functions. Algebra with mixed fractions. Algebra with mixed fractions

Rational Functions. Elementary Functions. Algebra with mixed fractions. Algebra with mixed fractions Rational Functions A rational function f (x) is a function which is the ratio of two polynomials, that is, Part 2, Polynomials Lecture 26a, Rational Functions f (x) = where and are polynomials Dr Ken W

More information

Continuity at a Point

Continuity at a Point Continuity at a Point When we eplored the limit of f() as approaches c, the emphasis was on the function values close to = c rather than what happens to the function at = c. We will now consider the following

More information

Section 2.5. Evaluating Limits Algebraically

Section 2.5. Evaluating Limits Algebraically Section 2.5 Evaluating Limits Algebraically (1) Determinate and Indeterminate Forms (2) Limit Calculation Techniques (A) Direct Substitution (B) Simplification (C) Conjugation (D) The Squeeze Theorem (3)

More information

The degree of a function is the highest exponent in the expression

The degree of a function is the highest exponent in the expression L1 1.1 Power Functions Lesson MHF4U Jensen Things to Remember About Functions A relation is a function if for every x-value there is only 1 corresponding y-value. The graph of a relation represents a function

More information

Holes in a function. Even though the function does not exist at that point, the limit can still obtain that value.

Holes in a function. Even though the function does not exist at that point, the limit can still obtain that value. Holes in a function For rational functions, factor both the numerator and the denominator. If they have a common factor, you can cancel the factor and a zero will exist at that x value. Even though the

More information

Algebra Summer Review Packet

Algebra Summer Review Packet Name: Algebra Summer Review Packet About Algebra 1: Algebra 1 teaches students to think, reason, and communicate mathematically. Students use variables to determine solutions to real world problems. Skills

More information

MATH 1040 Objectives List

MATH 1040 Objectives List MATH 1040 Objectives List Textbook: Calculus, Early Transcendentals, 7th edition, James Stewart Students should expect test questions that require synthesis of these objectives. Unit 1 WebAssign problems

More information

Sect Introduction to Rational Expressions

Sect Introduction to Rational Expressions 127 Sect 7.1 - Introduction to Rational Expressions Concept #1 Definition of a Rational Expression. Recall that a rational number is any number that can be written as the ratio of two integers where the

More information

Section 3.3 Limits Involving Infinity - Asymptotes

Section 3.3 Limits Involving Infinity - Asymptotes 76 Section. Limits Involving Infinity - Asymptotes We begin our discussion with analyzing its as increases or decreases without bound. We will then eplore functions that have its at infinity. Let s consider

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

Lesson A Limits. Lesson Objectives. Fast Five 9/2/08. Calculus - Mr Santowski

Lesson A Limits. Lesson Objectives. Fast Five 9/2/08. Calculus - Mr Santowski Lesson A.1.3 - Limits Calculus - Mr Santowski 9/2/08 Mr. Santowski - Calculus 1 Lesson Objectives 1. Define its 2. Use algebraic, graphic and numeric (AGN) methods to determine if a it exists 3. Use algebraic,

More information

Midterm Review. Name: Class: Date: ID: A. Short Answer. 1. For each graph, write the equation of a radical function of the form y = a b(x h) + k.

Midterm Review. Name: Class: Date: ID: A. Short Answer. 1. For each graph, write the equation of a radical function of the form y = a b(x h) + k. Name: Class: Date: ID: A Midterm Review Short Answer 1. For each graph, write the equation of a radical function of the form y = a b(x h) + k. a) b) c) 2. Determine the domain and range of each function.

More information

1.2 A List of Commonly Occurring Functions

1.2 A List of Commonly Occurring Functions Arkansas Tech University MATH 2914: Calculus I Dr. Marcel B. Finan 1.2 A List of Commonly Occurring Functions In this section, we discuss the most common functions occurring in calculus. Linear Functions

More information

Things to remember: x n a 1. x + a 0. x n + a n-1. P(x) = a n. Therefore, lim g(x) = 1. EXERCISE 3-2

Things to remember: x n a 1. x + a 0. x n + a n-1. P(x) = a n. Therefore, lim g(x) = 1. EXERCISE 3-2 lim f() = lim (0.8-0.08) = 0, " "!10!10 lim f() = lim 0 = 0.!10!10 Therefore, lim f() = 0.!10 lim g() = lim (0.8 - "!10!10 0.042-3) = 1, " lim g() = lim 1 = 1.!10!0 Therefore, lim g() = 1.!10 EXERCISE

More information

Chapter 2 Polynomial and Rational Functions

Chapter 2 Polynomial and Rational Functions Chapter 2 Polynomial and Rational Functions Section 1 Section 2 Section 3 Section 4 Section 5 Section 6 Section 7 Quadratic Functions Polynomial Functions of Higher Degree Real Zeros of Polynomial Functions

More information

Math 473: Practice Problems for Test 1, Fall 2011, SOLUTIONS

Math 473: Practice Problems for Test 1, Fall 2011, SOLUTIONS Math 473: Practice Problems for Test 1, Fall 011, SOLUTIONS Show your work: 1. (a) Compute the Taylor polynomials P n (x) for f(x) = sin x and x 0 = 0. Solution: Compute f(x) = sin x, f (x) = cos x, f

More information

Aim: How do we prepare for AP Problems on limits, continuity and differentiability? f (x)

Aim: How do we prepare for AP Problems on limits, continuity and differentiability? f (x) Name AP Calculus Date Supplemental Review 1 Aim: How do we prepare for AP Problems on limits, continuity and differentiability? Do Now: Use the graph of f(x) to evaluate each of the following: 1. lim x

More information

Simplifying Rationals 5.0 Topic: Simplifying Rational Expressions

Simplifying Rationals 5.0 Topic: Simplifying Rational Expressions Simplifying Rationals 5.0 Topic: Simplifying Rational Expressions Date: Objectives: SWBAT (Simplify Rational Expressions) Main Ideas: Assignment: Rational Expression is an expression that can be written

More information

Math Lecture 4 Limit Laws

Math Lecture 4 Limit Laws Math 1060 Lecture 4 Limit Laws Outline Summary of last lecture Limit laws Motivation Limits of constants and the identity function Limits of sums and differences Limits of products Limits of polynomials

More information

Daily WeBWorK. 1. Below is the graph of the derivative f (x) of a function defined on the interval (0, 8).

Daily WeBWorK. 1. Below is the graph of the derivative f (x) of a function defined on the interval (0, 8). Daily WeBWorK 1. Below is the graph of the derivative f (x) of a function defined on the interval (0, 8). (a) On what intervals is f (x) concave down? f (x) is concave down where f (x) is decreasing, so

More information

An Intro to Limits Sketch to graph of 3

An Intro to Limits Sketch to graph of 3 Limits and Their Properties A Preview of Calculus Objectives: Understand what calculus is and how it compares with precalculus.understand that the tangent line problem is basic to calculus. Understand

More information

Concept Category 5. Limits. Limits: graphically & algebraically Rate of Change

Concept Category 5. Limits. Limits: graphically & algebraically Rate of Change Concept Category 5 Limits Limits: graphically & algebraically Rate of Change Skills Factoring and Rational Epressions (Alg, CC1) Behavior of a graph (Alg, CC1) Sketch a graph:,,, Log, (Alg, CC1 & ) 1 Factoring

More information

Review for Cumulative Test 2

Review for Cumulative Test 2 Review for Cumulative Test We will have our second course-wide cumulative test on Tuesday February 9 th or Wednesday February 10 th, covering from the beginning of the course up to section 4.3 in our textbook.

More information