Sequences help us to see patterns in the world around us, but sequences are only really useful when we have a first item, a second item, a third item, and so forth. What if we want more items than that? For example, say that we are measuring the temperature in Columbus, Ohio. We could make a sequence out of the high temperature (in degrees Fahrenheit) each day, and have a sequence like \[ \dots , 87, 88, 87, 89, 92, 83, \dots . \] But what if we wanted to measure the temperature each hour? We would need temperatures in between the ones we’ve recorded, or entries between the entries of our sequence. We could go ahead and do that, by rewriting our sequence, and perhaps get something like \[ \dots , 79, 77, 76, 74, 74, 73, \dots . \] However, if we were really trying to be precise here, we might start measuring minute-by-minute or second-by-second or even millisecond-by-millisecond. At any given time, we can find a corresponding temperature. And now, we’ve moved from sequences to functions.

That definition feels a little complicated, so let’s see it in action. In fact, let’s see how a sequence is a special case of a function.

Notice that with sequences, we always have exactly one output for every input. This type of relationship isn’t only for sequences, but makes sense in a lot of real-life examples. For instance, we can’t be in more than one location at a time, so our location could be described as a function of time. A child has one particular height on each of their birthdays, so the child’s height on their birthday could be a function of how old they are. Lots of things in life happen one at a time!

In our example with the sequence, we encountered the function and its relationship described as \[ f(N) = (N-1) \times (-2) + 8. \] You might have seen functions described this way before. The is the name of the function, and the is describing the output in this case. The other side of the equation is telling us the relationship between the input and the output: if you use an input of , you will get an output of .

Some people find it helpful to model a function like a machine. They might draw a diagram like the following.

In the picture, we have a box representing the function as a “machine” where we load in inputs and we get out outputs at the other end. The image shows us putting the number into the machine. The does its work, and out comes the number , which is what we get when we evaluate . A good mental image might be a souvenir penny machine: you input two quarters and a penny, you turn the crank a bunch of times, and you get out a souvenir penny. The function is what changes the input into the output.
What are some of the outputs for the function ?
Input Output


-5


-3.2


0


1.4


2


5.5


Kids typically start learning about functions around 8th grade. We would like you to see how some of the ideas of functions connect to things that kids learn in earlier grades, and we would like to use the idea of functions to build up to one of the best connections between geometry and algebra: graphing! We’ll do that in the next section. For now, let’s take a look at some types of functions.

Linear functions

The first type of function we would like to investigate is a linear function. There are two ways we can think about what it means for a function to be a linear function.

This is a very good definition for higher mathematics (and a very good definition for picturing what we are working with), but since we won’t talk about graphs until the next section, let’s give a different definition instead. We’ll work with this second definition for now, and in the next section we’ll explain why they are actually defining the same thing. Notice also that the definition says “can be put in the form”. This means that sometimes you might see a linear function in disguise, and you might have to do a little algebra to remove that disguise.
Which of the following are linear functions? Select all that apply.

Linear functions have a property that we will call a “constant rate of change”. In order to see what this means, let’s consider an example.

From our observations here, let’s define what we mean by a constant rate of change. Here are a few notes to keep in mind about constant rate of change. First, we see that the constant rate of change from our previous example is since we put the change in outputs in the numerator of this ratio. You might also notice that this number is the same as the number (the slope) from the form of a linear function. Every linear function has a constant rate of change on its entire domain. However, the definition of constant rate of change also allows for functions to have constant rates of change on just part of their domain. We could piece together a function that had a constant rate of change of from to and then a constant rate of change of from to . This function overall would not be linear, but it has pieces that have a constant rate of change.

When you explain whether or not a function has a constant rate of change, generally we are expecting you to argue using various points in the domain like in the previous example. However, you might be feeling a little suspicious at this point: how can we say that a linear function has a constant rate of change anywhere on its domain? We can prove it using algebra, but this is a bit more than we are looking for you to explain in general. Let’s use our function as an example. Say that we have some input and then we change the input by some value so that our new input is . We are looking at the ratio of change of outputs to change of inputs, so we need to plug in our inputs to our function. \[ \frac{\textrm{change in outputs}}{\textrm{change in inputs}} = \frac{f(x+N)-f(x)}{x+N-x} = \frac{(9(x+N)-5)-(9x-5)}{x+N-x} \] Let’s notice that the denominator simplifies to just and let’s expand the numerator as much as we can. Notice that we have to distribute that minus sign in the numerator! \[ \frac{9x+9N-5-9x+5}{N} \] Let’s simplify the numerator as much as we can, combining like terms. \[ \frac{9N}{N} \] Now the in the numerator and denominator can cancel, leaving us with the ratio we wanted. \[ \frac{\textrm{change in outputs}}{\textrm{change in inputs}} = \frac{9}{1} \] This ratio is the same no matter what values of and we started with, because the and both canceled as we did algebra. So, we get the same, constant ratio for every pair of inputs in the domain.

Perhaps at this point you are feeling like we have seen linear functions before, and we have!

Our last observation here about the constant rate of change for this arithmetic sequence being the same as the common difference should make sense. If we increase two more terms in the sequence, we’ll add the common difference twice. If we increase five terms in the sequence, we would use the common difference five times. In other words, that common ratio is the same thing as the common difference.

Linear functions are one of my favorite types of functions because they are easy to work with and do a good job representing a lot of different things we might like to model with a function. In fact, one of the biggest ideas in calculus, should you ever study it, is to replace complicated functions with estimates that are linear functions in order to make them easier to work with. We won’t do that here; instead we’ll move on to polynomial functions.

Polynomial functions

Polynomial functions, or polynomials for short, are a natural extension of linear functions. To write this definition in its most efficient form, we’ll need to remember that exponents tell us how many copies of that number or variable to multiply together. For instance, \[ x^4 = x \times x \times x \times x. \] The exponent tells us there are copies of all multiplied together. You can always write this out long hand if you aren’t comfortable with exponents.

That was a lot of letters. Let’s see if we can look at an example to make things a bit more clear.

Here’s another interesting connection between polynomials and numbers. We can think about our place value system using polynomials!

Other functions

While polynomial functions are fairly common in math, there are plenty of other functions as well. You might have heard about functions like or . There are functions which are pieced together from other functions in lots of interesting ways. There are even functions whose relationship we can’t write down nicely, just like there are sequences that don’t have any particular pattern. We won’t work with these functions in this course, but we want you to finish up this section remembering that such things do exist, and when kids start working with them in high school and beyond, they are building on the foundations you have been setting throughout the early grades.

Pause and think: where are some examples of functions you have seen in your every-day life?
Write your thoughts here!
2025-06-17 01:25:07