1.2 Relations and Functions

Mathematics can be thought of as the study of patterns. In most disciplines, Mathematics is used as a language to express, or codify, relationships between quantities – both algebraically and geometrically – with the ultimate goal of solving real-world problems. The fact that the same algebraic equation which models the growth of bacteria in a petri dish is also used to compute the account balance of a savings account or the potency of radioactive material used in medical treatments speaks to the universal nature of Mathematics. Indeed, Mathematics is more than just about solving a specific problem in a specific situation, it’s about abstracting problems and creating universal tools which can be used by a variety of scientists and engineers to solve a variety of problems.

This power of abstraction has a tendency to create a language that is initially intimidating to students. Mathematical definitions are precise and adherence to that precision is often a source of confusion and frustration. It doesn’t help matters that more often than not very common words are used in Mathematics with slightly different definitions than is commonly expected.

In this section, we will study general mappings called relations. Then we will turn our focus to a special kind of mapping called functions.

Definition 1.2

Given two sets A and B, a relation from A to B is a process by which elements of A are matched with (or `mapped to’) elements of B.

1.2.1 Functions as Mappings

The first `universal tool’ we wish to highlight – the concept of a `function’ – is a perfect example of this phenomenon in that we redefine a word that already has multiple meanings in English.

Definition 1.3

Given two sets[1] A and B, a function from A to B is a process by which each element of A is matched with (or `mapped to’) one and only one element of B.

The grammar here `from A to B‘ is important. Thinking of a function as a process, we can view the elements of the set A as our starting materials, or inputs to the process. The function processes these inputs according to some specified rule and the result is a set of outputs – elements of the set B. In terms of inputs and outputs, Definition 1.3 says that a function is a process in which each input is matched to one and only one output.

For example, let’s take a look at some of the pets in the Stitz household. Taylor’s pets include White Paw and Cooper (both cats), Bingo (a lizard) and Kennie (a turtle). Let N be the set of pet names: N = \{ \text{White Paw, Cooper, Bingo, Kennie} \}, and let T be the set of pet types: T = \{ \text{cat, lizard, turtle} \}. Let f be the process that takes each pet’s name as the input and returns that pet’s type as the output. Let g be the reverse of f: that is, g takes each pet type as the input and returns the names of the pets of that type as the output. Note that both f and g are codifying the same given information about Taylor’s pets, but one of them is a function and the other is not.

To help identify which process f or g is a function and why the other is not, we create mapping diagrams for f and g below. In each case, we organize the inputs in a column on the left and the outputs on a column on the right. We draw an arrow connecting each input to its corresponding output(s). Note that the arrows communicate the grammatical bias: the arrow originates at the input and points to the output.

Rendered by QuickLaTeX.com

 The process f is a function because f matches each of its inputs (each pet name) to just one output (the pet’s type). The fact that different inputs (White Paw and Cooper) are matched to the same output (cat) is fine. On the other hand, g matches the input `cat’ to the two different outputs `White Paw’ and `Cooper’, so g is not a function. Functions are favored in mathematical circles because they are processes which produce only one answer (output) for any given query (input). In this scenario, for instance, there is only one answer to the question: `What type of pet is White Paw?’ but there is more than one answer to the question `Which of Taylor’s pets are cats?’

As you might expect, with functions being such an important concept in Mathematics, we need to build a vocabulary to assist us when discussing them. To that end, we have the following definitions.[2]

Definition 1.4 

