Section 3.1. Best Affine Approximations. Difference Equations to Differential Equations

Size: px
Start display at page:

Download "Section 3.1. Best Affine Approximations. Difference Equations to Differential Equations"

Transcription

1 Difference Equations to Differential Equations Section 3.1 Best Affine Approximations We are now in a position to discuss the two central problems of calculus as mentioned in Section 1.1. In this chapter we will take up the problem of finding tangent lines; in Chapter 4 we will consider the problem of finding areas. We choose this order only because the work we do in solving the tangent line problem in this chapter will be of use, through the Fundamental Theorem of Calculus, in solving area problems in the next. We begin with some preinary notation and terminology. If f is a function with domain contained in the set A and range contained in the set B, then we may denote this fact by writing f : A B. For example, if g(t) = 1 t and R denotes the set of real numbers, then the statements g : R R, g : [ 1, 1] R, and g : [ 1, 1] [0, 1] are all correct. We will work exclusively with functions of the form f : R R until Chapter 7, where we will introduce functions of the form f : R C and f : C C, where C denotes the set of complex numbers. We call a function f : R R linear if there is a constant m such that f(x) = mx for all values of x. Graphically, linear functions are functions whose graphs are straight lines passing through the origin. We call a function f : R R affine if there are constants m and b such that f(x) = mx + b for all values of x. Graphically, affine functions are functions whose graphs are straight lines, not necessarily passing through the origin. Put another way, an affine function is a first degree polynomial. Thus f(x) = 3x is both linear and affine, whereas g(t) = 4t 6 is affine but not linear. The problem of finding the tangent line for the graph of a given function f at a point (x 0, y 0 ) is really the problem of finding the affine function T which best approximates f for points close to x 0. In this section we will discuss how to solve this problem. In the remaining sections of this chapter we will consider techniques for finding best affine approximations and discuss some applications. In Chapter 5 we will see how to improve upon affine approximations by using higher degree polynomials. The following example should help to make these ideas more concrete. Example Consider the problem of approximating the function f(x) = x for values of x close to 1. For a first approximation, we might say that for x close to 1. In other words, if we let x 1 T (x) = 1 for all x, then we are saying that the affine function T is a good approximation for f when x is close to 1. Two facts characterize this statement. First, T and f agree at 1; that is, T (1) = 1 = f(1). (3.1.1) 1 Copyright c by Dan Sloughter 000

2 Best Affine Approximations Section r( x) Figure Graph of f(x) = x and an approximating affine function Second, the error committed by approximating f by T goes to 0 as x approaches 1. That is, if we let r(x) = f(x) T (x), then r(x) is the error made in approximating f by T at the point x, and x 1 r(x) = (f(x) T (x)) = ( x 1) = 1 1 = 0. (3.1.) x 1 x 1 Hence we have found an affine function which approximates our function f about x = 1 according to some reasonable criterion. However, it is easy to see that any affine function T whose graph passes through (1, 1) will satisfy (3.1.1) and (3.1.). First note that if the graph of T is a straight line passing through (1, 1) with slope m, then, using the point-slope form for the equation of a line, It then follows that and, if we again let r(x) = f(x) T (x), x 1 T (x) = m(x 1) + 1. T (1) = 1 = f(1) r(x) = (f(x) T (x)) = ( x (m(x 1) + 1)) = 1 1 = 0. x 1 x 1 See Figure for the geometrical interpretation. So now we must ask if there is a value of m which makes T, in some sense, better than any other affine function for approximating f for x near 1. In answering this question, it is convenient to let h = x 1 and to define = r(1 + h) = f(1 + h) T (1 + h), the amount of error committed when f is approximated by T at a point a distance h from 1. Since h approaches 0 as x approaches 1, (3.1.1) and (3.1.) become, in terms of R, R(0) = 0 (3.1.3)

3 Section 3.1 Best Affine Approximations m = Figure 3.1. Graphs of for different values of m and In this case, we have = 0. (3.1.4) = 1 + h (m((1 + h) 1) + 1) = 1 + h (mh + 1). Figure 3.1. shows the graphs of on the interval [ 0., 0.] for m = 0.1, 0.3, 0.4, 0.5, 0.6, 0.7, and 0.9. Note that although all these functions approach 0 as h approaches 0, one of the graphs clearly stands out from the others. Namely, when m = 0.5, the absolute value of the approximation error appears to approach 0 at a significantly faster rate than does the error for other values of m. To see why this is so, consider that = 1 + h (mh + 1) = ( 1 + h + (mh + 1) 1 + h (mh + 1)) 1 + h + (mh + 1) = 1 + h (mh + 1) 1 + h + mh + 1 = 1 + h (m h + mh + 1) 1 + h + mh + 1 = h(1 m) m h 1 + h + mh + 1. Note that when m = 0.5, the numerator reduces to m h, whereas for other values of m there is also the term h(1 m). This explains why in Figure 3.1. the graph for m = 0.5 looks parabolic while the other graphs appear more as straight lines. Moreover, since, for small values of h, h is significantly smaller than h (for example, (0.001) = is much smaller than 0.001), we see why the approximation errors when m = 0.5 are so much smaller than they are for other values of m.

