Skip to main content
Logo image

Section 2.2 Function Notation (FN2)

Subsection 2.2.1 Activities

Remark 2.2.1.

As we saw in the last section, we can represent functions in many ways, like using a set of ordered pairs, a graph, a description, or an equation. When describing a function with an equation, we will often use function notation.
If \(y\) is written as a function of \(x\text{,}\) like in the equation
\begin{equation*} y=x+5\text{,} \end{equation*}
we can replace the \(y\) with \(f(x)\) and get the function notation
\begin{equation*} f(x)=x+5\text{.} \end{equation*}
The \(x\) is the input variable, and \(f(x)\) is the \(y\)-value or output that corresponds to \(x\text{.}\)
Generally, we use the letter \(f\) for functions. Other letters are okay as well; \(g(x)\) and \(h(x)\) are common. If we are using multiple functions at one time, we often denote them with different letters so we can refer to one without any confusion as to which function we mean.

Activity 2.2.3.

Let \(f(x)=3x^2-4x+1\text{.}\) Find the value of \(f(x)\) for the given values of \(x\text{.}\)
Table 2.2.4.
\(x\) \(f(x)\)
\(-5\)
\(-\dfrac{1}{2}\)
\(0\)
\(2\)
\(10\)
Answer.
\(x\) \(f(x)\)
\(-5\) \(96\)
\(-\dfrac{1}{2}\) \(\dfrac{15}{4}\)
\(0\) \(1\)
\(2\) \(5\)
\(10\) \(261\)

Remark 2.2.5.

If we are asked to find the value of \(f(x)\) for a certain \(x\)-value, say \(x=5\text{,}\) we use the notation \(f(5)\) to indicate that.

Activity 2.2.6.

A projectile is fired into the air from an initial height of 144 feet. The height \(h(t)\) after \(t\) seconds is defined by the function
\begin{equation*} h(t)=-16t^{2} + 128t + 144\text{.} \end{equation*}
(b)
Describe what you’ve just found using the context of the situation.
  1. After \(400\) seconds, the height of the projectile is \(4\) feet.
  2. After \(4\) seconds, the height of the projectile is \(400\) feet.
  3. After \(4\) feet, the height of the projectile is \(400\) seconds.
  4. After \(400\) feet, the height of the projectile is \(4\) seconds.
Answer.

Activity 2.2.7.

Let \(f(x)\text{,}\) \(g(x)\text{,}\) and \(h(x)\) be defined as shown.
\begin{align*} f(x)&=3x^2-4x+1\\ g(x)&=\sqrt{13-x^2}\\ h(x)&=\dfrac{x^2-6x+8}{x^2-4x+3} \end{align*}
Find the following, if they exist.
(b)
\(g(0)\text{,}\) \(g(2)\text{,}\) and \(g(8)\)
Answer.
\(g(0)=\sqrt{13}\text{,}\) \(g(2)=3\text{,}\) and \(g(8)\) is not defined
(c)
\(h(3)\text{,}\) \(h(4)\text{,}\) and \(h(10)\)
Answer.
\(h(3)\) is not defined, \(h(4)=0\text{,}\) and \(h(10)=\dfrac{16}{21}\)

Remark 2.2.8.

Sometimes functions are made up of multiple functions put together. We call these piecewise functions. Each piece is defined for only a certain interval, and these intervals do not overlap. When evaluating a piecewise function at a given \(x\)-value, we first need to find the interval that includes the \(x\)-value, and then plug in to the corresponding function piece.

Activity 2.2.9.

Let \(f(x)\) be a piecewise function as shown below.
\begin{equation*} f(x)=\begin{cases} x^2+3, & x < 5 \\ 9-2x, & x \geq 5 \end{cases} \end{equation*}

Remark 2.2.10.

We’ve been practicing evaluating functions at specific numeric values. It’s also possible to evaluate a function given an expression involving variables.

Activity 2.2.11.

Let \(g(x)=x^2-3x\text{.}\)

Remark 2.2.12.

We should also be able to look at a graph of a function and evaluate it for different values of \(x\text{.}\) The next activity explores that.

Activity 2.2.13.

Let \(f(x)\) be the function graphed below.

Activity 2.2.14.

In these activities, we are flipping the question around. This time we know what the function equals at some \(x\)-value, and we want to recover that \(x\)-value (or values!).

Activity 2.2.15.

Ellie has \(\$13\) in her piggy bank, and she gets an additional \(\$1.50\) each week for her allowance. Assuming she does not spend any money, the total amount of allowance, \(A(w)\text{,}\) she has after \(w\) weeks can be modeled by the function
\begin{equation*} A(w)=13+1.50w\text{.} \end{equation*}

Subsection 2.2.2 Exercises