Suppose f is a function from A to B.

  • If a \in A, we write f(a) (read `f of a\,‘) to denote the unique element of B to which f matches a.
    That is, if we view `a\,‘ as the input to f, then `f(a)‘ is the output from f.
  • The set A is called the domain.
    Said differently, the domain of a function is the set of inputs to the function.
  • The set \{ f(a) \, | \, a \in A \} is called the range of f.
    Said differently, the range of a function is the set of outputs from the function.

Some remarks about Definition 1.4 are in order. First, and most importantly, the notation `f(a)‘ in Definition 1.4 introduces yet another mathematical use for parentheses. Parentheses are used in some cases as grouping symbols, to represent ordered pairs, and to delineate intervals of real numbers. More often than not, the use of parentheses in expressions like `f(a)‘ is confused with multiplication. As always, paying attention to the context is key. If f is a function and `a\,‘ is in the domain of f, then `f(a)‘ is the output from f when you input a. The diagram below provides a nice generic picture to keep in mind when thinking of a function as a mapping process with input `a\,‘ and output `f(a)‘.

A relation mapping between sets A and B. The first mapping is f from an oval representing set A, the inputs, to an oval representing set B, the outputs.
A mapping diagram for f.

In the preceding pet example, the symbol f(\text{Bingo}), read `f of Bingo’, is asking what type of pet Bingo is, so f(\text{Bingo}) = lizard. The fact that f is a function means f(\text{Bingo}) is unambiguous because f matches the name `Bingo’ to only one pet type, namely `lizard’. In contrast, if we tried to use the notation `g(\text{cat})‘ to indicate what pet name g matched to `cat’, we have two possibilities, White Paw and Cooper, with no way to determine which one (or both) is indicated.

Continuing to apply Definition 1.4 to our pet example, we find that the domain of the function f is N, the set of pet names. Finding the range takes a little more work, mostly because it’s easy to be caught off guard by the notation used in the definition of `range’. The description of the range as `\{ f(a) \, | \, a \in A \}‘ is an example of `set-builder’ notation. In English, `\{ f(a) \, | \, a \in A \}‘ reads as `the set of f(a) such that a is in A‘. In other words, the range consists of all of the outputs from f – all of the f(a) values – as a varies through each of the elements in the domain A. Note that while every element of the set A is, by definition, an element of the domain of f, not every element of the set B is necessarily part of the range of f.[3]

In our pet example, we can obtain the range of f by looking at the mapping diagram or by constructing the set \{ f(\text{White Paw}), f(\text{Cooper}), f(\text{Bingo}), f(\text{Kennie}) \} which lists all of the outputs from f as we run through all of the inputs to f. Keep in mind that we list each element of a set only once so the range of f is:[4]

    \[ \{ f(\text{White Paw}), f(\text{Cooper}), f(\text{Bingo}), f(\text{Kennie}) \} = \{ \text{cat}, \text{lizard}, \text{turtle} \} = T.\]

If we let n denote a generic element of N then f(n) is some element t in T, so we write t = f(n). In this equation, n is called the independent variable and t is called the dependent variable.[5] Moreover, we say `t is a function of n\,‘, or, more specifically, `the type of pet is a function of the pet name’ meaning that every pet name n corresponds to one, and only one, pet type t. Even though f and t are different things,[6] it is very common for the function and its outputs to become more-or-less synonymous, even in what are otherwise precise mathematical definitions.[7] We will endeavor to point out such ambiguities as we move through the text.

While the concept of a function is very general in scope, we will be focusing primarily on functions of real numbers because most disciplines use real numbers to quantify data. Our next example explores a function defined using a table of numerical values.

Example 1.2.1

Example 1.2.1a

Suppose Skippy records the outdoor temperature every two hours starting at 6 a.m. and ending at 6 p.m. and summarizes the data in the table below:

    \[\begin{array}{|c||c|} \hline \text{time (hours after 6 a.m.)} & \text{outdoor temperature} \\ & \text{in degrees Fahrenheit} \\ \hline 0 & 64 \\ \hline 2 & 67 \\ \hline 4 & 75 \\ \hline 6 & 80 \\ \hline 8 & 83 \\ \hline 10 & 83 \\ \hline 12 & 82 \\ \hline \end{array}\]

Explain why the recorded outdoor temperature is a function of the corresponding time.

Solution:

Explain why the recorded outdoor temperature is a function of the corresponding time.

The outdoor temperature is a function of time because each time value is associated with only one recorded temperature.

Example 1.2.1b

Suppose Skippy records the outdoor temperature every two hours starting at 6 a.m. and ending at 6 p.m. and summarizes the data in the table below:

    \[\begin{array}{|c||c|} \hline \text{time (hours after 6 a.m.)} & \text{outdoor temperature} \\ & \text{in degrees Fahrenheit} \\ \hline 0 & 64 \\ \hline 2 & 67 \\ \hline 4 & 75 \\ \hline 6 & 80 \\ \hline 8 & 83 \\ \hline 10 & 83 \\ \hline 12 & 82 \\ \hline \end{array}\]

Is time a function of the outdoor temperature? Explain.

Solution:

Is time a function of the outdoor temperature? Explain.

Time is not a function of the outdoor temperature because there are instances when different times are associated with a given temperature. For example, the temperature 83 corresponds to both of the times 8 and 10.

Example 1.2.1.3a

Suppose Skippy records the outdoor temperature every two hours starting at 6 a.m. and ending at 6 p.m. and summarizes the data in the table below:

    \[\begin{array}{|c||c|} \hline \text{time (hours after 6 a.m.)} & \text{outdoor temperature} \\ & \text{in degrees Fahrenheit} \\ \hline 0 & 64 \\ \hline 2 & 67 \\ \hline 4 & 75 \\ \hline 6 & 80 \\ \hline 8 & 83 \\ \hline 10 & 83 \\ \hline 12 & 82 \\ \hline \end{array}\]

Let f be the function which matches time to the corresponding recorded outdoor temperature.  Compute and interpret the following:

  • f(2)
  • f(4)
  • f(2+4)
  • f(2) + f(4)
  • f(2) + 4

Solution:

Find and interpret: f(2), f(4), f(2+4), f(2) + f(4), and f(2) + 4.

  • To find f(2), we look in the table to find the recorded outdoor temperature that corresponds to when the time is 2. We get f(2) = 67 which means that 2 hours after 6 a.m. (i.e., at 8 a.m.), the temperature is 67^{\circ}F.
  • Per the table, f(4) = 75, so the recorded outdoor temperature at 10 a.m. (4 hours after 6 a.m.) is 75^{\circ}F.
  • From the table, we find f(2+4) = f(6) = 80, which means that at noon (6 hours after 6 a.m.), the recorded outdoor temperature is 80^{\circ}F.
  • Using results from above we see that f(2) + f(4) = 67 + 75 = 142. When adding f(2) + f(4), we are adding the recorded outdoor temperatures at 8 a.m. (2 hours after 6 a.m.) and 10 a.m. (4 hours after 6 AM), respectively, to get 142^{\circ}F.
  • We compute f(2) + 4 = 67 + 4 = 71. Here, we are adding 4^{\circ}F to the outdoor temperature recorded at 8 a.m..

 

Example 1.2.1.3b

Suppose Skippy records the outdoor temperature every two hours starting at 6 a.m. and ending at 6 p.m. and summarizes the data in the table below:

    \[\begin{array}{|c||c|} \hline \text{time (hours after 6 a.m.)} & \text{outdoor temperature} \\ & \text{in degrees Fahrenheit} \\ \hline 0 & 64 \\ \hline 2 & 67 \\ \hline 4 & 75 \\ \hline 6 & 80 \\ \hline 8 & 83 \\ \hline 10 & 83 \\ \hline 12 & 82 \\ \hline \end{array}\]

Let f be the function which matches time to the corresponding recorded outdoor temperature.  Solve and interpret f(t) = 83.

Solution:

Solve and interpret f(t) = 83.

Solving f(t) = 83 means finding all of the input (time) values t which produce an output value of 83. From the data, we see that the temperature is 83 when the time is 8 or 10, so the solution to f(t) = 83 is t = 8 or t = 10. This means the outdoor temperature is 83^{\circ}F at 2 p.m. (8 hours after 6 a.m.) and at 4 p.m. (10 hours after 6 a.m.).

Example 1.2.1.3c

Suppose Skippy records the outdoor temperature every two hours starting at 6 a.m. and ending at 6 p.m. and summarizes the data in the table below:

    \[\begin{array}{|c||c|} \hline \text{time (hours after 6 a.m.)} & \text{outdoor temperature} \\ & \text{in degrees Fahrenheit} \\ \hline 0 & 64 \\ \hline 2 & 67 \\ \hline 4 & 75 \\ \hline 6 & 80 \\ \hline 8 & 83 \\ \hline 10 & 83 \\ \hline 12 & 82 \\ \hline \end{array}\]

Let f be the function which matches time to the corresponding recorded outdoor temperature.  State the range of f. What is lowest recorded temperature of the day? The highest?

Solution:

State the range of f. What is lowest recorded temperature of the day? The highest?

The range of f is the set of all of the outputs from f, or in this case, the outside recorded temperatures. Based on the data, we get \{ 64, 67, 75, 80, 82, 83\}. (Here again, we list elements of a set only once.) The lowest recorded temperature of the day is 64^{\circ}F and the highest recorded temperature of the day is 83^{\circ}F.

A few remarks about the example above are in order. First, note that f(2+4), f(2)+f(4) and f(2)+4 all work out to be numerically different, and more importantly, all represent different things.[8] One of the common mistakes students make is to misinterpret expressions like these, so it’s important to pay close attention to the syntax here.

Finally, given that the range in this example was a finite set of real numbers, we could identify the smallest and largest elements of it. Here, they correspond to the coolest and warmest temperatures of the day, respectively, but the meaning would change if the function related different quantities. In many applications involving functions, the end goal is to identify the minimum or maximum values of the outputs of those functions (called optimizing the function) so for that reason, we have the following definition.

Definition 1.5

Suppose f is a function whose range is a set of real numbers containing m and M.

  • The value m is called the absolute minimum[9] of f if m \leq f(x) for all x in the domain of f.
    That is, the absolute minimum of f is the smallest output from f, if it exists.
  • The value M is called the absolute maximum[10] of f if f(x) \leq M for all x in the domain of f.
    That is, the absolute maximum of f is the largest output from f, if it exists.
  • Taken together, the values m and M (if they exist) are called the absolute extrema[11] of f.

Definition 1.5 is an example where the name of the function, f, is being used almost synonymously with its outputs in that when we speak of `the minimum and maximum of the function f\,‘ we are really talking about the absolute minimum and absolute maximum values of the outputs f(x) as x varies through the domain of f. Thus, we say that the absolute maximum of f is 83 and the absolute minimum of f is 64 when referring to the highest and lowest recorded temperatures in the previous example.

Definition 1.6

Let f be a function defined on an interval I. Then f is said to be:

  • increasing on I if, whenever a < b, then f(a) < f(b). (i.e., as inputs increase, outputs increase.)
    NOTE: The graph of an increasing function rises as one moves from left to right.
  • decreasing on I if, whenever a < b, then f(a) > f(b). (i.e., as inputs increase, outputs decrease.)
    Note: The graph of a decreasing function falls as one moves from left to right.
  • constant on I if f(a) = f(b) for all a, b in I. (i.e., outputs don’t change with inputs.)
    NOTE: The graph of a function that is constant over an interval is a horizontal line.

Also, note that, like Definition 1.5, Definition 1.6 blurs the line between the function, f, and its outputs, f(x), because the verbiage `f is increasing’ is really a statement about the outputs, f(x). Finally, when we ask `where’ a function is increasing, decreasing or constant, we are looking for an interval of inputs. We’ll have more to say about this in later sections, but for now, we summarize these ideas graphically below.
Three graphs side by side. The first graph is a line going up from left to right, with the caption f is increasing. The middle graph is a line going down from left to right, with the caption f is decreasing. The last graph is a horizontal line from left to right, with the caption f is constant.Another item of note about functions is the symmetry about the line x=0 (the y-axis). See Definition 1.1 for a review of this concept.) We have that for all x, (-x,f(-x)) = (-x, f(x)) on the graph of f, the point symmetric about the y-axis, (-x, f(x)) is on the graph, too. An investigation of symmetry with respect to the origin yields similar results with the major difference being that when a negative number is raised to an odd natural number power the result is still negative.

