[cross-reference to target(s) "ccog-evaluate-function-notation" missing or not unique]
[cross-reference to target(s) "ccog-interpret-function-notation" missing or not unique]
[cross-reference to target(s) "ccog-solve-equation-with-function-notation" missing or not unique]
[cross-reference to target(s) "ccog-solve-function-equations" missing or not unique]
In this section, we will introduce a topic that will be essential for continued mathematical learning: functions. Functions should be thought of as machines that turn one number into another number, much like a cash register can turn a number of pounds of fruit into a price.
Subsection11.1.1Informal Definition of a Function
We are familiar with the \(\sqrt{\phantom{x}}\) symbol. This symbol is used to turn numbers into their square roots. Sometimes it’s simple to do this on paper or in our heads, and sometimes it helps to have a calculator. We can see some calculations in Figure 2.
\(\sqrt{9}\)
\({}=3\)
\(\sqrt{1/4}\)
\({}=1/2\)
\(\sqrt{2}\)
\({}\approx1.41\)
Figure11.1.2.Values of \(\sqrt{x}\)
The \(\sqrt{\phantom{x}}\) symbol represents a process; it’s a way for us to turn numbers into other numbers. This idea of having a process for turning numbers into other numbers is the fundamental topic of this chapter.
Definition11.1.3.Function (Informal Definition).
A function is a process for turning numbers into (potentially) different numbers. The process must be consistent, in that whenever you apply it to some particular number, you always get the same result.
Section 5 covers a more technical definition for functions, and covers topics that are more appropriate when using that definition. Definition 3 is so broad that you probably use functions all the time.
Example11.1.4.
In each of these examples, some process is used for turning one number into another.
If you convert a person’s birth year into their age, you are using a function.
If you look up the Kelly Blue Book value of a Honda Odyssey based on how old it is, you are using a function.
If you use the expected guest count for a party to determine how many pizzas you should order, you are using a function.
The \(\sqrt{\phantom{x}}\) function is consistent; for example, every time you evaluate \(\sqrt{9}\text{,}\) you always get 3. One interesting fact is that \(\sqrt{\phantom{x}}\) is not found on most keyboards, and yet computers can still find square roots. Computer technicians write \(\operatorname{sqrt}(\phantom{x})\) when they want to compute a square root, as we see in Figure 5.
\(\operatorname{sqrt}(9)\)
\({}=3\)
\(\operatorname{sqrt}(1/4)\)
\({}=1/2\)
\(\operatorname{sqrt}(2)\)
\({}\approx1.41\)
Figure11.1.5.Values of \(\operatorname{sqrt}(x)\)
The parentheses in \(\operatorname{sqrt}\highlight{(\phantom{x})}\) are very important. To see why, try to put yourself in the “mind” of a computer. The computer will recognize sqrt and know that it needs to compute a square root but without parentheses it will think that it needs to compute sqrt4 and then put a 9 on the end, which would produce a final result of \(29\text{.}\) This is probably not what was intended. And so the purpose of the parentheses in sqrt(49) is to be deliberately clear.
Functions have their own names. We’ve seen a function named \(\operatorname{sqrt}\text{,}\) but any name you can imagine is allowable. In the sciences, it is common to name functions with whole words, like \(\operatorname{weight}\) or \(\operatorname{health\_index}\text{.}\) In math, we often abbreviate such function names to \(w\) or \(h\text{.}\) And of course, since the word “function” itself starts with “f,” we will often name a function \(f\text{.}\)
Warning11.1.6.Notation Ambiguity.
In some contexts, the symbol \(t\) might represent a variable (a number that is represented by a letter) and in other contexts, \(t\) might represent a function (a process for changing numbers into other numbers). By staying conscious of the context of an investigation, we avoid confusion.
Next we need to discuss how we go about using a function’s name.
Definition11.1.7.Function Notation.
The standard notation for referring to functions involves giving the function itself a name, and then writing:
\(f(13)\) is pronounced “f of 13.” The word “of” is very important, because it reminds us that \(f\) is a process and we are about to apply that process to the input value \(13\text{.}\) So \(f\) is the function, \(13\) is the input, and \(f(13)\) is the output we’d get from using \(13\) as input.
\(f(x)\) is pronounced “f of x.” This is just like the previous example, except that the input is not any specific number. The value of \(x\) could be \(13\) or any other number. Whatever \(x\)’s value, \(f(x)\) means the corresponding output from the function \(f\text{.}\)
\(\operatorname{BudgetDeficit}(2017)\) is pronounced “BudgetDeficit of 2017.” This is probably about a function that takes a year as input, and gives that year’s federal budget deficit as output. The process here of changing a year into a dollar amount might not involve any mathematical formula, but rather looking up information from the Congressional Budget Office’s website.
Note11.1.9.
While a function has a name like \(f\text{,}\) and the input to that function often has a variable name like \(x\text{,}\) the expression \(f(x)\) represents the output of the function. To be clear, \(f(x)\) is not a function. Rather, \(f\) is a function, and \(f(x)\) its output when the number \(x\) was used as input.
Checkpoint11.1.10.
Suppose you see the sentence, “If \(x\) is the number of software licenses you buy for your office staff, then \(c(x)\) is the total cost of the licenses.”
In the function notation, what represents input? .
What is the function here? .
What represents output? .
Explanation.
The input is \(x\text{,}\) the function is \(c\text{,}\) and \(c(x)\) is the output from \(c\) when the input is \(x\text{.}\)
In the following examples, a function is given using a formula, and we will evaluate the function at specific values. See Section 1.1 for a review on evaluating expressions.
Example11.1.11.
Let \(V\) be the function defined by \(V(t)=-5t+1\text{.}\)
As mentioned in Warning 6, we need to remain conscious of the context of any symbol we are using. Consider the expression \(a(b)\text{.}\) This could easily mean the output of a function \(a\) with input \(b\text{.}\) It could also mean that two numbers \(a\) and \(b\) need to be multiplied. It all depends on the context in which these symbols are being used.
Sometimes it’s helpful to think of a function as a machine, as in Figure 16. A function has the capacity to take in all kinds of different numbers into it’s hopper (feeding tray) as inputs and transform them into their outputs.
Subsection11.1.2Tables and Graphs
Since functions are potentially complicated, we want ways to understand them more easily. Two basic tools for understanding a function better are tables and graphs.
Example11.1.17.A Table for the Budget Deficit Function.
Consider the function \(\operatorname{BudgetDeficit}\text{,}\) that takes a year as its input and outputs the US federal budget deficit for that year. For example, the Congressional Budget Office’s website tells us that \(\operatorname{BudgetDeficit}(2009)\) is \(\$1.41\) trillion. If we’d like to understand this function better, we might make a table of all the inputs and outputs we can find. Using the CBO’s website (www.cbo.gov/topics/budget), we can put together Table 18.
How is this table helpful? There are things about the function that we can see now by looking at the numbers in this table.
We can see that the budget deficit had a spike between 2008 and 2009.
And it fell again between 2012 and 2013.
It appears to stay roughly steady for several years at a time, with occasional big jumps or drops.
These observations help us understand the function \(\operatorname{BudgetDeficit}\) a little better.
Checkpoint11.1.19.
According to Table 18, what is the value of \(\operatorname{BudgetDeficit}(2015)\text{?}\)
Explanation.
Table 18 shows that when the input is \(2015\text{,}\) the output is \(0.44\text{.}\) So \(\operatorname{BudgetDeficit}(2015)=0.44\text{.}\) In context, that means that in 2015 the budget deficit was \(\$0.44\) trillion.
Example11.1.20.A Table for the Square Root Function.
Let’s return to our example of the function \(\operatorname{sqrt}\text{.}\) Tabulating some inputs and outputs reveals Figure 21.
input, \(x\)
output, \(\operatorname{sqrt}(x)\)
\(0\)
\(0\)
\(1\)
\(1\)
\(2\)
\(\approx1.41\)
\(3\)
\(\approx1.73\)
\(4\)
\(2\)
\(5\)
\(\approx2.24\)
\(6\)
\(\approx2.45\)
\(7\)
\(\approx2.65\)
\(8\)
\(\approx2.83\)
\(9\)
\(3\)
Figure11.1.21.
How is this table helpful? Here are some observations that we can make now.
We can see that when input numbers increase, so do output numbers.
We can see even though outputs are increasing, they increase by less and less with each step forward in \(x\text{.}\)
These observations help us understand \(\operatorname{sqrt}\) a little better. For instance, based on these observations which do you think is larger: the difference between \(\operatorname{sqrt}(23)\) and \(\operatorname{sqrt}(24)\text{,}\) or the difference between \(\operatorname{sqrt}(85)\) and \(\operatorname{sqrt}(86)\text{?}\)
Checkpoint11.1.22.
According to Figure 21, what is the value of \(\operatorname{sqrt}(6)\text{?}\)
Explanation.
Figure 21 shows that when the input is \(6\text{,}\) the output is about \(2.45\text{.}\) So \(\operatorname{sqrt}(6)\approx2.45\text{.}\)
Another powerful tool for understanding a function better is a graph. Given a function \(f\text{,}\) one way to make its graph is to take a table of input and output values, and read each row as the coordinates of a point in the \(xy\)-plane.
Example11.1.23.A Graph for the Budget Deficit Function.
Returning to the function \(\operatorname{BudgetDeficit}\) that we studied in Example 17, in order to make a graph of this function we view Table 18 as a list of points with \(x\) and \(y\) coordinates, as in Figure 24. We then plot these points on a set of coordinate axes, as in Figure 25. The points have been connected with a curve so that we can see the overall pattern given by the progression of points. Since there was not any actual data for inputs in between any two years, the curve is dashed. That is, this curve is dashed because it just represents someone’s best guess as to how to connect the plotted points. Only the plotted points themselves are precise.
How has this graph helped us to understand the function better? All of the observations that we made in Example 17 are perhaps even more clear now. For instance, the spike in the deficit between 2008 and 2009 is now visually apparent. Seeking an explanation for this spike, we recall that there was a financial crisis in late 2008. Revenue from income taxes dropped at the same time that federal money was spent to prevent further losses.
Example11.1.26.A Graph for the Square Root Function.
Let’s now construct a graph for \(\operatorname{sqrt}\text{.}\) Tabulating inputs and outputs gives the points in Figure 27, which in turn gives us the graph in Figure 28.
Just as in the previous example, we’ve plotted points where we have concrete coordinates, and then we have made our best attempt to connect those points with a curve. Unlike the previous example, here we believe that points will continue to follow the same pattern indefinitely to the right, and so we have added an arrowhead to the graph.
What has this graph done to improve our understanding of \(\operatorname{sqrt}\text{?}\) As inputs (\(x\)-values) increase, the outputs (\(y\)-values) increase too, although not at the same rate. In fact we can see that our graph is steep on its left, and less steep as we move to the right. This confirms our earlier observation in Example 20 that outputs increase by smaller and smaller amounts as the input increases.
Remark11.1.29.Graph of a Function.
Given a function \(f\text{,}\) when we refer to a graph of \(f\) we are not referring to an entire picture, like Figure 28. A graph of \(f\) is only part of that picture—the curve and the points that it connects. Everything else (axes, tick marks, the grid, labels, and the surrounding white space) is just useful decoration so that we can read the graph more easily.
Remark11.1.30.A Common Wording Misunderstanding.
It is common to refer to the graph of \(f\) as the graph of the equation \(y=f(x)\). However, we should avoid saying “the graph of \(f(x)\text{.}\)” That would indicate a misunderstanding of our notation. Since \(f(x)\) is the output for a certain input \(x\text{.}\) That means that \(f(x)\) is just a number and not worthy of a two-dimensional picture.
While it is important to be able to make a graph of a function \(f\text{,}\) we also need to be capable of looking at a graph and reading it well. A graph of \(f\) provides us with helpful specific information about \(f\text{;}\) it tells us what \(f\) does to its input values. When we were making graphs, we plotted points of the form
Now given a graph of \(f\text{,}\) we interpret coordinates in the same way.
Example11.1.31.
In Figure 32 we have a graph of a function \(f\text{.}\) If we wish to find \(f(1)\text{,}\) we recognize that \(1\) is being used as an input. So we would want to find a point of the form \((1,\phantom{y})\text{.}\) Seeking out \(x\)-coordinate \(1\) in Figure 32, we find that the only such point is \((1,2)\text{.}\) Therefore the output for \(1\) is \(2\text{;}\) in other words \(f(1)=2\text{.}\)
Checkpoint11.1.33.
Use the graph of \(f\) in Figure 32 to find \(f(0)\text{,}\)\(f(3)\text{,}\) and \(f(4)\text{.}\)
\(f(0)=\)
\(f(3)=\)
\(f(4)=\)
Explanation.
\(f(0)=0.5\text{,}\) since \((0,0.5)\) is on the graph.
\(f(3)=3\text{,}\) since \((3,3)\) is on the graph.
\(f(4)=2\text{,}\) since \((4,2)\) is on the graph.
Example11.1.34.Unemployment Rates.
Suppose that \(u\) is the unemployment function of time. That is, \(u(t)\) is the unemployment rate in the United States in year \(t\text{.}\) The graph of the equation \(y=u(t)\) is given in Figure 35 (data.bls.gov/timeseries/LNS14000000).
What was the unemployment in 2008? It is a straightforward matter to use Figure 35 to find that unemployment was almost \(6\%\) in 2008. Asking this question is exactly the same thing as asking to find \(u(2008)\text{.}\) That is, we have one question that can either be asked in an everyday-English way or which can be asked in a terse, mathematical notation-heavy way:
“What was unemployment in 2008?”
“Find \(u(2008)\text{.}\)”
If we use the table to establish that \(u(2009)\approx9.25\text{,}\) then we should be prepared to translate that into everyday-English using the context of the function: In 2009, unemployment in the U.S. was about \(9.25\%\text{.}\)
If we ask the question “when was unemployment at \(5\%\text{,}\)” we can read the graph and see that there were two such times: mid-2007 and about 2016. But there is again a more mathematical notation-heavy way to ask this question. Namely, since we are being told that the output of \(u\) is \(5\text{,}\) we are being asked to solve the equation \(u(t)=5\text{.}\) So the following communicate the same thing:
“When was unemployment at \(5\%\text{?}\)”
“Solve the equation \(u(t)=5\text{.}\)”
And our answer to this question is:
“Unemployment was at \(5\%\) in mid-2007 and about 2016.”
“\(t\approx2007.5\) or \(t\approx2016\text{.}\)”
Checkpoint11.1.36.
Use the graph of \(u\) in Figure 35 to answer the following.
Find \(u(2011)\) and interpret it.
Interpretation:
Solve the equation \(u(t)=6\) and interpret your solution(s).
\(t\approx\) or \(t\approx\)
Interpretation:
Explanation.
\(u(2011)\approx9\text{;}\) In 2011 the US unemployment rate was about \(9\%\text{.}\)
\(t\approx2008\) or \(t\approx2014\text{;}\) The points at which unemployment was \(6\%\) were in early 2008 and early 2014.
Subsection11.1.3Translating Between Four Descriptions of the Same Function
We have noted that functions are complicated, and we want ways to make them easier to understand. It’s common to find a problem involving a function and not know how to find a solution to that problem. Most functions have at least four standard ways to think about them, and if we learn how to translate between these four perspectives, we often find that one of them makes a given problem easier to solve.
The four modes for working with a given function are
Consider a function \(f\) that squares its input and then adds \(1\text{.}\) Translate this verbal description of \(f\) into a table, a graph, and a formula.
Explanation.
To make a table for \(f\text{,}\) we’ll have to select some input \(x\)-values. These choices are left entirely up to us, so we might as well choose small, easy-to-work-with values. However we shouldn’t shy away from negative input values. Given the verbal description, we should be able to compute a column of output values. Figure 39 is one possible table that we might end up with.
\(x\)
\(f(x)\)
\(-2\)
\((-2)^2+1=5\)
\(-1\)
\((-1)^2+1=2\)
\(0 \)
\(0^2+1=1\)
\(1 \)
\(1^2+1=2\)
\(2 \)
\(5\)
\(3 \)
\(10\)
\(4 \)
\(17\)
Figure11.1.39.
Once we have a table for \(f\text{,}\) we can make a graph for \(f\) as in Figure 40, using the table to plot points.
Lastly, we must find a formula for \(f\text{.}\) This means we need to write an algebraic expression that says the same thing about \(f\) as the verbal description, the table, and the graph. For this example, we can focus on the verbal description. Since \(f\) takes its input, squares it, and adds \(1\text{,}\) we have that
Let \(F\) be the function that takes a Celsius temperature as input and outputs the corresponding Fahrenheit temperature. Translate this verbal description of \(F\) into a table, a graph, and a formula.
Explanation.
To make a table for \(F\text{,}\) we will need to rely on what we know about Celsius and Fahrenheit temperatures. It is a fact that the freezing temperature of water at sea level is 0 °C, which equals 32 °F. Also, the boiling temperature of water at sea level is 100 °C, which is the same as 212 °F. One more piece of information we might have is that standard human body temperature is 37 °C, or 98.6 °F. All of this is compiled in Figure 42. Note that we tabulated inputs and outputs by working with the context of the function, not with any computations.
\(C\)
\(F(C)\)
\(0 \)
\(32\)
\(37 \)
\(98.6\)
\(100 \)
\(212\)
Figure11.1.42.
Once a table is established, making a graph by plotting points is a simple matter, as in Figure 43. The three plotted points seem to be in a straight line, so we think it is reasonable to connect them in that way.
To find a formula for \(F\text{,}\) the verbal definition is not of much direct help. But \(F\)’s graph does seem to be a straight line. And linear equations are familiar to us. This line has a \(y\)-intercept at \((0,32)\) and a slope we can calculate: \(\frac{212-32}{100-0}=\frac{180}{100}=\frac{9}{5}\text{.}\) So the equation of this line is \(y=\frac{9}{5}C+32\text{.}\) On the other hand, the equation of this graph is \(y=F(C)\text{,}\) since it is a graph of the function \(F\text{.}\) So evidently,
When \(g\) is a function, how should you say out loud “\(g(x)\text{?}\)”
2.
There are four main ways to communicate how a function turns its inputs into its outputs. What are they?
3.
What is usually an acceptable way to type “the square root of \(x\)” if you have to type it using a regular keyboard?
Exercises11.1.5Exercises
Review and Warmup.
1.
2.
3.
Evaluate \(\displaystyle{{\frac{7t-8}{9t}}}\) for \(t=2\text{.}\)
4.
Evaluate \(\displaystyle{{\frac{2x-1}{9x}}}\) for \(x=-5\text{.}\)
5.
Evaluate \({2x^{2}}\) when \(x=3\text{.}\)
Evaluate \({\left(2x\right)^{2}}\) when \(x=3\text{.}\)
6.
Evaluate \({4x^{2}}\) when \(x=2\text{.}\)
Evaluate \({\left(4x\right)^{2}}\) when \(x=2\text{.}\)
Function Formulas and Evaluation.
7.
Evaluate the function at the given values.
\(g(x)={x-3}\)
\(g(2)=\)
\(g(-4)=\)
\(g(0)=\)
8.
Evaluate the function at the given values.
\(K(x)={x-1}\)
\(K(5)=\)
\(K(-2)=\)
\(K(0)=\)
9.
Evaluate the function at the given values.
\(F(x)={6x}\)
\(F(1)=\)
\(F(-2)=\)
\(F(0)=\)
10.
Evaluate the function at the given values.
\(G(x)={3x}\)
\(G(3)=\)
\(G(-4)=\)
\(G(0)=\)
11.
Evaluate the function at the given values.
\(H(x)={-2x+10}\)
\(H(1)=\)
\(H(-2)=\)
\(H(0)=\)
12.
Evaluate the function at the given values.
\(K(x)={-4x+4}\)
\(K(4)=\)
\(K(-2)=\)
\(K(0)=\)
13.
Evaluate the function at the given values.
\(f(x)={-x+2}\)
\(f(4)=\)
\(f(-3)=\)
\(f(0)=\)
14.
Evaluate the function at the given values.
\(f(x)={-x+8}\)
\(f(1)=\)
\(f(-4)=\)
\(f(0)=\)
15.
Evaluate the function at the given values.
\(g(y)={y^{2}+2}\)
\(g(5)=\)
\(g(-2)=\)
\(g(0)=\)
16.
Evaluate the function at the given values.
\(h(x)={x^{2}-10}\)
\(h(4)=\)
\(h(-2)=\)
\(h(0)=\)
17.
Evaluate the function at the given values.
\(F(r)={-r^{2}-1}\)
\(F(2)=\)
\(F(-2)=\)
\(F(0)=\)
18.
Evaluate the function at the given values.
\(F(y)={-y^{2}+7}\)
\(F(1)=\)
\(F(-2)=\)
\(F(0)=\)
19.
Evaluate the function at the given values.
\(G(x)={-5}\)
\(G(5)=\)
\(G(-5)=\)
\(G(0)=\)
20.
Evaluate the function at the given values.
\(H(r)={4}\)
\(H(3)=\)
\(H(4)=\)
\(H(0)=\)
21.
Evaluate the function at the given values.
\(\displaystyle{K(x)=\frac{{3x}}{{-8x-4}}}\)
\(K(6)=\) .
\(K(-8)=\) .
22.
Evaluate the function at the given values.
\(\displaystyle{f(x)=\frac{{3x}}{{-10x+3}}}\)
\(f(5)=\) .
\(f(-8)=\) .
23.
Evaluate the function at the given values.
\(\displaystyle{f(x)={\frac{27}{x+5}}}\) .
\(\displaystyle{f(4)=}\) .
\(\displaystyle{f(-5)=}\) .
24.
Evaluate the function at the given values.
\(\displaystyle{g(x)={\frac{12}{x-1}}}\) .
\(\displaystyle{g(-2)=}\) .
\(\displaystyle{g(1)=}\) .
25.
Evaluate the function at the given values.
\(\displaystyle{ h(x)={-x+5} }\)
\(\displaystyle{ h(2)= }\)
\(\displaystyle{ h(-4)= }\)
26.
Evaluate the function at the given values.
\(\displaystyle{ F(x)={-4x-5} }\)
\(\displaystyle{ F(8)= }\)
\(\displaystyle{ F(-4)= }\)
27.
Evaluate the function at the given values.
\(F(x)={x^{2}-3x+1}\)
\(F(3)=\)
\(F(-3)=\)
28.
Evaluate the function at the given values.
\(G(x)={x^{2}+4x-6}\)
\(G(2)=\)
\(G(-3)=\)
29.
Evaluate the function at the given values.
\(H(x)={-2x^{2}-x-6}\)
\(H(3)=\)
\(H(-5)=\)
30.
Evaluate the function at the given values.
\(K(x)={-3x^{2}+4x+4}\)
\(K(3)=\)
\(K(-3)=\)
31.
Evaluate the function at the given values.
\(f(x)={\sqrt{x}}\text{.}\)
\(f(81)=\)
\(f\left({{\frac{9}{4}}}\right)=\)
\(f(-5)=\)
32.
Evaluate the function at the given values.
\(f(x)={\sqrt{x}}\text{.}\)
\(f(36)=\)
\(f\left({{\frac{49}{16}}}\right)=\)
\(f(-6)=\)
33.
Evaluate the function at the given values.
\(g(x)=\sqrt[3]{x}\)
\(g(-125)=\)
\(g\left({{\frac{1}{125}}}\right)=\)
34.
Evaluate the function at the given values.
\(h(x)=\sqrt[3]{x}\)
\(h(-1)=\)
\(h\left({{\frac{27}{64}}}\right)=\)
35.
Evaluate the function at the given values.
\(\displaystyle{F(x)={-1}}\)
\(F(8)=\)
\(F(-5)=\)
36.
Evaluate the function at the given values.
\(\displaystyle{F(x)={-15}}\)
\(F(3)=\)
\(F(-7)=\)
Function Formulas and Solving Equations.
37.
Solve for \(x\text{,}\) where \(G(x)={25x-10}\text{.}\)
\(\displaystyle G(x)={-60}\)
\(\displaystyle G(x)={-20}\)
38.
Solve for \(x\text{,}\) where \(H(x)={6x-2}\text{.}\)
\(\displaystyle H(x)={-32}\)
\(\displaystyle H(x)={-6}\)
39.
Solve for \(x\text{,}\) where \(K(x)={x^{2}-9}\text{.}\)
\(\displaystyle K(x)={7}\)
\(\displaystyle K(x)=-17\)
40.
Solve for \(x\text{,}\) where \(K(x)={x^{2}+5}\text{.}\)
\(\displaystyle K(x)={6}\)
\(\displaystyle K(x)=-5\)
41.
Solve for \(x\text{,}\) where \(f(x)={x^{2}-3x+7}\text{.}\)
\(f(x)=5\)
42.
Solve for \(x\text{,}\) where \(g(x)={x^{2}-2x-81}\text{.}\)
\(g(x)=-1\)
43.
If \(G\) is a function defined by \(G(y) = {-3y-7}\text{,}\)
Find \(G(0)\text{.}\)
Solve \(G(y)=0\text{.}\)
44.
If \(h\) is a function defined by \(h(y) = {3y+10}\text{,}\)
Find \(h(0)\text{.}\)
Solve \(h(y)=0\text{.}\)
45.
If \(K\) is a function defined by \(K(r) = {r^{2}-7}\text{,}\)
Find \(K(0)\text{.}\)
Solve \(K(r)=0\text{.}\)
46.
If \(G\) is a function defined by \(G(r) = {3r^{2}-4}\text{,}\)
Find \(G(0)\text{.}\)
Solve \(G(r)=0\text{.}\)
47.
If \(h\) is a function defined by \(h(t) = {t^{2}+5t-50}\text{,}\)
Find \(h(0)\text{.}\)
Solve \(h(t)=0\text{.}\)
48.
If \(K\) is a function defined by \(K(t) = {t^{2}-9t+14}\text{,}\)
Find \(K(0)\text{.}\)
Solve \(K(t)=0\text{.}\)
Functions and Points on a Graph.
49.
If \(K(7)=10\text{,}\) then the point is on the graph of \(K\text{.}\)
If \({\left(6,3\right)}\) is on the graph of \(K\text{,}\) then \(K(6)=\).
50.
If \(f(3)=0\text{,}\) then the point is on the graph of \(f\text{.}\)
If \({\left(3,0\right)}\) is on the graph of \(f\text{,}\) then \(f(3)=\).
51.
If \(g(t)=r\text{,}\) then the point is on the graph of \(g\text{.}\)
52.
If \(h(r)=x\text{,}\) then the point is on the graph of \(h\text{.}\)
53.
If \({\left(x,y\right)}\) is on the graph of \(F\text{,}\) then \(F(x)=\).
54.
If \({\left(t,x\right)}\) is on the graph of \(F\text{,}\) then \(F(t)=\).
Exercise Group.
55.
For the function \(G\text{,}\) when \(x=-3\text{,}\) the output is \({10}\text{.}\)
Choose all true statements.
The function’s value is \(-3\) at \(10\text{.}\)
\(\displaystyle G(10)=-3\)
The point \((10, -3)\) is on the graph of the function.
The point \((-3, 10)\) is on the graph of the function.
\(\displaystyle G(-3)=10\)
The function’s value is \(10\) at \(-3\text{.}\)
56.
For the function \(H\text{,}\) when \(x=1\text{,}\) the output is \({-2}\text{.}\)
Choose all true statements.
The function’s value is \(-2\) at \(1\text{.}\)
\(\displaystyle H(1)=-2\)
The point \((-2, 1)\) is on the graph of the function.
The function’s value is \(1\) at \(-2\text{.}\)
The point \((1, -2)\) is on the graph of the function.
\(\displaystyle H(-2)=1\)
Function Graphs.
57.
Use the graph of \(K\) below to evaluate the given expressions. (Estimates are OK.)
\(K(-3)={}\)
\(K(3)={}\)
58.
Use the graph of \(K\) below to evaluate the given expressions. (Estimates are OK.)
\(K(-3)={}\)
\(K(1)={}\)
59.
Use the graph of \(f\) below to evaluate the given expressions. (Estimates are OK.)
\(f(-1)={}\)
\(f(11)={}\)
60.
Use the graph of \(g\) below to evaluate the given expressions. (Estimates are OK.)
\(g(-2)={}\)
\(g(4)={}\)
61.
Use the graph of \(h\) below to evaluate the given expressions. (Estimates are OK.)
\(h(3)={}\)
\(h(6)={}\)
62.
Use the graph of \(F\) below to evaluate the given expressions. (Estimates are OK.)
\(F(-3)={}\)
\(F(-1)={}\)
63.
Function \(f\) is graphed.
Find \(\displaystyle{f(-5)}\text{.}\)
Solve \(\displaystyle{f(x)=0}\text{.}\)
64.
Function \(f\) is graphed.
Find \(\displaystyle{f(0)}\text{.}\)
Solve \(\displaystyle{f(x)=-3}\text{.}\)
65.
Function \(f\) is graphed.
Find \(\displaystyle{f(2)}\text{.}\)
Solve \(\displaystyle{f(x)=3}\text{.}\)
66.
Function \(f\) is graphed.
Find \(\displaystyle{f(3)}\text{.}\)
Solve \(\displaystyle{f(x)=-3}\text{.}\)
67.
Function \(f\) is graphed.
Find \(\displaystyle{f(-3)}\text{.}\)
Solve \(\displaystyle{f(x)=-2}\text{.}\)
68.
Function \(f\) is graphed.
Find \(\displaystyle{f(3)}\text{.}\)
Solve \(\displaystyle{f(x)=-1}\text{.}\)
Function Tables.
69.
Use the table of values for \(g\) below to evaluate the given expressions.
\(x\)
\(-6\)
\(-2\)
\(2\)
\(6\)
\(10\)
\(g(x)\)
\(9.9\)
\(-1.9\)
\(9\)
\(0.2\)
\(5.6\)
\(g({-2})={}\)
\(g({6})={}\)
70.
Use the table of values for \(h\) below to evaluate the given expressions.
\(x\)
\(-1\)
\(1\)
\(3\)
\(5\)
\(7\)
\(h(x)\)
\(6.5\)
\(10\)
\(2.9\)
\(1.2\)
\(-1.6\)
\(h({3})={}\)
\(h({7})={}\)
71.
Make a table of values for the function \(g\text{,}\) defined by \(g(x)={-2x^{2}}\text{.}\) Based on values in the table, sketch a graph of \(g\text{.}\)
\(x\)
\(g(x)\)
\(g(x)=-2x^{2}\)
72.
Make a table of values for the function \(h\text{,}\) defined by \(\displaystyle h(x)={\frac{2^{x}+2}{x^{2}+3}}\text{.}\) Based on values in the table, sketch a graph of \(h\text{.}\)
\(x\)
\(h(x)\)
\(\displaystyle h(x)=\frac{2^{x}+2}{x^{2}+3}\)
Translating Between Different Representations of a Function.
73.
Here is a verbal description of a function \(G\text{.}\)
“Square the input \(x\) to obtain the output \(y\text{.}\)”
Give a numeric representation of \(G\text{.}\)
\(x\)
\(0\)
\(1\)
\(2\)
\(3\)
\(4\)
\(G(x)\)
Give a formula for \(G\text{.}\)
[@KeyboardInstructions(qw!Include the function’s name and an equals sign in the formula.!)@]**
74.
Here is a verbal description of a function \(H\text{.}\)
“Cube the input \(x\) to obtain the output \(y\text{.}\)”
Give a numeric representation of \(H\text{.}\)
\(x\)
\(0\)
\(1\)
\(2\)
\(3\)
\(4\)
\(H(x)\)
Give a formula for \(H\text{.}\)
[@KeyboardInstructions(qw!Include the function’s name and an equals sign in the formula.!)@]**
75.
Here is a verbal description of a function \(K\text{.}\)
“Triple the input \(x\) and then subtract eight to obtain the output \(y\text{.}\)”
Give a numeric representation of \(K\text{:}\)
\(x\)
\(0\)
\(1\)
\(2\)
\(3\)
\(4\)
\(K(x)\)
Give a formula for \(K\text{.}\)
76.
Here is a verbal description of a function \(K\text{.}\)
“Double the input \(x\) and then subtract two to obtain the output \(y\text{.}\)”
Give a numeric representation of \(K\text{:}\)
\(x\)
\(0\)
\(1\)
\(2\)
\(3\)
\(4\)
\(K(x)\)
Give a formula for \(K\text{.}\)
77.
Express the function \(f\) numerically with the table.
On graphing paper, you should be able to give a graphical representation of \(h\) too.
Functions in Context.
81.
You have a savings account at a bank which accrues some interest over time. The formula \(M(t)=0.75t+100\) models the amount of money, in dollars, in the savings account \(t\) months after it was initially setup.
Interpret the meaning of \(M(20)=115\text{.}\)
82.
A seafood company exports from Portland, Oregon to local restaurants in the city. They want to begin exporting outside of Portland. The formula \(C(m)=\frac{1}{2}\sqrt{m}\) models the cost, in dollars, to export seafood \(m\) miles away from Portland.
Interpret the meaning of \(C(144)=6\text{.}\)
83.
A group of scientists are studying the relationship between the salinity (salt concentration) and the oxygen concentration in the Columbia River Estuary. The formula \(G(x)=-\frac{1}{100}x^2+100\) models the oxygen concentration, as a percentage, when the salinity in the estuary is at \(x\) percent.
Interpret the meaning of \(G(35)=87.75\text{.}\)
84.
A group of engineers are studying the effects of temperature on the lifetime of a specific type of battery. The formula \(L(T)=-0.45T+21\) models the lifetime, in years, of the battery if it is kept in an environment with a temperature of \(T\) degrees Celsius.
Interpret the meaning of \(L(27)=8.85\text{.}\)
85.
Sharell started saving in a piggy bank on her birthday. The function \(f(x)={3x+2}\) models the amount of money, in dollars, in Sharell’s piggy bank. The independent variable represents the number of days passed since her birthday.
Interpret the meaning of \(f(1)=5\text{.}\)
The piggy bank started with \($5\) in it, and Sharell saves \($1\) each day.
The piggy bank started with \($1\) in it, and Sharell saves \($5\) each day.
Five days after Sharell started her piggy bank, there were \($1\) in it.
One days after Sharell started her piggy bank, there were \($5\) in it.
86.
An arcade sells multi-day passes. The function \(g(x)={{\frac{1}{3}}x}\) models the number of days a pass will work, where \(x\) is the amount of money paid, in dollars.
Interpret the meaning of \(g(6)={2}\text{.}\)
Each pass costs \($6\text{,}\) and it works for \(2\) days.
If a pass costs \($2\text{,}\) it will work for \(6\) days.
If a pass costs \($6\text{,}\) it will work for \(2\) days.
Each pass costs \($2\text{,}\) and it works for \(6\) days.
87.
Julie will spend \({\$120}\) to purchase some bowls and some plates. Each bowl costs \({\$5}\text{,}\) and each plate costs \({\$6}\text{.}\) The function \(p(b)={-{\frac{5}{6}}b+20}\) models the number of plates Julie will purchase, where \(b\) represents the number of bowls Julie will purchase.
Interpret the meaning of \(p(24)={0}\text{.}\)
\($24\) will be used to purchase bowls, and \($0\) will be used to purchase plates.
If \(0\) bowls are purchased, then \(24\) plates will be purchased.
\($0\) will be used to purchase bowls, and \($24\) will be used to purchase plates.
If \(24\) bowls are purchased, then \(0\) plates will be purchased.
88.
Irene will spend \({\$270}\) to purchase some bowls and some plates. Each plate costs \({\$5}\text{,}\) and each bowl costs \({\$9}\text{.}\) The function \(q(x)={-{\frac{5}{9}}x+30}\) models the number of bowls Irene will purchase, where \(x\) represents the number of plates to be purchased.
Interpret the meaning of \(q(27)={15}\text{.}\)
\($27\) will be used to purchase bowls, and \($15\) will be used to purchase plates.
\(15\) plates and \(27\) bowls can be purchased.
\(27\) plates and \(15\) bowls can be purchased.
\($15\) will be used to purchase bowls, and \($27\) will be used to purchase plates.
89.
Find a formula for the function \(f\) that gives the number of seconds in \(x\) years.
[@KeyboardInstructions(qw!Include the function’s name and an equals sign in the formula.!)@]**
90.
Find a formula for the function \(f\) that gives the number of hours in \(x\) days.
[@KeyboardInstructions(qw!Include the function’s name and an equals sign in the formula.!)@]**
91.
Suppose that \(M\) is the function that computes how many miles are in \(x\) feet. Find the formula for \(M\text{.}\) If you do not know how many feet are in one mile, you can look it up on Google.
Evaluate \(M(14000)\) and interpret the result.
There are about miles in feet.
92.
Suppose that \(K\) is the function that computes how many kilograms are in \(x\) pounds. Find the formula for \(K\text{.}\) If you do not know how many pounds are in one kilogram, you can look it up on Google.
[@KeyboardInstructions(qw!Include the function’s name and an equals sign in the formula.!)@]**
Evaluate \(K(163)\) and interpret the result.
Something that weighs pounds would weigh about kilograms.
93.
Suppose that \(f\) is the function that the phone company uses to determine what your bill will be (in dollars) for a long-distance phone call that lasts \(t\) minutes. Each call costs a fixed price of $\(2.7\) plus \(16\) cents per minute. Write a formula for this linear function \(f\text{.}\)
94.
Suppose that \(f\) is the function that gives the total cost (in dollars) of downhill skiing \(x\) times during a season with a $500 season pass. Write a formula for \(f\text{.}\) [@KeyboardInstructions(’You need to write the entire formula, including [|f(x)=|]*.)@]**
95.
Suppose that \(f\) is the function that tells you how many dimes are in \(x\) dollars. Write a formula for \(f\text{.}\)
96.
The function \(C\) models the the number of customers in a store \(t\) hours since the store opened.
\(t\)
\(0\)
\(1\)
\(2\)
\(3\)
\(4\)
\(5\)
\(6\)
\(7\)
\(C(t)\)
\(0\)
\(45\)
\(79\)
\(97\)
\(97\)
\(80\)
\(41\)
\(0\)
Find \(C(6)\text{.}\)
Interpret the meaning of \(C(6)\text{.}\)
There were \(41\) customers in the store \(6\) hours after the store opened.
In \(6\) hours since the store opened, the store had an average of \(41\) customers per hour.
In \(6\) hours since the store opened, there were a total of \(41\) customers.
There were \(6\) customers in the store \(41\) hours after the store opened.
Solve \(C(t)=97\) for \(t\text{.}\)\(t=\)
Interpret the meaning of Part c’s solution(s).
There were \(97\) customers in the store \(3\) hours after the store opened.
There were \(97\) customers in the store \(3\) hours after the store opened, and again \(4\) hours after the store opened.
There were \(97\) customers in the store \(4\) hours after the store opened.
There were \(97\) customers in the store either \(3\) hours after the store opened, or \(4\) hours after the store opened.
97.
Let \(s(t)={13t^{2}-t+100}\text{,}\) where \(s\) is the position (in mi) of a car driving on a straight road at time \(t\) (in hr). The car’s velocity (in mi/hr) at time \(t\) is given by \(v(t)={26t-1}\text{.}\)
Using function notation, express the car’s position after \(2.3\) hours. The answer here is not a formula, it’s just something using function notation like f(8).
Where is the car then? The answer here is a number with units.
Use function notation to express the question, “When is the car going \({61\ {\textstyle\frac{\rm\mathstrut mi}{\rm\mathstrut hr}}}\text{?}\)” The answer is an equation that uses function notation; something like f(x)=23. You are not being asked to actually solve the equation, just to write down the equation.
Where is the car when it is going \({77\ {\textstyle\frac{\rm\mathstrut mi}{\rm\mathstrut hr}}}\text{?}\) The answer here is a number with units. You are being asked a question about its position, but have been given information about its speed.
98.
Let \(s(t)={13t^{2}+3t+200}\text{,}\) where \(s\) is the position (in mi) of a car driving on a straight road at time \(t\) (in hr). The car’s velocity (in mi/hr) at time \(t\) is given by \(v(t)={26t+3}\text{.}\)
Using function notation, express the car’s position after \(1.6\) hours. The answer here is not a formula, it’s just something using function notation like f(8).
Where is the car then? The answer here is a number with units.
Use function notation to express the question, “When is the car going \({61\ {\textstyle\frac{\rm\mathstrut mi}{\rm\mathstrut hr}}}\text{?}\)” The answer is an equation that uses function notation; something like f(x)=23. You are not being asked to actually solve the equation, just to write down the equation.
Where is the car when it is going \({29\ {\textstyle\frac{\rm\mathstrut mi}{\rm\mathstrut hr}}}\text{?}\) The answer here is a number with units. You are being asked a question about its position, but have been given information about its speed.
99.
Describe your own example of a function that has real context to it. You will need some kind of input variable, like “number of years since 2000” or “weight of the passengers in my car.” You will need a process for using that number to bring about a different kind of number. The process does not need to involve a formula; a verbal description would be great, as would a formula.
Give your function a name. Write the symbol(s) that you would use to represent input. Write the symbol(s) that you would use to represent output.
100.
The following figure has the graph \(y=d(t)\text{,}\) which models a particle’s distance from the starting line in feet, where \(t\) stands for time in seconds since timing started.
Find \(d(7)\text{.}\)
Interpret the meaning of \(d(7)\text{.}\)
In the first \(3\) seconds, the particle moved a total of \(7\) feet.
The particle was \(7\) feet away from the starting line \(3\) seconds since timing started.
In the first \(7\) seconds, the particle moved a total of \(3\) feet.
The particle was \(3\) feet away from the starting line \(7\) seconds since timing started.
Solve \(d(t)={2}\) for \(t\text{.}\)\(t=\)
Interpret the meaning of part c’s solution(s).
The particle was \(2\) feet from the starting line \(2\) seconds since timing started, or \(8\) seconds since timing started.
The particle was \(2\) feet from the starting line \(2\) seconds since timing started.
The particle was \(2\) feet from the starting line \(8\) seconds since timing started.
The particle was \(2\) feet from the starting line \(2\) seconds since timing started, and again \(8\) seconds since timing started.
101.
The following figure has the graph \(y=d(t)\text{,}\) which models a particle’s distance from the starting line in feet, where \(t\) stands for time in seconds since timing started.
Find \(d(4)\text{.}\)
Interpret the meaning of \(d(4)\text{.}\)
In the first \(8\) seconds, the particle moved a total of \(4\) feet.
The particle was \(4\) feet away from the starting line \(8\) seconds since timing started.
In the first \(4\) seconds, the particle moved a total of \(8\) feet.
The particle was \(8\) feet away from the starting line \(4\) seconds since timing started.
Solve \(d(t)={6}\) for \(t\text{.}\)\(t=\)
Interpret the meaning of part c’s solution(s).
The particle was \(6\) feet from the starting line \(3\) seconds since timing started.
The particle was \(6\) feet from the starting line \(7\) seconds since timing started.
The particle was \(6\) feet from the starting line \(3\) seconds since timing started, and again \(7\) seconds since timing started.
The particle was \(6\) feet from the starting line \(3\) seconds since timing started, or \(7\) seconds since timing started.
102.
Use the graph of \(H\) in the figure to fill in the table.
\(x\)
\(-2\)
\(-1\)
\(0\)
\(1\)
\(2\)
\(H(x)\)
Evaluate \(H(3)-H(0)\text{.}\)
Evaluate \(H(2)-H(-1)\text{.}\)
Evaluate \(2H(-1)\text{.}\)
Evaluate \(H(0)+3\text{.}\)
103.
Use the given graph of a function \(f\text{,}\) along with \(a, b, c, d, e\text{,}\) and \(h\) to answer the following questions. Some answers are points, and should be entered as ordered pairs. Some answers ask you to solve for \(x\text{,}\) so the answer should be in the form x=...
What are the coordinates of the point \(P\text{?}\)
What are the coordinates of the point \(Q\text{?}\)
Evaluate \(f(b)\text{.}\) (The answer is symbolic, not a specific number.)
Solve \(f(x)=e\) for \(x\text{.}\) (The answer is symbolic, not a specific number.)
Suppose \(c=f(z)\text{.}\) Solve the equation \(z=f(x)\) for \(x\text{.}\)