f(x) x

Size: px
Start display at page:

Download "f(x) x"

Transcription

1 2 Function 2.1 Function notation The equation f(x) = x defines a function f from the set R of real numbers to itself (written f : R R). This function accepts an input value x and returns an output value f(x), which, according to the equation, is obtained by squaring the input value and adding 3. For instance, when the input is 5, the output is f(5), which is 28. One way to study a given function is to make a table of input values x versus output values f(x), here illustrated for the function f(x) = x 2 + 3: f(x) x Input values can be chosen to be anything, but they are usually chosen to be convenient numbers (often integers) close to the region of interest (often not far from 0). A Venn diagram provides a useful way to think about a function. Pictured below is a Venn diagram representation of the function f(x) = x It shows a general input value x being mapped to the corresponding output value f(x) as well as how this mapping works for the chosen inputs. The bubble on the left represents the domain of f (here, R), which is the set of input values. The bubble on the right represents the codomain of f (here, R), which is a set containing the output values. 1

2 2 FUNCTION 2 The range of f is the set of all values that actually occur as outputs. Here, the range is the set [3, ) of all numbers greater than or equal to 3 (the smallest x 2 can be is 0). If a function f has domain A and codomain B we write f : A B and say that f is a function from A to B. Strictly speaking, in order to define a function, one must specify the domain and the codomain as we did above when we said that f was a function from the set R of real numbers to itself. However, if a function is given by means of a formula, like f(x) = x 2 + 3, we assume that the domain is taken to be the set of all real numbers x for which the expression on the right makes sense (usually meaning no division by 0 or even roots of negative numbers), and the codomain is taken to be the set of all real numbers. Instead of saying something like the function f given by f(x) = x 2 + 3, we will often say the function f(x) = x 2 + 3, or even just the function x when there is no need to give the function a name Example Let f(x) = 2x 3 x 1. (a) Find f(5). (b) Find f(x + h). (c) Find the domain of f. Solution 5: (a) We get f(5) by replacing every occurrence of x in the formula by f(5) = 2(5) = 7 2. (b) The expression f(x + h) will come up when we talk about the derivative of a function. It is computed just as before: Replace every occurrence of x in the formula by x + h. If this is found to be confusing, it might help to imagine the formula as being f( ) = 2( ) 3, 1 so that f(x + h) is obtained by putting x + h in every box: f(x + h) = The parentheses in 2(x + h) are essential. 2(x + h) 3 x + h 1. (c) Since the square root of a negative number is undefined, the formula requires x 1 0. But division by zero is also undefined, so there is the further requirement x 1 0. Putting these together, we get x 1 > 0, which is the

3 2 FUNCTION 3 same as saying x > 1. Therefore, the domain of f is (1, ), the set of all real numbers greater than 1. Incidentally, the codomain of f in the example is taken to be R as usual. It is usually not an easy task to find the range of a function, and that is the case in this example. An accurate graph of the function (see 2.2) usually helps considerably; we will find that calculus provides a means for producing accurate graphs. 2.2 Graph of function Let f be a function (by which we always mean a function from some subset of R to R). The graph of f is the set of all points (x, f(x)) with x in the domain of f Example Sketch the graph of the function f given by f(x) = x 2. Solution We are to depict all points in the plane of the form (x, f(x)) (that is, (x, x 2 )), with x in the domain of f, which is R. We make a table of inputs versus outputs for some conveniently chosen input values, plot those points, and then connect them to form the graph: x f(x) This method of plotting points and connecting them to form the graph brings up a question: How do we know that the graph proceeds smoothly between the points we plotted and does not have, say, ripples? It turns out that calculus gives the answer; it shows that the graph is in fact smooth. We will see why later, but for now we will take it on faith that this is the case. The graph of the function f(x) = x 2 is the same as the graph of the equation y = x 2 (so, replace f(x) by y). The graph of y = x 2 is the set of all points (x, y)

