Limits, Continuity, and Asymptotes

Size: px
Start display at page:

Download "Limits, Continuity, and Asymptotes"

Transcription

1 LimitsContinuity.nb 1 Limits, Continuity, and Asymptotes Limits Limit evaluation is a basic calculus tool that can be used in many different situations. We will develop a combined numerical, graphical, and algebraic approach that will enable us to evaluate a variety of limit forms. In a nutshell, finding the limit of a function as approaches some number, a, means finding what value the function is approaching as (or any independent variable used) approaches the number a. The notation is as follows: lim Øa f() If the function value gets closer and closer to some number, L, as gets closer and closer to a, we say that the lim Øa f() = L. This is sometimes called the general limit. To find this limit always try substituting the number a into the function. If you get a number, that is the limit. Eample 1: Find lim Ø2 2-3 Solution: Substituting 2 for in the function f() = 2-3 gives 2 2-3= 1. So the limit of f() as approaches 2 is 1. Sometimes you run into a problem trying to substitute a number into a function. Eample 2: Find lim Ø2 2-4 ÄÄÄÄÄÄÄÄÄÄÄ -2 Solution: If we try to substitute 2 in for we get ÄÄÄÄÄÄÄÄÄÄ = ÄÄÄÄ This is not good! We know that we cannot divide by zero! Whenever direct substitution fails (especially when we are dealing with a quotient function) we can try other things. In this case, we try factoring the numerator.

2 LimitsContinuity.nb H+2L H-2L ÄÄÄÄÄÄÄÄÄÄÄ = ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ -2-2 = +2 So, lim 2-4 Ø2 ÄÄÄÄÄÄÄÄÄÄÄ -2 = lim Ø2+2 = 4. (Note that we can only do this because is getting closer and closer to 2 but never gets there. Otherwise we would be dividing by zero! So if direct substitution fails, try factoring and cancelling and substituting in again. Note that we can get an idea of what the limit of a function is by substituting numbers very close to a in our calculator (this is always a good check if you are allowed to use your calculator). Eample 3: Investigate the limit above numerically using your calculator. Solution: We can do this from our home screen but it is a lot easier if we use our Table function. Enter the function as Y 1. Go to Table Set and set the option to Ask. Now you can enter numbers close to 2 such as 1.9, 1.99, 2.1, and 2.01 and get an idea as to what number, if any, the function is approaching as approaches 2. f(1.9) = 3.9 f(1.99) = 3.99 f(2.1) = 4.1 f(2.01) = 4.01 You can see that as gets closer and closer to 2, f() gets closer and closer to 4. The interesting thing about the eample that we just did is that if you graph the function f() = 2-4 ÅÅÅÅÅÅÅÅÅÅ it looks just like the line f() = +2 (graph it and see!) The only difference -2 is that there is a hole in the graph at the point = 2. The function is not defined at this point. So it seems that even though a function does not eist at a point it can still have a limiting value at that point. We now present an informal definition of the concept of limit (A more precise definition is generally given in more advanced calculus courses but this one will suffice for our use).

3 LimitsContinuity.nb 3 Limit at a point We write lim Øc f() = L or f() ØL as Øc if the functional value f() is close to the single real number L whenever is close to, but not equal to, c (on either side of c). Notice that the definition specifically mentions that the function values approach a single number as approaches c from both sides. Let's investigate this further. Eample 4: Let h() = ÅÅÅÅÅÅ. Eplore the behavior of h() for near 0, but not equal to zero, using a table and a graph. Solution: Note that the function is defined for all ecept 0 (there's that pesky zero in the denominator thing again!) If we make a table of values for h() as approaches 0 from both sides (again use the Table function of your calculator. You get the absolute value signs from the catalog). The results will look like this: Ø h() Ø When is near zero coming from the negative direction h() is -1 and as is near zero coming from the positive direction h() is 1. Consequently we say that lim Øo ÅÅÅÅÅÅ does not eist (or D.N.E) Thus, neither h() nor the limit of h() eist at = 0. However, the limit from the left and the limit from the right both eist at zero, but they are not equal (We will discuss this further below).

4 LimitsContinuity.nb 4 The graph looks like the following: 1 y»» ÅÅÅÅÅÅÅÅÅÅÅ We saw in the above eample that the general limit as approached 0 did not eist but that the function values did approach a single value as we approached zero from the right (1) and another value as we approached from the left (-1). This suggests that the notion of one-sided limits will be very useful when discussing basic limit concepts. One Sided Limits lim Øc -f() = K and call K the limit from the left (or left-hand limit) if f() is close to K whenever is close to c, but to the left of c on the real number line. We write lim Øc +f() = L and call L the limit from the right (or right-hand limit) if f() is close to L whenever is close to c, but to the right of c on the real number line. We now make the following observation: On the Eistence of a Limit In order for a limit to eist, the limit from the left and the limit from the right must both eist and be equal.

5 LimitsContinuity.nb 5 In the last eample, lim Ø0 - ÅÅÅÅÅÅ = -1 and lim Ø0 + ÅÅÅÅÅÅ = 1 Since the left- and right-hand limits are not the same, lim Ø0 ÅÅÅÅÅÅ = does not eist To shorten our work in evaluating limits we can use the following properties: Properties of Limits Let f and g be two functions, and assume that lim Øc f() = L lim Øc g() = M where L and M are real numbers (both limits eist). Then: 1. lim Øc [f() ± g()] = lim Øc f() ± lim Øc g() 2. lim Øc k f() = k lim Øc f() = k L for any constant k. 3. lim Øc [f() g()] = [lim Øc f()] [lim Øc g()] = LM 4. lim Øc f HL ÅÅÅÅÅÅÅÅÅ ghl = lim Øc f H L ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ lim Øc gh L = L ÅÅÅÅÅÅ M if M 0 è!!!!!!!!! n 5. lim Øc f HL = è!!!!!!!!!!!!!!!!!!!!! n lim Øc f HL = è!!! n L L>0 for n even Eample 5: If lim Øc f HL = -2and lim Øc ghl= 3, find lim Øc H@ f HLD f HL ghl 2 L

