Skip to main content
\(\require{cancel}\newcommand{\abs}[1]{\left\lvert#1\right\rvert} \newcommand{\point}[2]{\left(#1,#2\right)} \newcommand{\highlight}[1]{{\color{blue}{{#1}}}} \newcommand{\lighthigh}[1]{{\color{magenta}{{#1}}}} \newcommand{\unhighlight}[1]{{\color{black}{{#1}}}} \newcommand{\lowlight}[1]{{\color{lightgray}{#1}}} \newcommand{\attention}[1]{\mathord{\overset{\downarrow}{#1}}} \newcommand{\substitute}[1]{{\color{blue}{{#1}}}} \newcommand{\addright}[1]{{\color{blue}{{{}+#1}}}} \newcommand{\addleft}[1]{{\color{blue}{{#1+{}}}}} \newcommand{\subtractright}[1]{{\color{blue}{{{}-#1}}}} \newcommand{\multiplyright}[2][\cdot]{{\color{blue}{{{}#1#2}}}} \newcommand{\multiplyleft}[2][\cdot]{{\color{blue}{{#2#1{}}}}} \newcommand{\divideunder}[2]{\frac{#1}{{\color{blue}{{#2}}}}} \newcommand{\divideright}[1]{{\color{blue}{{{}\div#1}}}} \newcommand{\cancelhighlight}[1]{{\color{blue}{{\cancel{#1}}}}} \newcommand{\apple}{\text{šŸŽ}} \newcommand{\banana}{\text{šŸŒ}} \newcommand{\pear}{\text{šŸ}} \newcommand{\cat}{\text{🐱}} \newcommand{\dog}{\text{🐶}} \newcommand{\lt}{<} \newcommand{\gt}{>} \newcommand{\amp}{&} \)

Section10.1Function Basics

In SectionĀ 9.1 there is a light introduction to functions. This chapter introduces functions more thoroughly, and is independent from SectionĀ 9.1.

Figure10.1.1Alternative Video Lesson

Subsection10.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 TableĀ 10.1.2.

\(\sqrt{9}\) \({}=3\)
\(\sqrt{1/4}\) \({}=1/2\)
\(\sqrt{2}\) \({}\approx1.41\)
Table10.1.2Values 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.

Definition10.1.3Function (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Ā 10.5 covers a more technical definition for functions, and gets into some topics that are more appropriate when using that definition. DefinitionĀ 10.1.3 is so broad that you probably use functions all the time.

Example10.1.4

Think about each of these examples, where 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 process of using \(\sqrt{\phantom{x}}\) to change numbers might feel more ā€œmathematicalā€ than these examples. Let's continue thinking about \(\sqrt{\phantom{x}}\) for now, since it's a formula-like symbol that we are familiar with. One concern with \(\sqrt{\phantom{x}}\) is that although we live in the modern age of computers, this symbol is not found on most keyboards. And yet computers still tend to be capable of producing square roots. Computer technicians write \(\operatorname{sqrt}(\phantom{x})\) when they want to compute a square root, as we see in TableĀ 10.1.5.

\(\operatorname{sqrt}(9)\) \({}=3\)
\(\operatorname{sqrt}(1/4)\) \({}=1/2\)
\(\operatorname{sqrt}(2)\) \({}\approx1.41\)
Table10.1.5Values of \(\operatorname{sqrt}(x)\)

The parentheses are very important. To see why, try to put yourself in the ā€œmindā€ of a computer, and look closely at sqrt49. The computer will recognize sqrt and know that it needs to compute a square root. But computers have myopic vision and they might not see the entire number \(49\text{.}\) A computer might think that it needs to compute sqrt4 and then append a 9 to 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 denote exactly what number needs to be operated on.

This demonstrates the standard notation that is used worldwide to write down most functions. By having a standard notation for communicating about functions, people from all corners of the earth can all communicate mathematics with each other more easily, even when they don't speak the same language.

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 mathematics, 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{.}\)

It's crucial to continue reminding ourselves that functions are processes for changing numbers; they are not numbers themselves. And that means that we have a potential for confusion that we need to stay aware of. In some contexts, the symbol \(t\) might represent a variable—a number that is represented by a letter. But 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.

Definition10.1.6Function Notation

The standard notation for referring to functions involves giving the function itself a name, and then writing:

\begin{equation*} \begin{matrix} \text{name}\\ \text{of}\\ \text{function} \end{matrix} \left( \begin{matrix} \\ \text{input}\\ \\ \end{matrix} \right) \end{equation*}
Example10.1.7

\(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.

\(\operatorname{Celsius}(F)\) is pronounced ā€œCelsius of F.ā€ This is probably about a function that takes a Fahrenheit temperature as input and gives the corresponding Celsius temperature as output. Maybe a formula is used to do this; maybe a chart or some other tool is used to do this. Here, \(\operatorname{Celsius}\) is the function, \(F\) is the input variable, and \(\operatorname{Celsius}(F)\) is the output from the function.

Note10.1.8

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.

Checkpoint10.1.9
Warning10.1.10Notation Ambiguity

As mentioned earlier, we need to remain conscious of the context of any symbol we are using. It's possible for \(f\) to represent a function (a process), but it's also possible for \(f\) to represent a variable (a number). Similarly, parentheses might indicate the input of a function, or they might indicate that two numbers need to be multiplied. It's up to our judgment to interpret mathematical expressions in the right context. 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Ā 10.1.11. This illustrates how complicated functions can be. A number is just a number. But 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.

Figure10.1.11Imagining a function as a machine. (Picture by Duane Nykamp using Mathematica.)

Subsection10.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.

Example10.1.12A 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Ā 10.1.13.

input
\(x\) (year)
output
\(\operatorname{BudgetDeficit}(x)\) ($trillion)
2007 \(0.16\)
2008 \(0.46\)
2009 \(1.4\)
2010 \(1.3\)
2011 \(1.3\)
2012 \(1.1\)
2013 \(0.68\)
2014 \(0.48\)
2015 \(0.44\)
2016 \(0.59\)

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.

Table10.1.13
Checkpoint10.1.14
Example10.1.15A Table for the Square Root Function

Let's return to our example of the function \(\operatorname{sqrt}\text{.}\) Tabulating some inputs and outputs reveals 10.1.16

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\)

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{?}\)

Table10.1.16
Checkpoint10.1.17

Another powerful tool for understanding functions 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.

Example10.1.18A Graph for the Budget Deficit Function

Returning to the function \(\operatorname{BudgetDeficit}\) that we studied in ExampleĀ 10.1.12, in order to make a graph of this function we view TableĀ 10.1.13 as a list of points with \(x\) and \(y\) coordinates, as in TableĀ 10.1.19. We then plot these points on a set of coordinate axes, as in FigureĀ 10.1.20. 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.

\((\text{input},\text{output})\)
\((x,\operatorname{BudgetDeficit}(x))\)
\((2007,0.16)\)
\((2008,0.46)\)
\((2009,1.4)\)
\((2010,1.3)\)
\((2011,1.3)\)
\((2012,1.1)\)
\((2013,0.68)\)
\((2014,0.48)\)
\((2015,0.44)\)
\((2016,0.59)\)
A plot of the data in the table; the year is on the horizontal axis and the amount of the deficit is on the vertical axis; the points are connected with a dotted line
Table10.1.19
Figure10.1.20\(y=\operatorname{BudgetDeficit}(x)\)

How has this graph helped us to understand the function better? All of the observations that we made in ExampleĀ 10.1.12 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.

Example10.1.21A Graph for the Square Root Function

Let's now construct a graph for \(\operatorname{sqrt}\text{.}\) Tabulating inputs and outputs gives the points in TableĀ 10.1.22, which in turn gives us the graph in FigureĀ 10.1.23.

\((\text{input},\text{output})\)
\((x,\operatorname{sqrt}(x))\)
\((0,0)\)
\((1,1)\)
\(\approx(2,1.41)\)
\(\approx(3,1.73)\)
\((4,2)\)
\(\approx(5,2.24)\)
\(\approx(6,2.45)\)
\(\approx(7,2.65)\)
\(\approx(8,2.83)\)
\((9,3)\)
a graph of the points from the table connected with a dotted line
Table10.1.22
Figure10.1.23\(y=\operatorname{sqrt}(x)\)

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Ā 10.1.15 that outputs increase by smaller and smaller amounts as the input increases.

Note10.1.24Graph 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Ā 10.1.23. 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.

It is also 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 fundamental misunderstanding of our notation. We have decided that \(f(x)\) is the output for a certain input \(x\text{.}\) That means that \(f(x)\) is just a number; a relatively uninteresting thing compared to \(f\) the function, 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

\begin{equation*} (\text{input},\text{output}) \end{equation*}

Now given a graph of \(f\text{,}\) we interpret coordinates in the same way.

Example10.1.25

In FigureĀ 10.1.26 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Ā 10.1.26, 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{.}\)