Definition 1.7

  • A function f is said to be even if f(-x) = f(x) for all x in the domain of f.
    NOTE: A function f is even if and only if the graph of y = f(x) is symmetric about the y-axis.
  • A function f is said to be odd if f(-x) = -f(x) for all x in the domain of f.
    NOTE: A function f is odd if and only if the graph of y = f(x) is symmetric about the origin.

1.2.2 Algebraic Representations of Functions

By focusing our attention to functions that involve real numbers, we gain access to all of the structures and tools from prior courses in Algebra. In this subsection, we discuss how to represent functions algebraically using formulas and begin with the following example.

Example 1.2.2

Example 1.2.2.1a

Let f be the function which takes a real number and performs the following sequence of operations:

  • Step 1: add 2
  • Step 2: multiply the result of Step 1 by 3
  • Step 3: subtract 1 from the result of Step 2

Compute and simplify f(-5).

Solution:

Compute and simplify f(-5).

We take -5 and follow it through each step:

  • Step 1: adding 2 gives us -5+2 = -3.
  • Step 2: multiplying the result of Step 1 by 3 yields (-3)(3) = -9.
  • Step 3: subtracting 1 from the result of Step 2 produces -9-1 = -10.

Hence, f(-5) = -10.

Example 1.2.2.1b

Let f be the function which takes a real number and performs the following sequence of operations:

  • Step 1: add 2
  • Step 2: multiply the result of Step 1 by 3
  • Step 3: subtract 1 from the result of Step 2

Identify and simplify a formula for f(x).

Solution:

Identify and simplify a formula for f(x).

To develop a formula for f(x), we repeat the above process but use the variable `x‘ in place of the number -5:

  • Step 1: adding 2 gives us the quantity x+2.
  • Step 2: multiplying the result of Step 1 by 3 yields (x+2)(3) = 3x+6.
  • Step 3: subtracting 1 from the result of Step 2 produces (3x+6) - 1 = 3x+5.

Hence, we have codified f using the formula f(x) = 3x + 5. In other words, the function f matches each real number `x‘ with the value of the expression `3x + 5‘. As a partial check of our answer, we use this formula to find f(-5). We compute f(-5) by substituting x = -5 into the formula f(x) and find f(-5) = 3(-5) + 5 = -10 as before.

Example 1.2.2.2ai

Let h(t) = -t^{2} + 3t + 4.  Compute and simplify the following:

h(-1), h(0) and h(2)

Solution:

Given h(t) = -t\,^{2} + 3t + 4, compute and simplify h(-1), h(0) and h(2).

As before, representing the function h as h(t) = -t^{2} + 3t + 4 means that h matches the real number t with the value of the expression -t^{2} + 3t + 4.

To find h(-1), we substitute -1 for t in the expression -t\,^{2} + 3t + 4. It is highly recommended that you be generous with parentheses here in order to avoid common mistakes:

    \[ \begin{array}{rclr} h(-1) & = & -(-1)^2 + 3(-1) + 4 & \\ [2pt] & = & -(1) + (-3) + 4 & \\ [2pt] & = & 0 .& \\ \end{array} \]

Similarly,

    \[ \begin{array}{rcl} h(0) &=& -(0)^2 + 3(0) + 4\\ &=& 4 \\ \end{array} \]

and

    \[ \begin{array}{rcl} h(2) &=& -(2)^2 + 3(2) + 4 \\ &=& -4 + 6 + 4 \\ &=& 6 \\ \end{array} \]

Example 1.2.2.2aii

Let h(t) = -t^{2} + 3t + 4.  Compute and simplify the following:

h(2x) and 2 h(x)

Solution:

Given h(t) = -t\,^{2} + 3t + 4, compute and simplify h(2x) and 2 h(x).

To find h(2x), we substitute 2x for t:

    \[ \begin{array}{rclr} h(2x) & = & -(2x)^2 + 3(2x) + 4 & \\ [2pt] & = & -(4x^2) + (6x) + 4 & \\ [2pt] & = & -4x^2+6x+4. & \\ \end{array} \]

The expression 2h(x) means that we multiply the expression h(x) by 2. We first get h(x) by substituting x for t: h(x) = -x^2 + 3x + 4. Hence,

    \[ \begin{array}{rclr} 2h(x) & = & 2\left(-x^2 + 3x + 4\right) & \\ [2pt] & = & -2x^2 + 6x + 8. \\ \end{array} \]

Example 1.2.2.2aiii

Let h(t) = -t^{2} + 3t + 4.  Compute and simplify the following:

h(t + 2), h(t) + 2 and h(t) + h(2)

Solution:

Given h(t) = -t\,^{2} + 3t + 4, compute and simplify h(t + 2), h(t) + 2 and h(t) + h(2).

To find h(t + 2), we substitute the quantity t + 2 in place of t:

    \[ \begin{array}{rclr} h(t + 2) & = & -(t + 2)^2 + 3(t + 2) + 4 & \\ [2pt] & = & -\left(t\,^{2} + 4t + 4\right) + (3t + 6) + 4 & \\ [2pt] & = & -t\,^{2} - 4t - 4 + 3t + 6 + 4 & \\ [2pt] & = & -t\,^{2} - t + 6. & \end{array} \]

To find h(t) + 2, we add 2 to the expression for h(t)

    \[ \begin{array}{rclr} h(t) + 2 & = & \left(-t\,^{2} + 3t + 4\right) + 2 & \\ [2pt] & = & -t\,^{2} + 3t + 6. \\ \end{array} \]

From our work above, we see that h(2) = 6 so

    \[ \begin{array}{rclr} h(t) + h(2) & = & \left(-t\,^{2} + 3t + 4\right) + 6 & \\ [2pt] & = & -t\,^{2} + 3t + 10. \\ \end{array} \]

Example 1.2.2.2b

Let h(t) = -t^{2} + 3t + 4. Solve h(t) = 0.

Solution:

Solve h(t) = 0.

We know h(-1) = 0 from above, so t=-1 should be one of the answers to h(t) = 0. In order to see if there are any more, we set h(t) = -t^2+3t+4 = 0. Factoring[12] gives -(t+1)(t-4) = 0, so we get t=-1 (as expected) along with t=4.

A few remarks about Example 1.2.2 are in order. First, note that h(2x) and 2 h(x) are different expressions. In the former, we are multiplying the input by 2; in the latter, we are multiplying the output by 2. The same goes for h(t + 2), h(t) + 2 and h(t) + h(2). The expression h(t + 2) calls for adding 2 to the input t and then performing the function h. The expression h(t) + 2 has us performing the process h first, then adding 2 to the output h(t). Finally, h(t) + h(2) directs us to first find the outputs h(t) and h(2) and then add the results. As we saw in Example 1.2.1, we see here again the importance paying close attention to syntax.[13]

Let us return for a moment to the function f in Example 1.2.2 which we ultimately represented using the formula f(x) = 3x+5. If we introduce the dependent variable y, we get the equation y = f(x) = 3x + 5, or, more simply y = 3x + 5. To say that the equation y = 3x + 5 describes y as a function of x means that for each choice of x, the formula 3x + 5 determines only one associated y-value.

We could turn the tables and ask if the equation y=3x+5 describes x as a function of y. That is, for each value we pick for y, does the equation y = 3x+5 produce only one associated x value? One way to proceed is to solve y = 3x+5 for x and get x= \frac{1}{3} (y-5). We see that for each choice of y, the expression \frac{1}{3} (y-5) evaluates to just one number, hence, x is a function of y. If we give this function a name, say g, we have x = g(y) = \frac{1}{3}(y-5), where in this equation, y is the independent variable and x is the dependent variable. We explore this idea in the next example.

Example 1.2.3

Example 1.2.3.1a

Consider the equation x^{3} + y^{2} = 25.  Does this equation represent y as a function of x? Explain.

Solution:

Does x^{3} + y^{2} = 25 represent y as a function of x? Explain.

To say that x^{3} + y^{2} = 25 represents y as a function of x, we need to show that for each x we choose, the equation produces only one associated y-value. To help with this analysis, we solve the equation for y in terms of x.

    \[ \begin{array}{rclr} x^{3} + y^{2} & = & 25 & \\ y^{2} & = & 25 - x^{3} & \\ y & = & \pm \sqrt{25 - x^{3}} & \text{extract square roots. (See Section 0.5 for a review, if needed.)} \\ \end{array} \]

The presence of the `\pm‘ indicates that there is a good chance that for some x-value, the equation will produce two corresponding y-values. Indeed, x = 0 produces y = \pm \sqrt{25 - 0^{3}} = \pm 5.

