Functions Some Basic Ideas and Some Examples

Size: px
Start display at page:

Download "Functions Some Basic Ideas and Some Examples"

Transcription

1 Functions Some Basic Ideas and Some Examples S. F. Ellermeyer May 30, Basic Ideas and Terminology Let D < with D 6= A real valued function, f, ond is an assignment of each number x D toasinglerealnumber,y. If the function f assigns the number x to the number y, then we write f (x) =y whichisreadas f of x equals y. y is said to be the value of the function f at the point x. ThesetD is called the domain of f. Therange of f is the set R f = {y y = f (x) forsomex D}. 2 Examples of Functions 2.1 Example 1 Let D = { 5, 2, 0, 5, 17} and let f be the function on D which makes the following assignments: f ( 5) = 7 f ( 2) = 3 f (0) = 14 f (5) = 14 f (17) = 2 Note that the range or f is R f = { 3, 2, 7, 14}. 1

2 2.2 Example 2 Let D = {1, 2, 3, 4,...} (the set of all positive integers). Let f be the function on D defined by f (n) =gcd(n, 16) where gcd stands for greatest common divisor. Some values of f are shown below. f (1) = gcd (1, 16) = Exercises f (2) = gcd (2, 16) = 2 f (3) = gcd (3, 16) = 1 f (4) = gcd (4, 16) = 4 f (5) = gcd (5, 16) = 1 f (6) = gcd (6, 16) = 2 1. Compute f (7), f (8), f (9), f (416), and f (4023). 2. What is the range of f? 2.3 Example 3 Let D =( 5, 2) and let f be the function on D which is defined by the rule f (x) =3x 2 4x. Then, for example, f ( 4) = 3 ( 4) 2 4( 4) = 64 and f f (0) = 3 (0) 2 4(0)=0 µ 2 2 µ 2 =3 4 = µ 2 7 f (1.57) = 3 (1.57) 2 4(1.57) =

