Functions and Relations - Aug 8
Example: \(y=3x\)
\(y\) is a function of \(x\);
\(x\) is the argument of the function
Term | Meaning |
---|---|
Identity function | Elements in domain are mapped to identical elements in codomain |
Inverse function | Function that when composed with original function returns identity function |
Surjective (onto) | Every value in codomain produced by value in domain |
Injective (one-to-one) | Each value in range comes from only one value in domain |
Bijective (invertible) | Both surjective and injective; function has an inverse |
Term | Meaning |
---|---|
Increasing | Function increases on subset of domain |
Decreasing | Function decreases on subset of domain |
Strictly increasing | Function always increases on subset of domain |
Strictly decreasing | Function always decreases on subset of domain |
Weakly increasing | Function does not decrease on subset of domain |
Weakly decreasing | Function does not increase on subset of domain |
(Strict) monotonicity | Order preservation; function (strictly) increasing over domain |
\[ y=\alpha +\beta_1x+\beta_2x^2 \]
Example:
If you suspect that education increases the probability of voting in national elections, but that each additional year of education has a smaller impact on the probability of voting than the preceding year’s, then the log functions are good candidates to represent that conjecture.
if \(p_v\) is “probability of voting” and \(ed\) is “years of education”:
\[ \ln(x_1 \cdot x_2)=\ln(x_1)+\ln(x_2) \text{, for }x_1,x_2>0 \]
\[ \ln \frac{x_1}{x_2}=\ln(x_1)-\ln(x_2) \text{, for }x_1,x_2>0 \]
\[ \ln(x_1 + x_2) \neq \ln(x_1)+\ln(l_2) \text{, for }x_1,x_2>0 \]
\[ \ln(x_1 - x_2) \neq \ln(x_1)-\ln(lx) \text{, for }x_1,x_2>0 \]
\[ \ln(x^b)=b\ln(x) \text{, for } x>0 \]
\[ \ln(1+x) \approx x \text{, for } x>0 \text{ and } x \approx 0 \]
Transitivity states that if \(a\) is at least as good as \(b\), and \(b\) is at least as good as \(c\), then a is at least as good as \(c\): if \(aRb\) and \(bRc\), then \(aRc\).
Symmetry states that if \(aRb\), then \(bRa\) for all \(a\) and \(b\). In the realm of preference orderings, this implies complete indifference: everything is at least as good as everything else.
Reflexivity: A relation on a set \(A\) is reflexive if for all \(a \in A\), \(aRa\) is \(True\).
If the domain of the function \(y = 5 + 3x\) is the set \(\{x \mid 1 < x < 4\}\), find the range of the function and express it as a set.
For the function \(y = -x^2\), if the domain is the set of all nonnegative real numbers, what will its range be?
Graph the functions:
\(y = -x^2 + 5x - 2\)
\(y = x^2 + 5x - 2\)
with the set of values \(-5 < x < 5\) as the domain. It is well known that the sign of the coefficient of the \(x^2\) term determines whether the graph of a quadratic function will have a “hill” or a “valley.” On the basis of the present problem, which sign is associated with the hill? Supply an intuitive explanation for this.
Graph the function \(y = \frac{36}{x}\), assuming that \(x\) and \(y\) can take positive values only. Next, suppose that both variables can take negative values as well; how must the graph be modified to reflect this change in assumption?
Simplify \(\frac{x^3}{x-3}\).
Show that \(x^{m/n} = \sqrt[n]{x^m} = (\sqrt[n]{x})^m\).
Simplify \(h(x) = g(f(x))\), where \(f(x) = x^2 + 2\) and \(g(x) = px - 4\).
Simplify \(h(x) = f(g(x))\) with the same \(f\) and \(g\). Is it the same as your previous answer?
Any Questions?