1.1 Functions and Their Representations

Size: px
Start display at page:

Download "1.1 Functions and Their Representations"

Transcription

1 Arkansas Tech University MATH 2914: Calculus I Dr. Marcel B. Finan 1.1 Functions and Their Representations Functions play a crucial role in mathematics. A function describes how one quantity depends on others. More precisely, when we say that a quantity y is a function of a quantity x we mean a rule that assigns to every possible value of x exactly one value of y. We call x the input and y the output. In function notation we write y = f(x) Since y depends on x, it makes sense to call x the independent variable and y the dependent variable. In applications of mathematics, functions are often representations of real world phenomena. Thus, the functions in this case are referred to as mathematical models. If the set of input values is a finite set then the models are known as discrete models. Otherwise, the models are known as continuous models. For example, if H represents the temperature after t hours for a specific day, then H is a discrete model. If A is the area of a circle of radius r then A is a continuous model. There are four common ways in which functions are presented and used: Verbally (by a description in words), numerically (by a table of values), Visually (by a graph), and algebraically (by a formula). Example The sales tax on an item is 6%. So if p denotes the price of the item and C the total cost of buying the item then if the item is sold at $ 1 then the cost is 1 + (0.06)(1) = $1.06 or C(1) = $1.06. If the item is sold at $2 then the cost of buying the item is 2 + (0.06)(2) = $2.12, or C(2) = $2.12, and so on. Thus we have a relationship between the quantities C and p such that each value of p determines exactly one value of C. In this case, we say that C is a function of p. Describes this function using words, a table, a graph, and a formula. Words: To find the total cost, multiply the price of the item by 0.06 and add the result to the price. Table: The chart below gives the total cost of buying an item at price p as a function of p for 1 p 6. 1

2 p C Graph: The graph of the function C is obtained by plotting the data in the above table. See Figure Formula: The formula that describes the relationship between C and p is given by C(p) = 1.06p. Figure So far, we have introduced rules between two quantities that define functions. Unfortunately, it is possible for two quantities to be related and yet for neither quantity to be a function of the other. Example Let x and y be two quantities related by the equation (a) Is x a function of y? Explain. (b) Is y a function of x? Explain. x 2 + y 2 = 4. (a) For y = 0 we have two values of x, namely, x = 2 and x = 2. So x is not a function of y. (b) For x = 0 we have two values of y, namely, y = 2 and y = 2. So y is not a function of x. 2

3 Next, suppose that the graph of a relationship between two quantities x and y is given. To say that y is a function of x means that for each value of x there is exactly one value of y. Graphically, this means that each vertical line must intersect the graph at most once. Hence, to determine if a graph represents a function one uses the following test: Vertical Line Test: A graph is a function if and only if every vertical line crosses the graph at most once. According to the vertical line test and the definition of a function, if a vertical line cuts the graph more than once, the graph could not be the graph of a function since we have multiple y values for the same x-value and this violates the definition of a function. Example Which of the graphs (a), (b), (c) in Figure represent y as a function of x? Figure By the vertical line test, (b) represents a function whereas (a) and (c) fail to represent functions since one can find a vertical line that intersects the graph more than once 3

4 Domain and Range of a Function If we try to find the possible input values that can be used in the function y = x 2 we see that we must restrict x to the interval [2, ), that is x 2. Similarly, the function y = 1 takes only certain values for the output, namely, y > 0. Thus, a function is often defined for certain values of x x 2 and the dependent variable often takes certain values. The above discussion leads to the following definitions: By the domain of a function we mean all possible input values that yield output values. Graphically, the domain is part of the horizontal axis. The range of a function is the collection of all possible output values. The range is part of the vertical axis. When finding the domain and range, there are simple basic rules to consider: The domain of all polynomial functions, i.e. functions of the form f(x) = a n x n + a n 1 x n a 1 x + a 0, where n is a non-negative integer, is the set of real numbers IR. Square root functions can not contain a negative underneath the radical symbol. Set the expression under the radical symbol greater than or equal to zero and solve for the variable. This will be your domain. Fractional functions, i.e. ratios of two functions, determine for which input values the numerator and denominator are not defined and the domain is everything else. For example, make sure not to divide by zero! Example Find, algebraically, the domain and the range of each of the following functions. Write your answers in interval notation: (a) y = πx 2 (b) y = 1 x 4 (c) y = x. (a) Since the function is a polynomial, its domain is the interval (, ). To find the range, solve the given equation for x in terms of y obtaining x = ± y π. Thus, x exists for y 0. So the range is the interval [0, ). (b) The domain of y = 1 x 4 consists of all numbers x such that x 4 > 0 or x > 4. That is, the interval (4, ). To find the range, we solve for x in terms of y > 0 obtaining x = x exists for all y > 0. Thus, the range y 2 is the interval (0, ). (c) The domain of y = x is the interval (, 0) (0, ). To find 4