4 2 FUNCTION 4 that satisfy the equation. More generally, the graph of a function f is the graph of the equation y = f(x) Example Sketch the graph of the function f given by { f(x) = 1 x, x 0 2, x > 0. Solution This is what is called a piecewise-defined function. For x 0, the function is given by f(x) = 1 x, and for x > 0, the function is given by f(x) = 2. The graph is the same as that of the line y = 1 x all the way up to and including x = 0, and then it changes to the graph of the horizontal line y = 2 from that point on: It was mentioned earlier that having an accurate graph aids one in the determination of the range of a function. Since the graph of f consists of all points (x, f(x)), the range of f is the set of y-coordinates of the points on the graph. As a practical matter, one can quickly visualize the range by projecting the graph horizontally (from both directions) onto the y-axis. In the first example above, the range is [0, ) (which we could have determined without looking at the graph). In the second example, the range is [1, ). 2.3 Composition of functions The function f(x) = (2x + 3) 2 can be thought of as being built up from the two simpler functions g(x) = 2x + 3 and h(x) = x 2 : f(x) = (2x + 3) 2 = (g(x)) 2 = h(g(x)). For a given input x, the function g produces the output g(x). With this output used as input, the function h produces the output h(g(x)). According to the equation above, the function f has the same effect as this two-step process.

5 2 FUNCTION 5 The composition of the functions g and h is the function h g given by (h g)(x) = h(g(x)). Here is a Venn diagram depiction of the composition h g: For the particular functions defined above, we have the relationship f = h g (which means that f(x) = (h g)(x) for all x) Example Find (h g)(x), given that g(x) = x+1 and h(x) = x 2x. Solution We have (h g)(x) = h(g(x)) = g(x) 2g(x) = x + 1 2(x + 1). In the example, g has domain R, while h g has domain [ 1, ). This shows that the domain of a composition can be smaller than the domain of the first function applied. 2.4 Identity function The simplest function is the identity function ε defined by ε(x) = x. Given the input value x, it returns the output value x, so, in effect, it does nothing. The graph of this function is the graph of the equation y = x (the 45 line through the origin). For any function f, we have ε f = f and f ε = f, since (ε f)(x) = ε(f(x)) = f(x) and (f ε)(x) = f(ε(x)) = f(x). With composition viewed as a sort of multiplication, these equations show that ε acts like a multiplicative identity (like the number 1). This is why ε is called the identity function.

6 2 FUNCTION Inverse function Let f(x) = x 3 and g(x) = 3 x. These functions satisfy g(f(x)) = x and f(g(x)) = x, since g(f(x)) = 3 f(x) = 3 x 3 = x and f(g(x)) = (g(x)) 3 = ( 3 x) 3 = x. The equation g(f(x)) = x says that an input x, changed by f to f(x), gets changed back to x by g, that is, g undoes what f does. For example, 2 f 8 g 2. Similarly, the equation f(g(x)) = x says that f undoes what g does. We say that g is an inverse of f. Existence of inverse function. Not every function has an inverse. For instance, the squaring function f(x) = x 2 has no inverse. One might suppose that the square root function g(x) = x undoes what f does, since, for instance, 2 f 4 g 2. However, it does not work for every input value. For example, 2 f 4 g 2. The problem is that the squaring function f sends two inputs to the same output (both 2 and 2 get sent to 4). Put another way, the graph of f fails the horizontal line test. (A graph is said to pass the horizontal line test if each horizontal line intersects the graph in at most one point.) Indeed, the horizontal line y = 4 intersects the graph of f at both ( 2, 4) and (2, 4). The remedy is to use a smaller domain for f, that is, to allow fewer input values. If we declare the domain of f to be just the set [0, ) of nonnegative real numbers, then it is no longer the case that f sends two inputs to the same output (for example, 2 is no longer an allowable input). In this new situation, the left half of the graph of f disappears and we are left with a graph that passes the horizontal line test. With this adjustment, the square root function g(x) = x does indeed serve as an inverse for f Example (a) Find 4. (b) Solve the equation x 2 = 4. Solution (a) The square root function is the inverse of the squaring function with reduced domain [0, ), so 4 is the number in the interval [0, ) that you square to get 4. Therefore, 4 = 2. (b) Here, we are searching for all real numbers x satisfying the equation. The answer is x = ±2.

7 2 FUNCTION 7 This example is intended to serve as an illustration in a familiar setting of an analogous example given later in the less-familiar setting of inverse trigonometric functions (see Example 4.4.1). Also, it is intended to correct the common misconception that a is ± the number you square to get a. Rather, a is the number 0 that you square to get a. The issue of ± comes up only in solving equations like in (b). A function f is injective if it never sends two inputs to the same output (i.e., its graph passes the horizontal line test). If f is injective, then it has an inverse function that sends an output of f back to the (unique) input that produced the output. Definition of inverse function. Let f : A B be an injective function with range B. The function f 1 : B A defined by is called the inverse of the function f. f 1 (y) = x f(x) = y (1) Inverse function identities. With notation as above (i) f 1 (f(x)) = x for all x in A, (ii) f(f 1 (x)) = x for all x in B. If a function is not injective, then it does not have an inverse, but we can reduce its domain in order to achieve an injective function just as we did for the squaring function. This process is illustrated here using Venn diagrams: Example Let f(x) = x

8 2 FUNCTION 8 (a) Explain why f has no inverse as is. (b) From here on, assume that the domain of f has been reduced to [ 2, ). Then the function f : [ 2, ) [0, ) is injective and its range is [0, ) so that it has an inverse f 1 : [0, ) [ 2, ). Find a formula for the function f 1. (c) Verify that f and f 1 satisfy the inverse function identities (i) and (ii) (see 2.5). Solution (a) f( 3) = 1/3 = f( 1) so f is not injective (the two inputs 3 and 1 produce the same output 1/3). (b) For x in the restricted domain [ 2, ), the quantity x+2 is always greater than or equal to 0, so the absolute value sign in the formula can be dropped giving f(x) = (x+2)/3. By (1) in the definition of inverse function, f 1 (y) is the x satisfying f(x) = y, that is, the x satisfying (x+2)/3 = y. Solving for x, we get x = 3y 2, so f 1 (y) = 3y 2. Replacing y with the more traditional letter x, we get f 1 (x) = 3x 2. (c) For x [ 2, ), we have f 1 (f(x)) = f 1 ( x + 2 ) = 3( x + 2 ) 2 = (x + 2) 2 = x, 3 3 and for x [0, ), we have as desired. f(f 1 (x)) = f(3x 2) = (3x 2) = 3 x 3 = x = x, The inverse function identity (i) can be written (f 1 f)(x) = ε(x), which says that f 1 f = ε. Similarly, (ii) can be written f f 1 = ε. With composition viewed as multiplication and ε viewed as a multiplicative identity (as in 2.4), these equations say that f 1 is a multiplicative inverse of f. This is the reason for the notation f 1 as well as the terminology inverse function. The trigonometric functions (see 4.2) are not injective, but we will reduce their domains in order to achieve injective functions, just as we did for the squaring function, and this will enable us to define the inverse trigonometric functions (see 4.4). Graph of inverse function. The graph of the function f(x) = x 2, with domain reduced to [0, ), is shown below together with the graph of its inverse function f 1 (x) = x.

9 2 FUNCTION 9 We see that the graph of f 1 is the reflection of the graph of f across the 45 line y = x. If the graph of f is drawn, and the paper is folded along the dotted line before the ink dries, then the graph of f 1 is produced (albeit, in a different color here). This is a general property relating the graph of a function f to the graph of its inverse f 1 (if such exists). It amounts to saying that the point (x, y) is on the graph of f if and only if the point (y, x) is on the graph of f 1, and this is precisely what (1) says Example Let f be as in Example 2.5.2, with domain [ 2, ). Sketch the graph of f together with the graph of f 1. Solution As noted in the earlier example, for x in the domain [ 2, ), the function f is given by f(x) = (x + 2)/3. The graph of f is the same as the graph of the equation y = (x + 2)/3 = 1 3 x + 2 3, which is a line with slope 1 3 and y-intercept 2 3. The graph of the inverse f 1 is obtained by reflecting across the 45 line y = x: (By the earlier example, f 1 (x) = 3x 2, the graph of which is the same as that of y = 3x 2, a line with slope 3 and y-intercept 2. This agrees with the graph of f 1 as shown above.)

10 2 FUNCTION 10 2 Exercises 2 1 Let f be the function given by f(x) = x 2 (a) Find f(5). (b) Find f(x + h). (c) Find the domain of f x x Sketch the graph of the function f given by 1 x 2, x < 0, f(x) = 1 2x, 0 x 1, 1/x, x > Let f(x) = 2 x + x 2 and g(x) = x 1. (a) Find (f g)(x). (b) Find (g f)(3). 2 4 Let f(x) = (x 1) 2 1. (a) Explain why f has no inverse as is. (b) From here on, assume that the domain of f has been reduced to [1, ). Then the function f : [1, ) [ 1, ) is injective and its range is [ 1, ) so that it has an inverse f 1 : [ 1, ) [1, ). Sketch the graph of f together with the graph of f 1. (c) Find a formula for the function f 1. (d) Verify that f and f 1 satisfy the inverse function identities (i) and (ii) (see 2.5).

Sets and Functions. (As we will see, in describing a set the order in which elements are listed is irrelevant).

Sets and Functions. (As we will see, in describing a set the order in which elements are listed is irrelevant). Sets and Functions 1. The language of sets Informally, a set is any collection of objects. The objects may be mathematical objects such as numbers, functions and even sets, or letters or symbols of any

More information

1.2 Functions What is a Function? 1.2. FUNCTIONS 11

1.2 Functions What is a Function? 1.2. FUNCTIONS 11 1.2. FUNCTIONS 11 1.2 Functions 1.2.1 What is a Function? In this section, we only consider functions of one variable. Loosely speaking, a function is a special relation which exists between two variables.

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

9/21/2018. Properties of Functions. Properties of Functions. Properties of Functions. Properties of Functions. Properties of Functions

9/21/2018. Properties of Functions. Properties of Functions. Properties of Functions. Properties of Functions. Properties of Functions How can we prove that a function f is one-to-one? Whenever you want to prove something, first take a look at the relevant definition(s): x, y A (f(x) = f(y) x = y) f:r R f(x) = x 2 Disproof by counterexample:

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

Math 110 Midterm 1 Study Guide October 14, 2013

Math 110 Midterm 1 Study Guide October 14, 2013 Name: For more practice exercises, do the study set problems in sections: 3.4 3.7, 4.1, and 4.2. 1. Find the domain of f, and express the solution in interval notation. (a) f(x) = x 6 D = (, ) or D = R

More information

Section 7.1: Functions Defined on General Sets

Section 7.1: Functions Defined on General Sets Section 7.1: Functions Defined on General Sets In this chapter, we return to one of the most primitive and important concepts in mathematics - the idea of a function. Functions are the primary object of

More information

MAT 12 - SEC 021 PRECALCULUS SUMMER SESSION II 2014 LECTURE 3

MAT 12 - SEC 021 PRECALCULUS SUMMER SESSION II 2014 LECTURE 3 MAT 12 - SEC 021 PRECALCULUS SUMMER SESSION II 2014 LECTURE 3 JAMIE HADDOCK 1. Agenda Functions Composition Graphs Average Rate of Change..............................................................................................................

More information

Definition: For nonempty sets X and Y, a function, f, from X to Y is a relation that associates with each element of X exactly one element of Y.

Definition: For nonempty sets X and Y, a function, f, from X to Y is a relation that associates with each element of X exactly one element of Y. Functions Definition: A relation is a correspondence between two sets. If x and y are two elements in these sets and if a relation exists between x and y, then we say that x corresponds to y or that y

More information

2.2 Graphs of Functions

2.2 Graphs of Functions 2.2 Graphs of Functions Introduction DEFINITION domain of f, D(f) Associated with every function is a set called the domain of the function. This set influences what the graph of the function looks like.

More information

General Form: y = a n x n + a n 1 x n a 2 x 2 + a 1 x + a 0

General Form: y = a n x n + a n 1 x n a 2 x 2 + a 1 x + a 0 Families of Functions Prepared by: Sa diyya Hendrickson Name: Date: Definition: function A function f is a rule that relates two sets by assigning to some element (e.g. x) in a set A exactly one element

More information

Functions and Their Graphs c 2002 Donald Kreider and Dwight Lahr

Functions and Their Graphs c 2002 Donald Kreider and Dwight Lahr Functions and Their Graphs c 2002 Donald Kreider and Dwight Lahr At the heart of calculus lie two fundamental concepts function and limit. From them are derived several additional basic concepts continuity,

More information

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Functions

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Functions ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER 1 2017/2018 DR. ANTHONY BROWN 4. Functions 4.1. What is a Function: Domain, Codomain and Rule. In the course so far, we

More information

Vector Spaces. Chapter 1

Vector Spaces. Chapter 1 Chapter 1 Vector Spaces Linear algebra is the study of linear maps on finite-dimensional vector spaces. Eventually we will learn what all these terms mean. In this chapter we will define vector spaces

More information

Functions Functions and Modeling A UTeach/TNT Course

Functions Functions and Modeling A UTeach/TNT Course Definition of a Function DEFINITION: Let A and B be sets. A function between A and B is a subset of A B with the property that if (a, b 1 )and(a, b 2 ) are both in the subset, then b 1 = b 2. The domain

More information

Function Notation We use the f(x) (read f of x) notation to represent a function. E.g. f(x) = 3x 1 Here, f is the name of the function, x is the

Function Notation We use the f(x) (read f of x) notation to represent a function. E.g. f(x) = 3x 1 Here, f is the name of the function, x is the Functions Informal definition of a function: A function between two sets is a rule that assigns to each member in the first set (called the domain) one and only one member in the second set (called the

More information

Notes. Functions. Introduction. Notes. Notes. Definition Function. Definition. Slides by Christopher M. Bourke Instructor: Berthe Y.

Notes. Functions. Introduction. Notes. Notes. Definition Function. Definition. Slides by Christopher M. Bourke Instructor: Berthe Y. Functions Slides by Christopher M. Bourke Instructor: Berthe Y. Choueiry Fall 2007 Computer Science & Engineering 235 Introduction to Discrete Mathematics Section 2.3 of Rosen cse235@cse.unl.edu Introduction

More information

4.1 Real-valued functions of a real variable

4.1 Real-valued functions of a real variable Chapter 4 Functions When introducing relations from a set A to a set B we drew an analogy with co-ordinates in the x-y plane. Instead of coming from R, the first component of an ordered pair comes from

More information

Math 300 Introduction to Mathematical Reasoning Autumn 2017 Inverse Functions

Math 300 Introduction to Mathematical Reasoning Autumn 2017 Inverse Functions Math 300 Introduction to Mathematical Reasoning Autumn 2017 Inverse Functions Please read this pdf in place of Section 6.5 in the text. The text uses the term inverse of a function and the notation f 1

More information

Calculus 221 worksheet

Calculus 221 worksheet Calculus 221 worksheet Graphing A function has a global maximum at some a in its domain if f(x) f(a) for all other x in the domain of f. Global maxima are sometimes also called absolute maxima. A function

More information

Regents Review Session #3 Functions

Regents Review Session #3 Functions Regents Review Session #3 Functions A relation is a set of ordered pairs. A function is a relation in which each element of the domain corresponds t exactly one element in the range. (Each x value is paired

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

North Carolina State University

North Carolina State University North Carolina State University MA 141 Course Text Calculus I by Brenda Burns-Williams and Elizabeth Dempster August 7, 2014 Section1 Functions Introduction In this section, we will define the mathematical

More information

Section 4.4 Functions. CS 130 Discrete Structures

Section 4.4 Functions. CS 130 Discrete Structures Section 4.4 Functions CS 130 Discrete Structures Function Definitions Let S and T be sets. A function f from S to T, f: S T, is a subset of S x T where each member of S appears exactly once as the first

More information

page 1 of 14 1 for all x because f 1 = f and1 f = f. The identity for = x for all x because f

page 1 of 14 1 for all x because f 1 = f and1 f = f. The identity for = x for all x because f page of 4 Entry # Inverses in General The term inverse is used in very different contexts in mathematics. For example, the multiplicative inverse of a number, the inverse of a function, and the inverse

More information

Chapter Product Rule and Quotient Rule for Derivatives

Chapter Product Rule and Quotient Rule for Derivatives Chapter 3.3 - Product Rule and Quotient Rule for Derivatives Theorem 3.6: The Product Rule If f(x) and g(x) are differentiable at any x then Example: The Product Rule. Find the derivatives: Example: The

More information

Further Topics in Functions

Further Topics in Functions Chapter 5 Further Topics in Functions 5. Function Composition Before we embark upon any further adventures with functions, we need to take some time to gather our thoughts and gain some perspective. Chapter

More information

FUNCTIONS - PART 2. If you are not familiar with any of the material below you need to spend time studying these concepts and doing some exercises.

FUNCTIONS - PART 2. If you are not familiar with any of the material below you need to spend time studying these concepts and doing some exercises. Introduction FUNCTIONS - PART 2 This handout is a summary of the basic concepts you should understand and be comfortable working with for the second math review module on functions. This is intended as

More information

Inverse Functions. One-to-one. Horizontal line test. Onto

Inverse Functions. One-to-one. Horizontal line test. Onto Inverse Functions One-to-one Suppose f : A B is a function. We call f one-to-one if every distinct pair of objects in A is assigned to a distinct pair of objects in B. In other words, each object of the

More information

1.2 A List of Commonly Occurring Functions

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

More information

additionalmathematicsadditionalmath ematicsadditionalmathematicsadditio nalmathematicsadditionalmathematic sadditionalmathematicsadditionalmat

additionalmathematicsadditionalmath ematicsadditionalmathematicsadditio nalmathematicsadditionalmathematic sadditionalmathematicsadditionalmat additionalmathematicsadditionalmath ematicsadditionalmathematicsadditio nalmathematicsadditionalmathematic sadditionalmathematicsadditionalmat FUNCTIONS hematicsadditionalmathematicsadditi Name onalmathematicsadditionalmathemati...

More information

2. FUNCTIONS AND ALGEBRA

2. FUNCTIONS AND ALGEBRA 2. FUNCTIONS AND ALGEBRA You might think of this chapter as an icebreaker. Functions are the primary participants in the game of calculus, so before we play the game we ought to get to know a few functions.

More information

Section Summary. Definition of a Function.

Section Summary. Definition of a Function. Section 2.3 Section Summary Definition of a Function. Domain, Cdomain Image, Preimage Injection, Surjection, Bijection Inverse Function Function Composition Graphing Functions Floor, Ceiling, Factorial

More information

CHAPTER 1: Functions

CHAPTER 1: Functions CHAPTER 1: Functions 1.1: Functions 1.2: Graphs of Functions 1.3: Basic Graphs and Symmetry 1.4: Transformations 1.5: Piecewise-Defined Functions; Limits and Continuity in Calculus 1.6: Combining Functions

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

Abstract Algebra I. Randall R. Holmes Auburn University. Copyright c 2012 by Randall R. Holmes Last revision: November 11, 2016

Abstract Algebra I. Randall R. Holmes Auburn University. Copyright c 2012 by Randall R. Holmes Last revision: November 11, 2016 Abstract Algebra I Randall R. Holmes Auburn University Copyright c 2012 by Randall R. Holmes Last revision: November 11, 2016 This work is licensed under the Creative Commons Attribution- NonCommercial-NoDerivatives

More information

The Coordinate Plane; Graphs of Equations of Two Variables. A graph of an equation is the set of all points which are solutions to the equation.

The Coordinate Plane; Graphs of Equations of Two Variables. A graph of an equation is the set of all points which are solutions to the equation. Hartfield College Algebra (Version 2015b - Thomas Hartfield) Unit TWO Page 1 of 30 Topic 9: The Coordinate Plane; Graphs of Equations of Two Variables A graph of an equation is the set of all points which

More information

Name (print): Question 4. exercise 1.24 (compute the union, then the intersection of two sets)

Name (print): Question 4. exercise 1.24 (compute the union, then the intersection of two sets) MTH299 - Homework 1 Question 1. exercise 1.10 (compute the cardinality of a handful of finite sets) Solution. Write your answer here. Question 2. exercise 1.20 (compute the union of two sets) Question

More information

Chapter 7 Algebra 2 Honors 1 Polynomials

Chapter 7 Algebra 2 Honors 1 Polynomials Chapter 7 Algebra 2 Honors 1 Polynomials Polynomial: - - Polynomials in one variable Degree Leading coefficient f(x) = 3x 3 2x + 4 f(2) = f(t) = f(y -1) = 3f(x) = Using your graphing calculator sketch/graph

More information

SCHOOL OF BUSINESS, ECONOMICS AND MANAGEMENT BUSINESS MATHEMATICS / MATHEMATICAL ANALYSIS

SCHOOL OF BUSINESS, ECONOMICS AND MANAGEMENT BUSINESS MATHEMATICS / MATHEMATICAL ANALYSIS SCHOOL OF BUSINESS, ECONOMICS AND MANAGEMENT BUSINESS MATHEMATICS / MATHEMATICAL ANALYSIS UNIT 3 Moses Mwale e-mail: moses.mwale@ictar.ac.zm BBA 10 Business Mathematics Contents Unit 3: Functions and

More information

So f is an rule that takes an input x and produces an output f(x). So if the input is 3, the output is f(3) and so on. Examples:

So f is an rule that takes an input x and produces an output f(x). So if the input is 3, the output is f(3) and so on. Examples: 2 Functions 2.1 What is a Function? Definition 2.1 A function is a rule that assigns to each element x in a set A exactly one element, called f(x), in a set B. Here the set A is called the domain 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

Basic Equations and Inequalities

Basic Equations and Inequalities Hartfield College Algebra (Version 2017a - Thomas Hartfield) Unit ONE Page - 1 - of 45 Topic 0: Definition: Ex. 1 Basic Equations and Inequalities An equation is a statement that the values of two expressions

More information

Mini Lecture 2.1 Introduction to Functions

Mini Lecture 2.1 Introduction to Functions Mini Lecture.1 Introduction to Functions 1. Find the domain and range of a relation.. Determine whether a relation is a function. 3. Evaluate a function. 1. Find the domain and range of the relation. a.

More information

A function is actually a simple concept; if it were not, history would have replaced it with a simpler one by now! Here is the definition:

A function is actually a simple concept; if it were not, history would have replaced it with a simpler one by now! Here is the definition: 1.2 Functions and Their Properties A function is actually a simple concept; if it were not, history would have replaced it with a simpler one by now! Here is the definition: Definition: Function, Domain,

More information

Basic algebra and graphing for electric circuits

Basic algebra and graphing for electric circuits Basic algebra and graphing for electric circuits This worksheet and all related files are licensed under the Creative Commons Attribution License, version 1.0. To view a copy of this license, visit http://creativecommons.org/licenses/by/1.0/,

More information

Functions. If x 2 D, then g(x) 2 T is the object that g assigns to x. Writing the symbols. g : D! T

Functions. If x 2 D, then g(x) 2 T is the object that g assigns to x. Writing the symbols. g : D! T Functions This is the second of three chapters that are meant primarily as a review of Math 1050. We will move quickly through this material. A function is a way of describing a relationship between two

More information

Sets, Functions and Relations

Sets, Functions and Relations Chapter 2 Sets, Functions and Relations A set is any collection of distinct objects. Here is some notation for some special sets of numbers: Z denotes the set of integers (whole numbers), that is, Z =

More information

Foundations of Mathematics MATH 220 FALL 2017 Lecture Notes

Foundations of Mathematics MATH 220 FALL 2017 Lecture Notes Foundations of Mathematics MATH 220 FALL 2017 Lecture Notes These notes form a brief summary of what has been covered during the lectures. All the definitions must be memorized and understood. Statements

More information

Precalculus Summer Assignment 2015

Precalculus Summer Assignment 2015 Precalculus Summer Assignment 2015 The following packet contains topics and definitions that you will be required to know in order to succeed in CP Pre-calculus this year. You are advised to be familiar

More information

Written by Rachel Singh, last updated Oct 1, Functions

Written by Rachel Singh, last updated Oct 1, Functions Written by Rachel Singh, last updated Oct 1, 2018 Functions About In algebra, we think of functions as something like f(x), where x is the input, it s plugged into an equation, and we get some output,

More information

CALCULUS II - Self Test

CALCULUS II - Self Test 175 2- CALCULUS II - Self Test Instructor: Andrés E. Caicedo November 9, 2009 Name These questions are divided into four groups. Ideally, you would answer YES to all questions in group A, to most questions

More information

Finite Mathematics : A Business Approach

Finite Mathematics : A Business Approach Finite Mathematics : A Business Approach Dr. Brian Travers and Prof. James Lampes Second Edition Cover Art by Stephanie Oxenford Additional Editing by John Gambino Contents What You Should Already Know

More information

Seminaar Abstrakte Wiskunde Seminar in Abstract Mathematics Lecture notes in progress (27 March 2010)

Seminaar Abstrakte Wiskunde Seminar in Abstract Mathematics Lecture notes in progress (27 March 2010) http://math.sun.ac.za/amsc/sam Seminaar Abstrakte Wiskunde Seminar in Abstract Mathematics 2009-2010 Lecture notes in progress (27 March 2010) Contents 2009 Semester I: Elements 5 1. Cartesian product

More information

2.1 INPUT AND OUTPUT

2.1 INPUT AND OUTPUT Functions Modeling Change: 2.1 INPUT AND OUTPUT Functions Modeling Change: Finding Output Values: Evaluating a Function Example 4 Let h(x) = x 2 3x + 5. Evaluate and simplify the following expressions.

More information

Chapter 2 Invertible Mappings

Chapter 2 Invertible Mappings Chapter 2 Invertible Mappings 2. Injective, Surjective and Bijective Mappings Given the map f : A B, and I A, theset f (I ) ={f (x) : x I } is called the image of I under f.ifi = A, then f (A) is called

More information

arb where a A, b B and we say a is related to b. Howdowewritea is not related to b? 2Rw 1Ro A B = {(a, b) a A, b B}

arb where a A, b B and we say a is related to b. Howdowewritea is not related to b? 2Rw 1Ro A B = {(a, b) a A, b B} Functions Functions play an important role in mathematics as well as computer science. A function is a special type of relation. So what s a relation? A relation, R, from set A to set B is defined as arb

More information

Func%ons. function f to the element a of A. Functions are sometimes called mappings or transformations.

Func%ons. function f to the element a of A. Functions are sometimes called mappings or transformations. Section 2.3 Func%ons Definition: Let A and B be nonempty sets. A function f from A to B, denoted f: A B is an assignment of each element of A to exactly one element of B. We write f(a) = b if b is the

More information

MA 180 Lecture. Chapter 0. College Algebra and Calculus by Larson/Hodgkins. Fundamental Concepts of Algebra

MA 180 Lecture. Chapter 0. College Algebra and Calculus by Larson/Hodgkins. Fundamental Concepts of Algebra 0.) Real Numbers: Order and Absolute Value Definitions: Set: is a collection of objections in mathematics Real Numbers: set of numbers used in arithmetic MA 80 Lecture Chapter 0 College Algebra and Calculus

More information

Chapter 3: Inequalities, Lines and Circles, Introduction to Functions

Chapter 3: Inequalities, Lines and Circles, Introduction to Functions QUIZ AND TEST INFORMATION: The material in this chapter is on Quiz 3 and Exam 2. You should complete at least one attempt of Quiz 3 before taking Exam 2. This material is also on the final exam and used

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

Notes: Piecewise Functions

Notes: Piecewise Functions Objective: Students will be able to write evaluate piecewise defined functions, graph piecewise defined functions, evaluate the domain and range for piecewise defined functions, and solve application problems.

More information

hard a problem o hard help e help problem, p help o problem a f hard g e f help help g please g o f problem g

hard a problem o hard help e help problem, p help o problem a f hard g e f help help g please g o f problem g MATH2440 / SOLUTIONS FOR MIDTERM 2 (1) Let L := {a, b, d, e, p, r, o} and A := {hard, help, please, problem}. Consider the map f : L A sending a letter to the alphabetically first word in A in which it

More information

Section Summary. Definition of a Function.

Section Summary. Definition of a Function. Section 2.3 Section Summary Definition of a Function. Domain, Codomain Image, Preimage Injection, Surjection, Bijection Inverse Function Function Composition Graphing Functions Floor, Ceiling, Factorial

More information

Section 5.1 Composite Functions

Section 5.1 Composite Functions Section 5. Composite Functions Objective #: Form a Composite Function. In many cases, we can create a new function by taking the composition of two functions. For example, suppose f(x) x and g(x) x +.

More information

Sets. We discuss an informal (naive) set theory as needed in Computer Science. It was introduced by G. Cantor in the second half of the nineteenth

Sets. We discuss an informal (naive) set theory as needed in Computer Science. It was introduced by G. Cantor in the second half of the nineteenth Sets We discuss an informal (naive) set theory as needed in Computer Science. It was introduced by G. Cantor in the second half of the nineteenth century. Most students have seen sets before. This is intended

More information

SECTION 1.8 : x = f LEARNING OBJECTIVES

SECTION 1.8 : x = f LEARNING OBJECTIVES SECTION 1.8 : x = f (Section 1.8: x = f ( y) ( y)) 1.8.1 LEARNING OBJECTIVES Know how to graph equations of the form x = f ( y). Compare these graphs with graphs of equations of the form y = f ( x). Recognize

More information

8 Building New Functions from Old Ones

8 Building New Functions from Old Ones Arkansas Tech University MATH 2243: Business Calculus Dr. Marcel B. Finan 8 Building New Functions from Old Ones In this section we discuss various ways for building new functions from old ones. New functions

More information

College Algebra Through Problem Solving (2018 Edition)

College Algebra Through Problem Solving (2018 Edition) City University of New York (CUNY) CUNY Academic Works Open Educational Resources Queensborough Community College Winter 1-25-2018 College Algebra Through Problem Solving (2018 Edition) Danielle Cifone

More information

REVIEW FOR THIRD 3200 MIDTERM

REVIEW FOR THIRD 3200 MIDTERM REVIEW FOR THIRD 3200 MIDTERM PETE L. CLARK 1) Show that for all integers n 2 we have 1 3 +... + (n 1) 3 < 1 n < 1 3 +... + n 3. Solution: We go by induction on n. Base Case (n = 2): We have (2 1) 3 =