6 LimitsContinuity.nb 6 Solution: Notice that we are trying to find the limit of a sum of products of limits H@ f HLD 2 is after all just f() f()). So we simply "plug in" the individual limits and do the math. H-2L ÿ H-2L ÿ H3L + H3L 2 = = 1 Another concept important to the study of calculus that involves limits is the concept of continuity. Informally, a function is continuous over an interval if its graph can be drawn without removing a pen from the paper. A function that is broken (disconnected) at = c is said to be discontinuous at = c. In general, functions are discontinuous at points where the graph of the function has a hole, a gap, or a vertical asymptote (more about asymptotes later). The formal definition of continuity is as follows: Continuity A function f is continuous at the point = c if 1. lim Øc f() eists 2. f(c) eists 3. lim Øc f() = f(c) A function is continuous on the open interval (a,b) if it is continuous at each point on the interval. If any of the three conditions in the definition fails, then the function is discontinuous at = c. The following properties will enable us to determine intervals of continuity for some important classes of functions without having to look at the graphs or use the three conditions in the definition.

7 LimitsContinuity.nb 7 Continuity Properties of Some Specific Functions A) A polynomial function is continuous for all. Remember that constant, linear, and power functions are special cases of polynomial functions so any of these are continuous for all as well. B) A rational function is continuous for all ecept those values that make a denominator 0. C) The nth root of a function, è!!!!!!!!! n f HL, where n is an odd positive integer greater than 1, is continuous wherever f() is continuous. D) The nth root of a function, è!!!!!!!!! n f HL, where n is an even positive number is continuous wherever f() is continuous and nonnegative. Infinite Limits As we have discovered, a function is discontinuous at any point c where lim Øc f() does not eist. If the left- and right-hand limits do not agree then the limit does not eist. Another situation where a limit might fail to eist involves functions whose values become very large as approaches c. Consider the functions f() = ÅÅÅÅ 1 and g() = ÅÅÅÅÅÅ 1 Notice that as the value of the denominator gets smaller and smaller the function values get larger and larger (try this in your calculator for values of very near zero, both positive and negative). This leads us to the conclusion that lim Ø0 -f() =- and lim Ø0 +f() = Since these two statements represent different types of behavior, we cannot write a single limit statement to describe the nature of the graph at = 0. 2

8 LimitsContinuity.nb 8 The same kind of analysis with g() produces the following results: lim Ø0 -g() = and lim Ø0 +g() = Once again, the limit of g() as approaches zero does not eist, but we can describe the behavior of the graph of g near zero by writing lim Ø0 g() = For both of the functions above, f and g, the line = 0 (the vertical ais) is a vertical asymptote. These ideas are summarized in the following bo.

9 LimitsContinuity.nb 9 Vertical Asymptotes If the limit of a function f fails to eist as approaches c from the left because the values of f() are becoming very large positive (or very large negative numbers) we say that lim Øc -f() = (or - ) If this happens as approaches c from the right, we say that lim Øc +f() = (or - ) If both one-sided limits ehibit the same behavior, we say that lim Øc f() = (or - ) If any of the above hold, the line = c is a vertical asymptote for the graph of y = f(). In summary, if we are dealing with a quotient function then one of two things will happen where the denominator is zero. If the denominator cancels with a factor in the numerator there will be a hole in the graph of the function at that point. If the denominator does not cancel with a factor in the numerator then there will be a vertical asymptote at that point. A little inspection will tell you if the graph is climbing (increasing without bound) or falling (decreasing without bound) as approaches c from either the left or the right. Finally, let's look at limits at infinity. This is known as investigating the end behavior of a function since we are looking at what happens to the graph very far away from the origin. Limits at infinity are written as follows: lim Ø f() Sometimes as the independent variable gets either larger or larger through positive values or larger and larger through negative values so do the function values. In this case we write

10 LimitsContinuity.nb 10 lim Ø f() = ± For instance, if p is a positive real number, then p increase as increases and it can be shown that there is no upper bound on the values of p. We indicate this by writing lim Ø p = Since the reciprocals of very large numbers are very small numbers, it follows that 1 ê p approaches 0 as increases without bound. We indicate this behavior by writing lim Ø 1 ÅÅÅÅÅÅ p = 0 Horizontal Asymptotes If the limit of a function as increases or decreases without bound approaches some number, C, we say that the line y = C is a horizontal asymptote for the graph of the function. There are three very important shortcuts to remember when trying to determine if a function has horizontal asymptotes. All three shortcuts are derived by dividing the numerator and denominator of the quotient function by the highest power of in the numerator and denominator. In actuality all we are doing is multiplying the fraction by 1! Watch the following eample. Eample 6: Find all horizontal asymptotes for the function f() = ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ Solution: Since the highest power of in the numerator and denominator is 3 we divide each term in the numerator and denominator by 3 resulting in f() = 5 - ÄÄÄÄ 2 ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ 4 + ÄÄÄÄÄ 2 ÄÄÄÄÄ ÄÄÄÄÄÄÄÄÄ ÄÄÄÄÄ Now notice that as increases without bound all of the terms with in the denominator will go to zero leaving only the 5 in the numerator and the 4 in the denominator! Therefore, lim Ø f() = ÅÅÅÅ 5 5, so the function has a horizontal asymptote y = ÅÅÅÅ. Use your graphing calculator to investigate the function for large values of 4 4.

