Functions and graphs Flashcards
(95 cards)
What is meant by an ordered pair?
If X and Y are sets, in that generality, and x is an element of X and y is an an element of Y, then we write (x, y) for what we call the ordered pair consisting of x and y in the order displayed.
We accept that the notation for an ordered pair of real numbers is the same as that for an open interval, but the practice is strongly entrenched and almost never causes any confusion. Note that (y, x) is in general different from (x, y)
How is the set for all ordered pairs (x, y) denoted?
We will write X x Y for the set of all ordered pairs (x, y), where x is an element of X and y is an element of Y. For example, if X is the set of oil prices and Y is the set of interest rates, then an element of X x Y is a pair (p, r), where p is an oil price and r is an interest rate.
What is meant by a relation R in terms of X x Y?
A relation R from a set X to a set Y is a subset of XxY, meaning that any element of R is also an element of X Y.
If it happens that (x, y) is an element of R, how do we write it?
x is R-related to y and write xRy
If we write p ◦ l, what do we mean?
let P and L denote, respectively, the set of all points and the set of all lines in a given plane. For an ordered pair .p; l/ in P L, it is either the case that “p is on l” or “p is not on l”. If we write p ı l for “p is on l”, then ı is a relation from P to L in the sense of this paragraph.
What is meant by a function f from a set X to a set Y?
Function f from a set X to a set Y is a relation from X to Y with the special property that if both xfy and xfz are true, then y = z.
(In many books, it is also required that for each x in X there exists a y in Y, such that xfy. We will not impose this further condition.)
What is wrong with the following statement?:
“(Prime) interest rates are a function of oil prices”
With this definition we see that the notion of function is not symmetric in x and y. The notation f:W X –> Y is often used for “f is a function from X to Y” because it underscores the directedness of the concept.
The relation R defined by pRr if “there has been a time at which both the price of oil has been p and the (prime) interest rate has been r” does not define a function from oil prices to interest rates. Many people will be able to recall a time when oil was $30 a barrel and the interest rate was 8% and another time when oil was $30 a barrel and the interest rate was 1%. In other words, both (30, 8) and (30, 1) are ordered pairs belonging to the R relation, and since 8 /= 1, R is not a function.
Lest you think that we may be trying to do it the wrong way around, let us write R° for the relation from the set of interest rates to the set of oil prices given by rR°p if and only if pRr. If you can remember a time when the interest rate was 6% with oil at $30 a barrel and another time when the interest rate was 6% with oil at $70 a barrel, then you will have both .6; 30/ and .6; 70/ in the relation R. The fact that 30 ¤ 70 shows that R is also not a function.
If $100 is invested at, say, 6% simple interest, then the interest earned I is a function of the length of time t that the money is invested. These quantities are related by ?
I = 100(0.06)t
Why might this be written as
I(t) = 100(0.06)t?
we will often write I(t) = 100(0.06) to reinforce the idea that the I-value is determined by the t-value.
Why might we write
I = I(t)?
Sometimes we write I = I(t) to make the claim that I is a function of t even if we do not know a formula for it
Give a definition for a function
A function f : X –> Y is a rule that assigns to each of certain elements x of X at most one element of Y. If an element is assigned to x in X, it is denoted by f(x).
What is meant by the domain of a function?
The subset of X consisting of all the x for which f(x) is defined is called the domain of f.
What is meant by the range of a function?
The set of all elements in Y of the form f(x), for some x in X, is called the range of f.
What is meant by an indepedent and dependent variable fo a function?
A variable that takes on values in the domain of a function is sometimes called an input, or an independent variable for f. A variable that takes on values in the range of f is sometimes called an output, or a dependent variable of f. Thus, for the interest formula I = 100(0.06)t, the independent variable is t, the dependent variable is I, and I is a function of t.
In the function
y^2 = x + 2
Is y a function of x? explain
If x is 9, then y^2 = 9, so y = ̇3. Hence, to the input 9, there are assigned not one but two output numbers: 3 and -3. This violates the definition of a function, so y is not a function of x.
In the function
y = x + 2
let f represent this rule where x = 1
f(1) = 3
f(x) which is read “f of x,” and which means the output, in the range of f, that results when the rule f is applied to the input x, from the domain of f.
What are meant by function values?
Outputs are also called function values.
Unless otherwise stated, the domain of a function f : X -> Y is the set of all x in X for which f (x) makes sense, as an element of Y. When X and Y are both (-∞, ∞) this convention often refers to what?
Arithmetical restrictions: in h(x) 1 / x - 6 Here any real number can be used for x except 6, because the denominator is 0 when x is 6. So the domain of h is understood to be all real numbers except 6.
Give a notation for any real number can be used for x except 6
(-∞, ∞) - {6}
what does “A - B for the set of all x in X” mean?
x is in A and x is not in B.
To say that two functions f,g : X -> Y are equal, denoted f = g, is to say what?
- The domain of f is equal to the domain of g;
2. For every x in the domain of f and g, f(x) = g(x).
f(x) = x^2 g(x) = x^2 for x > 0
f(x) = g(x) ?
f /= g. For here the domain of f is the whole real line (-∞, ∞) and the domain of g is (0, ∞).
f(x) = (x + 1)^2 g(x) = x^2 + 2x + 1
f(x) = g(x) ?
for both f and g, the domain is understood to be (-∞, ∞) and the issue for deciding if f = g is whether, for each real number x, we have (x + 1)^2 = x^2 + 2x + 1. But this is true, it is a special case of item 4 in the Special Products of Section0.4
How would you find the domain of the function
f(x) = x / x^2 - x - 2
We cannot divide by 0 so we must find any values of x that make the denominator 0. These cannot be inputs. Thus, we set the denominator equal to 0 and solve for x:
x^2 - x - 2 = 0
(x - 2) (x + 1) = 0
x = 2, -1
Therefore, the domain of f is all real numbers except 2 and -1.