More information

Pólya Enrichment Stage Table of Contents

Pólya Enrichment Stage Table of Contents Pólya Enrichment Stage Table of Contents George Pólya (1887-1985) v Preface ix Chapter 1. Functions 1 Chapter 2. Symmetric Polynomials 15 Chapter 3. Geometry 22 Chapter 4. Inequalities 34 Chapter 5. Functional

More information

(So SamID 1 ( ) = Ken W. Smith.)

(So SamID 1 ( ) = Ken W. Smith.) In an earlier lesson, we introduced functions by assigning US citizens a social security number (SSN ) or by assigning students and staff at Sam Houston State University a student ID (SamID) The function

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

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

Chapter 3. Graphing Linear Equations and Functions

Chapter 3. Graphing Linear Equations and Functions Chapter 3 Graphing Linear Equations and Functions 3.1 Plot Points in a Coordinate Plane Coordinate Plane- Two intersecting at a angle. x-axis the axis y-axis the axis The coordinate plane is divided into.

More information

Chapter 4E - Combinations of Functions

Chapter 4E - Combinations of Functions Fry Texas A&M University!! Math 150!! Chapter 4E!! Fall 2015! 121 Chapter 4E - Combinations of Functions 1. Let f (x) = 3 x and g(x) = 3+ x a) What is the domain of f (x)? b) What is the domain of g(x)?

