+ All Categories
Home > Documents > functions

functions

Date post: 02-Jan-2016
Category:
Upload: molly-hoover
View: 13 times
Download: 0 times
Share this document with a friend
Description:
functions. mappings. example: a function. 10. 20. 30. 40. 50. 60. A man drops a ball from the top of a building. 10. 20. 30. 40. 50. 60. After ½ second, the ball has fallen 4 feet. Time. Distance. 1/2. 4. 10. 10. 20. 20. 30. 30. 40. 40. 50. 50. 60. 60. - PowerPoint PPT Presentation
30
Transcript
Page 1: functions
Page 2: functions
Page 3: functions

60

10

20

30

40

50

A man drops a ball from the top of a building.

Page 4: functions

60

10

20

30

40

50

After ½ second, the ball has fallen 4 feet.

1/2 4

Page 5: functions

60

10

20

30

40

50

60

10

20

30

40

50

After 1 second, the ball has fallen 16 feet.

1 16

1/2 4

Page 6: functions

60

10

20

30

40

50

60

10

20

30

40

50

After 3/2 second, the ball has fallen 36 feet.

1 16

36

1/2 4

60

10

20

30

40

50

3/2

Page 7: functions

60

10

20

30

40

50

60

10

20

30

40

50

After 2 seconds, the ball has fallen 64 feet.

1 16

36

2 64

1/2 4

60

10

20

30

40

50

3/2

60

10

20

30

40

50

Page 8: functions

60

10

20

30

40

50

1 16

36

2 64

1/2 4

3/2

Motion is described as a set of ordered pairs.

{ ( 1/2 , 4 ), ( 1 ,16 ), ( 3/2 , 36 ), ( 2 , 64 ) }

Page 9: functions

60

10

20

30

40

50

1 16

36

2 64

1/2 4

3/2

Motion is described as a set of ordered pairs.

{ ( 1/2 , 4 ), ( 1 ,16 ), ( 3/2 , 36 ), ( 2 , 64 ) }

Sometimes there is a pattern, and we can write an equation:

d = 16 t2

t is time in seconds d is distance in feet

Page 10: functions

60

10

20

30

40

50

1 16

36

2 64

1/2 4

3/2

More generally, a function is defined as a set of ordered pairs.

{ ( 1/2 , 4 ), ( 1 ,16 ), ( 3/2 , 36 ), ( 2 , 64 ) }

When we write an equation for a function, the solutions (ordered pairs) define the function.

d = 16 t2

t is time in seconds d is distance in feet

Page 11: functions

60

10

20

30

40

50

1 16

36

2 64

1/2 4

3/2

A function is defined as a set of ordered pairs.

{ ( 1/2 , 4 ), ( 1 ,16 ), ( 3/2 , 36 ), ( 2 , 64 ) }

The DOMAIN of the function = { 1/2 , 1 , 3/2 , 2 }

The RANGE of the function = { 4 ,16 , 36 , 64 }

Page 12: functions

60

10

20

30

40

50

1 16

36

2 64

1/2 4

3/2

The DOMAIN of the function =1/2 1 3/2 2

The RANGE of the function = 4 16 36 64

The function is a mapping that relates everyDomain element t to a unique correspondingRange element, denoted f(t) and called the image of t

Page 13: functions

60

10

20

30

40

50

1 16

36

2 64

1/2 4

3/2

The DOMAIN of the function =1/2 1 3/2 2

The RANGE of the function = 4 16 36 64

The function is a mapping that relates everyDomain element t to a unique correspondingRange element, denoted f(t) and called the image of t

4 is the image of ½16 is the image of 136 is the image of 3/264 is the image of 2

4 = f ( ½ )16 = f ( 1 )36 = f ( 3/2 )64 = f ( 2 )

Page 14: functions

60

10

20

30

40

50

1 16

36

2 64

1/2 4

3/2

The DOMAIN of the function =1/2 1 3/2 2

The RANGE of the function = 4 16 36 64