The graph of an irregular curve that goes through the points (-2,1), (0,1), (1,2), (2,3), (3,3), (3.5,2.5), (4,2) and (5,1.5); the points are conected with a solid line
Figure10.1.26\(y=f(x)\)
Checkpoint10.1.27
Example10.1.28Unemployment 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Ā 10.1.29 (data.bls.gov/timeseries/LNS14000000).

A time series plot of the unemployment data from 2007 to 2017; the points on the graph are (2007, 4.62), (2008, 5.80), (2009, 9.28), (2010, 9.61), (2011, 8.93), (2012,8.08), (2013,7.36), (2014,6.18), (2015,5.27), (2016,4.87) and (2017,4.35); the points are connected with a dotted line
Figure10.1.29Unemployment in the United States

What was the unemployment in 2008? It is a straightforward matter to use FigureĀ 10.1.29 to find that unemployment was about \(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{.}\)ā€

Checkpoint10.1.30

Subsection10.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

  • a verbal description

  • a table of inputs and outputs

  • a graph of the function

  • a formula for the function

This has been visualized in FigureĀ 10.1.31.

a diagram with "a function, f," written in the center; around the cirle there is a rectangle for each mode of working with a function: verbal, table, graph and formula; the rectangles for each mode are all connected by a larger circle with arrows pointing in each direction
Figure10.1.31Translating Between Perspectives
Example10.1.32

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.