More information

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

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

More information

1 FUNCTIONS _ 5 _ 1.0 RELATIONS

1 FUNCTIONS _ 5 _ 1.0 RELATIONS 1 FUNCTIONS 1.0 RELATIONS Notes : (i) Four types of relations : one-to-one many-to-one one-to-many many-to-many. (ii) Three ways to represent relations : arrowed diagram set of ordered pairs graph. (iii)

More information

Sec$on Summary. Definition of a Function.

Sec$on Summary. Definition of a Function. Section 2.3 Sec$on Summary Definition of a Function. Domain, Codomain Image, Preimage Injection, Surjection, Bijection Inverse Function Function Composition Graphing Functions Floor, Ceiling, Factorial

More information

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

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

More information

NAME: DATE: CLASS: AP CALCULUS AB SUMMER MATH 2018

NAME: DATE: CLASS: AP CALCULUS AB SUMMER MATH 2018 NAME: DATE: CLASS: AP CALCULUS AB SUMMER MATH 2018 A] Refer to your pre-calculus notebook, the internet, or the sheets/links provided for assistance. B] Do not wait until the last minute to complete this

More information

Week Some Warm-up Questions

Week Some Warm-up Questions 1 Some Warm-up Questions Week 1-2 Abstraction: The process going from specific cases to general problem. Proof: A sequence of arguments to show certain conclusion to be true. If... then... : The part after