11 LimitsContinuity.nb 11 So, one shortcut is to recognize that if the highest power of is the same in the numerator and the denominator the limit as increases without bound is the quotient of the coefficients of the highest power of and.thus, f(0 has a horizontal asymptote at y = this quotient. If the highest power of is in the denominator then the limit as increases without bound is 0 and the function has y = o as a horizontal asymptote. And finally, if the highest power of is in the numerator then the function has no limit and, thus, no horizontal asymptote. That concludes our discussion on limits. Remember that all of the phenomena discussed above can be investigated on your graphing calculator. Worksheet 5a: Limits at a point Worksheet 5b: Eistence of a Limit; Left- and Right-Hand Limits Worksheet 5c: Properties of Limits Worksheet 5d: Continuity Worksheet 5e: Vertical Asymptotes Worksheet 5f: Limits at Infinity and Horizontal Asymptotes

Domain: The domain of f is all real numbers except those values for which Q(x) =0.

Domain: The domain of f is all real numbers except those values for which Q(x) =0. Math 1330 Section.3.3: Rational Functions Definition: A rational function is a function that can be written in the form P() f(), where f and g are polynomials. Q() The domain of the rational function such

More information

MA 180 Lecture Chapter 7 College Algebra and Calculus by Larson/Hodgkins Limits and Derivatives

MA 180 Lecture Chapter 7 College Algebra and Calculus by Larson/Hodgkins Limits and Derivatives MA 180 Lecture Chapter 7 College Algebra and Calculus by Larson/Hodgkins Limits and Derivatives 7.1) Limits An important concept in the study of mathematics is that of a it. It is often one of the harder

More information

Finding Asymptotes KEY