Solution

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. TableĀ 10.1.33 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\)
Table10.1.33

Once we have a table for \(f\text{,}\) we can make a graph for \(f\) as in FigureĀ 10.1.34, using the table to plot points.

a graph of the points listed in the table; the points are connected with a dotted line and form a parabola
Figure10.1.34\(y=f(x)\)

Lastly, we must find a formula for \(f\text{.}\) This means we need to write a mathematical 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

\begin{equation*} f(x)=x^2+1\text{.} \end{equation*}
Example10.1.35

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.

Solution

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 TableĀ 10.1.36. 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\)

Once a table is established, making a graph by plotting points is a simple matter, as in FigureĀ 10.1.37. The three plotted points seem to be in a straight line, so we think it is reasonable to connect them in that way.

a plot of the points listed in the table; the points are connected by a straight, dotted line
Table10.1.36
Figure10.1.37\(y=F(C)\)

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,

\begin{equation*} F(C)=\frac{9}{5}C+32\text{.} \end{equation*}

SubsectionExercises

Evaluate a function using its formula.

1

Evaluate the function at the given values.

\(F(x)={x+4}\)

  1. \(F(5)=\)

  2. \(F(-3)=\)

  3. \(F(0)=\)

2

Evaluate the function at the given values.

\(g(x)={x+7}\)

  1. \(g(3)=\)

  2. \(g(-1)=\)

  3. \(g(0)=\)

3

Evaluate the function at the given values.

\(K(x)={3x}\)

  1. \(K(2)=\)

  2. \(K(-1)=\)

  3. \(K(0)=\)

4

Evaluate the function at the given values.

\(f(x)={9x}\)

  1. \(f(5)=\)

  2. \(f(-2)=\)

  3. \(f(0)=\)

5

Evaluate the function at the given values.

\(g(x)={-4x+3}\)

  1. \(g(3)=\)

  2. \(g(-4)=\)

  3. \(g(0)=\)

6

Evaluate the function at the given values.

\(g(x)={-5x+7}\)

  1. \(g(1)=\)

  2. \(g(-5)=\)

  3. \(g(0)=\)

7

Evaluate the function at the given values.

\(h(x)={-x+8}\)

  1. \(h(1)=\)

  2. \(h(-1)=\)

  3. \(h(0)=\)

8

Evaluate the function at the given values.

\(F(x)={-x+5}\)

  1. \(F(3)=\)

  2. \(F(-3)=\)

  3. \(F(0)=\)

9

Evaluate the function at the given values.

\(G(x)={x^{2}+8}\)

  1. \(G(2)=\)

  2. \(G(-5)=\)

  3. \(G(0)=\)

10

Evaluate the function at the given values.

\(G(r)={r^{2}-4}\)

  1. \(G(1)=\)

  2. \(G(-5)=\)

  3. \(G(0)=\)

11

Evaluate the function at the given values.

\(H(y)={-y^{2}+5}\)

  1. \(H(4)=\)

  2. \(H(-5)=\)

  3. \(H(0)=\)

12

Evaluate the function at the given values.

\(K(x)={-x^{2}-8}\)

  1. \(K(3)=\)

  2. \(K(-5)=\)

  3. \(K(0)=\)

13

Evaluate the function at the given values.

\(f(r)={1}\)

  1. \(f(4)=\)

  2. \(f(1)=\)

  3. \(f(0)=\)

14

Evaluate the function at the given values.

\(g(y)={10}\)

  1. \(g(5)=\)

  2. \(g(10)=\)

  3. \(g(0)=\)

15

Evaluate the function at the given values.

\(\displaystyle{g(x)=\frac{{5x}}{{-2x+3}}}\)

  1. \(g(1)=\) .

  2. \(g(-2)=\) .

16

Evaluate the function at the given values.

\(\displaystyle{h(x)=\frac{{5x}}{{6x-3}}}\)

  1. \(h(1)=\) .

  2. \(h(-6)=\) .

17

Evaluate the function at the given values.

\(\displaystyle{F(x)={\frac{24}{x-9}}}\) .

  1. \(\displaystyle{F(3)=}\) .

  2. \(\displaystyle{F(9)=}\) .

18

Evaluate the function at the given values.

\(\displaystyle{G(x)={\frac{30}{x+6}}}\) .

  1. \(\displaystyle{G(-3)=}\) .

  2. \(\displaystyle{G(-6)=}\) .

19

Evaluate the function at the given values.

\(\displaystyle{ G(x)={-4x-8} }\)

  1. \(\displaystyle{ G(5)= }\)

  2. \(\displaystyle{ G(-8)= }\)

20

Evaluate the function at the given values.

\(\displaystyle{ H(x)={-6x-4} }\)

  1. \(\displaystyle{ H(1)= }\)

  2. \(\displaystyle{ H(-7)= }\)

21

Evaluate the function at the given values.

\(K(x)={x^{2}+5x+5}\)

  1. \(K(5)=\)

  2. \(K(-1)=\)

22

Evaluate the function at the given values.