More information

MATH 22 FUNCTIONS: COMPOSITION & INVERSES. Lecture N: 10/16/2003. Mad world! mad kings! mad composition! Shakespeare, King John, II:1

MATH 22 FUNCTIONS: COMPOSITION & INVERSES. Lecture N: 10/16/2003. Mad world! mad kings! mad composition! Shakespeare, King John, II:1 MATH 22 Lecture N: 10/16/2003 FUNCTIONS: COMPOSITION & INVERSES Mad world! mad kings! mad composition! Shakespeare, King John, II:1 Copyright 2003 Larry Denenberg Administrivia http://denenberg.com/lecturen.pdf

More information

The Plane of Complex Numbers

The Plane of Complex Numbers The Plane of Complex Numbers In this chapter we ll introduce the complex numbers as a plane of numbers. Each complex number will be identified by a number on a real axis and a number on an imaginary axis.

More information

Math 121: Calculus 1 - Fall 2013/2014 Review of Precalculus Concepts

Math 121: Calculus 1 - Fall 2013/2014 Review of Precalculus Concepts Introduction Math 121: Calculus 1 - Fall 201/2014 Review of Precalculus Concepts Welcome to Math 121 - Calculus 1, Fall 201/2014! This problems in this packet are designed to help you review the topics

More information