5 the range, write x in terms of y to obtain x = 1 y 2. The values of y for which this later formula is defined is the range of the given function, that is, (, 2) (2, ) Piecewise Defined Functions Algebraically, it is possible to defined a function by a single formula or by multiple formulas. A piecewise defined function is a function defined by different formulas for different intervals of the independent variable. Example (The Absolute Value Function) (a) Show that the function f(x) = x is a piecewise defined function. (b) Graph f(x). (a) The absolute value function x is a piecewise defined function since { x for x 0 x = x for x < 0. (b) The graph is given in Figure Figure Example Sketch the graph of the piecewise defined function given by x + 4 for x 2 f(x) = 2 for 2 < x < 2 4 x for x 2. The following table gives values of f(x). 5

6 x f(x) The graph of the function is given in Figure Figure Symmetry For a given function f(x), the graph of the new function f(x) is the reflection of the graph of f(x) about the x axis. Example Graph the functions f(x) = 2 x and f(x) = 2 x on the same axes. The graph of both f(x) = 2 x and f(x) are shown in Figure Figure We know that the points x and x are on opposite sides of the x axis. So the graph of the new function f( x) is the reflection of the graph of f(x) about the y axis. If the reflection of the graph of f(x) about the y axis is the same as the 6

7 graph of f(x),i.e, f( x) = f(x), then we say that the graph of f(x) is symmetric about the y axis. We call such a function an even function. Example (a) Using a graphing calculator show that the function f(x) = (x x 3 ) 2 is even. (b) Now show that f(x) is even algebraically. (a) The graph of f(x) is symmetric about the y-axis so that f(x) is even. See Figure Figure (b) Since f( x) = ( x ( x) 3 ) 2 = ( x+x 3 ) 2 = [ (x x 3 )] 2 = (x x 3 ) 2 = f(x), f(x) is even Now, if the images f(x) and f( x) are of opposite signs i.e, f( x) = f(x), then the graph of f(x) is symmetric about the origin. In this case, we say that f(x) is odd. Alternatively, since f(x) = f( x), if the graph of a function is reflected first across the y axis and then across the x axis and you get the graph of f(x) again then the function is odd. Example (a) Using a graphing calculator show that the function f(x) = 1+x2 x x 3 (b) Now show that f(x) is odd algebraically. is odd. (a) The graph of f(x) is symmetric about the origin so that f(x) is odd. See Figure

8 (b) Since f( x) = Figure ( x)2 = 1+x2 = 1+x2 = f(x), f(x) is odd ( x) ( x) 3 x+x 3 (x x 3 ) A function can be either even, odd, both, or neither. Example (a) Show that the function f(x) = x 2 is even but not odd. (b) Show that the function f(x) = x 3 is odd but not even. (c) Show that the function f(x) = x + x 2 is neither odd nor even. (d) Is there a function that is both even and odd? Explain. (a) Since f( x) = f(x) and f( x) f(x), f(x) is even but not odd. (b) Since f( x) = f(x) and f( x) f(x), f(x) is odd but not even. (c) Since f( x) = x + x 2 ±f(x), f(x) is neither even nor odd. (d) We are looking for a function such that f( x) = f(x) and f( x) = f(x). This implies that f(x) = f(x) or 2f(x) = 0. Dividing by 2 to obtain f(x) = 0. This function is both even and odd and is the only one that is both Increasing and Decreasing Functions We say that a function is increasing if its graph climbs as x moves from left to right. That is, the function values increase as x increases. Symbolically, if a < b then we must have f(a) < f(b). A function f is said to be decreasing if its graph falls as x moves from left to right. This means that the function values decrease as x increases. Symbolically, if a < b then f(a) > f(b). Example Determine the intervals where the function, given in Figure 1.1.8, is increas- 8

9 ing and decreasing. Figure The function is increasing on (, 1) (1, ) and decreasing on the interval ( 1, 1) 9

1 Solving Algebraic Equations

1 Solving Algebraic Equations Arkansas Tech University MATH 1203: Trigonometry Dr. Marcel B. Finan 1 Solving Algebraic Equations This section illustrates the processes of solving linear and quadratic equations. The Geometry of Real

More information

Reform Calculus: Part I. Marcel B. Finan Arkansas Tech University c All Rights Reserved

Reform Calculus: Part I. Marcel B. Finan Arkansas Tech University c All Rights Reserved Reform Calculus: Part I Marcel B. Finan Arkansas Tech University c All Rights Reserved 1 PREFACE This supplement consists of my lectures of a freshmen-level mathematics class offered at Arkansas Tech University.

More information

Functions Modeling Change: A Precalculus Course. Marcel B. Finan Arkansas Tech University c All Rights Reserved

Functions Modeling Change: A Precalculus Course. Marcel B. Finan Arkansas Tech University c All Rights Reserved Functions Modeling Change: A Precalculus Course Marcel B. Finan Arkansas Tech University c All Rights Reserved PREFACE This supplement consists of my lectures of a freshmen-level mathematics class offered

More information

Continuity. MATH 161 Calculus I. J. Robert Buchanan. Fall Department of Mathematics

Continuity. MATH 161 Calculus I. J. Robert Buchanan. Fall Department of Mathematics Continuity MATH 161 Calculus I J. Robert Buchanan Department of Mathematics Fall 2017 Intuitive Idea A process or an item can be described as continuous if it exists without interruption. The mathematical

More information

Graphs of Polynomial Functions

Graphs of Polynomial Functions Graphs of Polynomial Functions By: OpenStaxCollege The revenue in millions of dollars for a fictional cable company from 2006 through 2013 is shown in [link]. Year 2006 2007 2008 2009 2010 2011 2012 2013

More information

A Reform Approach to College Algebra

A Reform Approach to College Algebra A Reform Approach to College Algebra Marcel B. Finan Arkansas Tech University c All Rights Reserved August 25, 2011 1 PREFACE This supplement consists of my lectures of a freshmen-level College Algebra

More information

Polynomial Degree Leading Coefficient. Sign of Leading Coefficient

Polynomial Degree Leading Coefficient. Sign of Leading Coefficient Chapter 1 PRE-TEST REVIEW Polynomial Functions MHF4U Jensen Section 1: 1.1 Power Functions 1) State the degree and the leading coefficient of each polynomial Polynomial Degree Leading Coefficient y = 2x

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

