FUNCTIONS Flashcards

1
Q

Functions are denoted by SYMBOLS.

A

True

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

f: A → B is read as “f is a function from A AND B”

A

False, “f is a function from A INTO B”

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

The set of all image values is called the RANGE or IMAGE OF F.

A

True

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

A function can be expressed by means of an ARITHMETIC formula

A

False, MATHEMATICAL

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

f(x) = x

In this notation, x denotes the function and f is called the variable.

A

False, x is called the variable and f denotes the function

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

x ↦ x^2

In this notation, x is called the DEPENDENT variable and y is called the INDEPENDENT variabe.

A

False, In this notation, x is called the INDEPENDENT variable and y is called the DEPENDENT variabe.

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

barred arrow ↦ is read “goes into”

A

True

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

y = x^2

In this notation, x is called the INDEPENDENT variable and y is called the DEPENDENT variable

A

True

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

Two real-valued functions with the same domain CANNOT be added and multiplied.

A

False, CAN

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

The inverse function of f is denoted by f^-1. Hence, f^-1 (a) = b when f(a) = b

A

False, f^-1 (b) = a when f(a) = b

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

The compositions of f and g, denoted by f ○ g, is defined by

(f ○ g)(a) = f(g(a))

A

True

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

the floor of x denotes the LEAST integer that does not exceed x.

the ceiling of x denoted the GREATEST integer that is not less than x.

A

False

the floor of x denotes the GREATEST integer that does not exceed x.

the ceiling of x denoted the LEAST integer that is not less than x.

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

The integer value of x, written INT(x), converts x into an integer by DELETING (TRUNCATING) the fractional part of a number.

A

True

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

The absolute value of the real number x, written ABS(x) or |x|, is defined as the greater of x or -x.

A

True

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

Let k be any integer and let M be a NEGATIVE integer

A

False, POSITIVE

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

k (mod M), denotes the integer remainder when k is divided by M.

17
Q

Logarithms are NOT related to exponents.

A

False, they are related