University of Toronto MAT137Y1 Calculus! Test 2 1 December 2017 Time: 110 minutes

University of Toronto MAT137Y1 Calculus! Test 2 1 December 2017 Time: 110 minutes University of Toronto MAT137Y1 Calculus! Test 2 1 December 2017 Time: 110 minutes Please complete this cover page with ALL CAPITAL LETTERS. Last name......................................................................................

More information

FUNCTIONS AND MODELS

FUNCTIONS AND MODELS 1 FUNCTIONS AND MODELS FUNCTIONS AND MODELS The fundamental objects that we deal with in calculus are functions. FUNCTIONS AND MODELS This chapter prepares the way for calculus by discussing: The basic

More information

Practical Algebra. A Step-by-step Approach. Brought to you by Softmath, producers of Algebrator Software

Practical Algebra. A Step-by-step Approach. Brought to you by Softmath, producers of Algebrator Software Practical Algebra A Step-by-step Approach Brought to you by Softmath, producers of Algebrator Software 2 Algebra e-book Table of Contents Chapter 1 Algebraic expressions 5 1 Collecting... like terms 5

More information

Calculus. Mathematics FRDIS. Mendel university in Brno

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

More information

POD. A) Graph: y = 2e x +2 B) Evaluate: (e 2x e x ) 2 2e -x. e 7x 2