Subtract 16 from both sides. Divide both sides by 9. b. Will the swing touch the ground? Explain how you know.

Subtract 16 from both sides. Divide both sides by 9. b. Will the swing touch the ground? Explain how you know. REVIEW EXAMPLES 1) Solve 9x + 16 = 0 for x. 9x + 16 = 0 9x = 16 Original equation. Subtract 16 from both sides. 16 x 9 Divide both sides by 9. 16 x Take the square root of both sides. 9 4 x i 3 Evaluate.

More information

Solving Polynomial and Rational Inequalities Algebraically. Approximating Solutions to Inequalities Graphically

Solving Polynomial and Rational Inequalities Algebraically. Approximating Solutions to Inequalities Graphically 10 Inequalities Concepts: Equivalent Inequalities Solving Polynomial and Rational Inequalities Algebraically Approximating Solutions to Inequalities Graphically (Section 4.6) 10.1 Equivalent Inequalities

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

Chapter 1- Polynomial Functions

Chapter 1- Polynomial Functions Chapter 1- Polynomial Functions Lesson Package MHF4U Chapter 1 Outline Unit Goal: By the end of this unit, you will be able to identify and describe some key features of polynomial functions, and make

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

Pre-Calculus MATH 119 Fall Section 1.1. Section objectives. Section 1.3. Section objectives. Section A.10. Section objectives

Pre-Calculus MATH 119 Fall Section 1.1. Section objectives. Section 1.3. Section objectives. Section A.10. Section objectives Pre-Calculus MATH 119 Fall 2013 Learning Objectives Section 1.1 1. Use the Distance Formula 2. Use the Midpoint Formula 4. Graph Equations Using a Graphing Utility 5. Use a Graphing Utility to Create Tables

More information

Describe in words how the graph of each function below would differ from the graph of f (x).

Describe in words how the graph of each function below would differ from the graph of f (x). MATH 111 Exam # Review (4.1-4.4, 6.1, 6.) Describe in words how the graph of each function below would differ from the graph of f (. 1. f ( x 7). f (. f ( 5 4. f ( 5. 7 f ( 6. f ( x ) 9 7. f ( 8. f ( 9.

More information

Relations and Functions (for Math 026 review)

Relations and Functions (for Math 026 review) Section 3.1 Relations and Functions (for Math 026 review) Objective 1: Understanding the s of Relations and Functions Relation A relation is a correspondence between two sets A and B such that each element

More information

MATH 103 Pre-Calculus Mathematics Test #3 Fall 2008 Dr. McCloskey Sample Solutions

MATH 103 Pre-Calculus Mathematics Test #3 Fall 2008 Dr. McCloskey Sample Solutions MATH 103 Pre-Calculus Mathematics Test #3 Fall 008 Dr. McCloskey Sample Solutions 1. Let P (x) = 3x 4 + x 3 x + and D(x) = x + x 1. Find polynomials Q(x) and R(x) such that P (x) = Q(x) D(x) + R(x). (That

