Lesson 1: Functions and Relations Flashcards

1
Q

Set of x values

A

Domain

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Set of y values

A

Range

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Ordered pairs

A

(x,y)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

A rule that relates the values from a set of values (called the domain) to a second set of values (called the range).

A

Relations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

In relations, inputs generate:

A

one or more outputs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

A relation where each element in the domain is related to only one value in the range by some rule

A

Function

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

In functions, inputs generate:

A

only one output

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

A function is a set of ordered pairs where:

A

no ordered pairs have the same x value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

between two sets X and Y is simply a subset of the Cartesian product X x Y, i.e., a collection of ordered pairs (x,y) where x ∈ X and y ∈ Y

A

Relation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

∈ means

A

“is an element of”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Let x and Y be sets. Then a function from X to Y, denoted by f: X -> Y, is a set f of ordered pairs in X x Y such that for each x ∈ X there exists a unique y ∈ Y with (x,y) ∈ f. In other words, if (x,y) ∈ f and (x,y’) ∈ f, then y=y’

A

Function

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Function Notation

A

f(x)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

f(x) is read as

A

“f of x” or “function of x”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

in f(x)=y, what are the variables?

A
  • x is the independent variable
  • y is the dependent variable
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

A function can be illustrated as:

A

a machine where there is an input and output

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

input: person | output: blood type

A

Function

A person can only have 1 blood type

17
Q

input: airport| output: airport code

A

Mere Relation

Airports have one code from the IATA and ICAO

18
Q

input: resident | output: address

A

Function

A person can only have one address/live in one place

19
Q

input: students | output: subject teachers

A

Mere Relation

A student can have more than one subject teacher.

20
Q

input: items | output: expiration date

A

Mere Relation

Items can be made on different dates. thats why different exp. dates.

21
Q

A function that is defined by two or more equations over a specified domain

A

piecewise-defined function

22
Q

Piecewise functions can be denoted by:

A

formula 1 if x is in domain 1
f(x) = {formula 2 if x is in domain 2
formula 3 if x is in domain 3

23
Q

A function that takes an input as a real number and gives an output that is the greatest integer less than or equal to the resulting number.

A

Floor Function

24
Q

Floor functions are denoted by:

A

⌊ ⌋, [ ], or〚 〛

25
Q

A function that takes an input as a real number and gives an output that is the least integer greater than or equal to the resulting number.

A

Ceiling Function

26
Q

Ceiling functions are denoted by:

A

⌈ ⌉, ] [, or 〛〚

27
Q

Key phrase of floor and ceiling functions

A

Hour (or a fraction of an hour)

28
Q

⌈4.5⌉ =

A

5

29
Q

⌈-4.5⌉ =

A

-4

30
Q

⌊3.7⌋

A

3

31
Q

⌊-3.7⌋

A

-4

32
Q

means replacing the variable in the function with a value from the function’s domain and computing the result

A

Evaluating a function

33
Q

In the function f(x), if we are evaluating f at x = a, we write:

A

f(a)