POD. A) Graph: y = 2e x +2 B) Evaluate: (e 2x e x ) 2 2e -x. e 7x 2 POD A) Graph: y = 2e x +2 B) Evaluate: (e 2x e x ) 2 2e -x e 7x 2 4.4 Evaluate Logarithms & Graph Logarithmic Functions What is a logarithm? How do you read it? What relationship exists between logs and

More information

Math 115 Spring 11 Written Homework 10 Solutions

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

More information

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

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

Chapter 8. Composition

Chapter 8. Composition Chapter 8 Composition A new home takes its shape from basic building materials and the skillful use of construction tools. Likewise, we can build new functions from known functions through the application

More information

Functions. Given a function f: A B:

Functions. Given a function f: A B: Functions Given a function f: A B: We say f maps A to B or f is a mapping from A to B. A is called the domain of f. B is called the codomain of f. If f(a) = b, then b is called the image of a under f.

More information

Inverse Functions. N as a function of t. Table 1

Inverse Functions. N as a function of t. Table 1 Table 1 gives data from an experiment in which a bacteria culture started with 100 bacteria in a limited nutrient medium; the size of the bacteria population was recorded at hourly intervals. The number

More information

Calculus with business applications, Lehigh U, Lecture 01 notes Summer

Calculus with business applications, Lehigh U, Lecture 01 notes Summer Calculus with business applications, Lehigh U, Lecture 01 notes Summer 2012 1 Functions 1. A company sells 100 widgets at a price of $20. Sales increase by 5 widgets for each $1 decrease in price. Write