More information

Caculus 221. Possible questions for Exam II. March 19, 2002

Caculus 221. Possible questions for Exam II. March 19, 2002 Caculus 221 Possible questions for Exam II March 19, 2002 These notes cover the recent material in a style more like the lecture than the book. The proofs in the book are in section 1-11. At the end there

More information

Algebra 2 Segment 1 Lesson Summary Notes

Algebra 2 Segment 1 Lesson Summary Notes Algebra 2 Segment 1 Lesson Summary Notes For each lesson: Read through the LESSON SUMMARY which is located. Read and work through every page in the LESSON. Try each PRACTICE problem and write down the

More information

Undergraduate Notes in Mathematics. Arkansas Tech University Department of Mathematics. College Algebra for STEM

Undergraduate Notes in Mathematics. Arkansas Tech University Department of Mathematics. College Algebra for STEM Undergraduate Notes in Mathematics Arkansas Tech University Department of Mathematics College Algebra for STEM Marcel B. Finan c All Rights Reserved 2015 Edition To my children Amin & Nadia Preface From

More information

College Algebra Notes

College Algebra Notes Metropolitan Community College Contents Introduction 2 Unit 1 3 Rational Expressions........................................... 3 Quadratic Equations........................................... 9 Polynomial,

More information

MTH4100 Calculus I. Lecture notes for Week 2. Thomas Calculus, Sections 1.3 to 1.5. Rainer Klages

MTH4100 Calculus I. Lecture notes for Week 2. Thomas Calculus, Sections 1.3 to 1.5. Rainer Klages MTH4100 Calculus I Lecture notes for Week 2 Thomas Calculus, Sections 1.3 to 1.5 Rainer Klages School of Mathematical Sciences Queen Mary University of London Autumn 2009 Reading Assignment: read Thomas

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

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

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

Chapter 2. Polynomial and Rational Functions. 2.3 Polynomial Functions and Their Graphs. Copyright 2014, 2010, 2007 Pearson Education, Inc. Chapter Polynomial and Rational Functions.3 Polynomial Functions and Their Graphs Copyright 014, 010, 007 Pearson Education, Inc. 1 Objectives: Identify polynomial functions. Recognize characteristics

More information

Chapter 1- Polynomial Functions

Chapter 1- Polynomial Functions Chapter 1- Polynomial Functions Lesson Package MHF4U Chapter 1 Outline Unit Goal: By the end of this unit, you will be able to identify and describe some key features of polynomial functions, and make

More information

Solving Linear and Rational Inequalities Algebraically. Definition 22.1 Two inequalities are equivalent if they have the same solution set.

Solving Linear and Rational Inequalities Algebraically. Definition 22.1 Two inequalities are equivalent if they have the same solution set. Inequalities Concepts: Equivalent Inequalities Solving Linear and Rational Inequalities Algebraically Approximating Solutions to Inequalities Graphically (Section 4.4).1 Equivalent Inequalities Definition.1

More information

2. Algebraic functions, power functions, exponential functions, trig functions

2. Algebraic functions, power functions, exponential functions, trig functions Math, Prep: Familiar Functions (.,.,.5, Appendix D) Name: Names of collaborators: Main Points to Review:. Functions, models, graphs, tables, domain and range. Algebraic functions, power functions, exponential

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

University of North Georgia Department of Mathematics

University of North Georgia Department of Mathematics University of North Georgia Department of Mathematics Instructor: Berhanu Kidane Course: College Algebra Math 1111 Text Book: For this course we use the free e book by Stitz and Zeager with link: http://www.stitz-zeager.com/szca07042013.pdf

More information

Part I: Multiple Choice Questions

Part I: Multiple Choice Questions Name: Part I: Multiple Choice Questions. What is the slope of the line y=3 A) 0 B) -3 ) C) 3 D) Undefined. What is the slope of the line perpendicular to the line x + 4y = 3 A) -/ B) / ) C) - D) 3. Find

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

Reference Material /Formulas for Pre-Calculus CP/ H Summer Packet

Reference Material /Formulas for Pre-Calculus CP/ H Summer Packet Reference Material /Formulas for Pre-Calculus CP/ H Summer Packet Week # 1 Order of Operations Step 1 Evaluate expressions inside grouping symbols. Order of Step 2 Evaluate all powers. Operations Step

More information

Region 16 Board of Education. Precalculus Curriculum

Region 16 Board of Education. Precalculus Curriculum Region 16 Board of Education Precalculus Curriculum 2008 1 Course Description This course offers students an opportunity to explore a variety of concepts designed to prepare them to go on to study calculus.