Hence, x^{3} + y^{2} = 25 equation does not represent y as a function of x because x = 0 is matched with more than one y-value.

Example 1.2.3.1b

Consider the equation x^{3} + y^{2} = 25. Does this equation represent x as a function of y? Explain.

Solution:

Does x^{3} + y^{2} = 25 represent x as a function of y? Explain.

To see if x^{3} + y^{2} = 25 represents x as a function of y, we solve the equation for x in terms of y:

    \[ \begin{array}{rclr} x^{3} + y^{2} & = & 25 & \\ x^{3} & = & 25 - y^{2}& \\ & = & \sqrt[3]{25 - y^{2}} & \text{extract cube roots. (See Section 0.2 for a review, if needed.)} \\ \end{array} \]

In this case, each choice of y produces only one corresponding value for x, so x^{3} + y^{2} = 25 represents x as a function of y.

Example 1.2.3.2a

Consider the equation u^{4} + t^{3}u = 16. Does this equation represent t as a function of u? Explain.

Solution:

Does u^{4} + t^{3}u = 16 represent t as a function of u? Explain.

To see if u^{4} + t^{3}u = 16 represents t as a function of u, we proceed as above and solve for t in terms of u:

    \[ \begin{array}{rclr} u^{4} + t^{3} u & = & 16 & \\ t^{3} u & = & 16 - u^{4} & \\ [6pt] t^{3} & = & \dfrac{16 - u^{4}}{u} & \text{assumes $u \neq 0$} \\ [10pt] t & = & \sqrt[3]{\dfrac{16 - u^{4}}{u}} & \text{extract cube roots.} \\ \end{array} \]

Although it’s a bit cumbersome, as long as u \neq 0 the expression \sqrt[3]{\frac{16-u^4}{u}} will produce just one value of t for each value of u. What if u = 0? In that case, the equation u^{4} + t^{3}u = 16 reduces to 0 = 16 – which is never true – so we don’t need to worry about that case.[14]

Hence, u^{4} + t^{3}u = 16 represents t as a function of u.

Example 1.2.3.2b

Consider the equation u^{4} + t^{3}u = 16. Does this equation represent u as a function of t? Explain.

Solution:

Does u^{4} + t^{3}u = 16 represent t as a function of u? Explain.

In order to determine if u^{4} + t^{3}u = 16 represents u as a function of t, we could attempt to solve u^{4} + t^{3}u = 16 for u in terms of t, but we won’t get very far.[15] Instead, we take a different approach and experiment with looking for solutions for u for specific values of t. If we let t = 0, we get u^{4} = 16 which gives u = \pm \sqrt[4]{16} = \pm 2.

Hence, t = 0 corresponds to more than one u-value which means u^{4} +t^{3}u = 16 does not represent u as a function of t.

We’ll have more to say about using equations to describe functions later in this section. For now, we turn our attention to a geometric way to represent functions.

1.2.3 Geometric Representations of Functions

In this subsection, we introduce how to graph functions. As we’ll see in this and later sections, visualizing functions geometrically can assist us in both analyzing them and using them to solve associated application problems. Our playground, if you will, for the Geometry in this course is the Cartesian Coordinate Plane. The reader would do well to review Section 1.1 as needed.

Our path to the Cartesian Plane requires ordered pairs. In general, we can represent every function as a set of ordered pairs. Indeed, given a function f with domain A, we can represent f = \{ (a, f(a)) \, | \, a \in A\}. That is, we represent f as a set of ordered pairs (a, f(a)), or, more generally, (\text{input}, \text{output}). For example, the function f which matches Taylor’s pet’s names to their associated pet type can be represented as:

    \[ f = \{ (\text{White Paw}, \text{cat}), (\text{Cooper}, \text{cat}), (\text{Bingo}, \text{lizard}), (\text{Kennie}, \text{turtle}) \} \]

Moving on, we next consider the function f from Example 1.2.1 which relates time to temperature. In this case, f = \{ (0, 64), (2, 67), (4, 75), (6, 80), (8, 83), (10, 83), (12, 82) \}. This function has numerical values for both the domain and range so we can identify these ordered pairs with points in the Cartesian Plane. The first coordinates of these points (the abscissae) represent time values so we’ll use t to label the horizontal axis. Likewise, we’ll use T to label the vertical axis because the second coordinates of these points (the ordinates) represent temperature values. Note that labeling these axes in this way determines our independent and dependent variable names, t and T, respectively.

The plot of these points is called `the graph of f\,‘. More specifically, we could describe this plot as `the graph of f(t)‘, because we have decided to name the independent variable t. Most specifically, we could describe the plot as `the graph of T = f(t)‘, given that we have named the independent variable t and the dependent variable T.

Below we present two plots, both of which are graphs of the function f. In both cases, the vertical axis has been scaled in order to save space. In the graph on the left, the same increment on the horizontal axis to measure 1 unit measures 10 units on the vertical axis whereas in the graph on the right, this ratio is 1 : 2. The `\asymp‘ symbol on the vertical axis in the graph on the right is used to indicate a jump in the vertical labeling. Both are perfectly accurate data plots, but they have different visual impacts. Note here that the extrema of f, 64 and 83, correspond to the lowest and highest points on the graph, respectively: (0, 64), (8, 83) and (10,83). More often than not, we will use the graph of a function to help us optimize that function.[16]

The graph of the discrete points of function T=f(t). The graph is focused on the first quadrant with the horizontal axis labeled as t and the vertical axis labeled at T.
The graph of T=f(t)

 

The adjusted graph of the discrete points of function T=f(t). The graph is focused on the first quadrant with the horizontal axis labeled as t and the vertical axis labeled at T. The vertical axis has been adjusted to go from 64 to 82.
The graph of T=f(t) with adjusted vertical axis

If you found yourself wanting to connect the dots in the graphs above, you’re not alone. As it stands, however, the function f matches only seven inputs to seven outputs, so those seven points – and just those seven points – comprise the graph of f. That being said, common everyday experience tells us that while the data Skippy collected in his table gives some good information about the relationship between time and temperature on a given day, it is by no means a complete description of the relationship.

Skippy’s temperature function f is an example of a discrete function in the sense that each of the data points are `isolated’ with measurable gaps in between. The idea of `filling in’ those gaps is a quest to find a continuous function to model this same phenomenon.[17] We’ll return to this example in Sections 1.3.1 and 2.1 in an attempt to do just that.

In the meantime, our next example involves a function whose domain is (almost) an interval of real numbers and whose graph consists of a (mostly) connected arc.

Example 1.2.4

Example 1.2.4.1a

Consider the graph below.

Rendered by QuickLaTeX.com

Explain why this graph suggests that w is a function of v, w = F(v).

Solution:

The challenge in working with only a graph is that unless points are specifically labeled (as some are in this case), we are forced to approximate values. In addition to the labeled points, there are other interesting features of the graph; a gap or `hole’ labeled (1,-3) and an arrow on the upper right hand part of the curve. We’ll have more to say about these two features shortly.

Rendered by QuickLaTeX.com

Explain why this graph suggests that w is a function of v, w = F(v).

In order for w to be a function of v, each v-value on the graph must be paired with only one w-value. What if this weren’t the case? We’d have at least two points with the same v-coordinate with different w-coordinates. Graphically, we’d have two points on graph on the same vertical line, one above the other. This never happens so we may conclude that w is a function of v.

Example 1.2.4.1b

Consider the graph below.

Rendered by QuickLaTeX.com

Compute F(0) and solve F(v) = 0.

Solution:

The challenge in working with only a graph is that unless points are specifically labeled (as some are in this case), we are forced to approximate values. In addition to the labeled points, there are other interesting features of the graph; a gap or `hole’ labeled (1,-3) and an arrow on the upper right hand part of the curve. We’ll have more to say about these two features shortly.