More information

An Invitation to Mathematics Prof. Sankaran Vishwanath Institute of Mathematical Sciences, Chennai. Unit I Polynomials Lecture 1A Introduction

An Invitation to Mathematics Prof. Sankaran Vishwanath Institute of Mathematical Sciences, Chennai. Unit I Polynomials Lecture 1A Introduction An Invitation to Mathematics Prof. Sankaran Vishwanath Institute of Mathematical Sciences, Chennai Unit I Polynomials Lecture 1A Introduction Hello and welcome to this course titled An Invitation to Mathematics.

More information

DR.RUPNATHJI( DR.RUPAK NATH )

DR.RUPNATHJI( DR.RUPAK NATH ) Contents 1 Sets 1 2 The Real Numbers 9 3 Sequences 29 4 Series 59 5 Functions 81 6 Power Series 105 7 The elementary functions 111 Chapter 1 Sets It is very convenient to introduce some notation and terminology

More information

Bell Ringer. 1. Make a table and sketch the graph of the piecewise function. f(x) =

Bell Ringer. 1. Make a table and sketch the graph of the piecewise function. f(x) = Bell Ringer 1. Make a table and sketch the graph of the piecewise function f(x) = Power and Radical Functions Learning Target: 1. I can graph and analyze power functions. 2. I can graph and analyze radical

More information