\(f(x)={x^{2}+x-3}\)

  1. \(f(4)=\)

  2. \(f(-1)=\)

23

Evaluate the function at the given values.

\(g(x)={-3x^{2}+2x-1}\)

  1. \(g(5)=\)

  2. \(g(-2)=\)

24

Evaluate the function at the given values.

\(g(x)={-2x^{2}-4x-5}\)

  1. \(g(5)=\)

  2. \(g(-4)=\)

25

Evaluate the function at the given values.

\(h(x)={\sqrt{x}}\text{.}\)

  1. \(h(36)=\)

  2. \(h\left({{\frac{36}{49}}}\right)=\)

  3. \(h(-1)=\)

26

Evaluate the function at the given values.

\(F(x)={\sqrt{x}}\text{.}\)

  1. \(F(9)=\)

  2. \(F\left({{\frac{100}{49}}}\right)=\)

  3. \(F(-1)=\)

27

Evaluate the function at the given values.

\(G(x)=\sqrt[3]{x}\)

  1. \(G(-1)=\)

  2. \(G\left({{\frac{8}{27}}}\right)=\)

28

Evaluate the function at the given values.

\(G(x)=\sqrt[3]{x}\)

  1. \(G(-27)=\)

  2. \(G\left({{\frac{125}{8}}}\right)=\)

29

Consider the function \(H\) defined by \(H(x)={-15}\text{.}\)

  1. \(H(2)=\)

  2. \(H(-2)=\)

30

Consider the function \(K\) defined by \(K(x)={12}\text{.}\)

  1. \(K(6)=\)

  2. \(K(-5)=\)

Solve an equation with function notation.

31

Solve for \(x\text{,}\) where \(f(x)={-6x+4}\text{.}\)

  1. If \(f(x)={4}\text{,}\) then \(x=\).

  2. If \(f(x)={-12}\text{,}\) then \(x=\).

32

Solve for \(x\text{,}\) where \(g(x)={6x-6}\text{.}\)

  1. If \(g(x)={0}\text{,}\) then \(x=\).

  2. If \(g(x)={15}\text{,}\) then \(x=\).

33

Solve for \(x\text{,}\) where \(g(x)={x^{2}+5}\text{.}\)

  1. If \(g(x)={30}\text{,}\) then \(x=\).

  2. If \(g(x)=1\text{,}\) then \(x=\).

34

Solve for \(x\text{,}\) where \(h(x)={x^{2}-2}\text{.}\)

  1. If \(h(x)={2}\text{,}\) then \(x=\).

  2. If \(h(x)=-9\text{,}\) then \(x=\).

35

Solve for \(x\text{,}\) where \(F(x)={x^{2}-4x-53}\text{.}\)

If \(F(x)=-8\text{,}\) then \(x=\).

36

Solve for \(x\text{,}\) where \(G(x)={x^{2}-4x-25}\text{.}\)

If \(G(x)=7\text{,}\) then \(x=\).

37

If \(h\) is a function defined by \(h(r) = 2r+1\text{,}\)

Find \(h(0)\text{.}\)
Solve \(h(r)=0\text{.}\)
38

If \(f\) is a function defined by \(f(t) = 6t-5\text{,}\)

Find \(f(0)\text{.}\)
Solve \(f(t)=0\text{.}\)
39

If \(G\) is a function defined by \(G(t) = 2t^{2}-11\text{,}\)

Find \(G(0)\text{.}\)
Solve \(G(t)=0\text{.}\)
40

If \(h\) is a function defined by \(h(x) = 5x^{2}-8\text{,}\)

Find \(h(0)\text{.}\)
Solve \(h(x)=0\text{.}\)
41

If \(K\) is a function defined by \(K(x) = x^{2}-x-2\text{,}\)

Find \(K(0)\text{.}\)
Solve \(K(x)=0\text{.}\)
42

If \(G\) is a function defined by \(G(y) = y^{2}+4y-32\text{,}\)

Find \(G(0)\text{.}\)
Solve \(G(y)=0\text{.}\)

Functions and Points on a Graph

43

If \(h(3)=-2\text{,}\) then the point is on the graph of \(h\text{.}\)

If \({\left(9,11\right)}\) is on the graph of \(h\text{,}\) then \(h(9)=\).

44

If \(F(10)=11\text{,}\) then the point is on the graph of \(F\text{.}\)

If \({\left(7,3\right)}\) is on the graph of \(F\text{,}\) then \(F(7)=\).

45

If \(G(r)=t\text{,}\) then the point is on the graph of \(G\text{.}\)

The answer is not a specific numerical point, but one with variables for coordinates.

46

If \(G(x)=y\text{,}\) then the point is on the graph of \(G\text{.}\)

The answer is not a specific numerical point, but one with variables for coordinates.

47

If \({\left(t,r\right)}\) is on the graph of \(H\text{,}\) then \(H(t)=\).

48

If \({\left(r,x\right)}\) is on the graph of \(K\text{,}\) then \(K(r)=\).

49

For the function \(f(x)\text{,}\) when \(x=-3\text{,}\) its \(y\)-value is \({10}\text{.}\)