Finding Asymptotes KEY Unit: 0 Lesson: 0 Discontinuities Rational functions of the form f ( are undefined at values of that make 0. Wherever a rational function is undefined, a break occurs in its graph. Each such break is called

More information

Section 4.4 Rational Functions and Their Graphs. 1, the line x = 0 (y-axis) is its vertical asymptote.

Section 4.4 Rational Functions and Their Graphs. 1, the line x = 0 (y-axis) is its vertical asymptote. Section 4.4 Rational Functions and Their Graphs p( ) A rational function can be epressed as where p() and q() are q( ) 3 polynomial functions and q() is not equal to 0. For eample, 16 is a rational function.

More information

Section 4.4 Rational Functions and Their Graphs

Section 4.4 Rational Functions and Their Graphs Section 4.4 Rational Functions and Their Graphs p( ) A rational function can be epressed as where p() and q() are q( ) 3 polynomial functions and q() is not equal to 0. For eample, is a 16 rational function.

More information

Limits. f(x) and lim. g(x) g(x)

Limits. f(x) and lim. g(x) g(x) Limits Limit Laws Suppose c is constant, n is a positive integer, and f() and g() both eist. Then,. [f() + g()] = f() + g() 2. [f() g()] = f() g() [ ] 3. [c f()] = c f() [ ] [ ] 4. [f() g()] = f() g()

More information

Radical Expressions and Functions What is a square root of 25? How many square roots does 25 have? Do the following square roots exist?

Radical Expressions and Functions What is a square root of 25? How many square roots does 25 have? Do the following square roots exist? Hartfield Intermediate Algebra (Version 2014-2D) Unit 4 Page 1 Topic 4 1 Radical Epressions and Functions What is a square root of 25? How many square roots does 25 have? Do the following square roots

More information

The Limit Concept. Introduction to Limits. Definition of Limit. Example 1. Example 2. Example 3 4/7/2015

The Limit Concept. Introduction to Limits. Definition of Limit. Example 1. Example 2. Example 3 4/7/2015 4/7/015 The Limit Concept Introduction to Limits Precalculus 1.1 The notion of a it is a fundamental concept of calculus. We will learn how to evaluate its and how they are used in the two basic problems

More information

EXPLORING RATIONAL FUNCTIONS GRAPHICALLY

EXPLORING RATIONAL FUNCTIONS GRAPHICALLY EXPLORING RATIONAL FUNCTIONS GRAPHICALLY Precalculus Project Objectives: To find patterns in the graphs of rational functions. To construct a rational function using its properties. Required Information:

More information

This handout will discuss three kinds of asymptotes: vertical, horizontal, and slant.

This handout will discuss three kinds of asymptotes: vertical, horizontal, and slant. CURVE SKETCHING This is a handout that will help you systematically sketch functions on a coordinate plane. This handout also contains definitions of relevant terms needed for curve sketching. ASYMPTOTES:

More information

lim x c x 2 x +2. Suppose that, instead of calculating all the values in the above tables, you simply . What do you find? x +2

lim x c x 2 x +2. Suppose that, instead of calculating all the values in the above tables, you simply . What do you find? x +2 MA123, Chapter 3: The idea of its (pp. 47-67, Gootman) Chapter Goals: Evaluate its. Evaluate one-sided its. Understand the concepts of continuity and differentiability and their relationship. Assignments:

More information

2.4 Polynomial and Rational Functions

2.4 Polynomial and Rational Functions Polnomial Functions Given a linear function f() = m + b, we can add a square term, and get a quadratic function g() = a 2 + f() = a 2 + m + b. We can continue adding terms of higher degrees, e.g. we can

More information

Rational functions, like rational numbers, will involve a fraction. We will discuss rational functions in the form:

Rational functions, like rational numbers, will involve a fraction. We will discuss rational functions in the form: Name: Date: Period: Chapter 2: Polynomial and Rational Functions Topic 6: Rational Functions & Their Graphs Rational functions, like rational numbers, will involve a fraction. We will discuss rational

More information

Section 1: Limits and Continuity

Section 1: Limits and Continuity Chapter The Derivative Applied Calculus 74 Section 1: Limits and Continuity In the last section, we saw that as the interval over which we calculated got smaller, the secant slopes approached the tangent

More information

,?...?, the? or? s are for any holes or vertical asymptotes.

,?...?, the? or? s are for any holes or vertical asymptotes. Name: Period: Pre-Cal AB: Unit 14: Rational Functions Monday Tuesday Block Friday 16 17 18/19 0 end of 9 weeks Graphing Rational Graphing Rational Partial Fractions QUIZ 3 Conic Sections (ON Friday s Quiz)

More information

The method of rationalizing

The method of rationalizing Roberto s Notes on Differential Calculus Chapter : Resolving indeterminate forms Section The method of rationalizing What you need to know already: The concept of it and the factor-and-cancel method of

More information

The method of rationalizing

The method of rationalizing Roberto s Notes on Differential Calculus Chapter : Resolving indeterminate forms Section The method of rationalizing What you need to know already: The concept of it and the factor-and-cancel method of

More information

Section Functions. Function Notation. Is this a function?

Section Functions. Function Notation. Is this a function? Section 1-21 Functions and Their Properties Section 1-21 function definition and notation domain and range continuity increasing/decreasing boundedness local and absolute extrema symmetry asymptotes end

More information

Working with Rational Expressions

Working with Rational Expressions Working with Rational Expressions Return to Table of Contents 4 Goals and Objectives Students will simplify rational expressions, as well as be able to add, subtract, multiply, and divide rational expressions.

More information

1.5 Limits (Welcome to Calculus)

1.5 Limits (Welcome to Calculus) 1.5 Limits (Welcome to Calculus) Given: Translate: "What is f(6)?" What is the value of the function f when x = 6? Translate: "What is?" What value is the function approaching as x gets very close to 6?

More information

Calculus Chapter 1 Limits. Section 1.2 Limits

Calculus Chapter 1 Limits. Section 1.2 Limits Calculus Chapter 1 Limits Section 1.2 Limits Limit Facts part 1 1. The answer to a limit is a y-value. 2. The limit tells you to look at a certain x value. 3. If the x value is defined (in the domain),

More information

Square roots: We say that the square root of 16 is 4. We write this as 16 4.

Square roots: We say that the square root of 16 is 4. We write this as 16 4. Intermediate algebra Class notes Radicals and Radical Functions (section 10.1) These are square roots, cube roots, etc. Square roots: We say that the square root of 16 is 4. We write this as 16 4. Root

More information

Math 1330 Section : Rational Functions Definition: A rational function is a function that can be written in the form f ( x ), where

Math 1330 Section : Rational Functions Definition: A rational function is a function that can be written in the form f ( x ), where 2.3: Rational Functions P( x ) Definition: A rational function is a function that can be written in the form f ( x ), where Q( x ) and Q are polynomials, consists of all real numbers x such that You will

More information

Section 2.5: Continuity

Section 2.5: Continuity Section 2.5: Continuity 1. The Definition of Continuity We start with a naive definition of continuity. Definition 1.1. We say a function f() is continuous if we can draw its graph without lifting out

More information

A Crash Course on Limits (in class worksheet)

A Crash Course on Limits (in class worksheet) A Crash Course on Limits (in class worksheet) Many its may be found easily by simple substitution. For example: x x x ( ) = f() = and x = f () = 8 7 and x x = f () = So the first rule is to always TRY

More information

Derivatives and Graphs of Functions

Derivatives and Graphs of Functions Derivatives and Graphs of Functions September 8, 2014 2.2 Second Derivatives, Concavity, and Graphs In the previous section, we discussed how our derivatives can be used to obtain useful information about

More information

Section Rational Functions and Inequalities. A rational function is a quotient of two polynomials. That is, is a rational function if

Section Rational Functions and Inequalities. A rational function is a quotient of two polynomials. That is, is a rational function if Section 6.1 --- Rational Functions and Inequalities A rational function is a quotient of two polynomials. That is, is a rational function if =, where and are polynomials and is not the zero polynomial.

More information

Calculus Limits Images in this handout were obtained from the My Math Lab Briggs online e-book.

Calculus Limits Images in this handout were obtained from the My Math Lab Briggs online e-book. Calculus Limits Images in this handout were obtained from the My Math Lab Briggs online e-book. A it is the value a function approaches as the input value gets closer to a specified quantity. Limits are

More information

Graphing Rational Functions

Graphing Rational Functions Graphing Rational Functions Return to Table of Contents 109 Vocabulary Review x-intercept: The point where a graph intersects with the x-axis and the y-value is zero. y-intercept: The point where a graph

More information

3.5 Rational Functions

3.5 Rational Functions 0 Chapter Polnomial and Rational Functions Rational Functions For a rational function, find the domain and graph the function, identifing all of the asmptotes Solve applied problems involving rational

More information

What is the reasonable domain of this volume function? (c) Can there exist a volume of 0? (d) Estimate a maximum volume for the open box.

What is the reasonable domain of this volume function? (c) Can there exist a volume of 0? (d) Estimate a maximum volume for the open box. MA 15800 Lesson 11 Summer 016 E 1: From a rectangular piece of cardboard having dimensions 0 inches by 0 inches, an open bo is to be made by cutting out identical squares of area from each corner and,

More information

Algebra 2 Notes Name: Section 8.4 Rational Functions. A function is a function whose rule can be written as a of. 1 x. =. Its graph is a, f x

Algebra 2 Notes Name: Section 8.4 Rational Functions. A function is a function whose rule can be written as a of. 1 x. =. Its graph is a, f x Algebra Notes Name: Section 8. Rational Functions DAY ONE: A function is a function whose rule can be written as a of two polynomials. The parent rational function is f. Its graph is a, which has two separate

More information

16 Rational Functions Worksheet

16 Rational Functions Worksheet 16 Rational Functions Worksheet Concepts: The Definition of a Rational Function Identifying Rational Functions Finding the Domain of a Rational Function The Big-Little Principle The Graphs of Rational

More information

TABLE OF CONTENTS CHAPTER 1 LIMIT AND CONTINUITY... 26

TABLE OF CONTENTS CHAPTER 1 LIMIT AND CONTINUITY... 26 TABLE OF CONTENTS CHAPTER LIMIT AND CONTINUITY... LECTURE 0- BASIC ALGEBRAIC EXPRESSIONS AND SOLVING EQUATIONS... LECTURE 0- INTRODUCTION TO FUNCTIONS... 9 LECTURE 0- EXPONENTIAL AND LOGARITHMIC FUNCTIONS...

More information

Calculus I Review Handout 1.3 Introduction to Calculus - Limits. by Kevin M. Chevalier

Calculus I Review Handout 1.3 Introduction to Calculus - Limits. by Kevin M. Chevalier Calculus I Review Handout 1.3 Introduction to Calculus - Limits by Kevin M. Chevalier We are now going to dive into Calculus I as we take a look at the it process. While precalculus covered more static

More information

Chapter 9 Review. By Charlie and Amy

Chapter 9 Review. By Charlie and Amy Chapter 9 Review By Charlie and Amy 9.1- Inverse and Joint Variation- Explanation There are 3 basic types of variation: direct, indirect, and joint. Direct: y = kx Inverse: y = (k/x) Joint: y=kxz k is

More information

Student Exploration: General Form of a Rational Function

Student Exploration: General Form of a Rational Function Name: Date: Student Eploration: General Form of a Rational Function Vocabulary: asymptote, degree of a polynomial, discontinuity, rational function, root Prior Knowledge Questions (Do these BEFORE using

More information

Techniques for Evaluating Limits. Techniques for Evaluating Limits. Techniques for Evaluating Limits

Techniques for Evaluating Limits. Techniques for Evaluating Limits. Techniques for Evaluating Limits PreCalc CH 12.2.notebook In the beginning of this chapter we evaluated limits of rational functions and saw that the indeterminate form gave us problems. There is a technique that can overcome this difficulty

More information

2.3 Graph Sketching: Asymptotes and Rational Functions Math 125

2.3 Graph Sketching: Asymptotes and Rational Functions Math 125 .3 Graph Sketching: Asymptotes and Rational Functions Math 15.3 GRAPH SKETCHING: ASYMPTOTES AND RATIONAL FUNCTIONS All the functions from the previous section were continuous. In this section we will concern

More information

Session 3. Rational and Radical Equations. Math 30-1 R 3. (Revisit, Review and Revive)

Session 3. Rational and Radical Equations. Math 30-1 R 3. (Revisit, Review and Revive) Session 3 Rational and Radical Equations Math 30-1 R 3 (Revisit, Review and Revive) Rational Functions Review Specific Outcome 14 Graph and analyze rational functions (limited to numerators and denominators

More information

Math 3 Coordinate Geometry Part 2 Graphing Solutions

Math 3 Coordinate Geometry Part 2 Graphing Solutions Math 3 Coordinate Geometry Part 2 Graphing Solutions 1 SOLVING SYSTEMS OF EQUATIONS GRAPHICALLY The solution of two linear equations is the point where the two lines intersect. For example, in the graph

More information

Math 121. Graphing Rational Functions Fall 2016

Math 121. Graphing Rational Functions Fall 2016 Math 121. Graphing Rational Functions Fall 2016 1. Let x2 85 x 2 70. (a) State the domain of f, and simplify f if possible. (b) Find equations for the vertical asymptotes for the graph of f. (c) For each

More information

5.2. Exploring Quotients of Polynomial Functions. EXPLORE the Math. Each row shows the graphs of two polynomial functions.

5.2. Exploring Quotients of Polynomial Functions. EXPLORE the Math. Each row shows the graphs of two polynomial functions. YOU WILL NEED graph paper coloured pencils or pens graphing calculator or graphing software Eploring Quotients of Polnomial Functions EXPLORE the Math Each row shows the graphs of two polnomial functions.

More information

Section 1.5 Transformation of Functions

Section 1.5 Transformation of Functions Section.5 Transformation of Functions 6 Section.5 Transformation of Functions Often when given a problem, we try to model the scenario using mathematics in the form of words, tables, graphs and equations

More information

4.2 Properties of Rational Functions. 188 CHAPTER 4 Polynomial and Rational Functions. Are You Prepared? Answers

4.2 Properties of Rational Functions. 188 CHAPTER 4 Polynomial and Rational Functions. Are You Prepared? Answers 88 CHAPTER 4 Polnomial and Rational Functions 5. Obtain a graph of the function for the values of a, b, and c in the following table. Conjecture a relation between the degree of a polnomial and the number

More information

Radical Functions Review

Radical Functions Review Radical Functions Review Specific Outcome 3 Graph and analyze radical functions (limited to functions involving one radical) Acceptable Standard sketch and analyze (domain, range, invariant points, - and

More information

Chapter Goals: Evaluate limits. Evaluate one-sided limits. Understand the concepts of continuity and differentiability and their relationship.

Chapter Goals: Evaluate limits. Evaluate one-sided limits. Understand the concepts of continuity and differentiability and their relationship. MA123, Chapter 3: The idea of its (pp. 47-67) Date: Chapter Goals: Evaluate its. Evaluate one-sided its. Understand the concepts of continuit and differentiabilit and their relationship. Assignments: Assignment

More information

3 = Advanced Math 3 Fall Final Exam Review. Unit 1: If f(x) = x 2 + 3, g(x) = 3x + 1, and h(x) = x + 1, evaluate each.

3 = Advanced Math 3 Fall Final Exam Review. Unit 1: If f(x) = x 2 + 3, g(x) = 3x + 1, and h(x) = x + 1, evaluate each. Advanced Math Fall Final Eam Review Name: Unit 1: If f() +, g() + 1, and h() + 1, evaluate each. 1. f(g()). f(h()). g(- 4) 4. Given ff() + 9, represent its inverse as a (a) graph, (b) chart, and (c) function.

More information

4.4 Absolute Value Equations. What is the absolute value of a number? Example 1 Simplify a) 6 b) 4 c) 7 3. Example 2 Solve x = 2

4.4 Absolute Value Equations. What is the absolute value of a number? Example 1 Simplify a) 6 b) 4 c) 7 3. Example 2 Solve x = 2 4.4 Absolute Value Equations What is the absolute value of a number? Eample Simplif a) 6 b) 4 c) 7 3 Eample Solve = Steps for solving an absolute value equation: ) Get the absolute value b itself on one