4 4 Best Affine Approximations Section 3.1 Intuitively, we should think that for small values of h, behaves like a multiple of h when m 0.5 and like a multiple of h when m = 0.5. To see this algebraically, it is useful to consider the quotient h = 1 m m h 1 + h + mh + 1. Notice that = 1 m, which is 0 only when m = 0.5. We interpret this as an indication that behaves like a multiple of h for small values of h when m 0.5, but approaches 0 more rapidly than h when m = 0.5. In our example, we saw that when m = 0.5, but for all other values of m. We distinguish the two cases by saying that in the first case is o(h), whereas in the second case is only O(h). Definition Definition that whenever ɛ < h < ɛ. Note that if A function f is said to be o(h) if = 0 0 = 0. (3.1.5) A function f is said to be O(h) if there exist constants M and ɛ > 0 such h M (3.1.6) then we may find an ɛ > 0 such that = L, h L 1 whenever h < ɛ. Hence L 1 h L + 1

5 Section 3.1 Best Affine Approximations Figure Rates of convergence to 0 of f(x) = x, g(x) = x, and k(x) = x 1 3 whenever h < ɛ. If we let M be the larger of L 1 and L + 1, then this shows that h M whenever ɛ < h < ɛ. Hence we have the following proposition. Proposition If exists, then f is O(h). Note that a function which is o(h) is also O(h). Intuitively, we think of a function which is o(h) as approaching 0 faster than h as h goes to 0, and a function which is O(h) as approaching 0 at a rate which is at least as fast as that of h. Example and However, Let f(x) = x, g(x) = x, and k(x) = x 1 3. Then = 0 h = 0, g(h) = h = 0, 0 k(h) = h 1 3 = 0. 0 so f is o(h); g(h) so g is O(h), but not o(h); and k(h) = h = h = 0, = h = 1 = 1, = h 1 3 = 1 h 3 =, so k is neither o(h) nor O(h). Note in Figure the difference in the way in which these functions approach 0.

6 6 Best Affine Approximations Section 3.1 Example Let f(x) = x x. Then so f is O(h), but not o(h). = h h = (1 h) = 1, Example Let g(x) = 1 + x x. Then Thus g is o(h). g(h) = 1 + h h ( ) ( ) 1 + h (h + ) 1 + h + (h + ) = 1 + h + (h + ) = 4(1 + h) (h + ) h( 1 + h + (h + )) = 4 + 4h (h + 4h + 4) h( 1 + h + h + ) h = ( 1 + h + h + ) = = 0 4 = 0. h 1 + h + h + Example Returning to the problem of approximating f(x) = x for x close to 1, let T (x) = m(x 1) + 1 and = f(1 + h) T (1 + h). We saw above that Thus is o(h) if and only if m = 0.5. f(x) = x by the affine function = 1 m. In other words, the error in approximating T (x) = 1 (x 1) + 1 (3.1.7) goes to 0 faster as x approaches 1 than the error for any other affine function approximation. Because of this, we will call (3.1.7) the best affine approximation to f at 1. Moreover, we

7 Section 3.1 Best Affine Approximations Figure Graph of f(x) = x and its tangent line at (1, 1) will call the graph of T, which is a straight line through (1, 1) with slope 0.5, the tangent line to the graph of f at (1, 1). See Figure As an example of using T to approximate f, note that, to 4 decimal places, 1.1 = , while T (1.1) = 1 (1.1 1) + 1 = 1.05, giving a remainder of only R(0.1) = = This approximation is remarkably accurate considering the simplicity of the calculations used to obtain it. Of course, we expect the accuracy of the approximation to increase as h decreases. For example, to 4 decimal places, 1.05 = 1.047, while T (1.05) = 1 (1.05 1) + 1 = 1.05, giving a remainder of only R(0.05) = = Note that when we decreased h from 0.1 to 0.05, a factor of 1, the error went from to 0.003, a factor of 1 4. This is evidence of the quadratic nature of the error, the fact that is approaching 0 like h, not like h. Using the ideas of this example, we may now make the following definition.

8 8 Best Affine Approximations Section 3.1 Definition Let f be a function defined in an open interval about a point c. If T is an affine function such that T (c) = f(c) and = f(c + h) T (c + h) is o(h), then we call T the best affine approximation to f at c. Moreover, the graph of T is called the tangent line to the graph of f at (c, f(c)). Using the point-slope form for the equation of a line, the equation of the tangent line at (c, f(c)) may be written in the form for some slope m. That is, y f(c) = m(x c) y = m(x c) + f(c), or, in other words, the best affine approximation has the form T (x) = m(x c) + f(c). Thus, to determine T, we need only find the value of m. Since this number m is of such importance, we give it a formal definition. Definition If T (x) = m(x c) + f(c) is the best affine approximation to f at c, then we call m, the slope of the graph of T, the derivative of f at c. This value is denoted by f (c). With this notation, the best affine approximation has the form T (x) = f (c)(x c) + f(c). (3.1.8) Example As a consequence of our previous example, if f(x) = x, then f (1) = 1. Example Let f(x) = x and suppose we wish to find the best affine approximation to f at 3. Then f(3) = 9, so we will let T (x) = m(x 3) + 9 and Hence = f(3 + h) T (3 + h) = (3 + h) (mh + 9). = 9 + 6h + h mh 9 = h(6 + h m),