More information

Math 2 Variable Manipulation Part 7 Absolute Value & Inequalities

Math 2 Variable Manipulation Part 7 Absolute Value & Inequalities Math 2 Variable Manipulation Part 7 Absolute Value & Inequalities 1 MATH 1 REVIEW SOLVING AN ABSOLUTE VALUE EQUATION Absolute value is a measure of distance; how far a number is from zero. In practice,

More information

Chapter 2 Analysis of Graphs of Functions

Chapter 2 Analysis of Graphs of Functions Chapter Analysis of Graphs of Functions Chapter Analysis of Graphs of Functions Covered in this Chapter:.1 Graphs of Basic Functions and their Domain and Range. Odd, Even Functions, and their Symmetry..

More information

Power and Polynomial Functions. College Algebra

Power and Polynomial Functions. College Algebra Power and Polynomial Functions College Algebra Power Function A power function is a function that can be represented in the form f x = kx % where k and p are real numbers, and k is known as the coefficient.

More information

CALCULUS BASIC SUMMER REVIEW

CALCULUS BASIC SUMMER REVIEW NAME CALCULUS BASIC SUMMER REVIEW Slope of a non vertical line: rise y y y m run Point Slope Equation: y y m( ) The slope is m and a point on your line is, ). ( y Slope-Intercept Equation: y m b slope=

More information

Foundations of Math II Unit 5: Solving Equations

Foundations of Math II Unit 5: Solving Equations Foundations of Math II Unit 5: Solving Equations Academics High School Mathematics 5.1 Warm Up Solving Linear Equations Using Graphing, Tables, and Algebraic Properties On the graph below, graph the following

More information

1.10 Continuity Brian E. Veitch

1.10 Continuity Brian E. Veitch 1.10 Continuity Definition 1.5. A function is continuous at x = a if 1. f(a) exists 2. lim x a f(x) exists 3. lim x a f(x) = f(a) If any of these conditions fail, f is discontinuous. Note: From algebra

More information

An equation is a statement that states that two expressions are equal. For example:

An equation is a statement that states that two expressions are equal. For example: Section 0.1: Linear Equations Solving linear equation in one variable: An equation is a statement that states that two expressions are equal. For example: (1) 513 (2) 16 (3) 4252 (4) 64153 To solve the

More information

MICHIGAN STANDARDS MAP for a Basic Grade-Level Program. Grade Eight Mathematics (Algebra I)

MICHIGAN STANDARDS MAP for a Basic Grade-Level Program. Grade Eight Mathematics (Algebra I) MICHIGAN STANDARDS MAP for a Basic Grade-Level Program Grade Eight Mathematics (Algebra I) L1.1.1 Language ALGEBRA I Primary Citations Supporting Citations Know the different properties that hold 1.07

More information

Math Review for AP Calculus

Math Review for AP Calculus Math Review for AP Calculus This course covers the topics shown below. Students navigate learning paths based on their level of readiness. Institutional users may customize the scope and sequence to meet

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

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

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

Topics Covered in Math 115

Topics Covered in Math 115 Topics Covered in Math 115 Basic Concepts Integer Exponents Use bases and exponents. Evaluate exponential expressions. Apply the product, quotient, and power rules. Polynomial Expressions Perform addition

More information

Algebra 2 CP Semester 1 PRACTICE Exam

Algebra 2 CP Semester 1 PRACTICE Exam Algebra 2 CP Semester 1 PRACTICE Exam NAME DATE HR You may use a calculator. Please show all work directly on this test. You may write on the test. GOOD LUCK! THIS IS JUST PRACTICE GIVE YOURSELF 45 MINUTES

More information

CALCULUS Differential and Integral The Domain and the Range, Algebraic of functions

CALCULUS Differential and Integral The Domain and the Range, Algebraic of functions University of Al-Qadisiyh College of Education Department of Mathematics Department of physics Class: First CALCULUS Differential and Integral The Domain and the Range, Algebraic of functions Fieras Joad

More information

A Partial List of Topics: Math Spring 2009

A Partial List of Topics: Math Spring 2009 A Partial List of Topics: Math 112 - Spring 2009 This is a partial compilation of a majority of the topics covered this semester and may not include everything which might appear on the exam. The purpose

More information

9.5 HONORS Determine Odd and Even Functions Graphically and Algebraically

9.5 HONORS Determine Odd and Even Functions Graphically and Algebraically 9.5 HONORS Determine Odd and Even Functions Graphically and Algebraically Use this blank page to compile the most important things you want to remember for cycle 9.5: 181 Even and Odd Functions Even Functions:

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

Page Points Score Total: 100

Page Points Score Total: 100 Math 1130 Spring 2019 Sample Exam 1c 1/31/19 Name (Print): Username.#: Lecturer: Rec. Instructor: Rec. Time: This exam contains 8 pages (including this cover page) and 7 problems. Check to see if any pages

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

Sect 2.4 Linear Functions

Sect 2.4 Linear Functions 36 Sect 2.4 Linear Functions Objective 1: Graphing Linear Functions Definition A linear function is a function in the form y = f(x) = mx + b where m and b are real numbers. If m 0, then the domain and

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

3.4 The Fundamental Theorem of Algebra

3.4 The Fundamental Theorem of Algebra 333371_0304.qxp 12/27/06 1:28 PM Page 291 3.4 The Fundamental Theorem of Algebra Section 3.4 The Fundamental Theorem of Algebra 291 The Fundamental Theorem of Algebra You know that an nth-degree polynomial

More information

10-1: Composite and Inverse Functions

10-1: Composite and Inverse Functions Math 95 10-1: Composite and Inverse Functions Functions are a key component in the applications of algebra. When working with functions, we can perform many useful operations such as addition and multiplication

More information

Chapter 1- Polynomial Functions

Chapter 1- Polynomial Functions Chapter 1- Polynomial Functions WORKBOOK MHF4U W1 1.1 Power Functions MHF4U Jensen 1) Identify which of the following are polynomial functions: a) p x = cos x b) h x = 7x c) f x = 2x, d) y = 3x / 2x 0

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