The function (of high school algebra fame) relates a set of real numbers to another set of real numbers.

Next we will examine a mapping that links a set of vectors to another set of vectors. In doing so, we use much of the same terminology that we used in the study of functions. A function is a type of mapping.

Page 15: functions
Page 16: functions

A farmer plans to purchase a herd of cows.

He considers 2 breeds:Purple cows and Brown cows

Page 17: functions

Each day a purple cow will eat 1 bale of hay and will produce 2 bottles of milk

Each day a brown cow will eat 2 bales of hay and will produce 3 bottles of milk

Page 18: functions

purple brown

A herd comprised of 50 purple and 70 brown cows will consume 190 bales of hay and produce 310 bottles of milk.

310

190

70

50

310

190

70

50

Page 19: functions

purple brown

A herd comprised of 100 purple and 30 brown cows will consume 160 bales of hay and produce 290 bottles of milk.

290

160

30

100

310

190

70

50

290

160

30

100

Page 20: functions

purple brown

A herd comprised of 80 purple and 150 brown cows will consume 380 bales of hay and produce 610 bottles of milk.

610

380

150

80

310

190

70

50

290

160

30

100

610

380

150

80

Page 21: functions

purple brown

610

380

150

80

The DOMAIN of the mapping:These vectors describe the composition of the herd, and this determines

310

190

70

50

290

160

30

100

Page 22: functions

purple brown

610

380

150

80

The DOMAIN of the mapping:These vectors describe the composition of the herd, and this determines The RANGE of the mapping:

These vectors describe the daily food intake and milk yield.

310

190

70

50

290

160

30

100

Page 23: functions

purple brown

610

380

150

80

Just as it is sometimes possible to find an equation to define a function, it is sometimes possible to produce a matrix to define a vector space mapping.

310

190

70

50

290

160

30

100

Page 24: functions

purple brown

610

380

150

80

Just as it is sometimes possible to find an equation to define a function, it is sometimes possible to produce a matrix to define a vector space mapping.

# bales of hay = 1 (# purple cows) + 2 (# brown cows)

310

190

70

50

290

160

30

100

Page 25: functions

purple brown

610

380

150

80

Just as it is sometimes possible to find an equation to define a function, it is sometimes possible to produce a matrix to define a vector space mapping.

# bales of hay = 1 (# purple cows) + 2 (# brown cows)

# bottles of milk = 2 (# purple cows) + 3 (# brown cows)

310

190

70

50

290

160

30

100

Page 26: functions

purple brown

610

380

150

80

Just as it is sometimes possible to find an equation to define a function, it is sometimes possible to produce a matrix to define a vector space mapping.

# bales of hay = 1 (# purple cows) + 2 (# brown cows)

# bottles of milk = 2 (# purple cows) + 3 (# brown cows)

brown

purple

bottles

bales

#

#

32

21

#

#

310

190

70

50

290

160

30

100

Page 27: functions

purple brown

610

380

150

80

brown

purple

bottles

bales

#

#

32

21

#

#

30

100

32

21

#

#

bottles

bales eg:

310

190

70

50

290

160

30

100

Page 28: functions

purple brown

610

380

150

80

brown

purple

bottles

bales

#

#

32

21

#

#

30

100

32

21

290

160 eg:

32

21

30

100

,30

100 torelated vector thefind to

bymultiply

310

190

70

50

290

160

30

100

Page 29: functions

purple brown

610

380

150

80

brown

purple

bottles

bales

#

#

32

21

#

#

For every domain element ( a vector in R2 whose entries are the numbers of each breed of cow) there is a unique corresponding range element ( a vector in R2 whose entries are the numbers of bales consumed and bottles produced.)

A

vA

v

310

190

70

50

290

160

30

100

Page 30: functions

purple brown

610

380

150

80

brown

purple

bottles

bales

#

#

32

21

#

#A

30

100 of image the

290

160

30

100

32

21

30

100

A

eg:

310

190

70

50

290

160

30

100


Recommended