Rendered by QuickLaTeX.com

Compute F(0) and solve F(v) = 0.

The value F(0) is the output from F when v = 0. The points on the graph of F are of the form (v, F(v)), thus we are looking for the w-coordinate of the point on the graph where v = 0. Given that the point (0,-4) is labeled on the graph (see below), we can be sure F(0) = -4.

Rendered by QuickLaTeX.com

To solve F(v) = 0, we are looking for the v-values where the output, or associated w value, is 0. Hence, we are looking for points on the graph with a w-coordinate of 0. We identify two such points, (-2,0) and (2,0), so our solutions to F(v) = 0 are v = \pm 2.

Rendered by QuickLaTeX.com

Example 1.2.4.1c

Consider the graph below.

Rendered by QuickLaTeX.com

State the domain and range of F using interval notation.[18] Then identify the extrema of F, if any exist.

Solution:

The challenge in working with only a graph is that unless points are specifically labeled (as some are in this case), we are forced to approximate values. In addition to the labeled points, there are other interesting features of the graph; a gap or `hole’ labeled (1,-3) and an arrow on the upper right hand part of the curve. We’ll have more to say about these two features shortly.

Rendered by QuickLaTeX.com

State the domain and range of F using interval notation. Identify the extrema of F, if any exist.

The domain of F is the set of inputs to F. With v as the input here, we need to describe the set of v-values on the graph. We can accomplish this by projecting the graph to the v-axis and seeing what part of the v-axis is covered. The leftmost point on the graph is (-2,0), so we know that the domain starts at v=-2. The graph continues to the right until we encounter the `hole’ labeled at (1,-3). This indicates one and only one point, namely (1,-3) is missing from the curve which for us means v = 1 is not in the domain of F. The graph continues to the right and the arrow on the graph indicates that the graph goes upwards to the right indefinitely.

Hence, our domain is \{ v \, | \, v \geq -2, \, v \neq 1 \} which, in interval notation, is [-2, 1) \cup (1, \infty).

Pictures demonstrating the process of projecting the graph to the v-axis are shown below.

Rendered by QuickLaTeX.com

To find the range of F, we need to describe the set of outputs – in this case, the w-values on the graph. Here, we project the graph to the w-axis. Vertically, the graph starts at (0,-4) so our range starts at w=-4. Note that even though there is a hole at (1,-3), the w-value -3 is covered by what appears to be the point (-1,-3) on the graph.[19]

The arrow indicates that the graph extends upwards indefinitely so the range of F is \{ w \, | \, w \geq -4 \} or, in interval notation, [-4, \infty). Regarding extrema, F has a minimum of -4 when v = 0, but given that the graph extends upwards indefinitely, F has no maximum.

Pictures showing the projection of the graph onto the w-axis are given below.

Rendered by QuickLaTeX.com

 

Example 1.2.4.2

Consider the graph below.

Rendered by QuickLaTeX.com

Does this graph suggest v is a function of w? Explain.

Solution:

The challenge in working with only a graph is that unless points are specifically labeled (as some are in this case), we are forced to approximate values. In addition to the labeled points, there are other interesting features of the graph; a gap or `hole’ labeled (1,-3) and an arrow on the upper right hand part of the curve. We’ll have more to say about these two features shortly.

Rendered by QuickLaTeX.com

Does this graph suggest v is a function of w? Explain.

Finally, to determine if v is a function of w, we look to see if each w-value is paired with only one v-value on the graph. We have points on the graph, namely (-2,0) and (2,0), that clearly show us that w = 0 is matched with the two v-values v = 2 and v = -2.

Hence, v is not a function of w.

It cannot be stressed enough that when given a graphical representation of a function, certain assumptions must be made. In the previous example, for all we know, the minimum of the graph is at (0.001, -4.0001) instead of (0,-4). If we aren’t given an equation or table of data, or if specific points aren’t labeled, we really have no way to tell. We also are assuming that the graph depicted in the example, while ultimately made of infinitely many points, has no gaps or holes other than those noted. This allows us to make such bold claims as the existence of a point on the graph with a w-coordinate of -3.

Before moving on to our next example, it is worth noting that the geometric argument made in Example 1.2.4 to establish that w is a function of v can be generalized to any graph. This result is the celebrated Vertical Line Test and it enables us to detect functions geometrically. Note that the statement of the theorem resorts to the `default’ x and y labels on the horizontal and vertical axes, respectively.

Theorem 1.2  The Vertical Line Test

A graph in the xy-plane[20] represents y as a function of x if and only if no vertical line intersects the graph more than once.

Let’s take a minute to discuss the phrase `if and only if’ used in Theorem 1.2. The statement `the graph represents y as a function of x if and only if no vertical line intersects the graph more than once’ is actually saying two things. First, it’s saying `the graph represents y as a function of x if no vertical line intersects the graph more than once’ and, second, `the graph represents y as a function of x only if no vertical line intersects the graph more than once’.

Logically, these statements are saying two different things. The first says that if no vertical line crosses the graph more than once, then the graph represents y as a function of x. But the question remains: could a graph represent y as a function of x and yet there be a vertical line that intersects the graph more than once? The answer to this is `no’ because the second statement says that the only way the graph represents y as a function of x is the case when no vertical line intersects the graph more than once.

Applying the Vertical Line Test to the graph given in Example 1.2.4, we see below that all of the vertical lines meet the graph at most once (several are shown for illustration) showing w is a function of v. Notice that some of the lines (v = -3 and v = 1, for example) don’t hit the graph at all. This is fine because the Vertical Line Test is looking for lines that hit the graph more than once. It does not say exactly once so missing the graph altogether is permitted.

The graph of a partial parabola that starts at (-2,0) and goes through (0,-4) and (2,0) with and open circle in the parabola at (1,-3). The parabola increase to the right. The graph also includes seven vertical lines that only intersect the graph at most once.
Graph demonstrating the Vertical Line Test

There is also a geometric test to determine if the graph above represents v as a function of w. We introduce this aptly-named Horizontal Line Test in Exercise 57 and revisit it in Sections 5.1.

Our next example revisits the function h(t) from Example 1.2.2 from a graphical perspective.

Example 1.2.5

Example 1.2.5

Using the graph of h(t) = -t^{2} + 3t + 4 below, state the domain, range, any absolute extrema, and the intervals where h(t) is increasing, decreasing, or constant, if any exist.

Rendered by QuickLaTeX.com

Solution:

The dependent variable wasn’t specified so we use the default `y‘ label for the vertical axis and set about graphing y = h(t).   From our work in Example 1.2.2,  we already know  h(-1) = 0, h(0) = 4, h(2) = 6 and h(4) = 0.  These give us the points (-1,0), (0,4), (2,6) and (4,0), respectively.

Using these as a guide, we produce the graph above.[21]

As nice as the graph is, it is still technically incomplete. There is no restriction stated on the independent variable t so the domain of h is all real numbers. However, the graph as presented shows only the behavior of h between roughly t = -1.5 and t = 4.25. The arrows at the ends of our graph indicate the graph extends downwards indefinitely.

Rendered by QuickLaTeX.com

Using projections below, we note that the domain is (-\infty, \infty) and the range is (-\infty, 6.25].

Rendered by QuickLaTeX.com

There is no minimum, but the maximum of h(t) is 6.25 and it occurs at t = 1.5. The point (1.5, 6.25) is shown on the graph.

Rendered by QuickLaTeX.com

h(t) is increasing on the interval \left(- \infty, 1.5 \right) and h(t) is decreasing on the interval \left(1.5, \infty \right). h(t) is not constant on any interval.