Concepts of graphs of functions:

Concepts of graphs of functions: Concepts of graphs of functions: 1) Domain where the function has allowable inputs (this is looking to find math no-no s): Division by 0 (causes an asymptote) ex: f(x) = 1 x There is a vertical asymptote

More information

The Graphs of Polynomial Functions

The Graphs of Polynomial Functions Section 4.3 The Graphs of Polynomial Functions Objective 1: Understanding the Definition of a Polynomial Function Definition Polynomial Function n n 1 n 2 The function f() x = anx + an 1x + an 2x + L +

More information

Copyright 2018 UC Regents and ALEKS Corporation. ALEKS is a registered trademark of ALEKS Corporation. 2/10

Copyright 2018 UC Regents and ALEKS Corporation. ALEKS is a registered trademark of ALEKS Corporation. 2/10 Prep for Calculus This course covers the topics outlined below. You can customize the scope and sequence of this course to meet your curricular needs. Curriculum (281 topics + 125 additional topics) Real

More information

Math Boot Camp Functions and Algebra

Math Boot Camp Functions and Algebra Fall 017 Math Boot Camp Functions and Algebra FUNCTIONS Much of mathematics relies on functions, the pairing (relation) of one object (typically a real number) with another object (typically a real number).

More information

Exponential Functions Dr. Laura J. Pyzdrowski

Exponential Functions Dr. Laura J. Pyzdrowski 1 Names: (4 communication points) About this Laboratory An exponential function is an example of a function that is not an algebraic combination of polynomials. Such functions are called trancendental

More information

AP Calculus AB Summer Math Packet

AP Calculus AB Summer Math Packet Name Date Section AP Calculus AB Summer Math Packet This assignment is to be done at you leisure during the summer. It is meant to help you practice mathematical skills necessary to be successful in Calculus

More information

Right Behavior. Left Behavior. Right Behavior

Right Behavior. Left Behavior. Right Behavior U n i t 3 P a r t P a g e 1 Math 3 Unit 3 Part Day 1 Graphing Polynomial Functions Expression 9 x- 3x x + 4x 3 + x + x + 1 5x 4 + x + 10 X 5 + x + 5 3c + 4c /c Type of Function Left Behavior: Right Behavior:

More information

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

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

More information

2.8 Linear Approximations and Differentials

2.8 Linear Approximations and Differentials Arkansas Tech University MATH 294: Calculus I Dr. Marcel B. Finan 2.8 Linear Approximations and Differentials In this section we approximate graphs by tangent lines which we refer to as tangent line approximations.

More information

Chapter 2 Polynomial and Rational Functions

Chapter 2 Polynomial and Rational Functions Chapter 2 Polynomial and Rational Functions Overview: 2.2 Polynomial Functions of Higher Degree 2.3 Real Zeros of Polynomial Functions 2.4 Complex Numbers 2.5 The Fundamental Theorem of Algebra 2.6 Rational

More information

Polynomial functions right- and left-hand behavior (end behavior):

Polynomial functions right- and left-hand behavior (end behavior): Lesson 2.2 Polynomial Functions For each function: a.) Graph the function on your calculator Find an appropriate window. Draw a sketch of the graph on your paper and indicate your window. b.) Identify

More information

2.2 The Derivative Function