More information

Polynomial and Rational Functions

Polynomial and Rational Functions Polnomial and Rational Functions Figure -mm film, once the standard for capturing photographic images, has been made largel obsolete b digital photograph. (credit film : modification of work b Horia Varlan;

More information

9.1A Exploring Rational Functions Using Transformations

9.1A Exploring Rational Functions Using Transformations PC 30 9.A Eploring Rational Functions Using Transformations To Identify and Sketch the graph of a Rational Function with Denominator Degree One Using Transformations. RATIONAL FUNCTION: A RATIONAL FUNCTION

More information

SLOPE A MEASURE OF STEEPNESS through 7.1.5

SLOPE A MEASURE OF STEEPNESS through 7.1.5 SLOPE A MEASURE OF STEEPNESS 7.1. through 7.1.5 Students have used the equation = m + b throughout this course to graph lines and describe patterns. When the equation is written in -form, the m is the

More information

Calculus Limits Images in this handout were obtained from the My Math Lab Briggs online e-book.

Calculus Limits Images in this handout were obtained from the My Math Lab Briggs online e-book. Calculus Limits Images in this handout were obtained from the My Math Lab Briggs online e-book. A it is the value a function approaches as the input value gets closer to a specified quantity. Limits are

More information

Exploring Rational Functions

Exploring Rational Functions Name Date Period Exploring Rational Functions Part I - The numerator is a constant and the denominator is a linear factor. 1. The parent function for rational functions is: Graph and analyze this function:

More information

a) y = x 3 + 3x 2 2 b) = UNIT 4 CURVE SKETCHING 4.1 INCREASING AND DECREASING FUNCTIONS