9 Section 3.1 Best Affine Approximations Figure Graph of f(x) = x and its tangent line at (3, 9) and so = h(6 + h m) h = (6 m + h) = 6 m. Thus is o(h) if and only if m = 6. It follows then that f (3) = 6 and the best affine approximation to f at 3 is T (x) = 6(x 3) + 9. The equation of the tangent line at (3, 9) is y = 6(x 3) + 9, or, equivalently, y = 6x 9. See Figure In Sections 3. through 3.5 we will explore techniques which will simplify greatly the process of finding derivatives. Problems 1. Consider the problem of finding an affine approximation for f(x) = sin(x) near 0. Since f(0) = 0, we let T (x) = mx and = T (h) = sin(h) mh. (a) Plot on the interval [ 0., 0.] for m = 0.0, 0., 0.4,...,.0. (b) Which value of m gives the smallest errors?. For each of the following, decide if the given function is O(h), o(h), or neither. (a) f(x) = x 3 (b) f(x) = x + 3x

10 10 Best Affine Approximations Section 3.1 (c) g(t) = 4t 3 3t (d) g(x) = 4 + x x 4 (e) f(t) = t 4 3 (f) g(t) = t t Let f(x) = x, T (x) = 1 (x 9) + 3, and S(x) = 1 (x 9) (a) Graph f, T, and S together. Note that the graphs of T and S are straight lines passing through the point (9, 3) on the graph of f. (b) Let R T (h) = f(9 + h) T (9 + h). Is R T (h) o(h)? Is it O(h)? (c) Let R S (h) = f(9 + h) S(9 + h). Is R S (h) o(h)? Is it O(h)? (d) Which of T or S is the best affine approximation to f at 9? (e) Use the best affine approximation to f at 9 to approximate 10, 8.9, and 9.3. Compare these approximations with values from your calculator. 4. Let g(z) = z, T (z) = (z 1) + 1, and S(z) = 3(z 1) + 1. (a) Graph g, T, and S together. Note that the graphs of T and S are straight lines passing through the point (1, 1) on the graph of g. (b) Let R T (h) = g(1 + h) T (1 + h). Is R T (h) o(h)? Is it O(h)? (c) Let R S (h) = g(1 + h) S(1 + h). Is R S (h) o(h)? Is it O(h)? (d) Which of T or S is the best affine approximation to g at 1? (e) Use the best affine approximation to g at 1 to approximate (1.1) and (0.999). Compare these approximations with values from your calculator. 5. Find the best affine approximation to f(x) = x at 1. What is f (1)? 6. Find the best affine approximation to g(x) = 1 x at 1. What is g (1)? 7. Find the best affine approximation to f(t) = t + t 1 at 0. What is f (0)?

Section x7 +

Section x7 + Difference Equations to Differential Equations Section 5. Polynomial Approximations In Chapter 3 we discussed the problem of finding the affine function which best approximates a given function about some

More information

Section 3.9. The Geometry of Graphs. Difference Equations to Differential Equations

Section 3.9. The Geometry of Graphs. Difference Equations to Differential Equations Difference Equations to Differential Equations Section 3.9 The Geometry of Graphs In Section. we discussed the graph of a function y = f(x) in terms of plotting points (x, f(x)) for many different values

More information

Section 3.7. Rolle s Theorem and the Mean Value Theorem

Section 3.7. Rolle s Theorem and the Mean Value Theorem Section.7 Rolle s Theorem and the Mean Value Theorem The two theorems which are at the heart of this section draw connections between the instantaneous rate of change and the average rate of change of

More information

Section 5.8. Taylor Series

Section 5.8. Taylor Series Difference Equations to Differential Equations Section 5.8 Taylor Series In this section we will put together much of the work of Sections 5.-5.7 in the context of a discussion of Taylor series. We begin

More information

Math 261 Calculus I. Test 1 Study Guide. Name. Decide whether the limit exists. If it exists, find its value. 1) lim x 1. f(x) 2) lim x -1/2 f(x)

Math 261 Calculus I. Test 1 Study Guide. Name. Decide whether the limit exists. If it exists, find its value. 1) lim x 1. f(x) 2) lim x -1/2 f(x) Math 261 Calculus I Test 1 Study Guide Name Decide whether the it exists. If it exists, find its value. 1) x 1 f(x) 2) x -1/2 f(x) Complete the table and use the result to find the indicated it. 3) If

More information

Chapter 2: Functions, Limits and Continuity

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

More information

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

Limits, Continuity, and the Derivative

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

More information

Lecture 9 4.1: Derivative Rules MTH 124

Lecture 9 4.1: Derivative Rules MTH 124 Today we will see that the derivatives of classes of functions behave in similar ways. This is nice because by noticing this general pattern we can develop derivative rules which will make taking derivative

More information

Jim Lambers MAT 460 Fall Semester Lecture 2 Notes

Jim Lambers MAT 460 Fall Semester Lecture 2 Notes Jim Lambers MAT 460 Fall Semester 2009-10 Lecture 2 Notes These notes correspond to Section 1.1 in the text. Review of Calculus Among the mathematical problems that can be solved using techniques from

More information

Chapter Five Notes N P U2C5