Choose all true statements.

  • The point \((-3, 10)\) is on the graph of the function.

  • The function's value is \(-3\) at \(10\text{.}\)

  • The point \((10, -3)\) is on the graph of the function.

  • \(f(10)=-3\)

  • \(f(-3)=10\)

  • The function's value is \(10\) at \(-3\text{.}\)

50

For the function \(f(x)\text{,}\) when \(x=5\text{,}\) its \(y\)-value is \({25}\text{.}\)

Choose all true statements.

  • The function's value is \(25\) at \(5\text{.}\)

  • The function's value is \(5\) at \(25\text{.}\)

  • The point \((5, 25)\) is on the graph of the function.

  • \(f(5)=25\)

  • The point \((25, 5)\) is on the graph of the function.

  • \(f(25)=5\)

Use the graph of a function to evaluate it and solve equations.

51

Use the graph of \(g\) below to evaluate the given expressions. (Estimates are OK.)

\(g(-2)={}\)

\(g(2)={}\)

52

Use the graph of \(h\) below to evaluate the given expressions. (Estimates are OK.)

\(h(-1)={}\)

\(h(1)={}\)

53

Use the graph of \(F\) below to evaluate the given expressions. (Estimates are OK.)

\(F(-6)={}\)

\(F(4)={}\)

54

Use the graph of \(G\) below to evaluate the given expressions. (Estimates are OK.)

\(G(-3)={}\)

\(G(6)={}\)

55

Use the graph of \(G\) below to evaluate the given expressions. (Estimates are OK.)

\(G(-6)={}\)

\(G(-1)={}\)

56

Use the graph of \(H\) below to evaluate the given expressions. (Estimates are OK.)

\(H(-2)={}\)

\(H(1)={}\)

57

The graph of a function \(f\) is shown below.

  1. \(\displaystyle{f(5)={}}\)

  2. Solve \(\displaystyle{f(x)=-5}\text{.}\)

58

The graph of a function \(f\) is shown below.

  1. \(\displaystyle{f(-1)={}}\)

  2. Solve \(\displaystyle{f(x)=-5}\text{.}\)

59

The graph of a function \(f\) is shown below.

  1. \(\displaystyle{f(-3)={}}\)

  2. Solve \(\displaystyle{f(x)=0}\text{.}\)

60

The graph of a function \(f\) is shown below.

  1. \(\displaystyle{f(-2)={}}\)

  2. Solve \(\displaystyle{f(x)=-3}\text{.}\)

61

The graph of function \(f\) is shown below.

  1. \(\displaystyle{f(0)={}}\)

  2. Solve \(\displaystyle{f(x)=2}\text{.}\)

62

The graph of function \(f\) is shown below.

  1. \(\displaystyle{f(3)={}}\)

  2. Solve \(\displaystyle{f(x)=2}\text{.}\)

Use a table to evaluate a function and solve equations.

63

Use the table of values for \(G\) below to evaluate the given expressions.

\(x\) \(-2\) \(0\) \(2\) \(4\) \(6\)
\(G(x)\) \(2.1\) \(3.4\) \(5.3\) \(2.1\) \(-1.2\)

\(G({2})={}\)

\(G({6})={}\)

64

Use the table of values for \(G\) below to evaluate the given expressions.

\(x\) \(-1\) \(4\) \(9\) \(14\) \(19\)
\(G(x)\) \(-1.3\) \(3.2\) \(-0.7\) \(3.2\) \(3.7\)

\(G({-1})={}\)

\(G({14})={}\)

65

The function \(C\) models the the number of customers in a store since the store opened on a certain day, where \(t\) stands for the number of hours since the store opened.

\(t\) \(0\) \(1\) \(2\) \(3\) \(4\) \(5\) \(6\) \(7\) \(8\) \(9\) \(10\) \(11\) \(12\)
\(C(t)\) \(0\) \(22\) \(53\) \(69\) \(86\) \(97\) \(100\) \(100\) \(86\) \(70\) \(53\) \(20\) \(0\)
  1. \(C(9)=\)

  2. Interpret the meaning of \(C(9)\text{:}\)

    • A. There were \(9\) customers in the store \(70\) hours after the store opened.

    • B. There were \(70\) customers in the store \(9\) hours after the store opened.

    • C. In \(9\) hours since the store opened, there were a total of \(70\) customers.

    • D. In \(9\) hours since the store opened, the store had an average of \(70\) customers per hour.

  3. Solve \(C(t)=86\) for \(t\text{.}\) \(t=\)

  4. Interpret the meaning of Part c’s solution(s):

    • A. There were \(86\) customers in the store \(4\) hours after the store opened.

    • B. There were \(86\) customers in the store \(4\) hours after the store opened, and again \(8\) hours after the store opened.

    • C. There were \(86\) customers in the store \(8\) hours after the store opened.

    • D. There were \(86\) customers in the store either \(4\) hours after the store opened, or \(8\) hours after the store opened.

66

Chicago's average monthly rainfall, \(R = f(t)\) inches, is given as a function of the month, \(t\text{,}\) where January is \(t = 1\text{,}\) in the table below.

t, month 1 2 3 4 5 6 7 8
R, inches 1.8 1.8 2.7 3.1 3.5 3.7 3.5 3.4