Rendered by QuickLaTeX.com

Our last example of the section uses the interplay between algebraic and graphical representations of a function to solve a real-world problem.

Example 1.2.6

Example 1.2.6a

The United States Postal Service mandates that when shipping parcels using `Parcel Select’ service, the sum of the length (the longest dimension) and the girth (the distance around the thickest part of the parcel perpendicular to the length) must not exceed 130 inches.[22] Suppose we wish to ship a rectangular box whose girth forms a square measuring x inches per side as shown below.

Rendered by QuickLaTeX.com

It turns out[23] that the volume of a box, V(x), measured in cubic inches, whose length plus girth is exactly 130 inches is given by the formula: V(x) = x^2 (130-4x) for 0 < x \leq 26.

Compute and interpret V(5).

Solution:

Compute and interpret V(5).

To compute V(5), we substitute x=5 into the expression V(x):

    \[ \begin{array}{rcl} V(5) &=& (5)^2 (130-4(5)) \\ &=& 25(110)\\ &=& 2750. \\ \end{array} \]

Our result means that when the length and width of the square measure 5 inches, the volume of the resulting box is 2750 cubic inches.[24]

Example 1.2.6b

The United States Postal Service mandates that when shipping parcels using `Parcel Select’ service, the sum of the length (the longest dimension) and the girth (the distance around the thickest part of the parcel perpendicular to the length) must not exceed 130 inches.  Suppose we wish to ship a rectangular box whose girth forms a square measuring x inches per side as shown below.

Rendered by QuickLaTeX.com

It turns out that the volume of a box, V(x), measured in cubic inches, whose length plus girth is exactly 130 inches is given by the formula: V(x) = x^2 (130-4x) for 0 < x \leq 26.

Make a table of values and use these to sketch a graph y = V(x).

Solution:

Make a table of values and use these to sketch a graph y = V(x).

The domain of V is specified by the inequality 0 < x \leq 26, so we can begin graphing V by sampling V at finitely many x-values in this interval to help us get a sense of the range of V. This, in turn, will help us determine an adequate viewing window on our graphing utility when the time comes.

It seems natural to start with what’s happening near x = 0. Even though the expression x^2 (130-4x) is defined when we substitute x = 0 (it reduces very quickly to 0), it would be incorrect to state V(0) = 0 because x = 0 is not in the domain of V. However, there is nothing stopping us from evaluating V(x) at values x `very close’ to x = 0. A table of such values is given below.

    \[ \begin{array}{||l|l||} \hline x & V(x) \\ \hline 0.1 & 1.296 \\ \hline 0.01 & 0.012996 \\ \hline 0.001 & 0.000129996 \\ \hline 10^{-23} & \approx 1.3 \times 10^{-44} \\ \hline \end{array} \]

There is no such thing as a `smallest’ positive number,[25] so we will have points on the graph of V to the right of x = 0 leading to the point (0,0). We indicate this behavior by putting a hole at (0,0).[26]

Moving forward, we start with x = 5 and sample V at steps of 5 in its domain. Our goal is to graph y = V(x), so we plot our points (x, V(x)) using the domain as a guide to help us set the horizontal bounds (i.e., the bounds on x) and the sample values from the range to help us set the vertical bounds (i.e., the bounds on y).

    \[\begin{array}{|r||c|c|} \hline x & V(x) & (x,V(x)) \\ \hline \approx 0 & \approx 0 & \text{hole at $(0,0)$} \\ \hline 5 & 2750 & (5, 2750) \\ \hline 10 & 9000 & (10, 9000) \\ \hline 15 & 15, \! 750 & ( 15, 15750) \\ \hline 20 & 20, \! 000 & ( 20 , 20000) \\ \hline 25 & 18, \! 750 & ( 25, 18750) \\ \hline 26 & 17, \! 576 & (26,17576) \\ \hline \end{array}\]

The right endpoint, x = 26, is included in the domain 0 < x \leq 26 so we finish the graph by plotting the point (26, V(26)) = (26,17576).

Rendered by QuickLaTeX.com

 

Example 1.2.6c

The United States Postal Service mandates that when shipping parcels using `Parcel Select’ service, the sum of the length (the longest dimension) and the girth (the distance around the thickest part of the parcel perpendicular to the length) must not exceed 130 inches.  Suppose we wish to ship a rectangular box whose girth forms a square measuring x inches per side as shown below.

Rendered by QuickLaTeX.com

It turns out that the volume of a box, V(x), measured in cubic inches, whose length plus girth is exactly 130 inches is given by the formula: V(x) = x^2 (130-4x) for 0 < x \leq 26.

What is the largest volume box that can be shipped? What value of x maximizes the volume? Round your answers to two decimal places.

Solution:

What is the largest volume box that can be shipped? What value of x maximizes the volume? Round your answers to two decimal places.

The largest volume in this case refers to the maximum of V. The biggest y-value in our table of data is 20, \! 000 cubic inches which occurs at x = 20 inches, but the graph produced by the graphing utility indicates that there are points on the graph of V with y-values (hence V(x) values) greater than 20, \! 000. Indeed, the graph continues to rise to the right of x = 20 and with the use of technology we can determine the maximum y-value to be y \approx 20, \! 342.593 when x \approx 21.667. (In Calculus we will learn an algebraic method for computing the exact maximum value of a function.) Rounding to two decimal places, we find the maximum volume obtainable under these conditions is about 20, \! 342.59 cubic inches which occurs when the length and width of the square side of the box are approximately 21.67 inches.[27]

Rendered by QuickLaTeX.com

It is worth noting that while the function V has a maximum, it did not have a minimum. Even though V(x)>0 for all x in its domain,[28] the presence of the hole at (0,0) means that 0 is not in the range of V. Hence, based on our model, we can never make a box with a `smallest’ volume.[29]

Example 1.2.6 typifies the interplay between Algebra and Geometry which lies ahead. Both the algebraic description of V: V(x) = x^2 (130 - 4x) for 0 < x \leq 26, and the graph of y=V(x) were useful in describing aspects of the physical situation at hand. Wherever possible, we’ll use the algebraic representations of functions to analytically produce exact answers to certain problems and use the graphical descriptions to check the reasonableness of our answers.

That being said, we’ll also encounter problems which we simply cannot answer analytically (such as determining the maximum volume in the previous example), so we will be forced to resort to using technology (specifically graphing technology) in order to find approximate solutions. The most important thing to keep in mind is that while technology may suggest a result, it is ultimately Mathematics that proves it.

We close this section with a summary of the different ways to represent functions.

Ways to Represent a Function

Suppose f is a function with domain A. Then f can be represented:

  • verbally; that is, by describing how the inputs are matched with their outputs.
  • using a mapping diagram.
  • as a set of ordered pairs of the form (input, output): \{ (a, f(a)) \, | \, a \in A \}.

If f is a function whose domain and range are subsets of real numbers, then f can be represented:

  • algebraically as a formula for f(a).
  • graphically by plotting the points \{ (a, f(a)) \, | \, a \in A \} in the plane.

Note: An important consequence of the last bulleted item is that the point (a, b) is on the graph of y = f(x) if and only if f(a) = b.

1.2.4 Section Exercises

In Exercises 1 – 2, determine whether or not the mapping diagram represents a function. Explain your reasoning. If the mapping does represent a function, state the domain, range, and represent the function as a set of ordered pairs.

  1. Rendered by QuickLaTeX.com

 

  1. Rendered by QuickLaTeX.com

