17
Introduction So far we have seen a function f of a variable x represented by f(x). We have graphed f(x) and learned that its range is dependent on its domain. But, can a function be applied to expressions other than x? What would it mean if we wrote f(2x) or f(x + 1)? In this lesson, we will explore function notation and the versatility of functions. 1 3.1.4: Function Notation and Evaluating Functions

Introduction So far we have seen a function f of a variable x represented by f(x). We have graphed f(x) and learned that its range is dependent on its

Embed Size (px)

Citation preview

Page 1: Introduction So far we have seen a function f of a variable x represented by f(x). We have graphed f(x) and learned that its range is dependent on its

IntroductionSo far we have seen a function f of a variable x represented by f(x). We have graphed f(x) and learned that its range is dependent on its domain. But, can a function be applied to expressions other than x? What would it mean if we wrote f(2x) or f(x + 1)? In this lesson, we will explore function notation and the versatility of functions.

1

3.1.4: Function Notation and Evaluating Functions

Page 2: Introduction So far we have seen a function f of a variable x represented by f(x). We have graphed f(x) and learned that its range is dependent on its

Introduction, continuedFor example, let f be a function with the domain {1, 2, 3} and let f(x) = 2x. To evaluate f over the domain {1, 2, 3}, we would write the following equations by substituting each value in the domain for x:

f(1) = 2(1) = 2

f(2) = 2(2) = 4

f(3) = 2(3) = 6

{2, 4, 6} is the range of f(x).

2

3.1.4: Function Notation and Evaluating Functions

Page 3: Introduction So far we have seen a function f of a variable x represented by f(x). We have graphed f(x) and learned that its range is dependent on its

Key Concepts• Functions can be evaluated at values and variables.

• To evaluate a function, substitute the values for the domain for all occurrences of x.

• To evaluate f(2) in f(x) = x + 1, replace all x’s with 2 and simplify: f(2) = (2) + 1 = 3. This means that f(2) = 3.

• (x, (f(x)) is an ordered pair of a function and a point on the graph of the function.

3

3.1.4: Function Notation and Evaluating Functions

Page 4: Introduction So far we have seen a function f of a variable x represented by f(x). We have graphed f(x) and learned that its range is dependent on its

Common Errors/Misconceptions• thinking function notation means “f times x” instead of

“f of x”

• trying to multiply the left side of the function notation

4

3.1.4: Function Notation and Evaluating Functions

Page 5: Introduction So far we have seen a function f of a variable x represented by f(x). We have graphed f(x) and learned that its range is dependent on its

Guided Practice

Example 1Evaluate f(x) = 4x – 7 over the domain {1, 2, 3, 4}. What is the range?

5

3.1.4: Function Notation and Evaluating Functions

Page 6: Introduction So far we have seen a function f of a variable x represented by f(x). We have graphed f(x) and learned that its range is dependent on its

Guided Practice: Example 1, continued

1. To evaluate f(x) = 4x – 7 over the domain {1, 2, 3, 4}, substitute the values from the domain into f(x) = 4x – 7.

6

3.1.4: Function Notation and Evaluating Functions

Page 7: Introduction So far we have seen a function f of a variable x represented by f(x). We have graphed f(x) and learned that its range is dependent on its

Guided Practice: Example 1, continued

2. Evaluate f(1).

7

3.1.4: Function Notation and Evaluating Functions

f(x) = 4x – 7 Original function

f(1) = 4(1) – 7 Substitute 1 for x.

f(1) = 4 – 7 = –3 Simplify.

Page 8: Introduction So far we have seen a function f of a variable x represented by f(x). We have graphed f(x) and learned that its range is dependent on its

Guided Practice: Example 1, continued

3. Evaluate f(2).

8

3.1.4: Function Notation and Evaluating Functions

f(x) = 4x – 7 Original function

f(2) = 4(2) – 7 Substitute 2 for x.

f(2) = 8 – 7 = 1 Simplify.

Page 9: Introduction So far we have seen a function f of a variable x represented by f(x). We have graphed f(x) and learned that its range is dependent on its

Guided Practice: Example 1, continued

4. Evaluate f(3).

9

3.1.4: Function Notation and Evaluating Functions

f(x) = 4x – 7 Original function

f(3) = 4(3) – 7 Substitute 3 for x.

f(3) = 12 – 7 = 5 Simplify.

Page 10: Introduction So far we have seen a function f of a variable x represented by f(x). We have graphed f(x) and learned that its range is dependent on its

Guided Practice: Example 1, continued

5. Evaluate f(4).

10

3.1.4: Function Notation and Evaluating Functions

f(x) = 4x – 7 Original function

f(4) = 4(4) – 7 Substitute 4 for x.

f(4) = 16 – 7 = 9 Simplify.

Page 11: Introduction So far we have seen a function f of a variable x represented by f(x). We have graphed f(x) and learned that its range is dependent on its

Guided Practice: Example 1, continued

6. Collect the set of outputs from the inputs.

The range is {–3, 1, 5, 9}.

11

3.1.4: Function Notation and Evaluating Functions

Page 12: Introduction So far we have seen a function f of a variable x represented by f(x). We have graphed f(x) and learned that its range is dependent on its

12

3.1.4: Function Notation and Evaluating Functions

Guided Practice: Example 1, continued

12

Page 13: Introduction So far we have seen a function f of a variable x represented by f(x). We have graphed f(x) and learned that its range is dependent on its

Guided Practice

Example 3Raven started an online petition calling for more vegan options in the school cafeteria. So far, the number of signatures has doubled every day. She started with 32 signatures on the first day. Raven’s petition can be modeled by the function f(x) = 32(2)x. Evaluate f(3) and interpret the results in terms of the petition.

13

3.1.4: Function Notation and Evaluating Functions

Page 14: Introduction So far we have seen a function f of a variable x represented by f(x). We have graphed f(x) and learned that its range is dependent on its

Guided Practice: Example 3, continued

1. Evaluate the function.

14

3.1.4: Function Notation and Evaluating Functions

f(x) = 32(2)x Original function

f(3) = 32(2)3 Substitute 3 for x.

f(3) = 32(8) Simplify as needed.

f(3) = 256

Page 15: Introduction So far we have seen a function f of a variable x represented by f(x). We have graphed f(x) and learned that its range is dependent on its

Guided Practice: Example 3, continued

2. Interpret the results. On day 3, the petition has 256 signatures. This is a point on the graph, (3, 256), of the function f(x) = 32(2)x.

15

3.1.4: Function Notation and Evaluating Functions

Page 16: Introduction So far we have seen a function f of a variable x represented by f(x). We have graphed f(x) and learned that its range is dependent on its

Guided Practice: Example 3, continued

16

3.1.4: Function Notation and Evaluating Functions

Nu

mb

er o

f si

gn

atu

res

Days

Page 17: Introduction So far we have seen a function f of a variable x represented by f(x). We have graphed f(x) and learned that its range is dependent on its

17

3.1.4: Function Notation and Evaluating Functions

Guided Practice: Example 3, continued

17