Chapter Five Notes N P U2C5 Chapter Five Notes N P UC5 Name Period Section 5.: Linear and Quadratic Functions with Modeling In every math class you have had since algebra you have worked with equations. Most of those equations have

More information

The Mean Value Theorem

The Mean Value Theorem Math 31A Discussion Session Week 6 Notes February 9 and 11, 2016 This week we ll discuss some (unsurprising) properties of the derivative, and then try to use some of these properties to solve a real-world

More information

Ch 7 Summary - POLYNOMIAL FUNCTIONS

Ch 7 Summary - POLYNOMIAL FUNCTIONS Ch 7 Summary - POLYNOMIAL FUNCTIONS 1. An open-top box is to be made by cutting congruent squares of side length x from the corners of a 8.5- by 11-inch sheet of cardboard and bending up the sides. a)

More information

Math 1: Calculus with Algebra Midterm 2 Thursday, October 29. Circle your section number: 1 Freund 2 DeFord

Math 1: Calculus with Algebra Midterm 2 Thursday, October 29. Circle your section number: 1 Freund 2 DeFord Math 1: Calculus with Algebra Midterm 2 Thursday, October 29 Name: Circle your section number: 1 Freund 2 DeFord Please read the following instructions before starting the exam: This exam is closed book,

More information

Section 0.2 & 0.3 Worksheet. Types of Functions

Section 0.2 & 0.3 Worksheet. Types of Functions MATH 1142 NAME Section 0.2 & 0.3 Worksheet Types of Functions Now that we have discussed what functions are and some of their characteristics, we will explore different types of functions. Section 0.2

More information

Unit 2: Solving Scalar Equations. Notes prepared by: Amos Ron, Yunpeng Li, Mark Cowlishaw, Steve Wright Instructor: Steve Wright

Unit 2: Solving Scalar Equations. Notes prepared by: Amos Ron, Yunpeng Li, Mark Cowlishaw, Steve Wright Instructor: Steve Wright cs416: introduction to scientific computing 01/9/07 Unit : Solving Scalar Equations Notes prepared by: Amos Ron, Yunpeng Li, Mark Cowlishaw, Steve Wright Instructor: Steve Wright 1 Introduction We now

More information

Week #1 The Exponential and Logarithm Functions Section 1.2

Week #1 The Exponential and Logarithm Functions Section 1.2 Week #1 The Exponential and Logarithm Functions Section 1.2 From Calculus, Single Variable by Hughes-Hallett, Gleason, McCallum et. al. Copyright 2005 by John Wiley & Sons, Inc. This material is used by

More information

Families of Functions, Taylor Polynomials, l Hopital s

Families of Functions, Taylor Polynomials, l Hopital s Unit #6 : Rule Families of Functions, Taylor Polynomials, l Hopital s Goals: To use first and second derivative information to describe functions. To be able to find general properties of families of functions.

More information

The Mean Value Theorem and its Applications

The Mean Value Theorem and its Applications The Mean Value Theorem and its Applications Professor Richard Blecksmith richard@math.niu.edu Dept. of Mathematical Sciences Northern Illinois University http://math.niu.edu/ richard/math229 1. Extreme

More information

Section 1.4 Tangents and Velocity

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

More information

Section 3.1: Definition and Examples (Vector Spaces)

Section 3.1: Definition and Examples (Vector Spaces) Section 3.1: Definition and Examples (Vector Spaces) 1. Examples Euclidean Vector Spaces: The set of n-length vectors that we denoted by R n is a vector space. For simplicity, let s consider n = 2. A vector

More information

Student Study Session. Theorems

Student Study Session. Theorems Students should be able to apply and have a geometric understanding of the following: Intermediate Value Theorem Mean Value Theorem for derivatives Extreme Value Theorem Name Formal Statement Restatement

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

Absolute and Local Extrema

Absolute and Local Extrema Extrema of Functions We can use the tools of calculus to help us understand and describe the shapes of curves. Here is some of the data that derivatives f (x) and f (x) can provide about the shape of the

More information

function independent dependent domain range graph of the function The Vertical Line Test

function independent dependent domain range graph of the function The Vertical Line Test Functions A quantity y is a function of another quantity x if there is some rule (an algebraic equation, a graph, a table, or as an English description) by which a unique value is assigned to y by a corresponding

More information

Infinite series, improper integrals, and Taylor series

Infinite series, improper integrals, and Taylor series Chapter 2 Infinite series, improper integrals, and Taylor series 2. Introduction to series In studying calculus, we have explored a variety of functions. Among the most basic are polynomials, i.e. functions

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

1 Calculus - Optimization - Applications

1 Calculus - Optimization - Applications 1 Calculus - Optimization - Applications The task of finding points at which a function takes on a local maximum or minimum is called optimization, a word derived from applications in which one often desires

More information

Week 4: Differentiation for Functions of Several Variables

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

More information

CHAPTER 2 POLYNOMIALS KEY POINTS

CHAPTER 2 POLYNOMIALS KEY POINTS CHAPTER POLYNOMIALS KEY POINTS 1. Polynomials of degrees 1, and 3 are called linear, quadratic and cubic polynomials respectively.. A quadratic polynomial in x with real coefficient is of the form a x

More information

14 Increasing and decreasing functions

