sections 3 1 3 3
play

Sections 3.1 - 3.3 Dr. Doug Ensley January 13, 2015 Function - PowerPoint PPT Presentation

Sections 3.1 - 3.3 Dr. Doug Ensley January 13, 2015 Function Machine A function accepts an input x and returns an output f ( x ). The set of all legitimate inputs is called the domain , and the set of all outputs that occur is called the


  1. Sections 3.1 - 3.3 Dr. Doug Ensley January 13, 2015

  2. Function Machine ◮ A function accepts an input x and returns an output f ( x ). ◮ The set of all legitimate inputs is called the domain , and the set of all outputs that occur is called the range . ◮ A function can associate only one output to any given input. It is ok for a function to have the same output for more than one input.

  3. Function Example ◮ The function with the rule, “For each input number x , return as output the number x 2 + 1,” can be written more concisely as, f ( x ) = x 2 + 1. When we can provide such an algebraic rule, then the definition of function is usually met.

  4. Function Example ◮ The function with the rule, “For each input number x , return as output the number x 2 + 1,” can be written more concisely as, f ( x ) = x 2 + 1. When we can provide such an algebraic rule, then the definition of function is usually met. ◮ The function f ( x ) = x 2 + 1 has as its domain the set of all real numbers, denoted R , or in interval notation ( −∞ , ∞ ).

  5. Function Example ◮ The function with the rule, “For each input number x , return as output the number x 2 + 1,” can be written more concisely as, f ( x ) = x 2 + 1. When we can provide such an algebraic rule, then the definition of function is usually met. ◮ The function f ( x ) = x 2 + 1 has as its domain the set of all real numbers, denoted R , or in interval notation ( −∞ , ∞ ). ◮ The graph of a function consists of all points ( x , y ) where y is the output associated with input x . I will refer to such points as “input, output pairs,” and we often use the notation y = f ( x ) when referring to a graph of a function.

  6. Function Evaluation Let f ( x ) = x 2 − 2 x + 3. Evaluate each of the following: ◮ f ( − 3)

  7. Function Evaluation Let f ( x ) = x 2 − 2 x + 3. Evaluate each of the following: ◮ f ( − 3) � 1 ◮ f � 2

  8. Function Evaluation Let f ( x ) = x 2 − 2 x + 3. Evaluate each of the following: ◮ f ( − 3) � 1 ◮ f � 2 ◮ f ( − x ) (and simplify)

  9. Function Evaluation Let f ( x ) = x 2 − 2 x + 3. Evaluate each of the following: ◮ f ( − 3) � 1 ◮ f � 2 ◮ f ( − x ) (and simplify) ◮ f ( x + h ) (and simplify)

  10. Function Evaluation Let f ( x ) = x 2 − 2 x + 3. Evaluate each of the following: ◮ f ( − 3) � 1 ◮ f � 2 ◮ f ( − x ) (and simplify) ◮ f ( x + h ) (and simplify) ◮ f ( x + h ) − f ( x ) (and simplify) h

  11. Function Evaluation Let f ( x ) = x 2 + 1. Evaluate each of the following: ◮ f (7)

  12. Function Evaluation Let f ( x ) = x 2 + 1. Evaluate each of the following: ◮ f (7) � 1 ◮ f � 3

  13. Function Evaluation Let f ( x ) = x 2 + 1. Evaluate each of the following: ◮ f (7) � 1 ◮ f � 3 ◮ f (2 x ) (and simplify)

  14. Function Evaluation Let f ( x ) = x 2 + 1. Evaluate each of the following: ◮ f (7) � 1 ◮ f � 3 ◮ f (2 x ) (and simplify) ◮ f ( x + h ) (and simplify)

  15. Function Evaluation Let f ( x ) = x 2 + 1. Evaluate each of the following: ◮ f (7) � 1 ◮ f � 3 ◮ f (2 x ) (and simplify) ◮ f ( x + h ) (and simplify) ◮ f ( x + h ) − f ( x ) (and simplify) h

  16. More Function Examples ◮ The function with the rule, “For each input number x , return x +1 as output the number √ x − 3 ,” can be written more concisely as, x + 1 g ( x ) = √ x − 3

  17. More Function Examples ◮ The function with the rule, “For each input number x , return x +1 as output the number √ x − 3 ,” can be written more concisely as, x + 1 g ( x ) = √ x − 3 ◮ The function g ( x ) has as its domain the set of all real numbers greater than 3.

  18. More Function Examples ◮ The function with the rule, “For each input number x , return x +1 as output the number √ x − 3 ,” can be written more concisely as, x + 1 g ( x ) = √ x − 3 ◮ The function g ( x ) has as its domain the set of all real numbers greater than 3. ◮ In interval notation, the domain is written (3 , ∞ ).

  19. Domain ◮ What is the domain of the function g ( x ) = √ 2 x − 5?

  20. Domain ◮ What is the domain of the function g ( x ) = √ 2 x − 5? ◮ What is the domain of the function g ( x ) = x +1 x − 4 ?

  21. Domain ◮ What is the domain of the function g ( x ) = √ 2 x − 5? ◮ What is the domain of the function g ( x ) = x +1 x − 4 ? ◮ What is the domain of the function g ( x ) = x 2 + x +1 √ 3 x − 6 ?

  22. Domain ◮ What is the domain of the function g ( x ) = √ 2 x − 5? ◮ What is the domain of the function g ( x ) = x +1 x − 4 ? ◮ What is the domain of the function g ( x ) = x 2 + x +1 √ 3 x − 6 ? 1 ◮ What is the domain of the function g ( x ) = x 2 +5 ?

  23. Functions from Word Problems ◮ The function with the rule, “For each input number x , return as output the price in dollars of purchasing x candy bars that cost $0.79 each,” can be written algebraically as, P ( x ) = 0 . 79 · x . What is the domain of the function P ( x )?

  24. Functions from Word Problems ◮ The function with the rule, “For each input number x , return as output the price in dollars of purchasing x candy bars that cost $0.79 each,” can be written algebraically as, P ( x ) = 0 . 79 · x . What is the domain of the function P ( x )? ◮ A rectangular garden has a perimeter of 100 feet. Find an algebraic expression for the area A ( w ) of the garden if the width is the input number w . What is the domain of the function A ( w )?

  25. Functions from Word Problems ◮ The function with the rule, “For each input number x , return as output the price in dollars of purchasing x candy bars that cost $0.79 each,” can be written algebraically as, P ( x ) = 0 . 79 · x . What is the domain of the function P ( x )? ◮ A rectangular garden has a perimeter of 100 feet. Find an algebraic expression for the area A ( w ) of the garden if the width is the input number w . What is the domain of the function A ( w )? ◮ A popular burger restaurant gets a revenue R , in dollars, from the sale of x hundred burgers equal to R ( x ) = − 2 . 4 x 2 + 440 x . The cost C , in dollars, of selling x hundred burgers is given by the function C ( x ) = 0 . 1 x 3 − 4 x 2 + 130 x + 1000. Find the profit if 7 hundred burgers are sold. If P ( x ) denotes the profit when selling x hundred burgers, find P (7) and write a sentence explaining its meaning.

  26. Graph of a function ◮ The graph of a function consists of all points ( x , y ) where y is the output associated with input x . I will refer to such points as “input, output pairs,” and we often use the notation y = f ( x ) when referring to a graph of a function.

  27. Graph of a function ◮ The graph of a function consists of all points ( x , y ) where y is the output associated with input x . I will refer to such points as “input, output pairs,” and we often use the notation y = f ( x ) when referring to a graph of a function. 4 x 2 + 1 is shown below. ◮ For example, the graph of f ( x ) = 1

  28. Graph of a function ◮ The graph of a function consists of all points ( x , y ) where y is the output associated with input x . I will refer to such points as “input, output pairs,” and we often use the notation y = f ( x ) when referring to a graph of a function. 4 x 2 + 1 is shown below. ◮ For example, the graph of f ( x ) = 1 ◮ When we want to refer to a point on the graph, we can specify just the x coordinate or we can describe both coordinates as, for example, ( − 2 , f ( − 2)).

  29. Graph of a function Consider the graph y = f ( x ) shown below: ◮ Compute f (3) and f (6).

  30. Graph of a function Consider the graph y = f ( x ) shown below: ◮ Compute f (3) and f (6). ◮ The point (8 , a ) is on the graph. What is a ? The point ( b , − 2) is on the graph. What is b ?

  31. Graph of a function Consider the graph y = f ( x ) shown below: ◮ Compute f (3) and f (6). ◮ The point (8 , a ) is on the graph. What is a ? The point ( b , − 2) is on the graph. What is b ? ◮ How many solutions does the equation f(x)=1 have?

  32. Graph of a function Consider the graph y = f ( x ) shown below: ◮ Compute f (3) and f (6). ◮ The point (8 , a ) is on the graph. What is a ? The point ( b , − 2) is on the graph. What is b ? ◮ How many solutions does the equation f(x)=1 have? ◮ Identify the x -intercepts for this function?

  33. Graph of a function Consider the graph y = f ( x ) shown below: ◮ Compute f (3) and f (6). ◮ The point (8 , a ) is on the graph. What is a ? The point ( b , − 2) is on the graph. What is b ? ◮ How many solutions does the equation f(x)=1 have? ◮ Identify the x -intercepts for this function? ◮ Identify the y -intercepts for this function?

  34. Graph of a function Consider the graph y = f ( x ) shown below: ◮ Compute f (3) and f (6). ◮ The point (8 , a ) is on the graph. What is a ? The point ( b , − 2) is on the graph. What is b ? ◮ How many solutions does the equation f(x)=1 have? ◮ Identify the x -intercepts for this function? ◮ Identify the y -intercepts for this function? ◮ What is the domain of this function? What is the range?

  35. Increasing/Decreasing Consider the following graph of y = f ( x ). ◮ Where is f increasing? ◮ Where is f decreasing? ◮ Where are the “turning points?”

  36. Local extrema Where are the What are the Are there local maxima? local maxima? global extrema?

Recommend


More recommend