3 2.3.1 Exercise Compute f ( 2), f ( 1.1), f ³ 1, 2 andf (0.83). 2.4 Example 4 Let D =(, ) andletg be the function on D which is defined by the rule g (x) =3x 2 4x Exercises 1. Find g ( 4), g (1.57), and g (6). 2. Why is the function g different from the function f of the previous example? (Hint: In the previous example, is there such a thing as f (6)?) 2.5 Example 5 Let D =[ 2, 4] and let f be the rule defined by f (x) = x. Then f is not a function on D because f cannot be used to assign each point x D to a real number. For example, we cannot evaluate f ( 1) because 1isnotdefined (as a real number). 2.6 Example 6 Let D = < and let f be the function defined on D by ( 3x if x 2 f (x) = x +10 if x>2 Then, for example, f ( 4) = 3 ( 4) = 12 (because 4 2) f (0) = 3 (0) = 0 (because 0 2) 3

4 f (3) = = 13 (because 3 > 2) and f (4.97) = = (because 4.97 > 2). This type of function is called a piecewise defined function because different formulas define f on different parts of its domain Exercise Compute f ( 8), f (1.97), f (2), f (2.004), and f (10). 3 Some Remarks About Domains of Functions Defining a function involves specifying the domain on which the function is to act. For example, the function f defined by the rule f (x) =3x 2 4x on the domain D =( 2, 5) and the function g defined by the rule g (x) =3x 2 4x on the domain D =(0, )aredifferent functions even though the rules which define both functions are the same. They are different because their domains are different. In applications, the domain of a function involved in studying the application is often naturally prescribed. For example, suppose that the cost of a certain type of rope is 25 cents per foot and suppose we want to define a function which gives the cost (in dollars) of buying any given length of rope. Since the cost of each foot of rope is.25 dollars, then the cost of x feet of rope is.25x. The function which gives the cost of buying x feet of rope is C (x) =.25x. What is a natural choice of domain for the function C? Obviously, the domain of C should not include negative numbers because there is no such thing as a negative length of rope. An appropriate choice for the domain of C would be D =[0, ). In some problems involving functions, the domain of the function is not really an important issue. Indeed, you will often encounter statements like 4

5 Consider the function f (x) =3x 2 4x... with no reference made to the domain of the function. In such cases, the convention is to assume that the domain is the largest subset of < on which the rule for the function is defined. For example, if you encounter the statement Consider the function f (x) =3x 2 4x with no reference made to the domain, then you may assume that the (implied) domain is the set of all real numbers because the formula which defines f is defined for all x <. As another example, suppose that you are asked to work with the function f (x) = x + 1 x 2 without being told what the intended domain of this function is. The formula which defines f is not defined for any negative number because of the radical and the formula is also not defined for x = 2 because setting x =2would place a 0 in the denominator if the second term in the formula. However, the formula is defined for all other values of x so you could conclude that the intended domain of the function f is D =[0, 2) (2, ). (Note that another way to write this domain is D =[0, ) {2}.) In summary, if the domain of a function is not prescribed beforehand by the person who defines the function, then the domain can be deduced according to the following conventions: Convention 1. If the function arises in an application (a real problem), then the domain should be chosen so that it makes sense in terms of the problem. Convention 2. If there is no natural choice of domain (as in cases where Convention 1 applies), then the domain is assumed to be the largest subset of < on which the rule for the function is defined. 3.1 Exercises In exercises 1 5, a rule for a function is given but no domain is specified. Determine the implied domain of each function (via Convention 2). 1. f (x) =14x 5x g (u) =1/ (u +14) 5

6 3. h (u) =1/ (u 2 +14) 4. A (x) = x 4 5. p (t) = t/ ³ 9 t A farmer has 600 feet of fence available which he plans to use to enclose a rectangular area. Let x stand for the length of fence to be used on one side of the rectangular area and let A (x) be the area enclosed by the fence which is built. Write down therule(formula)forthefunction A and determine the domain of A. 7. A certain movie theater has a capacity of 800 people and charges $6 perticketformovies. Define a function R which gives the revenue collected by the movie theater at each movie showing as a function of the number of people in attendance. State the domain of R. 6

7 4 Describing Functions via Formulas, Tables, and Graphs Functions can be described using formulas, tables, and/or graphs. Depending on what you are trying to do with the function you are studying, any one of these methods for describing the function might come in handy. Let us examine each of the functions in Examples 1 6 above and describe each of them in terms of a formula, a table, and or a graph (whichever are possible). 4.1 Example 1 Let D = { 5, 2, 0, 5, 17} and let f be the function on D which makes the following assignments: f ( 5) = 7 f ( 2) = 3 f (0) = 14 f (5) = 14 f (17) = Formula It is not practical or necessary to try to describe this function using a formula. After all, there are only five points in the domain so the description of the function given above is perfectly adequate. Nonetheless, here is a formula for f: f (x) =14+ 3, 246, 658 1, 529, , , 241 x 373, 065 2, 487, 100 x2 746, 130 x3 + 2, 487, 100 x4. If you have a rainy Saturday afternoon with nothing better to do, you can check to see that this formula actually does correspond to the function f. It is easy to see, for example, that the formula gives f (0) = 14. You could use your calculator to check that the other x values in the domain of f give the indicated y values. Let us stress again though that it is really unnecessary (and, in fact, inconvenient) to describe f by a formula. 7

8 4.1.2 Table Since the function f acts on a domain containing only five points, f is most easily described by a table. The table for f is Graph x y The graph of f consists of just five points. This graph is pictured below (with small squares indicating the (x, y) pairs of f) x Example 2 Let D = {1, 2, 3, 4,...} (the set of all positive integers). Let f be the function on D defined by f (n) =gcd(n, 16) where gcd stands for greatest common divisor. 8

9 4.2.1 Formula This function is defined by the formula f (n) =gcd(n, 16) Table It would be impossible to make a complete table for this function because its domain contains infinitely many points. Of course, one could make a partial table as follows: Graph n y The graph of f consists of infinitely many scattered points. A graph is really not the best way to describe this function. Nonetheless, one could make a partial graph as pictured below x 4.3 Example 3 Let D =( 5, 2) and let f be the function on D which is defined by the rule f (x) =3x 2 4x Formula This function is defined by the formula f (x) =3x 2 4x. 9

10 4.3.2 Table The domain of f is an entire interval. Hence, it is not possible to produce a complete table listing all values of f. However, we could make a partial table which is as extensive as we like. Here is such a partial table (using x values chosen at a distance of 0.5 from each other): x y Graph Since the domain of f is an interval and since the values of f vary in a continuous fashion as x is varied, the graph of f is a curve in the Cartesian plane. Note that this was not the case for the graphs of the previous two functions in Examples 1 and 2. The graph of f is pictured below Example x Graph of f (x) =3x 2 4x with domain ( 5, 2) Let D =(, ) andletg be the function on D which is defined by the rule g (x) =3x 2 4x Formula The function g is defined by the formula g (x) =3x 2 4x. 10

11 4.4.2 Table As in the previous example, the domain of g contains infinitely many points so a complete table cannot be produced. A partial table can be produced if desired Graph The graph of g is shown below. Notice that, of course, this graph coincides with the graph of the function f from the previous example on the interval ( 5, 2) because f and g are both defined by the same formula. However, the graph of g extends infinitely both to the left and to the right. This is indicated by the arrows on each side of the graph Example x 4 Graph of g (x) =3x 2 4x with domain (, ) Recall that Example 5 was not even a function! 4.6 Example 6 Let D = < and let f be the function defined on D by f (x) = ( 3x if x 2 x +10 if x>2 11

12 4.6.1 Formula The function f is defined by the formula Table f (x) = ( 3x if x 2 x +10 if x>2 The domain of f is the set of all real numbers (an infinite set) so it is not possible to produce a complete table for f. Here is a partial table for f Graph The graph of f is pictured below. x y

13 5 Exercises 1. Let f be the function whose graph is shown below. (The complete graph of f is shown. It contains only six points.) Make a table for f and state the domain and the range of f x A partial table for a function g which has domain D =(, ) is shown below. Find a possible formula for g andsketchthegraphof g. (There is more than one possible solution to this exercise but one solution is easier than any other.) t v Let f bethefunctionwithdomaind =[ 12, 4] defined by f (x) = 4x 4. Sketch the graph of f and determine the range of f. 4. Let g be the function with domain D =(, ) defined by g (x) = 4x 4. Sketch the graph of g and determine the range of g. 5. Let f be defined by the rule f (x) = 1 x

14 a. What is the (implied) domain of f? b. Complete the following table for f. x y c. Use graph paper and the table you completed in part b to sketch an accurate graph of f. (If you aren t sure what the graph of f looks like, you may want to make a more extensive table than the one in part b.) d. What is the range of f? 6. Repeat Exercise 5 using f (x) = 1 x (For part b, its up to you to decide which x values to choose in making a table.) 7. Repeat Exercise 5 using f (x) = x 4 (For part b, its up to you to decide which x values to choose in making a table.) 8. Repeat Exercise 5 using f (x) = x 9 x +8. (For part b, its up to you to decide which x values to choose in making a table.) 14

WORKSHEET ON NUMBERS, MATH 215 FALL. We start our study of numbers with the integers: N = {1, 2, 3,...}

WORKSHEET ON NUMBERS, MATH 215 FALL. We start our study of numbers with the integers: N = {1, 2, 3,...} WORKSHEET ON NUMBERS, MATH 215 FALL 18(WHYTE) We start our study of numbers with the integers: Z = {..., 2, 1, 0, 1, 2, 3,... } and their subset of natural numbers: N = {1, 2, 3,...} For now we will not

More information

Section 20: Arrow Diagrams on the Integers

Section 20: Arrow Diagrams on the Integers Section 0: Arrow Diagrams on the Integers Most of the material we have discussed so far concerns the idea and representations of functions. A function is a relationship between a set of inputs (the leave

More information

Rings of Residues. S. F. Ellermeyer. September 18, ; [1] m

Rings of Residues. S. F. Ellermeyer. September 18, ; [1] m Rings of Residues S F Ellermeyer September 18, 2006 If m is a positive integer, then we obtain the partition C = f[0] m ; [1] m ; : : : ; [m 1] m g of Z into m congruence classes (This is discussed in

More information

Checkpoint 1 Simplifying Like Terms and Distributive Property

Checkpoint 1 Simplifying Like Terms and Distributive Property Checkpoint 1 Simplifying Like Terms and Distributive Property Simplify the following expressions completely. 1. 3 2 2. 3 ( 2) 3. 2 5 4. 7 3 2 3 2 5. 1 6 6. (8x 5) + (4x 6) 7. (6t + 1)(t 2) 8. (2k + 11)

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

Chapter 3: Factors, Roots, and Powers

Chapter 3: Factors, Roots, and Powers Chapter 3: Factors, Roots, and Powers Section 3.1 Chapter 3: Factors, Roots, and Powers Section 3.1: Factors and Multiples of Whole Numbers Terminology: Prime Numbers: Any natural number that has exactly

More information

Day 2 and 3 Graphing Linear Inequalities in Two Variables.notebook. Formative Quiz. 1) Sketch the graph of the following linear equation.

Day 2 and 3 Graphing Linear Inequalities in Two Variables.notebook. Formative Quiz. 1) Sketch the graph of the following linear equation. Formative Quiz 1) Sketch the graph of the following linear equation. (a) 1 (b) 2 2. Solve for x in the given triangle. 12 53 0 x 47 0 3 3. Solve for x in the given triangle. 87 0 13 9 x 4 5 Graphing Linear

More information

= 9 = x + 8 = = -5x 19. For today: 2.5 (Review) and. 4.4a (also review) Objectives:

= 9 = x + 8 = = -5x 19. For today: 2.5 (Review) and. 4.4a (also review) Objectives: Math 65 / Notes & Practice #1 / 20 points / Due. / Name: Home Work Practice: Simplify the following expressions by reducing the fractions: 16 = 4 = 8xy =? = 9 40 32 38x 64 16 Solve the following equations

More information

Unit 6: Quadratics. Contents

Unit 6: Quadratics. Contents Unit 6: Quadratics Contents Animated gif Program...6-3 Setting Bounds...6-9 Exploring Quadratic Equations...6-17 Finding Zeros by Factoring...6-3 Finding Zeros Using the Quadratic Formula...6-41 Modeling:

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

PreCalculus Practice Midterm

PreCalculus Practice Midterm Practice Midterm PreCalculus 1 Name: Period: Date: Answer the following questions. 1. Define function. PreCalculus Practice Midterm 2. Describe the end behavior of any positive odd polynomial function

More information

(2) Let f(x) = 5x. (3) Say f (x) and f (x) have the following graphs. Sketch a graph of f(x). The graph of f (x) is: 3x 5

(2) Let f(x) = 5x. (3) Say f (x) and f (x) have the following graphs. Sketch a graph of f(x). The graph of f (x) is: 3x 5 The following review sheet is intended to help you study. It does not contain every type of problem you may see. It does not reflect the distribution of problems on the actual midterm. It probably has

More information

Sections 8.1 & 8.2 Systems of Linear Equations in Two Variables

Sections 8.1 & 8.2 Systems of Linear Equations in Two Variables Sections 8.1 & 8.2 Systems of Linear Equations in Two Variables Department of Mathematics Porterville College September 7, 2014 Systems of Linear Equations in Two Variables Learning Objectives: Solve Systems

More information

Chapter 9: Roots and Irrational Numbers

Chapter 9: Roots and Irrational Numbers Chapter 9: Roots and Irrational Numbers Index: A: Square Roots B: Irrational Numbers C: Square Root Functions & Shifting D: Finding Zeros by Completing the Square E: The Quadratic Formula F: Quadratic

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

SLCSE Math 1050, Spring, 2013 Lesson 1, Monday, January 7, 2013: Quadratic Functions

SLCSE Math 1050, Spring, 2013 Lesson 1, Monday, January 7, 2013: Quadratic Functions SLCSE Math 1050, Spring, 2013 Lesson 1, Monday, January 7, 2013: Quadratic Functions Note: The activities are to be done and discussed in class. Homework, due at 4 pm Monday, Jan 14, 2013 consists of all

More information

Applied Calculus I. Review Solutions. Qaisar Latif. October 25, 2016

Applied Calculus I. Review Solutions. Qaisar Latif. October 25, 2016 Applied Calculus I Review Solutions Qaisar Latif October 25, 2016 2 Homework 1 Problem 1. The number of people living with HIV infections increased worldwide approximately exponentially from 2.5 million

More information

Section 1.1 Task List

Section 1.1 Task List Summer 017 Math 143 Section 1.1 7 Section 1.1 Task List Section 1.1 Linear Equations Work through Section 1.1 TTK Work through Objective 1 then do problems #1-3 Work through Objective then do problems

More information

3. pour from one decanter to the other until either the receiving decanter is full or the poured decanter is empty.

3. pour from one decanter to the other until either the receiving decanter is full or the poured decanter is empty. The Euclidean Algorithm The Decanting Problem is a liquid measuring problem that begins with two unmarked decanters with capacities a and b. Usually a and b are integers. The problem is to determine the

More information

5.4 Continuity: Preliminary Notions

5.4 Continuity: Preliminary Notions 5.4. CONTINUITY: PRELIMINARY NOTIONS 181 5.4 Continuity: Preliminary Notions 5.4.1 Definitions The American Heritage Dictionary of the English Language defines continuity as an uninterrupted succession,

More information

The Euclidean Algorithm and Multiplicative Inverses

The Euclidean Algorithm and Multiplicative Inverses 1 The Euclidean Algorithm and Multiplicative Inverses Lecture notes for Access 2009 The Euclidean Algorithm is a set of instructions for finding the greatest common divisor of any two positive integers.

More information

If C(x) is the total cost (in dollars) of producing x items of a product, then

If C(x) is the total cost (in dollars) of producing x items of a product, then Supplemental Review Problems for Unit Test : 1 Marginal Analysis (Sec 7) Be prepared to calculate total revenue given the price - demand function; to calculate total profit given total revenue and total

More information

8 th Grade Intensive Math

8 th Grade Intensive Math 8 th Grade Intensive Math Ready Florida MAFS Student Edition August-September 2014 Lesson 1 Part 1: Introduction Properties of Integer Exponents Develop Skills and Strategies MAFS 8.EE.1.1 In the past,

More information

3. pour from one decanter to the other until either the receiving decanter is full or the poured decanter is empty.

3. pour from one decanter to the other until either the receiving decanter is full or the poured decanter is empty. Using the Euclidean Algorithm The Decanting Problem is a liquid measuring problem that begins with two unmarked decanters with capacities a and b. Usually a and b are integers. The problem is to determine

More information

ACCUPLACER MATH 0311 OR MATH 0120

ACCUPLACER MATH 0311 OR MATH 0120 The University of Teas at El Paso Tutoring and Learning Center ACCUPLACER MATH 0 OR MATH 00 http://www.academics.utep.edu/tlc MATH 0 OR MATH 00 Page Factoring Factoring Eercises 8 Factoring Answer to Eercises

More information

2. Find the intervals where function is increasing and decreasing. Then find all relative extrema.

2. Find the intervals where function is increasing and decreasing. Then find all relative extrema. MATH 1071Q Exam #2 Review Fall 2011 1. Find the elasticity at the given points and determine whether demand is inelastic, elastic, or unit elastic. Explain the significance of your answer. (a) x = 10 2p

More information

Introduction to Calculus

Introduction to Calculus Introduction to Calculus Contents 1 Introduction to Calculus 3 11 Introduction 3 111 Origin of Calculus 3 112 The Two Branches of Calculus 4 12 Secant and Tangent Lines 5 13 Limits 10 14 The Derivative

More information

Math 211 Business Calculus TEST 3. Question 1. Section 2.2. Second Derivative Test.

Math 211 Business Calculus TEST 3. Question 1. Section 2.2. Second Derivative Test. Math 211 Business Calculus TEST 3 Question 1. Section 2.2. Second Derivative Test. p. 1/?? Math 211 Business Calculus TEST 3 Question 1. Section 2.2. Second Derivative Test. Question 2. Section 2.3. Graph

More information

Quadratics Unit 3 Tentative TEST date

Quadratics Unit 3 Tentative TEST date 1 U n i t 3 11U Date: Name: Quadratics Unit 3 Tentative TEST date Big idea/learning Goals This unit is mostly review from grade 10. However, you will apply function terminology as you describe domain,

More information

Lesson 12: Systems of Linear Equations

Lesson 12: Systems of Linear Equations Our final lesson involves the study of systems of linear equations. In this lesson, we examine the relationship between two distinct linear equations. Specifically, we are looking for the point where the

More information

Name: MA 160 Dr. Katiraie (100 points) Test #3 Spring 2013

Name: MA 160 Dr. Katiraie (100 points) Test #3 Spring 2013 Name: MA 160 Dr. Katiraie (100 points) Test #3 Spring 2013 Show all of your work on the test paper. All of the problems must be solved symbolically using Calculus. You may use your calculator to confirm

More information

June If you want, you may scan your assignment and convert it to a.pdf file and it to me.

June If you want, you may scan your assignment and convert it to a.pdf file and  it to me. Summer Assignment Pre-Calculus Honors June 2016 Dear Student: This assignment is a mandatory part of the Pre-Calculus Honors course. Students who do not complete the assignment will be placed in the regular

More information

Systems of Linear Equations

Systems of Linear Equations 4 Systems of Linear Equations Copyright 2014, 2010, 2006 Pearson Education, Inc. Section 4.1, Slide 1 1-1 4.1 Systems of Linear Equations in Two Variables R.1 Fractions Objectives 1. Decide whether an

More information

4x 2-5x+3. 7x-1 HOMEWORK 1-1

4x 2-5x+3. 7x-1 HOMEWORK 1-1 HOMEWORK 1-1 As it is always the case that correct answers without sufficient mathematical justification may not receive full credit, make sure that you show all your work. Please circle, draw a box around,

More information

Systems of Equations. Red Company. Blue Company. cost. 30 minutes. Copyright 2003 Hanlonmath 1

Systems of Equations. Red Company. Blue Company. cost. 30 minutes. Copyright 2003 Hanlonmath 1 Chapter 6 Systems of Equations Sec. 1 Systems of Equations How many times have you watched a commercial on television touting a product or services as not only the best, but the cheapest? Let s say you

More information

Fundamentals of Mathematics I

Fundamentals of Mathematics I Fundamentals of Mathematics I Kent State Department of Mathematical Sciences Fall 2008 Available at: http://www.math.kent.edu/ebooks/10031/book.pdf August 4, 2008 Contents 1 Arithmetic 2 1.1 Real Numbers......................................................

More information

22.1 Solving Equations by Taking Square Roots

22.1 Solving Equations by Taking Square Roots Name Class Date 22.1 Solving Equations by Taking Square Roots Essential Question: How can you solve quadratic equations using square roots? Resource Locker Explore Exploring Square Roots Recall that the

More information

( 10, ). Which of the following are possible, and which are not possible? Hint: draw a

( 10, ). Which of the following are possible, and which are not possible? Hint: draw a Recitation Worksheet 6C f x = x 1 x 4 x 9 = x 14x + 49x 36. Find the intervals on which 1. Suppose ( ) ( )( )( ) 3 f ( x ) is increasing and the intervals on which f ( ). Suppose ( ) ( )( )( ) 3 x is decreasing.

More information

Introducing Proof 1. hsn.uk.net. Contents

Introducing Proof 1. hsn.uk.net. Contents Contents 1 1 Introduction 1 What is proof? 1 Statements, Definitions and Euler Diagrams 1 Statements 1 Definitions Our first proof Euler diagrams 4 3 Logical Connectives 5 Negation 6 Conjunction 7 Disjunction

More information

Conway s Rational Tangles

Conway s Rational Tangles Conway s ational Tangles Tom Davis tomrdavis@earthlink.net http://www.geometer.org/mathcircles October 22, 2008 1 Introduction I learned about this trick in a lecture by John Conway a number of years ago.

More information

Mathematics 2201 Midterm Exam Review

Mathematics 2201 Midterm Exam Review Mathematics 0 Midterm Eam Review Chapter : Radicals Chapter 6: Quadratic Functions Chapter 7: Quadratic Equations. Evaluate: 6 8 (A) (B) (C) (D). Epress as an entire radical. (A) (B) (C) (D). What is the

More information

Section 5-1 First Derivatives and Graphs

Section 5-1 First Derivatives and Graphs Name Date Class Section 5-1 First Derivatives and Graphs Goal: To use the first derivative to analyze graphs Theorem 1: Increasing and Decreasing Functions For the interval (a,b), if f '( x ) > 0, then

More information

Spring 2018 Math Week Week 1 Task List

Spring 2018 Math Week Week 1 Task List Spring 2018 Math 143 - Week 1 25 Week 1 Task List This week we will cover Sections 1.1 1.4 in your e-book. Work through each of the following tasks, carefully filling in the following pages in your notebook.

More information

Math 121 (Lesieutre); 9.1: Polar coordinates; November 22, 2017

Math 121 (Lesieutre); 9.1: Polar coordinates; November 22, 2017 Math 2 Lesieutre; 9: Polar coordinates; November 22, 207 Plot the point 2, 2 in the plane If you were trying to describe this point to a friend, how could you do it? One option would be coordinates, but

More information

3. pour from one decanter to the other until either the receiving decanter is full or the poured decanter is empty.

3. pour from one decanter to the other until either the receiving decanter is full or the poured decanter is empty. The Euclidean Algorithm The Decanting Problem is a liquid measuring problem that begins with two unmarked decanters with capacities a and b 1 Usually a and b are integers The problem is to determine the

More information

Section 2.5 Linear Inequalities

Section 2.5 Linear Inequalities Section 2.5 Linear Inequalities WORDS OF COMPARISON Recently, you worked with applications (word problems) in which you were required to write and solve an equation. Sometimes you needed to translate sentences

More information

Vectors Part 1: Two Dimensions

Vectors Part 1: Two Dimensions Vectors Part 1: Two Dimensions Last modified: 20/02/2018 Links Scalars Vectors Definition Notation Polar Form Compass Directions Basic Vector Maths Multiply a Vector by a Scalar Unit Vectors Example Vectors

More information

MAT 113 Test #2 Solutions

MAT 113 Test #2 Solutions MAT 11 Test # Solutions There were two forms of the test given, A and B. The letters next to the problems indicate which version they came from. A 1. Let P and Q be the points (, 1) and ( 1, ). a. [4 pts]

More information

6 Cosets & Factor Groups

6 Cosets & Factor Groups 6 Cosets & Factor Groups The course becomes markedly more abstract at this point. Our primary goal is to break apart a group into subsets such that the set of subsets inherits a natural group structure.

More information

OPTIMATIZATION - MAXIMUM/MINIMUM PROBLEMS BC CALCULUS

OPTIMATIZATION - MAXIMUM/MINIMUM PROBLEMS BC CALCULUS 1 OPTIMATIZATION - MAXIMUM/MINIMUM PROBLEMS BC CALCULUS 1. Read each problem slowly and carefully. Read the problem at least three times before trying to solve it. Sometimes words can be ambiguous. It

More information

2.1 Definition. Let n be a positive integer. An n-dimensional vector is an ordered list of n real numbers.

2.1 Definition. Let n be a positive integer. An n-dimensional vector is an ordered list of n real numbers. 2 VECTORS, POINTS, and LINEAR ALGEBRA. At first glance, vectors seem to be very simple. It is easy enough to draw vector arrows, and the operations (vector addition, dot product, etc.) are also easy to

More information

( 10, ). Which of the following are possible, and which are not possible? Hint: draw a

( 10, ). Which of the following are possible, and which are not possible? Hint: draw a Recitation Worksheet 6C f x = x x 4 x 9 = x 4x + 49x 36. Find the intervals on which. Suppose ( ) ( )( )( ) 3 f ( x ) is increasing and the intervals on which f ( ). Suppose ( ) ( )( )( ) 3 x is decreasing.

More information

Secondary Math 3 Honors Unit 10: Functions Name:

Secondary Math 3 Honors Unit 10: Functions Name: Secondary Math 3 Honors Unit 10: Functions Name: Parent Functions As you continue to study mathematics, you will find that the following functions will come up again and again. Please use the following

More information

Systems of Linear Equations: Solving by Adding

Systems of Linear Equations: Solving by Adding 8.2 Systems of Linear Equations: Solving by Adding 8.2 OBJECTIVES 1. Solve systems using the addition method 2. Solve applications of systems of equations The graphical method of solving equations, shown

More information

Student Self-Assessment of Mathematics (SSAM) for Intermediate Algebra

Student Self-Assessment of Mathematics (SSAM) for Intermediate Algebra Student Self-Assessment of Mathematics (SSAM) for Intermediate Algebra Answer key 1. Find the value of 3x 4y if x = -2 and y = 5 To find the value, substitute the given values in for x and y 3x -4y Substitute

More information

MA094 Part 2 - Beginning Algebra Summary

MA094 Part 2 - Beginning Algebra Summary MA094 Part - Beginning Algebra Summary Page of 8/8/0 Big Picture Algebra is Solving Equations with Variables* Variable Variables Linear Equations x 0 MA090 Solution: Point 0 Linear Inequalities x < 0 page

More information

Part 2 - Beginning Algebra Summary

Part 2 - Beginning Algebra Summary Part - Beginning Algebra Summary Page 1 of 4 1/1/01 1. Numbers... 1.1. Number Lines... 1.. Interval Notation.... Inequalities... 4.1. Linear with 1 Variable... 4. Linear Equations... 5.1. The Cartesian

More information

All variables a, b, n, etc are integers unless otherwise stated. Each part of a problem is worth 5 points.

All variables a, b, n, etc are integers unless otherwise stated. Each part of a problem is worth 5 points. Math 152, Problem Set 2 solutions (2018-01-24) All variables a, b, n, etc are integers unless otherwise stated. Each part of a problem is worth 5 points. 1. Let us look at the following equation: x 5 1

More information

LIMITS AT INFINITY MR. VELAZQUEZ AP CALCULUS

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

More information

CLASS NOTES: BUSINESS CALCULUS

CLASS NOTES: BUSINESS CALCULUS CLASS NOTES: BUSINESS CALCULUS These notes can be thought of as the logical skeleton of my lectures, although they will generally contain a fuller exposition of concepts but fewer examples than my lectures.

More information

MATH LESSON 24 EXAMPLE SOLUTIONS OCTOBER 27, 2017

MATH LESSON 24 EXAMPLE SOLUTIONS OCTOBER 27, 2017 MATH 16020 LESSON 24 EXAMPLE SOLUTIONS OCTOBER 27, 2017 Example 1. We are tasked with constructing a rectangular box with a volume of 64 cubic feet. The material for the top costs 8 dollars per square

More information

Section 2.1. Increasing, Decreasing, and Piecewise Functions; Applications

Section 2.1. Increasing, Decreasing, and Piecewise Functions; Applications Section 2.1 Increasing, Decreasing, and Piecewise Functions; Applications Features of Graphs Intervals of Increase and Decrease A function is increasing when the graph goes up as you travel along it from

More information

Section 0.6: Factoring from Precalculus Prerequisites a.k.a. Chapter 0 by Carl Stitz, PhD, and Jeff Zeager, PhD, is available under a Creative

Section 0.6: Factoring from Precalculus Prerequisites a.k.a. Chapter 0 by Carl Stitz, PhD, and Jeff Zeager, PhD, is available under a Creative Section 0.6: Factoring from Precalculus Prerequisites a.k.a. Chapter 0 by Carl Stitz, PhD, and Jeff Zeager, PhD, is available under a Creative Commons Attribution-NonCommercial-ShareAlike.0 license. 201,

More information

Grade 7/8 Math Circles. Continued Fractions

Grade 7/8 Math Circles. Continued Fractions Faculty of Mathematics Waterloo, Ontario N2L 3G Centre for Education in Mathematics and Computing A Fraction of our History Grade 7/8 Math Circles October th /2 th Continued Fractions Love it or hate it,

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

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

Extra Problems: Unit 0

Extra Problems: Unit 0 Extra Problems: Unit 0 These are example problems, mostly from tests and quizzes that I have given in the past. Make sure you understand and can do all assigned textbook problems, activities, problems

More information

Mathematics 2201 Midterm Exam Review

Mathematics 2201 Midterm Exam Review Mathematics 0 Midterm Eam Review Chapter : Radicals Chapter : Quadratic Functions Chapter 7: Quadratic Equations. Evaluate: 8 (A) (B) (C) (D). Epress as an entire radical. (A) (B) (C) (D). What is the

More information

Section 1.1. Chapter 1. Quadratics. Parabolas. Example. Example. ( ) = ax 2 + bx + c -2-1

Section 1.1. Chapter 1. Quadratics. Parabolas. Example. Example. ( ) = ax 2 + bx + c -2-1 Chapter 1 Quadratic Functions and Factoring Section 1.1 Graph Quadratic Functions in Standard Form Quadratics The polynomial form of a quadratic function is: f x The graph of a quadratic function is a

More information

Chapter 6 Notes, Applied Calculus, Tan

Chapter 6 Notes, Applied Calculus, Tan Contents 4.1 Applications of the First Derivative........................... 2 4.1.1 Determining the Intervals Where a Function is Increasing or Decreasing... 2 4.1.2 Local Extrema (Relative Extrema).......................

More information

Basic Principles of Algebra

Basic Principles of Algebra Basic Principles of Algebra Algebra is the part of mathematics dealing with discovering unknown numbers in an equation. It involves the use of different types of numbers: natural (1, 2, 100, 763 etc.),

More information

Chapter 2 Polynomial and Rational Functions

Chapter 2 Polynomial and Rational Functions SECTION.1 Linear and Quadratic Functions Chapter Polynomial and Rational Functions Section.1: Linear and Quadratic Functions Linear Functions Quadratic Functions Linear Functions Definition of a Linear

More information

Example 2.1. Draw the points with polar coordinates: (i) (3, π) (ii) (2, π/4) (iii) (6, 2π/4) We illustrate all on the following graph:

Example 2.1. Draw the points with polar coordinates: (i) (3, π) (ii) (2, π/4) (iii) (6, 2π/4) We illustrate all on the following graph: Section 10.3: Polar Coordinates The polar coordinate system is another way to coordinatize the Cartesian plane. It is particularly useful when examining regions which are circular. 1. Cartesian Coordinates

More information

Twitter: @Owen134866 www.mathsfreeresourcelibrary.com Prior Knowledge Check 1) Find the point of intersection for each pair of lines: a) y = 4x + 7 and 5y = 2x 1 b) y = 5x 1 and 3x + 7y = 11 c) 2x 5y =