14 Increasing and decreasing functions 14 Increasing and decreasing functions 14.1 Sketching derivatives READING Read Section 3.2 of Rogawski Reading Recall, f (a) is the gradient of the tangent line of f(x) at x = a. We can use this fact to

More information

. As x gets really large, the last terms drops off and f(x) ½x

. As x gets really large, the last terms drops off and f(x) ½x Pre-AP Algebra 2 Unit 8 -Lesson 3 End behavior of rational functions Objectives: Students will be able to: Determine end behavior by dividing and seeing what terms drop out as x Know that there will be

More information

1.1 : (The Slope of a straight Line)

1.1 : (The Slope of a straight Line) 1.1 : (The Slope of a straight Line) Equations of Nonvertical Lines: A nonvertical line L has an equation of the form y mx b. The number m is called the slope of L and the point (0, b) is called the y-intercept.

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

MATH 13100/58 Class 6

MATH 13100/58 Class 6 MATH 13100/58 Class 6 Minh-Tam Trinh Today and Friday, we cover the equivalent of Chapters 1.1-1.2 in Purcell Varberg Rigdon. 1. Calculus is about two kinds of operations on functions: differentiation

More information

Higher Portfolio Quadratics and Polynomials

Higher Portfolio Quadratics and Polynomials Higher Portfolio Quadratics and Polynomials Higher 5. Quadratics and Polynomials Section A - Revision Section This section will help you revise previous learning which is required in this topic R1 I have

More information

B553 Lecture 1: Calculus Review

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

More information

Taylor and Maclaurin Series. Approximating functions using Polynomials.

Taylor and Maclaurin Series. Approximating functions using Polynomials. Taylor and Maclaurin Series Approximating functions using Polynomials. Approximating f x = e x near x = 0 In order to approximate the function f x = e x near x = 0, we can use the tangent line (The Linear

More information

Chapter 8: Taylor s theorem and L Hospital s rule

Chapter 8: Taylor s theorem and L Hospital s rule Chapter 8: Taylor s theorem and L Hospital s rule Theorem: [Inverse Mapping Theorem] Suppose that a < b and f : [a, b] R. Given that f (x) > 0 for all x (a, b) then f 1 is differentiable on (f(a), f(b))

More information

ExtremeValuesandShapeofCurves

ExtremeValuesandShapeofCurves ExtremeValuesandShapeofCurves Philippe B. Laval Kennesaw State University March 23, 2005 Abstract This handout is a summary of the material dealing with finding extreme values and determining the shape

More information

Taylor and Maclaurin Series. Approximating functions using Polynomials.

Taylor and Maclaurin Series. Approximating functions using Polynomials. Taylor and Maclaurin Series Approximating functions using Polynomials. Approximating f x = e x near x = 0 In order to approximate the function f x = e x near x = 0, we can use the tangent line (The Linear

More information

AP Calculus Summer Prep

AP Calculus Summer Prep AP Calculus Summer Prep Topics from Algebra and Pre-Calculus (Solutions are on the Answer Key on the Last Pages) The purpose of this packet is to give you a review of basic skills. You are asked to have

More information

AP Calculus Worksheet: Chapter 2 Review Part I

AP Calculus Worksheet: Chapter 2 Review Part I AP Calculus Worksheet: Chapter 2 Review Part I 1. Given y = f(x), what is the average rate of change of f on the interval [a, b]? What is the graphical interpretation of your answer? 2. The derivative

More information

Function Terminology and Types of Functions

Function Terminology and Types of Functions 1.2: Rate of Change by Equation, Graph, or Table [AP Calculus AB] Objective: Given a function y = f(x) specified by a graph, a table of values, or an equation, describe whether the y-value is increasing

More information

CALCULUS JIA-MING (FRANK) LIOU

CALCULUS JIA-MING (FRANK) LIOU CALCULUS JIA-MING (FRANK) LIOU Abstract. Contents. Power Series.. Polynomials and Formal Power Series.2. Radius of Convergence 2.3. Derivative and Antiderivative of Power Series 4.4. Power Series Expansion

More information

, a 1. , a 2. ,..., a n

, a 1. , a 2. ,..., a n CHAPTER Points to Remember :. Let x be a variable, n be a positive integer and a 0, a, a,..., a n be constants. Then n f ( x) a x a x... a x a, is called a polynomial in variable x. n n n 0 POLNOMIALS.

More information

2.1 Functions and Their Graphs. Copyright Cengage Learning. All rights reserved.

2.1 Functions and Their Graphs. Copyright Cengage Learning. All rights reserved. 2.1 Functions and Their Graphs Copyright Cengage Learning. All rights reserved. Functions A manufacturer would like to know how his company s profit is related to its production level; a biologist would

More information

6.2 Their Derivatives

6.2 Their Derivatives Exponential Functions and 6.2 Their Derivatives Copyright Cengage Learning. All rights reserved. Exponential Functions and Their Derivatives The function f(x) = 2 x is called an exponential function because

More information

Tangent Lines and Derivatives

Tangent Lines and Derivatives The Derivative and the Slope of a Graph Tangent Lines and Derivatives Recall that the slope of a line is sometimes referred to as a rate of change. In particular, we are referencing the rate at which the

More information

Final Exam C Name i D) 2. Solve the equation by factoring. 4) x2 = x + 72 A) {1, 72} B) {-8, 9} C) {-8, -9} D) {8, 9} 9 ± i