In Exercises 3 – 4, determine whether or not the data in the given table represents y as a function of x. Explain your reasoning. If the mapping does represent a function, state the domain, range, and represent the function as a set of ordered pairs.

  1. Rendered by QuickLaTeX.com

 

  1. Rendered by QuickLaTeX.com

  2. Suppose W is the set of words in the English language and we set up a mapping from W into the set of natural numbers \mathbb{N} as follows: word \rightarrow number of letters in the word. Explain why this mapping is a function. What would you need to know to determine the range of the function?
  3. Suppose L is the set of last names of all the people who have served or are currently serving as the President of the United States. Consider the mapping from L into \mathbb{N} as follows: last name \rightarrow number of their presidency. For example, Washington  \rightarrow 1 and Obama \rightarrow 44. Is this mapping a function? What if we use full names instead of just last names? (HINT: Research Grover Cleveland.)
  4. Under what conditions would the time of day be a function of the outdoor temperature?

For the functions f described in Exercises 8 – 13, find f(2) and find and simplify an expression for f(x) that takes a real number x and performs the following three steps in the order given:

  1.  (1) multiply by 2; (2) add 3; (3) divide by 4.
  2.  (1) add 3; (2) multiply by 2; (3) divide by 4.
  3.  (1) divide by 4; (2) add 3; (3) multiply by 2.
  4.  (1) multiply by 2; (2) add 3; (3) take the square root.
  5.  (1) add 3; (2) multiply by 2; (3) take the square root.
  6.  (1) add 3; (2) take the square root; (3) multiply by 2.

In Exercises 14 – 19, use the given function f to find and simplify the following:

  • f(3)
  • f(-1)
  • f\left(\frac{3}{2} \right)
  • f(4x)
  • 4f(x)
  • f(-x)
  • f(x-4)
  • f(x) - 4
  • f\left(x^2\right)
  1. f(x) = 2x+1
  2. f(x) = 3 - 4x
  3. f(x) = 2 - x^2
  4. f(x) = x^2 - 3x + 2
  5. f(x) = 6
  6. f(x) = 0

In Exercises 20 – 25, use the given function f to find and simplify the following:

  • f(2)
  • f(-2)
  • f(2a)
  • 2 f(a)
  • f(a+2)
  • f(a) + f(2)
  • f \left( \dfrac{2}{a} \right)
  • \dfrac{f(a)}{2}
  • f(a + h)
  1. f(x) = 2x-5
  2. f(t) = 5-2t
  3. f(w) = 2w^2 - 1
  4. f(q) = 3q^2+3q-2
  5. f(r) = 117
  6. f(z) = \dfrac{z}{2}

In Exercises 26 – 29, use the given function f to find f(0) and solve f(x) = 0.

  1. f(x) = 2x - 1
  2. f(x) = 3 - \frac{2}{5} x
  3. f(x) = 2x^2 - 6
  4. f(x) = x^2 - x - 12

In Exercises 30 – 44, determine whether or not the equation represents y as a function of x.

  1. y = x^{3} - x
  2. y = \sqrt{x - 2}
  3. x^{3}y = -4
  4. x^{2} - y^{2} = 1
  5. y = \dfrac{x}{x^{2} - 9}
  6. x = -6
  7. x = y^2 + 4
  8. y = x^2 + 4
  9. x^2 + y^2 = 4
  10. y = \sqrt{4-x^2}
  11. x^2 - y^2 = 4
  12. x^3 + y^3 = 4
  13. 2x + 3y = 4
  14. 2xy = 4
  15. x^2 = y^2

Exercises 45 – 56 give a set of points in the xy-plane. Determine if y is a function of x. If so, state the domain and range.

  1. \left{(-3, 9), (-2, 4), (-1, 1), (0, 0), (1, 1), (2, 4), (3, 9)\}
  2. \left\{ (-3,0), (1,6), (2, -3), (4,2), (-5,6), (4, -9), (6,2)\right\}
  3. \left\{(-3,0), (-7,6), (5,5), (6,4), (4,9), (3,0) \right\}
  4. \left\{ (1,2), (4,4), (9,6), (16,8), (25,10), (36, 12), \ldots \right\}
  5. \{(x, y) \, | \, x is an odd integer, and y is an even integer\}
  6. \{(x, 1) \, | \, x is an irrational number\}
  7. \{ (1,0), (2,1), (4,2), (8,3), (16,4), (32, 5), \ldots \}
  8. \{ \ldots (-3,9), (-2,4), (-1,1), (0,0), (1,1), (2,4), (3,9), \ldots \}
  9. \{ (-2, y) \, | \, -3 < y < 4\}
  10. \{ (x,3) \, | \, -2 \leq x < 4\}
  11. \{ \left(x,x^2\right) \, | \, x \text{ is a real number} \}
  12. \{ \left(x^2,x\right) \, | \, x \text{ is a real number} \}
  13. The Vertical Line Test is a quick way to determine from a graph if the vertical axis variable is a function of the horizontal axis variable. If we are given a graph and asked to determine if the horizontal axis variable is a function of the vertical axis variable, we can use horizontal lines instead of vertical lines to check. Using Theorem 1.2 as a guide, formulate a `Horizontal Line Test.’ (We’ll refer back to this exercise in Section 5.1.)

In Exercises 58 – 61, determine whether or not the graph suggests y is a function of x. For the ones which do, state the domain and range.

  1. Rendered by QuickLaTeX.com

  2. Rendered by QuickLaTeX.com

  3. Rendered by QuickLaTeX.com

  4. Rendered by QuickLaTeX.com

  5. Determine which, if any, of the graphs in numbers 58 – 61 represent x as a function of y. For the ones which do, state the domain and range. (Feel free to use Exercise 57.)

In Exercises 63 – 66, determine whether or not the graph suggests w is a function of v . For the ones which do, state the domain and range.

  1. Rendered by QuickLaTeX.com

  2. Rendered by QuickLaTeX.com

  3. Rendered by QuickLaTeX.com

  4. Rendered by QuickLaTeX.com

  5. Determine which, if any, of the graphs in numbers 63 – 66 represent v as a function of w. For the ones which do, state the domain and range. (Feel free to use Exercise 57.)

In Exercises 68 – 71, determine whether or not the graph suggests T is a function of t. For the ones which do, state the domain and range.

  1. Rendered by QuickLaTeX.com

  2. Rendered by QuickLaTeX.com

  3. Rendered by QuickLaTeX.com

  4. Rendered by QuickLaTeX.com

  5. Determine which, if any, of the graphs in numbers 68 – 71 represent t as a function of T. For the ones which do, state the domain and range. (Feel free to use Exercise 57.)

In Exercises 73 – 76, determine whether or not the graph suggests H is a function of s. For the ones which do, state the domain and range.

  1. Rendered by QuickLaTeX.com

  2. Rendered by QuickLaTeX.com

  3. Rendered by QuickLaTeX.com

  4. Rendered by QuickLaTeX.com

  5. Determine which, if any, of the graphs in numbers 73 – 76 represent s as a function of H. For the ones which do, state the domain and range. (Feel free to use Exercise 57.)

In Exercises 78 – 81, determine whether or not the graph suggests u is a function of t. For the ones which do, state the domain and range.

  1. Rendered by QuickLaTeX.com

  2. Rendered by QuickLaTeX.com

  3. Rendered by QuickLaTeX.com

  4. Rendered by QuickLaTeX.com

  5. Determine which, if any, of the graphs in numbers 78 – 81 represent t as a function of u. For the ones which do, state the domain and range. (Feel free to use Exercise 57.)

In Exercises 83 – 92, use the graphs of f and g below to find the indicated values.

Rendered by QuickLaTeX.com

 

  1. f(-2)
  2. g(-2)
  3. f(2)
  4. g(2)
  5. f(0)
  6. g(0)
  7. Solve f(x) = 0.
  8. Solve g(t) = 0.
  9. State the domain and range of f.
  10. State the domain and range of g.

In Exercises 93 – 104, graph each function by making a table and plotting points. Use the independent variable as the horizontal axis label and the default `y‘ label for the vertical axis label. State the domain and range of each function.

  1. f(x) = 2-x
  2. g(t) = \dfrac{t - 2}{3}
  3. h(s) = s^2 + 1
  4. f(x) = 4-x^2
  5. g(t) = 2
  6. h(s) = s^3
  7. f(x) = x(x-1)(x+2)
  8. g(t) = \sqrt{t-2}
  9. h(s) = \sqrt{5 - s}
  10. f(x) = 3-2\sqrt{x+2}
  11. g(t) = \sqrt[3]{t}
  12. h(s) = \dfrac{1}{s^{2} + 1}
  13. Consider the function f described below:

    Rendered by QuickLaTeX.com

    1. State the domain and range of f.
    2. Find f(0) and solve f(x) = 0.
    3. Write f as a set of ordered pairs.
    4. Graph f.
  14. Let g = \{ (-1,4), (0,2), (2, 3), (3,4) \}
    1. State the domain and range of g.
    2. Create a mapping diagram for g.
    3. Find g(0) and solve g(x) = 0.
    4. Graph g.
  15. Let F = \{ (t, t^2) \, | \, t \text{ is a real number} \}. Find F(4) and solve F(x) = 4.
    HINT: Elements of F are of the form (x, F(x)).
  16. Let G = \{ (2t, t+5) \, | \, t \text{ is a real number} \}. Find G(4) and solve G(x) = 4.
    HINT: Elements of G are of the form (x, G(x)).
  17. The area enclosed by a square, in square inches, is a function of the length of one of its sides \ell, when measured in inches. This function is represented by the formula A(\ell) = \ell^2 for \ell > 0. Find A(3) and solve A(\ell) = 36. Interpret your answers to each. Why is \ell restricted to \ell > 0?
  18. The area enclosed by a circle, in square meters, is a function of its radius r, when measured in meters. This function is represented by the formula A(r) = \pi r^2 for r > 0. Find A(2) and solve A(r) = 16\pi. Interpret your answers to each. Why is r restricted to r > 0?
  19. The volume enclosed by a cube, in cubic centimeters, is a function of the length of one of its sides s, when measured in centimeters. This function is represented by the formula V(s) = s^3 for s > 0. Find V(5) and solve V(s) = 27. Interpret your answers to each. Why is s restricted to s > 0?
  20. The volume enclosed by a sphere, in cubic feet, is a function of the radius of the sphere r, when measured in feet. This function is represented by the formula V(r) =\frac{4\pi}{3} r^{3} for r > 0. Find V(3) and solve V(r) = \frac{32\pi}{3}. Interpret your answers to each. Why is r restricted to r > 0?
  21. The height of an object dropped from the roof of an eight story building is modeled by the function: h(t) = -16t^2 + 64, 0 \leq t \leq 2. Here, h(t) is the height of the object off the ground, in feet, t seconds after the object is dropped. Find h(0) and solve h(t) = 0. Interpret your answers to each. Why is t restricted to 0 \leq t \leq 2?
  22. The temperature in degrees Fahrenheit t hours after 6 AM is given by T(t) = -\frac{1}{2} t^2 + 8t+3 for 0 \leq t \leq 12. Find and interpret T(0), T(6) and T(12).
  23. The function C(x) = x^2-10x+27 models the cost, in hundreds of dollars, to produce x thousand pens. Find and interpret C(0), C(2) and C(5).
  24. Using data from the Bureau of Transportation Statistics, the average fuel economy in miles per gallon for passenger cars in the US can be modeled by E(t) = -0.0076t^2+0.45t + 16, 0 \leq t \leq 28, where t is the number of years since 1980. Use a calculator to find E(0), E(14) and E(28). Round your answers to two decimal places and interpret your answers to each.
  25. The perimeter of a square, in centimeters, is four times the length of one if its sides, also measured in centimeters. Represent the function P which takes as its input the length of the side of a square in centimeters, s and returns the perimeter of the square in inches, P(s) using a formula.
  26. The circumference of a circle, in feet, is \pi times the diameter of the circle, also measured in feet. Represent the function C which takes as its input the length of the diameter of a circle in feet, D and returns the circumference of a circle in inches, C(D) using a formula.
  27. Suppose A(P) gives the amount of money in a retirement account (in dollars) after 30 years as a function of the amount of the monthly payment (in dollars), P.
    1. What does A(50) mean?
    2. What is the significance of the solution to the equation A(P) = 250000?
    3. Explain what each of the following expressions mean: A(P+50), A(P)+50, and A(P) + A(50).
  28. Suppose P(t) gives the chance of precipitation (in percent) t hours after 8 AM.
    1. Write an expression which gives the chance of precipitation at noon.
    2. Write an inequality which determines when the chance of precipitation is more than 50 \%.
  29. Explain why the graph in Exercise 63 suggests that not only is v as a function of w but also w is a function of v. Suppose w = f(v) and v = g(w). That is, f is the name of the function which takes v values as inputs and returns w values as outputs and g is the name of the function which does vice-versa. Find the domain and range of g and compare these to the domain and range of f.
  30. Sketch the graph of a function with domain (-\infty, 3) \cup [4,5) with range \{ 2 \} \cup (5, \infty).

 