(a) Solve \(f(t) = 3.4\text{.}\)

\(t =\)

The solution(s) to \(f(t) = 3.4\) can be interpreted as saying

  • Chicago's average rainfall in the month of August is 3.4 inches.

  • Chicago's average rainfall is least in the month of August.

  • Chicago's average rainfall is greatest in the month of March.

  • Chicago's average rainfall increases by 3.4 inches in the month of March.

  • None of the above

(b) Solve \(f(t) = f(5)\text{.}\)

\(t =\)

The solution(s) to \(f(t) = f(5)\) can be interpreted as saying

  • Chicago's average rainfall is greatest in the month of May.

  • Chicago's average rainfall is 3.5 inches in the month of July.

  • Chicago's average rainfall is 3.5 inches in the months of May and July.

  • Chicago's average rainfall is 3.5 inches in the month of May.

  • None of the above

67

Make a table of values for the function \(G\text{,}\) defined by \(G(x)={-5x^{2}}\text{.}\) Based on values in the table, sketch a graph of \(G\text{.}\)

\(x\) \(G(x)\)
68

Make a table of values for the function \(F\text{,}\) defined by \(\displaystyle F(x)={\frac{2^{x}-4}{x^{2}+3}}\text{.}\) Based on values in the table, sketch a graph of \(F\text{.}\)

\(x\) \(F(x)\)

Translate between different representations of a function.

69

Here is a verbal representation 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 symbolic representation of \(g\text{:}\)

\(g(x)={}\)

70

Here is a verbal representation 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 symbolic representation of \(h\text{:}\)

\(h(x)={}\)

71

Here is a verbal representation of a function \(F\text{.}\)

Triple the input \(x\) and then subtract ten to obtain the output \(y\text{.}\)

Give a numeric representation of \(F\text{:}\)

\(x\) \(0\) \(1\) \(2\) \(3\) \(4\)
\(F(x)\)

Give a symbolic representation of \(F\text{:}\)

\(F(x)={}\)

72

Here is a verbal representation of a function \(G\text{.}\)

Double the input \(x\) and then subtract three to obtain the output \(y\text{.}\)

Give a numeric representation of \(G\text{:}\)

\(x\) \(0\) \(1\) \(2\) \(3\) \(4\)
\(G(x)\)

Give a symbolic representation of \(G\text{:}\)

\(G(x)={}\)

73

Express the function \(G\) numerically with the table.

\begin{equation*} G(x) = 2x^{3}-\frac{1}{3}x^{2} \end{equation*}
\(x\) \(-3\) \(-2\) \(-1\) \(0\) \(1\) \(2\) \(3\)
\(G(x)\)

On graphing paper, you should be able to give a graphical representation of \(G\) too.

74

Express the function \(H\) numerically with the table.

\begin{equation*} H(x) = x^{3}-\frac{1}{2}x^{2} \end{equation*}
\(x\) \(-3\) \(-2\) \(-1\) \(0\) \(1\) \(2\) \(3\)
\(H(x)\)

On graphing paper, you should be able to give a graphical representation of \(H\) too.

75

Express the function \(K\) numerically with the table.

\begin{equation*} K(x) = \frac{2-x}{6+x} \end{equation*}
\(x\) \(-3\) \(-2\) \(-1\) \(0\) \(1\) \(2\) \(3\)
\(K(x)\)

On graphing paper, you should be able to give a graphical representation of \(K\) too.

76

Express the function \(f\) numerically with the table.

\begin{equation*} f(x) = \frac{7-x}{8+x} \end{equation*}
\(x\) \(-3\) \(-2\) \(-1\) \(0\) \(1\) \(2\) \(3\)
\(f(x)\)

On graphing paper, you should be able to give a graphical representation of \(f\) too.

Identify meanings of quantities in context.

77

Derick started saving in a piggy bank on his birthday. The function \(f(x)={3x}\) models the amount of money, in dollars, in Derick’s piggy bank. The independent variable represents the number of days passed since his birthday.

Interpret the meaning of \(f(2)=6\text{.}\)

  • A. The piggy bank started with \(\$6\) in it, and Derick saves \(\$2\) each day.

  • B. Two days after Derick started his piggy bank, there were \(\$6\) in it.

  • C. Six days after Derick started his piggy bank, there were \(\$2\) in it.

  • D. The piggy bank started with \(\$2\) in it, and Derick saves \(\$6\) each day.

78

Dennis started saving in a piggy bank on his birthday. The function \(f(x)={2x}\) models the amount of money, in dollars, in Dennis’s piggy bank. The independent variable represents the number of days passed since his birthday.

Interpret the meaning of \(f(4)=8\text{.}\)

  • A. The piggy bank started with \(\$8\) in it, and Dennis saves \(\$4\) each day.

  • B. Eight days after Dennis started his piggy bank, there were \(\$4\) in it.

  • C. The piggy bank started with \(\$4\) in it, and Dennis saves \(\$8\) each day.

  • D. Four days after Dennis started his piggy bank, there were \(\$8\) in it.