Final Exam C Name i D) 2. Solve the equation by factoring. 4) x2 = x + 72 A) {1, 72} B) {-8, 9} C) {-8, -9} D) {8, 9} 9 ± i Final Exam C Name First, write the value(s) that make the denominator(s) zero. Then solve the equation. 7 ) x + + 3 x - = 6 (x + )(x - ) ) A) No restrictions; {} B) x -, ; C) x -; {} D) x -, ; {2} Add

More information

1) The line has a slope of ) The line passes through (2, 11) and. 6) r(x) = x + 4. From memory match each equation with its graph.

1) The line has a slope of ) The line passes through (2, 11) and. 6) r(x) = x + 4. From memory match each equation with its graph. Review Test 2 Math 1314 Name Write an equation of the line satisfying the given conditions. Write the answer in standard form. 1) The line has a slope of - 2 7 and contains the point (3, 1). Use the point-slope

More information

Introduction to Topology

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

More information

Math 131. The Derivative and the Tangent Line Problem Larson Section 2.1

Math 131. The Derivative and the Tangent Line Problem Larson Section 2.1 Math 131. The Derivative and the Tangent Line Problem Larson Section.1 From precalculus, the secant line through the two points (c, f(c)) and (c +, f(c + )) is given by m sec = rise f(c + ) f(c) f(c +

More information

Polynomial Review Problems

Polynomial Review Problems Polynomial Review Problems 1. Find polynomial function formulas that could fit each of these graphs. Remember that you will need to determine the value of the leading coefficient. The point (0,-3) is on

More information

Math 150 Midterm 1 Review Midterm 1 - Monday February 28

Math 150 Midterm 1 Review Midterm 1 - Monday February 28 Math 50 Midterm Review Midterm - Monday February 28 The midterm will cover up through section 2.2 as well as the little bit on inverse functions, exponents, and logarithms we included from chapter 5. Notes

More information

MA 123 September 8, 2016

MA 123 September 8, 2016 Instantaneous velocity and its Today we first revisit the notion of instantaneous velocity, and then we discuss how we use its to compute it. Learning Catalytics session: We start with a question about

More information

3. Use absolute value notation to write an inequality that represents the statement: x is within 3 units of 2 on the real line.

3. Use absolute value notation to write an inequality that represents the statement: x is within 3 units of 2 on the real line. PreCalculus Review Review Questions 1 The following transformations are applied in the given order) to the graph of y = x I Vertical Stretch by a factor of II Horizontal shift to the right by units III

More information

Approximation, Taylor Polynomials, and Derivatives

Approximation, Taylor Polynomials, and Derivatives Approximation, Taylor Polynomials, and Derivatives Derivatives for functions f : R n R will be central to much of Econ 501A, 501B, and 520 and also to most of what you ll do as professional economists.

More information

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

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

More information

MATH 1902: Mathematics for the Physical Sciences I

MATH 1902: Mathematics for the Physical Sciences I MATH 1902: Mathematics for the Physical Sciences I Dr Dana Mackey School of Mathematical Sciences Room A305 A Email: Dana.Mackey@dit.ie Dana Mackey (DIT) MATH 1902 1 / 46 Module content/assessment Functions

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

King Fahd University of Petroleum and Minerals Prep-Year Math Program Math Term 161 Recitation (R1, R2)

King Fahd University of Petroleum and Minerals Prep-Year Math Program Math Term 161 Recitation (R1, R2) Math 001 - Term 161 Recitation (R1, R) Question 1: How many rational and irrational numbers are possible between 0 and 1? (a) 1 (b) Finite (c) 0 (d) Infinite (e) Question : A will contain how many elements

More information

Chapter 1. Functions 1.1. Functions and Their Graphs