More information

GRE Quantitative Reasoning Practice Questions

GRE Quantitative Reasoning Practice Questions GRE Quantitative Reasoning Practice Questions y O x 7. The figure above shows the graph of the function f in the xy-plane. What is the value of f (f( ))? A B C 0 D E Explanation Note that to find f (f(

More information

Definition: A "system" of equations is a set or collection of equations that you deal with all together at once.

Definition: A system of equations is a set or collection of equations that you deal with all together at once. System of Equations Definition: A "system" of equations is a set or collection of equations that you deal with all together at once. There is both an x and y value that needs to be solved for Systems

More information

Chapter 5. Increasing and Decreasing functions Theorem 1: For the interval (a,b) f (x) f(x) Graph of f + Increases Rises - Decreases Falls

Chapter 5. Increasing and Decreasing functions Theorem 1: For the interval (a,b) f (x) f(x) Graph of f + Increases Rises - Decreases Falls Chapter 5 Section 5.1 First Derivative and Graphs Objectives: The student will be able to identify increasing and decreasing functions and local extrema The student will be able to apply the first derivative

More information

CS 360, Winter Morphology of Proof: An introduction to rigorous proof techniques

CS 360, Winter Morphology of Proof: An introduction to rigorous proof techniques CS 30, Winter 2011 Morphology of Proof: An introduction to rigorous proof techniques 1 Methodology of Proof An example Deep down, all theorems are of the form If A then B, though they may be expressed

More information

Radiological Control Technician Training Fundamental Academic Training Study Guide Phase I

Radiological Control Technician Training Fundamental Academic Training Study Guide Phase I Module 1.01 Basic Mathematics and Algebra Part 4 of 9 Radiological Control Technician Training Fundamental Academic Training Phase I Coordinated and Conducted for the Office of Health, Safety and Security

More information

When determining critical numbers and/or stationary numbers you need to show each of the following to earn full credit.

When determining critical numbers and/or stationary numbers you need to show each of the following to earn full credit. Definition Critical Numbers/Stationary Numbers A critical number of f, 0 x, is a number in the domain of f where either f x 0 0 or undefined. If f x 0 0, then the number x 0 is also called a stationary

More information

11.3 Finding Complex Solutions of Quadratic Equations

11.3 Finding Complex Solutions of Quadratic Equations Name Class Date 11.3 Finding Complex Solutions of Quadratic Equations Essential Question: How can you find the complex solutions of any quadratic equation? Resource Locker Explore Investigating Real Solutions

More information

Chapters 4/5 Class Notes. Intermediate Algebra, MAT1033C. SI Leader Joe Brownlee. Palm Beach State College

Chapters 4/5 Class Notes. Intermediate Algebra, MAT1033C. SI Leader Joe Brownlee. Palm Beach State College Chapters 4/5 Class Notes Intermediate Algebra, MAT1033C Palm Beach State College Class Notes 4.1 Professor Burkett 4.1 Systems of Linear Equations in Two Variables A system of equations is a set of two

More information

Solution Sheet (i) q = 5, r = 15 (ii) q = 58, r = 15 (iii) q = 3, r = 7 (iv) q = 6, r = (i) gcd (97, 157) = 1 = ,

Solution Sheet (i) q = 5, r = 15 (ii) q = 58, r = 15 (iii) q = 3, r = 7 (iv) q = 6, r = (i) gcd (97, 157) = 1 = , Solution Sheet 2 1. (i) q = 5, r = 15 (ii) q = 58, r = 15 (iii) q = 3, r = 7 (iv) q = 6, r = 3. 2. (i) gcd (97, 157) = 1 = 34 97 21 157, (ii) gcd (527, 697) = 17 = 4 527 3 697, (iii) gcd (2323, 1679) =

More information

Infinite Limits. Infinite Limits. Infinite Limits. Previously, we discussed the limits of rational functions with the indeterminate form 0/0.

Infinite Limits. Infinite Limits. Infinite Limits. Previously, we discussed the limits of rational functions with the indeterminate form 0/0. Infinite Limits Return to Table of Contents Infinite Limits Infinite Limits Previously, we discussed the limits of rational functions with the indeterminate form 0/0. Now we will consider rational functions

More information

MATH 3310 Class Notes 2

MATH 3310 Class Notes 2 MATH 330 Class Notes 2 S. F. Ellermeyer August 2, 200 The differential equation = ky () (where k is a given constant) is extremely important in applications and in the general theory of differential equations.

More information

MATH 121: EXTRA PRACTICE FOR TEST 2. Disclaimer: Any material covered in class and/or assigned for homework is a fair game for the exam.

MATH 121: EXTRA PRACTICE FOR TEST 2. Disclaimer: Any material covered in class and/or assigned for homework is a fair game for the exam. MATH 121: EXTRA PRACTICE FOR TEST 2 Disclaimer: Any material covered in class and/or assigned for homework is a fair game for the exam. 1 Linear Functions 1. Consider the functions f(x) = 3x + 5 and g(x)

More information

CHAPTER 4: APPLICATIONS OF DERIVATIVES

CHAPTER 4: APPLICATIONS OF DERIVATIVES (Exercises for Section 4.1: Extrema) E.4.1 CHAPTER 4: APPLICATIONS OF DERIVATIVES SECTION 4.1: EXTREMA 1) For each part below, find the absolute maximum and minimum values of f on the given interval. Also

More information

A Quick Algebra Review

A Quick Algebra Review 1. Simplifying Epressions. Solving Equations 3. Problem Solving 4. Inequalities 5. Absolute Values 6. Linear Equations 7. Systems of Equations 8. Laws of Eponents 9. Quadratics 10. Rationals 11. Radicals

More information

3 rd class Mech. Eng. Dept. hamdiahmed.weebly.com Fourier Series

3 rd class Mech. Eng. Dept. hamdiahmed.weebly.com Fourier Series Definition 1 Fourier Series A function f is said to be piecewise continuous on [a, b] if there exists finitely many points a = x 1 < x 2

More information

Lesson 13: Inequalities

Lesson 13: Inequalities Classwork Opening Exercise: Writing Inequality Statements Tarik is trying to save $265.49 to buy a new tablet. Right now, he has $40 and can save $38 a week from his allowance. Write and evaluate an expression

More information

Chapter 1 Review of Equations and Inequalities

Chapter 1 Review of Equations and Inequalities Chapter 1 Review of Equations and Inequalities Part I Review of Basic Equations Recall that an equation is an expression with an equal sign in the middle. Also recall that, if a question asks you to solve

More information

College Algebra: Midterm Review

College Algebra: Midterm Review College Algebra: A Missive from the Math Department Learning College Algebra takes effort on your part as the student. Here are some hints for studying that you may find useful. Work Problems If you do,

More information

For Exercises 1 4, identify the part of the circle drawn in red as its circumference, diameter, or radius. Then, measure that part in centimeters.

For Exercises 1 4, identify the part of the circle drawn in red as its circumference, diameter, or radius. Then, measure that part in centimeters. A C E Applications Connections Extensions Applications For Exercises 1 4, identify the part of the circle drawn in red as its circumference, diameter, or radius. Then, measure that part in centimeters.

More information

a b c d e GOOD LUCK! 3. a b c d e 12. a b c d e 4. a b c d e 13. a b c d e 5. a b c d e 14. a b c d e 6. a b c d e 15. a b c d e

a b c d e GOOD LUCK! 3. a b c d e 12. a b c d e 4. a b c d e 13. a b c d e 5. a b c d e 14. a b c d e 6. a b c d e 15. a b c d e MA23 Elem. Calculus Fall 207 Eam 3 2076 Name: Sec.: Do not remove this answer page you will turn in the entire eam. No books or notes may be used. You may use an ACT-approved calculator during the eam,

More information

Vector is a quantity which has both magnitude and direction. We will use the arrow to designate vectors.

Vector is a quantity which has both magnitude and direction. We will use the arrow to designate vectors. In this section, we will study the fundamental operations (addition, resolving vectors into components) of force vectors. Vector is a quantity which has both magnitude and direction. We will use the arrow

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

Name Period Date. QUADRATIC FUNCTIONS AND EQUATIONS Student Pages for Packet 2: Solving Quadratic Equations 1

Name Period Date. QUADRATIC FUNCTIONS AND EQUATIONS Student Pages for Packet 2: Solving Quadratic Equations 1 Name Period Date QUAD2.1 QUAD2.2 QUAD2.3 The Square Root Property Solve quadratic equations using the square root property Understand that if a quadratic function is set equal to zero, then the result

More information

COLLEGE ALGEBRA. Paul Dawkins

COLLEGE ALGEBRA. Paul Dawkins COLLEGE ALGEBRA Paul Dawkins Table of Contents Preface... iii Outline... iv Preliminaries... 7 Introduction... 7 Integer Exponents... 8 Rational Exponents...5 Radicals... Polynomials...30 Factoring Polynomials...36

More information

Solving Equations. Lesson Fifteen. Aims. Context. The aim of this lesson is to enable you to: solve linear equations

Solving Equations. Lesson Fifteen. Aims. Context. The aim of this lesson is to enable you to: solve linear equations Mathematics GCSE Module Four: Basic Algebra Lesson Fifteen Aims The aim of this lesson is to enable you to: solve linear equations solve linear equations from their graph solve simultaneous equations from

More information

Algebra. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed.

Algebra. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed. This document was written and copyrighted by Paul Dawkins. Use of this document and its online version is governed by the Terms and Conditions of Use located at. The online version of this document is

More information