79

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(12)={4}\text{.}\)

  • A. If a pass costs \(\$12\text{,}\) it will work for \(4\) days.

  • B. Each pass costs \(\$4\text{,}\) and it works for \(12\) days.

  • C. Each pass costs \(\$12\text{,}\) and it works for \(4\) days.

  • D. If a pass costs \(\$4\text{,}\) it will work for \(12\) days.

80

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(9)={3}\text{.}\)

  • A. If a pass costs \(\$3\text{,}\) it will work for \(9\) days.

  • B. If a pass costs \(\$9\text{,}\) it will work for \(3\) days.

  • C. Each pass costs \(\$9\text{,}\) and it works for \(3\) days.

  • D. Each pass costs \(\$3\text{,}\) and it works for \(9\) days.

81

Jon will spend \({\$250}\) to purchase some bowls and some plates. Each bowl costs \({\$1}\text{,}\) and each plate costs \({\$5}\text{.}\) The function \(p(b)={-{\frac{1}{5}}b+50}\) models the number of plates Jon will purchase, where \(b\) represents the number of bowls Jon will purchase.

Interpret the meaning of \(p(90)={32}\text{.}\)

  • A. If \(90\) bowls are purchased, then \(32\) plates will be purchased.

  • B. \(\$90\) will be used to purchase bowls, and \(\$32\) will be used to purchase plates.

  • C. \(\$32\) will be used to purchase bowls, and \(\$90\) will be used to purchase plates.

  • D. If \(32\) bowls are purchased, then \(90\) plates will be purchased.

82

Andrew will spend \({\$150}\) to purchase some bowls and some plates. Each bowl costs \({\$3}\text{,}\) and each plate costs \({\$5}\text{.}\) The function \(p(b)={-{\frac{3}{5}}b+30}\) models the number of plates Andrew will purchase, where \(b\) represents the number of bowls Andrew will purchase.

Interpret the meaning of \(p(5)={27}\text{.}\)

  • A. \(\$5\) will be used to purchase bowls, and \(\$27\) will be used to purchase plates.

  • B. \(\$27\) will be used to purchase bowls, and \(\$5\) will be used to purchase plates.

  • C. If \(5\) bowls are purchased, then \(27\) plates will be purchased.

  • D. If \(27\) bowls are purchased, then \(5\) plates will be purchased.

83

Jon will spend \({\$405}\) to purchase some bowls and some plates. Each plate costs \({\$4}\text{,}\) and each bowl costs \({\$9}\text{.}\) The function \(q(x)={-{\frac{4}{9}}x+45}\) models the number of bowls Jon will purchase, where \(x\) represents the number of plates to be purchased.

Interpret the meaning of \(q(36)={29}\text{.}\)

  • A. \(\$36\) will be used to purchase bowls, and \(\$29\) will be used to purchase plates.

  • B. \(36\) plates and \(29\) bowls can be purchased.

  • C. \(\$29\) will be used to purchase bowls, and \(\$36\) will be used to purchase plates.

  • D. \(29\) plates and \(36\) bowls can be purchased.

84

Andrew will spend \({\$250}\) to purchase some bowls and some plates. Each plate costs \({\$1}\text{,}\) and each bowl costs \({\$10}\text{.}\) The function \(q(x)={-{\frac{1}{10}}x+25}\) models the number of bowls Andrew will purchase, where \(x\) represents the number of plates to be purchased.

Interpret the meaning of \(q(20)={23}\text{.}\)

  • A. \(\$20\) will be used to purchase bowls, and \(\$23\) will be used to purchase plates.

  • B. \(20\) plates and \(23\) bowls can be purchased.

  • C. \(\$23\) will be used to purchase bowls, and \(\$20\) will be used to purchase plates.

  • D. \(23\) plates and \(20\) bowls can be purchased.

85

Find the rule of the linear function \(f\) that gives the number of hours in \(x\) days.

\(f(x)={}\)

86

Find the rule of the linear function \(f\) that gives the number of seconds in \(x\) days.

\(f(x)={}\)

87

Suppose that \(M\) is the function that computes how many miles are in \(x\) feet. Find the algebraic rule for \(M\text{.}\) (If you do not know how many feet are in one mile, you can look it up on Google.)

\(M(x)=\)

Evaluate \(M(14000)\) and interpret the result:

There are about miles in feet.

88

Suppose that \(K\) is the function that computes how many kilograms are in \(x\) pounds. Find the algebraic rule for \(K\text{.}\) (If you do not know how many pounds are in one kilogram, you can look it up on Google.)

\(K(x)=\)

Evaluate \(K(169)\) and interpret the result.

Something that weighs pounds would weigh about kilograms.

89

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 $\(\)4.95 plus 10 cents per minute. Write a symbolic representation for this linear function \(f\text{.}\) You need to write the entire formula, including f(t)=.

90

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 symbolic representation for \(f\text{.}\) You need to write the entire formula, including f(x)=.