a) y = x 3 + 3x 2 2 b) = UNIT 4 CURVE SKETCHING 4.1 INCREASING AND DECREASING FUNCTIONS UNIT 4 CURVE SKETCHING 4.1 INCREASING AND DECREASING FUNCTIONS We read graphs as we read sentences: left to right. Plainly speaking, as we scan the function from left to right, the function is said to

More information

1.5 LIMITS. The Limit of a Function

1.5 LIMITS. The Limit of a Function 60040_005.qd /5/05 :0 PM Page 49 SECTION.5 Limits 49.5 LIMITS Find its of functions graphicall and numericall. Use the properties of its to evaluate its of functions. Use different analtic techniques to

More information

Pre-Calculus Notes: Chapter 3 The Nature of Graphs

Pre-Calculus Notes: Chapter 3 The Nature of Graphs Section Families of Graphs Name: Pre-Calculus Notes: Chapter 3 The Nature of Graphs Family of graphs Parent graph A group of graphs that share similar properties The most basic graph that s transformed

More information

The domain of any rational function is all real numbers except the numbers that make the denominator zero or where q ( x)

The domain of any rational function is all real numbers except the numbers that make the denominator zero or where q ( x) We will look at the graphs of these functions, eploring their domain and end behavior. College algebra Class notes Rational Functions with Vertical, Horizontal, and Oblique Asymptotes (section 4.) Definition:

More information

Limits and Derivatives (Review of Math 249 or 251)

Limits and Derivatives (Review of Math 249 or 251) Chapter 3 Limits and Derivatives (Review of Math 249 or 251) 3.1 Overview This is the first of two chapters reviewing material from calculus; its and derivatives are discussed in this chapter, and integrals

More information

Sections 1.3 Computation of Limits

Sections 1.3 Computation of Limits 1 Sections 1.3 Computation of Limits We will shortly introduce the it laws. Limit laws allows us to evaluate the it of more complicated functions using the it of simpler ones. Theorem Suppose that c is

More information

2.2 Limit of a Function and Limit Laws

2.2 Limit of a Function and Limit Laws Limit of a Function and Limit Laws Section Notes Page Let s look at the graph y What is y()? That s right, its undefined, but what if we wanted to find the y value the graph is approaching as we get close

More information

Domain of Rational Functions

Domain of Rational Functions SECTION 46 RATIONAL FU NCTIONS SKI LLS OBJ ECTIVES Find the domain of a rational function Determine vertical, horizontal, and slant asmptotes of rational functions Graph rational functions CONCE PTUAL

More information

Watkins Mill High School. Algebra 2. Math Challenge

Watkins Mill High School. Algebra 2. Math Challenge Watkins Mill High School Algebra 2 Math Challenge "This packet will help you prepare for Algebra 2 next fall. It will be collected the first week of school. It will count as a grade in the first marking

More information

Calculus I (part 1): Limits and Continuity (by Evan Dummit, 2016, v. 2.01)

Calculus I (part 1): Limits and Continuity (by Evan Dummit, 2016, v. 2.01) Calculus I (part ): Limits and Continuity (by Evan Dummit, 206, v. 2.0) Contents Limits and Continuity. Limits (Informally)...............................................2 Limits and the Limit Laws..........................................

More information

1.1 Pearson Modeling and Equation Solving

1.1 Pearson Modeling and Equation Solving Date:. Pearson Modeling and Equation Solving Syllabus Objective:. The student will solve problems using the algebra of functions. Modeling a Function: Numerical (data table) Algebraic (equation) Graphical

More information

Math Stuart Jones. 4.3 Curve Sketching

Math Stuart Jones. 4.3 Curve Sketching 4.3 Curve Sketching In this section, we combine much of what we have talked about with derivatives thus far to draw the graphs of functions. This is useful in many situations to visualize properties of

More information

Graphing Techniques. Domain (, ) Range (, ) Squaring Function f(x) = x 2 Domain (, ) Range [, ) f( x) = x 2

Graphing Techniques. Domain (, ) Range (, ) Squaring Function f(x) = x 2 Domain (, ) Range [, ) f( x) = x 2 Graphing Techniques In this chapter, we will take our knowledge of graphs of basic functions and expand our ability to graph polynomial and rational functions using common sense, zeros, y-intercepts, stretching