Chapter 1. Functions 1.1. Functions and Their Graphs 1.1 Functions and Their Graphs 1 Chapter 1. Functions 1.1. Functions and Their Graphs Note. We start by assuming that you are familiar with the idea of a set and the set theoretic symbol ( an element of

More information

Calculus. Weijiu Liu. Department of Mathematics University of Central Arkansas 201 Donaghey Avenue, Conway, AR 72035, USA

Calculus. Weijiu Liu. Department of Mathematics University of Central Arkansas 201 Donaghey Avenue, Conway, AR 72035, USA Calculus Weijiu Liu Department of Mathematics University of Central Arkansas 201 Donaghey Avenue, Conway, AR 72035, USA 1 Opening Welcome to your Calculus I class! My name is Weijiu Liu. I will guide you

More information

The Derivative. Appendix B. B.1 The Derivative of f. Mappings from IR to IR

The Derivative. Appendix B. B.1 The Derivative of f. Mappings from IR to IR Appendix B The Derivative B.1 The Derivative of f In this chapter, we give a short summary of the derivative. Specifically, we want to compare/contrast how the derivative appears for functions whose domain

More information

Linear Equations. Find the domain and the range of the following set. {(4,5), (7,8), (-1,3), (3,3), (2,-3)}

Linear Equations. Find the domain and the range of the following set. {(4,5), (7,8), (-1,3), (3,3), (2,-3)} Linear Equations Domain and Range Domain refers to the set of possible values of the x-component of a point in the form (x,y). Range refers to the set of possible values of the y-component of a point in

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

Math 1B, lecture 15: Taylor Series

Math 1B, lecture 15: Taylor Series Math B, lecture 5: Taylor Series Nathan Pflueger October 0 Introduction Taylor s theorem shows, in many cases, that the error associated with a Taylor approximation will eventually approach 0 as the degree

More information

Section 1.x: The Variety of Asymptotic Experiences

Section 1.x: The Variety of Asymptotic Experiences calculus sin frontera Section.x: The Variety of Asymptotic Experiences We talked in class about the function y = /x when x is large. Whether you do it with a table x-value y = /x 0 0. 00.0 000.00 or with

More information

Calculus (Math 1A) Lecture 4

Calculus (Math 1A) Lecture 4 Calculus (Math 1A) Lecture 4 Vivek Shende August 31, 2017 Hello and welcome to class! Last time We discussed shifting, stretching, and composition. Today We finish discussing composition, then discuss

More information

2 Complex Functions and the Cauchy-Riemann Equations

2 Complex Functions and the Cauchy-Riemann Equations 2 Complex Functions and the Cauchy-Riemann Equations 2.1 Complex functions In one-variable calculus, we study functions f(x) of a real variable x. Likewise, in complex analysis, we study functions f(z)

More information

Calculus (Math 1A) Lecture 4

Calculus (Math 1A) Lecture 4 Calculus (Math 1A) Lecture 4 Vivek Shende August 30, 2017 Hello and welcome to class! Hello and welcome to class! Last time Hello and welcome to class! Last time We discussed shifting, stretching, and

More information

1 Functions, Graphs and Limits

1 Functions, Graphs and Limits 1 Functions, Graphs and Limits 1.1 The Cartesian Plane In this course we will be dealing a lot with the Cartesian plane (also called the xy-plane), so this section should serve as a review of it and its

More information

MORE APPLICATIONS OF DERIVATIVES. David Levermore. 17 October 2000

MORE APPLICATIONS OF DERIVATIVES. David Levermore. 17 October 2000 MORE APPLICATIONS OF DERIVATIVES David Levermore 7 October 2000 This is a review of material pertaining to local approximations and their applications that are covered sometime during a year-long calculus

More information

Section 3.1: Definition and Examples (Vector Spaces), Completed

Section 3.1: Definition and Examples (Vector Spaces), Completed Section 3.1: Definition and Examples (Vector Spaces), Completed 1. Examples Euclidean Vector Spaces: The set of n-length vectors that we denoted by R n is a vector space. For simplicity, let s consider

More information

Mathematics AQA Advanced Subsidiary GCE Core 1 (MPC1) January 2010

Mathematics AQA Advanced Subsidiary GCE Core 1 (MPC1) January 2010 Link to past paper on AQA website: http://store.aqa.org.uk/qual/gce/pdf/aqa-mpc1-w-qp-jan10.pdf These solutions are for your personal use only. DO NOT photocopy or pass on to third parties. If you are

More information

Math 131. Increasing/Decreasing Functions and First Derivative Test Larson Section 3.3

Math 131. Increasing/Decreasing Functions and First Derivative Test Larson Section 3.3 Math 131. Increasing/Decreasing Functions and First Derivative Test Larson Section 3.3 Increasing and Decreasing Functions. A function f is increasing on an interval if for any two numbers x 1 and x 2

More information

Reading Mathematical Expressions & Arithmetic Operations Expression Reads Note

Reading Mathematical Expressions & Arithmetic Operations Expression Reads Note Math 001 - Term 171 Reading Mathematical Expressions & Arithmetic Operations Expression Reads Note x A x belongs to A,x is in A Between an element and a set. A B A is a subset of B Between two sets. φ

More information

Introduction to Proofs in Analysis. updated December 5, By Edoh Y. Amiran Following the outline of notes by Donald Chalice INTRODUCTION

Introduction to Proofs in Analysis. updated December 5, By Edoh Y. Amiran Following the outline of notes by Donald Chalice INTRODUCTION Introduction to Proofs in Analysis updated December 5, 2016 By Edoh Y. Amiran Following the outline of notes by Donald Chalice INTRODUCTION Purpose. These notes intend to introduce four main notions from

More information

MATH 1130 Exam 1 Review Sheet

MATH 1130 Exam 1 Review Sheet MATH 1130 Exam 1 Review Sheet The Cartesian Coordinate Plane The Cartesian Coordinate Plane is a visual representation of the collection of all ordered pairs (x, y) where x and y are real numbers. This

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

Chapter 1 Functions and Limits

Chapter 1 Functions and Limits Contents Chapter 1 Functions and Limits Motivation to Chapter 1 2 4 Tangent and Velocity Problems 3 4.1 VIDEO - Secant Lines, Average Rate of Change, and Applications......................... 3 4.2 VIDEO

More information

Week 5: Functions and graphs

Week 5: Functions and graphs Calculus and Linear Algebra for Biomedical Engineering Week 5: Functions and graphs H. Führ, Lehrstuhl A für Mathematik, RWTH Aachen, WS 07 Motivation: Measurements at fixed intervals 1 Consider a sequence

More information

A Library of Functions

A Library of Functions LibraryofFunctions.nb 1 A Library of Functions Any study of calculus must start with the study of functions. Functions are fundamental to mathematics. In its everyday use the word function conveys to us

More information

Solutions: Test #2, Set #3

Solutions: Test #2, Set #3 Math Xa Fall 2002 Solutions: Test #2, Set #3 These answers are provided to give you something to check your answers against and to give you some idea of how the problems were solved. Remember than on an

More information

Section III.6. Factorization in Polynomial Rings

Section III.6. Factorization in Polynomial Rings III.6. Factorization in Polynomial Rings 1 Section III.6. Factorization in Polynomial Rings Note. We push several of the results in Section III.3 (such as divisibility, irreducibility, and unique factorization)

More information

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

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

More information

3 Geometrical Use of The Rate of Change

3 Geometrical Use of The Rate of Change Arkansas Tech University MATH 224: Business Calculus Dr. Marcel B. Finan Geometrical Use of The Rate of Change Functions given by tables of values have their limitations in that nearly always leave gaps.

More information

AP Calculus Chapter 9: Infinite Series

AP Calculus Chapter 9: Infinite Series AP Calculus Chapter 9: Infinite Series 9. Sequences a, a 2, a 3, a 4, a 5,... Sequence: A function whose domain is the set of positive integers n = 2 3 4 a n = a a 2 a 3 a 4 terms of the sequence Begin

More information

Chapter 2: Unconstrained Extrema

Chapter 2: Unconstrained Extrema Chapter 2: Unconstrained Extrema Math 368 c Copyright 2012, 2013 R Clark Robinson May 22, 2013 Chapter 2: Unconstrained Extrema 1 Types of Sets Definition For p R n and r > 0, the open ball about p of

More information

Calculus The Mean Value Theorem October 22, 2018

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

More information

Everything Old Is New Again: Connecting Calculus To Algebra Andrew Freda

Everything Old Is New Again: Connecting Calculus To Algebra Andrew Freda Everything Old Is New Again: Connecting Calculus To Algebra Andrew Freda (afreda@deerfield.edu) ) Limits a) Newton s Idea of a Limit Perhaps it may be objected, that there is no ultimate proportion of

