31
Block 3 Functions

Functions

Embed Size (px)

Citation preview

Page 1: Functions

Block 3

Functions

Page 2: Functions

What is to be Learned?

• What a function is• Different ways functions can be represented• Meaning of words domain and range• How to express functions

Page 3: Functions

Functions are like Factories

Page 4: Functions

Basic Function

Something goes in and comes out different (usually!)

In Out+ 4Domain Range

Page 5: Functions

Basic Function

Something goes in and comes out different (usually!)

In Out+ 4Domain Range

Page 6: Functions

Basic Function

In Out 5 -5 x

In Out+ 4

9-1

x + 4

Page 7: Functions

Basic Function

Domain Range 5 -5 x

In Out+ 4

9-1

x + 4

Page 8: Functions

Fancy Way of Writing

F(x) = x + 4 ↑ ↑ Domain Range F(7) ? F(7) = 7 + 4= 11

F of x

Page 9: Functions

F(x) = 2x + 3 Domain { 1 , 3 , 5 }

Range?F(1)?F(1) = 2(1) + 3 = 5F(3) = 9F(5) = 13

Range { 5 , 9 , 13 }

Page 10: Functions

Representing Functions

Page 11: Functions

Table

X 1 2 3 4 5

F(x) 5 7 9 11 13

F(x) = 2x + 3

Page 12: Functions

Graph

x

F(x)

just like Y

f(x) = 2x + 3

Page 13: Functions

Daft looking things

Domain Range

5 13

10 2311 2519 41

f(x) = 2x + 3

Page 14: Functions

Definition

For every value of x in the domain, there is exactly one value of f (or y) in the range

Page 15: Functions

Domain Range

Page 16: Functions

f(x) = 5x + 9 f(x + 3)?

f(x + 3) =

Page 17: Functions

f(x) = 5x + 9 f(x + 3)?

f(x + 3) =

Page 18: Functions

f(x) = 5x + 9 f(x + 3)?

f(x + 3) =

Page 19: Functions

f(x) = 5x + 9 f(x + 3)?

f(x + 3) =

Page 20: Functions

f(x) = 5x + 9 f(x + 3)?

f(x + 3) =

= 5x + 15 + 9 = 5x + 24

5 + 9x + 3( )x

Page 21: Functions

f(x) = 3x – 2

f(x + 5) = 3 = 3x + 15 – 2 = 3x + 13

– 2 x + 5( )

f(x + 5)?

Page 22: Functions

f(x) = x2

f(x + 3) =

= (x + 3)(x + 3) = x2 + 3x + 3x + 9 = x2 + 6x + 9

2x + 3( )

f(x + 3)?

Page 23: Functions

Functions

In functions the domain values (usually x) give one range value (usually f(x) or y)

Can be represented by formulae, graphs, tables or daft diagrams.

Page 24: Functions

f(x) = x2 + 6f(4) =

f(x + 3) = 42 + 6(x + 3)2 + 6

Page 25: Functions

g(x) = x2 + 4x – 3g(5) =

g(x – 7 ) = 52 + 4(5) – 3(x – 7)2 + 4(x – 7) – 3

Page 26: Functions

f(x) = 6x – 2

f(x + 4) = 6 = 6x + 24 – 2 = 6x + 22

– 2 x + 4( )

f(x + 4)?Key Question

Page 27: Functions

Forbidden Domain Values!

Sums that do not work!!!!!

• Dividing by zero• Square root of a negative

Page 28: Functions

Applying to Functions

f(x) = 10/x

Domain: x cannot equal zero

x = 0

Page 29: Functions

f(x) = √xDomain: x must not be negative

x ≥ 0

Page 30: Functions

Sneakier

f(x) = 10/x-3

Domain: x = 3

f(x) = √x – 5 Domain x ≥ 5

Page 31: Functions

For some functions there are domain values which are undefined

Ex f(x) = √x – 7Domain x ≥ 7