2.2 The Derivative Function 2.2 The Derivative Function Arkansas Tech University MATH 2914: Calculus I Dr. Marcel B. Finan Recall that a function f is differentiable at x if the following it exists f f(x + h) f(x) (x) =. (2.2.1)

More information

CHAPTER 1: Review (See also the Precalculus notes at

CHAPTER 1: Review (See also the Precalculus notes at CHAPTER 1: Review (See also the Precalculus notes at http://www.kkuniyuk.com) TOPIC 1: FUNCTIONS (Chapter 1: Review) 1.01 PART A: AN EXAMPLE OF A FUNCTION Consider a function f whose rule is given by f

More information

MATH: A2. ADE Summer Item Writing Institute. Performance-Based Assessment. x f(x) g(x)

MATH: A2. ADE Summer Item Writing Institute. Performance-Based Assessment. x f(x) g(x) Date: 6/11/2013 A-REI.11-2 Task Type: I II III Math Practice: 1 2 3 4 5 6 7 8 x f(x) g(x) If g(x) = 1 4 (x 2)2 + 1, find all values of x to the nearest tenth where f(x) = g(x). X= Click to enter Another

More information

UNIT 3: MODELING AND ANALYZING QUADRATIC FUNCTIONS

UNIT 3: MODELING AND ANALYZING QUADRATIC FUNCTIONS UNIT 3: MODELING AND ANALYZING QUADRATIC FUNCTIONS This unit investigates quadratic functions. Students study the structure of quadratic expressions and write quadratic expressions in equivalent forms.

More information

The Graph of a Quadratic Function. Quadratic Functions & Models. The Graph of a Quadratic Function. The Graph of a Quadratic Function

The Graph of a Quadratic Function. Quadratic Functions & Models. The Graph of a Quadratic Function. The Graph of a Quadratic Function 8/1/015 The Graph of a Quadratic Function Quadratic Functions & Models Precalculus.1 The Graph of a Quadratic Function The Graph of a Quadratic Function All parabolas are symmetric with respect to a line

More information

Rewriting Absolute Value Functions as Piece-wise Defined Functions

Rewriting Absolute Value Functions as Piece-wise Defined Functions Rewriting Absolute Value Functions as Piece-wise Defined Functions Consider the absolute value function f ( x) = 2x+ 4-3. Sketch the graph of f(x) using the strategies learned in Algebra II finding the

More information

Homework 1. 3x 12, 61.P (x) = 3t 21 Section 1.2

Homework 1. 3x 12, 61.P (x) = 3t 21 Section 1.2 Section 1.1 Homework 1 (34, 36) Determine whether the equation defines y as a function of x. 34. x + h 2 = 1, 36. y = 3x 1 x + 2. (40, 44) Find the following for each function: (a) f(0) (b) f(1) (c) f(

More information

2.1 Quadratic Functions

2.1 Quadratic Functions Date:.1 Quadratic Functions Precalculus Notes: Unit Polynomial Functions Objective: The student will sketch the graph of a quadratic equation. The student will write the equation of a quadratic function.

More information

MHF4U Unit 2 Polynomial Equation and Inequalities

MHF4U Unit 2 Polynomial Equation and Inequalities MHF4U Unit 2 Polynomial Equation and Inequalities Section Pages Questions Prereq Skills 82-83 # 1ac, 2ace, 3adf, 4, 5, 6ace, 7ac, 8ace, 9ac 2.1 91 93 #1, 2, 3bdf, 4ac, 5, 6, 7ab, 8c, 9ad, 10, 12, 15a,

More information

Math Prep for Statics

Math Prep for Statics Math Prep for Statics This course covers the topics shown below. Students navigate learning paths based on their level of readiness. Institutional users may customize the scope and sequence to meet curricular

More information

CME Project, Algebra Correlated to: Michigan High School Content Expectations, Algebra 1

CME Project, Algebra Correlated to: Michigan High School Content Expectations, Algebra 1 STRAND 1: QUANTITATIVE LITERACY AND LOGIC STANDARD L1: REASONING ABOUT NUMBERS, SYSTEMS, AND QUANTITATIVE SITUATIONS Based on their knowledge of the properties of arithmetic, students understand and reason

More information

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

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

More information

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

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

More information

Algebra I Notes Relations and Functions Unit 03a

Algebra I Notes Relations and Functions Unit 03a OBJECTIVES: F.IF.A.1 Understand the concept of a function and use function notation. Understand that a function from one set (called the domain) to another set (called the range) assigns to each element

More information

ALGEBRA 2/MATH 3 COURSE 1

ALGEBRA 2/MATH 3 COURSE 1 ALGEBRA 2/MATH 3 COURSE 1 TABLE OF CONTENTS NUMBER AND QUANTITY 6 THE REAL NUMBER SYSTEM (N.RN) 6 EXTEND THE PROPERTIES OF EXPONENTS TO RATIONAL EXPONENTS. (N.RN.1-2) 6 Expectations for Learning 6 Content

More information

Math 120, Sample Final Fall 2015

Math 120, Sample Final Fall 2015 Math 10, Sample Final Fall 015 Disclaimer: This sample final is intended to help students prepare for the final exam The final exam will be similar in structure and type of problems, however the actual

More information

x 4 D: (4, ); g( f (x)) = 1

x 4 D: (4, ); g( f (x)) = 1 Honors Math 4 Describing Functions One Giant Review Name Answer Key 1. Let f (x) = x, g(x) = 6x 3, h(x) = x 3 a. f (g(h(x))) = 2x 3 b. h( f (g(x))) = 1 3 6x 3 c. f ( f ( f (x))) = x 1 8 2. Let f (x) =

More information

3.1 Symmetry & Coordinate Graphs

3.1 Symmetry & Coordinate Graphs 3.1 Symmetry & Coordinate Graphs I. Symmetry Point symmetry two distinct points P and P are symmetric with respect to point M if and only is M is the midpoint of PP' When the definition is extended to

More information

Math ~ Exam #1 Review Guide* *This is only a guide, for your benefit, and it in no way replaces class notes, homework, or studying

Math ~ Exam #1 Review Guide* *This is only a guide, for your benefit, and it in no way replaces class notes, homework, or studying Math 1050 2 ~ Exam #1 Review Guide* *This is only a guide, for your benefit, and it in no way replaces class notes, homework, or studying General Tips for Studying: 1. Review this guide, class notes, the

More information

Math Curriculum Guide Portales Municipal Schools Pre-Calculus

Math Curriculum Guide Portales Municipal Schools Pre-Calculus Math Curriculum Guide Portales Municipal Schools Pre-Calculus Revised Spring 2016 PRECALCULUS COMMON CORE STANDARDS 1st Nine Weeks Extend the properties of exponents to rational exponents N-RN.1 Explain

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

Simplifying Rational Expressions and Functions

Simplifying Rational Expressions and Functions Department of Mathematics Grossmont College October 15, 2012 Recall: The Number Types Definition The set of whole numbers, ={0, 1, 2, 3, 4,...} is the set of natural numbers unioned with zero, written

More information

Glossary. Glossary 981. Hawkes Learning Systems. All rights reserved.

Glossary. Glossary 981. Hawkes Learning Systems. All rights reserved. A Glossary Absolute value The distance a number is from 0 on a number line Acute angle An angle whose measure is between 0 and 90 Addends The numbers being added in an addition problem Addition principle

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

Limits and Continuity

Limits and Continuity Limits and Continuity MATH 151 Calculus for Management J. Robert Buchanan Department of Mathematics Fall 2018 Objectives After this lesson we will be able to: Determine the left-hand and right-hand limits

More information

Finding Slope. Find the slopes of the lines passing through the following points. rise run

Finding Slope. Find the slopes of the lines passing through the following points. rise run Finding Slope Find the slopes of the lines passing through the following points. y y1 Formula for slope: m 1 m rise run Find the slopes of the lines passing through the following points. E #1: (7,0) and

More information

ALGEBRA I CCR MATH STANDARDS

ALGEBRA I CCR MATH STANDARDS RELATIONSHIPS BETWEEN QUANTITIES AND REASONING WITH EQUATIONS M.A1HS.1 M.A1HS.2 M.A1HS.3 M.A1HS.4 M.A1HS.5 M.A1HS.6 M.A1HS.7 M.A1HS.8 M.A1HS.9 M.A1HS.10 Reason quantitatively and use units to solve problems.

More information

11 /2 12 /2 13 /6 14 /14 15 /8 16 /8 17 /25 18 /2 19 /4 20 /8

11 /2 12 /2 13 /6 14 /14 15 /8 16 /8 17 /25 18 /2 19 /4 20 /8 MAC 1147 Exam #1a Answer Key Name: Answer Key ID# Summer 2012 HONOR CODE: On my honor, I have neither given nor received any aid on this examination. Signature: Instructions: Do all scratch work on the

More information

Chapter 2: Inequalities, Functions, and Linear Functions

Chapter 2: Inequalities, Functions, and Linear Functions CHAPTER Chapter : Inequalities, Functions, and Linear Functions Exercise.. a. + ; ; > b. ; + ; c. + ; ; > d. 7 ; 8 ; 8 < e. 0. 0. 0.; 0. 0. 0.6; 0. < 0.6 f....0;. (0.).0;.0 >.0 Inequality Line Graph Inequality

More information