More information

The Graph of a Rational Function. R x

The Graph of a Rational Function. R x Precalculus.7 Notes The Graph of a Rational Function Analyzing the Graph of a Rational Function 1. Completely factor the numerator and denominator.. List the key features of the graph. Domain: Set the

More information

Chapter 0: Algebra II Review

Chapter 0: Algebra II Review Chapter 0: Algebra II Review Topic 1: Simplifying Polynomials & Exponential Expressions p. 2 - Homework: Worksheet Topic 2: Radical Expressions p. 32 - Homework: p. 45 #33-74 Even Topic 3: Factoring All

More information

Rational Functions. Definition A rational function can be written in the form. where N(x) and D(x) are

Rational Functions. Definition A rational function can be written in the form. where N(x) and D(x) are Rational Functions Deinition A rational unction can be written in the orm () N() where N() and D() are D() polynomials and D() is not the zero polynomial. *To ind the domain o a rational unction we must

More information

7h2 Graphing Basic Rational Functions (Gebrochenrationaler Funktionen)

7h2 Graphing Basic Rational Functions (Gebrochenrationaler Funktionen) 7h Graphing Basic Rational Functions (Gebrochenrationaler Funktionen) Goals: Graph rational functions Find the zeros and y-intercepts Identify and understand the asymptotes Match graphs to their equations

More information

Section 3.7 Notes. Rational Functions. is a rational function. The graph of every rational function is smooth (no sharp corners)

Section 3.7 Notes. Rational Functions. is a rational function. The graph of every rational function is smooth (no sharp corners) Section.7 Notes Rational Functions Introduction Definition A rational function is fraction of two polynomials. For example, f(x) = x x + x 5 Properties of Rational Graphs is a rational function. The graph

More information

2.1. Definition: If a < b, then f(a) < f(b) for every a and b in that interval. If a < b, then f(a) > f(b) for every a and b in that interval.

2.1. Definition: If a < b, then f(a) < f(b) for every a and b in that interval. If a < b, then f(a) > f(b) for every a and b in that interval. 1.1 Concepts: 1. f() is INCREASING on an interval: Definition: If a < b, then f(a) < f(b) for every a and b in that interval. A positive slope for the secant line. A positive slope for the tangent line.

More information

5.2 Properties of Rational functions

5.2 Properties of Rational functions 5. Properties o Rational unctions A rational unction is a unction o the orm n n1 polynomial p an an 1 a1 a0 k k1 polynomial q bk bk 1 b1 b0 Eample 3 5 1 The domain o a rational unction is the set o all

More information

x 16 d( x) 16 n( x) 36 d( x) zeros: x 2 36 = 0 x 2 = 36 x = ±6 Section Yes. Since 1 is a polynomial (of degree 0), P(x) =

x 16 d( x) 16 n( x) 36 d( x) zeros: x 2 36 = 0 x 2 = 36 x = ±6 Section Yes. Since 1 is a polynomial (of degree 0), P(x) = 9 CHAPTER POLYNOMIAL AND RATIONAL FUNCTIONS Section -. Yes. Since is a polynomial (of degree 0), P() P( ) is a rational function if P() is a polynomial.. A vertical asymptote is a vertical line a that

More information

11.2 Techniques for Evaluating Limits

11.2 Techniques for Evaluating Limits 11.2 Techniques for Evaluating Limits Copyright Cengage Learning. All rights reserved. What You Should Learn Use the dividing out technique to evaluate limits of functions. Use the rationalizing technique

More information

g(x) h(x) f (x) = Examples sin x +1 tan x!

g(x) h(x) f (x) = Examples sin x +1 tan x! Lecture 4-5A: An Introduction to Rational Functions A Rational Function f () is epressed as a fraction with a functiong() in the numerator and a function h() in the denominator. f () = g() h() Eamples

More information

Downloaded from

Downloaded from 1 Class XI: Math Chapter 13: Limits and Derivatives Chapter Notes Key-Concepts 1. The epected value of the function as dictated by the points to the left of a point defines the left hand it of the function

More information

Learning Log Title: CHAPTER 3: ARITHMETIC PROPERTIES. Date: Lesson: Chapter 3: Arithmetic Properties

Learning Log Title: CHAPTER 3: ARITHMETIC PROPERTIES. Date: Lesson: Chapter 3: Arithmetic Properties Chapter 3: Arithmetic Properties CHAPTER 3: ARITHMETIC PROPERTIES Date: Lesson: Learning Log Title: Date: Lesson: Learning Log Title: Chapter 3: Arithmetic Properties Date: Lesson: Learning Log Title:

More information

Functions Project Core Precalculus Extra Credit Project

Functions Project Core Precalculus Extra Credit Project Name: Period: Date Due: 10/10/1 (for A das) and 10/11/1(for B das) Date Turned In: Functions Project Core Precalculus Etra Credit Project Instructions and Definitions: This project ma be used during the

More information

Unit 1: Sections Skill Set

Unit 1: Sections Skill Set MthSc 106 Fall 2011 Calculus of One Variable I : Calculus by Briggs and Cochran Section 1.1: Review of Functions Unit 1: Sections 1.1 3.3 Skill Set Find the domain and range of a function. 14, 17 13, 15,

More information

These are square roots, cube roots, etc. Intermediate algebra Class notes Radicals and Radical Functions (section 10.1)

These are square roots, cube roots, etc. Intermediate algebra Class notes Radicals and Radical Functions (section 10.1) Intermediate algebra Class notes Radicals and Radical Functions (section 10.1) These are square roots, cube roots, etc. Worksheet: Graphing Calculator Basics: This will go over basic home screen and graphing

More information

SECTION 1.3: BASIC GRAPHS and SYMMETRY