More information

6x 2 8x + 5 ) = 12x 8. f (x) ) = d (12x 8) = 12

6x 2 8x + 5 ) = 12x 8. f (x) ) = d (12x 8) = 12 AMS/ECON 11A Class Notes 11/6/17 UCSC *) Higher order derivatives Example. If f = x 3 x + 5x + 1, then f = 6x 8x + 5 Observation: f is also a differentiable function... d f ) = d 6x 8x + 5 ) = 1x 8 dx

More information

REVIEW OF DIFFERENTIAL CALCULUS

REVIEW OF DIFFERENTIAL CALCULUS REVIEW OF DIFFERENTIAL CALCULUS DONU ARAPURA 1. Limits and continuity To simplify the statements, we will often stick to two variables, but everything holds with any number of variables. Let f(x, y) be

More information

1 Question related to polynomials

1 Question related to polynomials 07-08 MATH00J Lecture 6: Taylor Series Charles Li Warning: Skip the material involving the estimation of error term Reference: APEX Calculus This lecture introduced Taylor Polynomial and Taylor Series

More information

3.4 Using the First Derivative to Test Critical Numbers (4.3)

3.4 Using the First Derivative to Test Critical Numbers (4.3) 118 CHAPTER 3. APPLICATIONS OF THE DERIVATIVE 3.4 Using the First Derivative to Test Critical Numbers (4.3) 3.4.1 Theory: The rst derivative is a very important tool when studying a function. It is important

More information

Math 132 Mean Value Theorem Stewart 3.2

Math 132 Mean Value Theorem Stewart 3.2 Math 132 Mean Value Theorem Stewart 3.2 Vanishing derivatives. We will prove some basic theorems which relate the derivative of a function with the values of the function, culminating in the Uniqueness

More information

3.1 Derivative Formulas for Powers and Polynomials

3.1 Derivative Formulas for Powers and Polynomials 3.1 Derivative Formulas for Powers and Polynomials First, recall that a derivative is a function. We worked very hard in 2.2 to interpret the derivative of a function visually. We made the link, in Ex.

More information

Final Exam A Name. 20 i C) Solve the equation by factoring. 4) x2 = x + 30 A) {-5, 6} B) {5, 6} C) {1, 30} D) {-5, -6} -9 ± i 3 14

Final Exam A Name. 20 i C) Solve the equation by factoring. 4) x2 = x + 30 A) {-5, 6} B) {5, 6} C) {1, 30} D) {-5, -6} -9 ± i 3 14 Final Exam A Name First, write the value(s) that make the denominator(s) zero. Then solve the equation. 1 1) x + 3 + 5 x - 3 = 30 (x + 3)(x - 3) 1) A) x -3, 3; B) x -3, 3; {4} C) No restrictions; {3} D)

More information

MAT 122 Homework 7 Solutions

MAT 122 Homework 7 Solutions MAT 1 Homework 7 Solutions Section 3.3, Problem 4 For the function w = (t + 1) 100, we take the inside function to be z = t + 1 and the outside function to be z 100. The derivative of the inside function

More information