91

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.

  1. \(d(6)=\)

  2. Interpret the meaning of \(d(6)\text{:}\)

    • A. In the first \(2\) seconds, the particle moved a total of \(6\) feet.

    • B. The particle was \(2\) feet away from the starting line \(6\) seconds since timing started.

    • C. In the first \(6\) seconds, the particle moved a total of \(2\) feet.

    • D. The particle was \(6\) feet away from the starting line \(2\) seconds since timing started.

  3. Solve \(d(t)={1}\) for \(t\text{.}\) \(t=\)

  4. Interpret the meaning of part c’s solution(s):

    • A. The article was \(1\) feet from the starting line \(1\) seconds since timing started, or \(8\) seconds since timing started.

    • B. The article was \(1\) feet from the starting line \(1\) seconds since timing started.

    • C. The article was \(1\) feet from the starting line \(1\) seconds since timing started, and again \(8\) seconds since timing started.

    • D. The article was \(1\) feet from the starting line \(8\) seconds since timing started.

92

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.

  1. \(d(1)=\)

  2. Interpret the meaning of \(d(1)\text{:}\)

    • A. The particle was \(2\) feet away from the starting line \(1\) seconds since timing started.

    • B. The particle was \(1\) feet away from the starting line \(2\) seconds since timing started.

    • C. In the first \(2\) seconds, the particle moved a total of \(1\) feet.

    • D. In the first \(1\) seconds, the particle moved a total of \(2\) feet.

  3. Solve \(d(t)={4}\) for \(t\text{.}\) \(t=\)

  4. Interpret the meaning of part c’s solution(s):

    • A. The article was \(4\) feet from the starting line \(2\) seconds since timing started.

    • B. The article was \(4\) feet from the starting line \(6\) seconds since timing started.

    • C. The article was \(4\) feet from the starting line \(2\) seconds since timing started, or \(6\) seconds since timing started.

    • D. The article was \(4\) feet from the starting line \(2\) seconds since timing started, and again \(6\) seconds since timing started.

93

Suppose that \(f\) is the function that tells you how many dimes are in \(x\) dollars. Write a symbolic representation for \(f\text{.}\) You need to write the entire formula, including f(x)=.

94

Let \(f(t)\) denote the number of people eating in a restaurant \(t\) minutes after 5 PM. Answer the following questions:

a) Which of the following statements best describes the significance of the expression \(f( 2 ) = 17\text{?}\)

  • There are 17 people eating at 7:00 PM

  • Every 2 minutes, 17 more people are eating

  • There are 17 people eating at 5:02 PM

  • There are 2 people eating at 5:17 PM

  • None of the above

b) Which of the following statements best describes the significance of the expression \(f(a) = 36\text{?}\)

  • Every 36 minutes, the number of people eating has increased by \(a\) people

  • \(a\) minutes after 5 PM there are 36 people eating

  • At 5:36 PM there are \(a\) people eating

  • \(a\) hours after 5 PM there are 36 people eating

  • None of the above

c) Which of the following statements best describes the significance of the expression \(f( 36 ) = b\text{?}\)

  • \(b\) minutes after 5 PM there are 36 people eating

  • \(b\) hours after 5 PM there are 36 people eating

  • Every 36 minutes, the number of people eating has increased by \(b\) people

  • At 5:36 PM there are \(b\) people eating

  • None of the above

d) Which of the following statements best describes the significance of the expression \(n=f(t)\text{?}\)

  • Every \(t\) minutes, \(n\) more people have begun eating

  • \(t\) hours after 5 PM there are \(n\) people eating

  • \(n\) hours after 5 PM there are \(t\) people eating

  • \(n\) minutes after 5 PM there are \(t\) people eating

  • None of the above

95

Let \(s(t)={10t^{2}-2t+300}\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)={20t-2}\text{.}\)

  1. Using function notation, express the car’s position after \(2.7\) hours. The answer here is not a formula, it’s just something using function notation like f(8).

  2. Where is the car then? The answer here is a number with units.

  3. Use function notation to express the question, ā€œWhen is the car going \({40\ {\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.

  4. Where is the car when it is going \({58\ {\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.

96

Let \(s(t)={10t^{2}+2t+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)={20t+2}\text{.}\)

  1. Using function notation, express the car’s position after \(2\) hours. The answer here is not a formula, it’s just something using function notation like f(8).

  2. Where is the car then? The answer here is a number with units.

  3. Use function notation to express the question, ā€œWhen is the car going \({40\ {\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.

  4. Where is the car when it is going \({22\ {\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.

97

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.

98

Use the graph of \(G\) in the figure to fill in the table.

\(x\) \(-2\) \(-1\) \(0\) \(1\) \(2\)
\(G(x)\)
Evaluate \(G(2)-G(-1)\text{.}\)
Evaluate \(G(1)-G(-2)\text{.}\)
Evaluate \(2G(-2)\text{.}\)
Evaluate \(G(-1)+3\text{.}\)
99

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=...

  1. What are the coordinates of the point \(P\text{?}\)

  2. What are the coordinates of the point \(Q\text{?}\)

  3. Evaluate \(f(b)\text{.}\) (The answer is symbolic, not a specific number.)

  4. Solve \(f(x)=e\) for \(x\text{.}\) (The answer is symbolic, not a specific number.)

  5. Suppose \(c=f(z)\text{.}\) Solve the equation \(z=f(x)\) for \(x\text{.}\) (Hint: you should figure out what \(z\) is first.)