Functions and graphs Flashcards
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.
What is the domain of
g(t) = sqrt(2t - 1)
sqrt(2t - 1) is a real number if 2t - 1 is greater than or equal to 0. If 2t - 1 is negative then sqrt(2t - 1) is not a real number, so we must assume that
2t - 1 >= 0
2t >= 1
t >= 1/2
Thus the domain is the interval (1/2, ∞)
g(x) = 3x^2 - x + 5
find g(z)
g(z) = 3z^2 - z + 5
g(x) = 3x^2 - x + 5
find g(r^2)
g(r^2) = 3(r^2)^2 - (r^2) + 5
= 3r^4 - r^2 + 5
How would you solve
if d(x) = x^2 find f(x+ h) - f(x) / h
The expression f(x+ h) - f(x) / h is referred to as a difference quotient. Here h, the numerator, is a difference of function values. We have: f(x+ h) - f(x) / h = (x+ h)^2 - x^2 / h = x^2 + 2hx + h^2 - x^2 = 2hx + h^2 / h = h(2x + h) / h = 2x + h for h/= 0
Why do we say h/=0?
If we consider the original difference quotient as a function of h, then it is different from 2x + h because 0 is not in the domain of the original difference quotient but it is in the default domain of 2x + h. For this reason, we had to restrict the final equality.
What is meant by a demand function?
Suppose that the equation p = 100/q describes the relationship between the price per unit p of a certain product and the number of units q of the product that consumers will buy (that is, demand) per week at the stated price. This equation is called a demand equation for the product. If q is an input, then to each value of q there is assigned at most one output p. that is, when q is 20, p is 5. Thus, price p is a function of quantity demanded, q. This function is called a demand function.
Since q cannot be 0 (division by 0 is not defined) and cannot be negative (q represents quantity), the domain is all q > 0.
What is meant by a constant function?
Let h : (-∞, ∞) -> (-∞, ∞) be given by h(x) = 2. The domain of h is (-∞, ∞), the set of all real numbers. All function values are 2. For example,
h(2) = 2; h(23) = 2; h(781265) = 2
We call h a constant function because all the function values are the same. More generally, a function of the form h(x) = c, where c is a constant, is called a constant function.
A constant function belongs to a broader class of functions, called ______, define
A constant function belongs to a broader class of functions, called polynomial functions. In general, a function of the form
f(x) = cnX^n + c(n-1)X^(n-1) ….. c1X + c0
where n is a nonnegative integer and are constants with cn /= 0, is called a polynomial function (in x).
in f(x) = 3X^2 - 8X + 9, what is the degree and the leading coefficient?
The number n is called the degree of the polynomial, and cn is the leading coefficient. Thus f(x) = 3X^2 - 8X + 9 is a polynomial function of degree 2 with leading coefficient 3.
Polynomial functions of degree 1 or 2 are called ____ or ____ functions, respectively.
Polynomial functions of degree 1 or 2 are called linear or quadratic functions, respectively.
What is meant by a rational function?
A function that is a quotient of polynomial functions is called a rational function.
f(x) = x^2 - 6x / x + 5 is a rational function since the numerator and the denominator are both polynomials.
Is g(x) = 2x + 3 a rational function?
Yes since 2x + 3 = 2x + 3 / 1. In fact, every polynomial function is a rational function
What is meant by a case-defined function?
F(s) = {1 if - 1 =< s < 1, 0 if 1 =< s < 2, s - 3 if 2 =< s =< 8}
This is called a case-defined function because the rule for specifying it is given by rules for each of several disjoint cases. Here s is the independent variable, and the domain of F is all s such that - 1 =< s =< 8
How do you combine two fundtions to get a new function?
There are several ways of combining two functions to create a new function. Suppose f and g are the functions given by f(x) = x^2 and g(x) = 3x adding these gives f(x) + g(x) = x^2 + 3x or (f+g)(x) = f(x) + g(x) = x^2 + 3x
This operation defines a new function called the sum of f and g, denoted f + g.