Section 1.2 Exercise Answers can be found in the Appendix … Coming soon


  1. Please refer to Section 0.4 for a review of this terminology.
  2. Please refer to Section 0.4 for a review of the terminology used in these definitions.
  3. For purposes of completeness, the set B is called the codomain of f. For us, the concepts of domain and range suffice as our codomain will most always be the set of real numbers, \mathbb{R}.
  4. If instead of mapping N into T, we could have mapped N into U=\{ \text{cat}, \text{lizard}, \text{turtle}, \text{dog}\} in which case the range of f would not have been the entire codomain U.
  5. These adjectives stem from the fact that the value of t depends entirely on our (independent) choice of n.
  6. Specifically, f is a function so it requires and domain, a range and a rule of assignment whereas t is simply the output from f.
  7. In fact, it is not uncommon to see the name of the function as the same as the dependent variable. For example, writing `y = y(x)' would be a way to communicate the idea that `y is a function of x'.
  8. You may be wondering why one would ever compute these quantities. Rest assured that we will use expressions like these in examples throughout the text. For now, it suffices just to know that they are different.
  9. also called the `global' minimum
  10. also called the `global' maximum
  11. also called the `global' extrema or the `extreme values'
  12. You may need to review Section 0.3.
  13. As was mentioned before, we will give meanings to the these quantities in other examples throughout the text.
  14. Said differently, u = 0 is not in the domain of the function represented by the equation u^{4} + t^{3}u = 16.
  15. Try it for yourself!
  16. One major use of Calculus is to optimize functions analytically - that is, without a graph.
  17. Roughly speaking, a continuous variable is a variable which takes on values over an interval of real numbers as opposed to values in a discrete list. In this case we would think of time as a `continuum' - an interval of real numbers as opposed to 7 or so isolated times. A continuous function is a function which takes an interval of real numbers and maps it in such a way that its graph is a connected curve with no holes or gaps. This is technically a Calculus idea, but we'll need to discuss the notion of continuity a few times in the text.
  18. Please consult Section 0.4 for a review of interval notation if need be.
  19. For all we know, it could be (-0.992, -3).
  20. That is, the horizontal axis is labeled with `x' and the vertical axis is labeled with `y'.
  21. The curve in this example is called a `parabola'.  In Section 2.1, we'll learn how to graph these accurately by hand.
  22. See here.
  23. We'll skip the explanation for now because we want to focus on just the different representations of the function. Rest assured, you'll be asked to construct this very model in an Exercise in Section 2.2.
  24. Note that we have V(5) and 25(110) in the same string of equality. The first set of parentheses is function notation and directs us to substitute 5 for x in the expression V(x) while the second indicates multiplying 25 by 110. Context is key!
  25. If p is any positive real number, 0 < 0.5 p < p, so we can always find a smaller positive real number.
  26. What's really needed here is the precise definition of `closeness' discussed in Calculus. This hand-waving will do for now.
  27. We could also find the length of the box in this case as well. The sum of length and girth is 130 inches so the length is 130 minus the girth, or 130 - 4x \approx 130 - 4(21.67) = 43.32 inches.
  28. said differently, the values of V(x) are bounded below by 0.
  29. How realistic is this?
definition

License

Share This Book