121 Week 3 - Functions Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Function

A

A type of binary relation that associates each element in a set with a single element of another set.

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

Domain

A

A set of all input elements

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

Codomain

A

A set of all possible outputs

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

Range

A

A set of all outputs

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

Image

A

An element that is an output of a function

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

Preimage

A

An element that is an input to a function

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

Inverse function

A

A function that reverses the effects of the original function.
You can find the inverse by reversing all the operations of the original function.
Only bijective functions can have an inverse function.

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

Bijective function

A

A function that is both injective and surjective

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

Surjective function

A

The co-domain and range of a function must be the same.
Every element in the codomain must have an input that maps to it.

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

Injective function

A

Every element in the domain must map to a singular element in the codomain.
The function must be a one-to-one function.

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

Rule for operations on functions through ordered pairs

A

When doing operations on functions through ordered pairs, the first element must be the same as the elements must be from the same domain.

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

Sum of a function

A

(f + g)(x) = f(x) + g(x) for all x in a set

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

Difference of a function

A

(f - g)(x) = f(x) - g(x) for all x in a set

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

Product of a function

A

(f * g )(x) = f (x) * g (x), for all x in A

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

Quotient of a function

A

(f / g )(x) = f (x) / g (x), for all x in A

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

Composite functions

A

(f ° g)(x) = f( g(x) ), for all x in A

let g: A → B, f: B → C
f ° g: A → C

17
Q

Composite functions domains and codomains

A

let g: A → B, f: B → C
The domain of f and the codomain of g are both B