SECTION 1.3: BASIC GRAPHS and SYMMETRY (Section.3: Basic Graphs and Symmetry).3. SECTION.3: BASIC GRAPHS and SYMMETRY LEARNING OBJECTIVES Know how to graph basic functions. Organize categories of basic graphs and recognize common properties,

More information

Albertson AP Calculus AB AP CALCULUS AB SUMMER PACKET DUE DATE: The beginning of class on the last class day of the first week of school.

Albertson AP Calculus AB AP CALCULUS AB SUMMER PACKET DUE DATE: The beginning of class on the last class day of the first week of school. Albertson AP Calculus AB Name AP CALCULUS AB SUMMER PACKET 2017 DUE DATE: The beginning of class on the last class day of the first week of school. This assignment is to be done at you leisure during the

More information

TI-89 Clinic. Let s first set up our calculators so that we re all working in the same mode.

TI-89 Clinic. Let s first set up our calculators so that we re all working in the same mode. TI-89 Clinic Preliminaries Let s first set up our calculators so that we re all working in the same mode. From the home screen, select F6 new problem. Hit enter to eecute that command. This erases previous

More information

THS Step By Step Calculus Chapter 3

THS Step By Step Calculus Chapter 3 Name: Class Period: Throughout this packet there will be blanks you are expected to fill in prior to coming to class. This packet follows your Larson Textbook. Do NOT throw away! Keep in 3 ring-binder

More information

Chapter 1. Limits and Continuity. 1.1 Limits

Chapter 1. Limits and Continuity. 1.1 Limits Chapter Limits and Continuit. Limits The its is the fundamental notion of calculus. This underling concept is the thread that binds together virtuall all of the calculus ou are about to stud. In this section,

More information

Walt Whitman High School SUMMER REVIEW PACKET. For students entering AP CALCULUS BC

Walt Whitman High School SUMMER REVIEW PACKET. For students entering AP CALCULUS BC Walt Whitman High School SUMMER REVIEW PACKET For students entering AP CALCULUS BC Name: 1. This packet is to be handed in to your Calculus teacher on the first day of the school year.. All work must be

More information

Divisibility Rules and Their Explanations

Divisibility Rules and Their Explanations Divisibility Rules and Their Explanations Increase Your Number Sense These divisibility rules apply to determining the divisibility of a positive integer (1, 2, 3, ) by another positive integer or 0 (although

More information

South County Secondary School AP Calculus BC

South County Secondary School AP Calculus BC South County Secondary School AP Calculus BC Summer Assignment For students entering Calculus BC in the Fall of 8 This packet will be collected for a grade at your first class. The material covered in

More information

UNIT 2: RATIONAL EXPRESSIONS

UNIT 2: RATIONAL EXPRESSIONS INTRODUCTION UNIT 2: RATIONAL EXPRESSIONS In this unit you will learn how to do arithmetic operations with rational expressions. You will also learn how to graph rational functions, as well as solve rational

More information

Welcome. Please Sign-In

Welcome. Please Sign-In Welcome Please Sign-In Day 1 Session 1 Self-Evaluation Topics to be covered: Equations Systems of Equations Solving Inequalities Absolute Value Equations Equations Equations An equation says two things

More information

UNIT 8 STUDY SHEET POLYNOMIAL FUNCTIONS

UNIT 8 STUDY SHEET POLYNOMIAL FUNCTIONS UNIT 8 STUDY SHEET POLYNOMIAL FUNCTIONS KEY FEATURES OF POLYNOMIALS Intercepts of a function o x-intercepts - a point on the graph where y is zero {Also called the zeros of the function.} o y-intercepts

More information

3.5 Indeterminate Forms. Consider the function given by the rule f(x) = Whenever direct substitution into lim x c f(x) yields a 0 0

3.5 Indeterminate Forms. Consider the function given by the rule f(x) = Whenever direct substitution into lim x c f(x) yields a 0 0 3.5 Indeterminate Forms Introduction; Consider the function given by the rule f() = ; its graph is shown below. 0 0 situations Clearly, = 3. Note, however, that if one merely tried to plug in 0 for when

More information

Intro to Rational Expressions

Intro to Rational Expressions Intro to Rational Expressions Fractions and Exponents Review Fractions Review Adding and Subtracting Fractions Always find a common denominator when adding or subtracting fractions! a) b) Multiplying and

More information

RATIONAL FUNCTIONS Introductory Material from Earl Please read this!

RATIONAL FUNCTIONS Introductory Material from Earl Please read this! RATIONAL FUNCTIONS Introductory Material from Earl Please read this! In working with rational functions, I tend to split them up into two types: Simple rational functions are of the form or an equivalent

More information

Math 1314 Lesson 12 Curve Analysis (Polynomials) This lesson will cover analyzing polynomial functions using GeoGebra.

Math 1314 Lesson 12 Curve Analysis (Polynomials) This lesson will cover analyzing polynomial functions using GeoGebra. Math 1314 Lesson 12 Curve Analysis (Polynomials) This lesson will cover analyzing polynomial functions using GeoGebra. Suppose your company embarked on a new marketing campaign and was able to track sales

More information

x 2 + 3, r 4(x) = x2 1

x 2 + 3, r 4(x) = x2 1 Math 121 (Lesieutre); 4.2: Rational functions; September 1, 2017 1. What is a rational function? It s a function of the form p(x), where p(x) and q(x) are both polynomials. In other words, q(x) something

More information

End Behavior and Symmetry

End Behavior and Symmetry Algebra 2 Interval Notation Name: Date: Block: X Characteristics of Polynomial Functions Lesson Opener: Graph the function using transformations then identify key characteristics listed below. 1. y x 2

More information

MAT 003 Brian Killough s Instructor Notes Saint Leo University

MAT 003 Brian Killough s Instructor Notes Saint Leo University MAT 003 Brian Killough s Instructor Notes Saint Leo University Success in online courses requires self-motivation and discipline. It is anticipated that students will read the textbook and complete sample

More information