Lesson 2: Introduction to Functions

Let’s learn what a function is.

2.1: Square Me

Here are some numbers in a list:

1, -3, $\text-\frac12$, 3, 2, $\frac14$, 0.5

  1. How many different numbers are in the list?

  2. Make a new list containing the squares of all these numbers.
  3. How many different numbers are in the new list?

  4. Explain why the two lists do not have the same number of different numbers.

2.2: You Know This, Do You Know That?

Say yes or no for each question. If yes, draw an input-output diagram. If no, give examples of two different outputs that are possible for the same input.

  1. A person is 5.5 feet tall. Do you know their height in inches?
     
  2. A number is 5. Do you know its square?
     
  3. The square of a number is 16. Do you know the number?
     
  4. A square has a perimeter of 12 cm. Do you know its area?
     
  5. A rectangle has an area of 16 cm2. Do you know its length?
     
  6. You are given a number. Do you know the number that is $\frac15$ as big?
     
  7. You are given a number. Do you know its reciprocal?
     

2.3: Using Function Language

Here are the questions from the previous activity. For the ones you said yes to, write a statement like, “The height a rubber ball bounces to depends on the height it was dropped from” or “Bounce height is a function of drop height.” For all of the ones you said no to, write a statement like, “The day of the week does not determine the temperature that day” or “The temperature that day is not a function of the day of the week.”

  1. A person is 5.5 feet tall. Do you know their height in inches?
  2. A number is 5. Do you know its square?
  3. The square of a number is 16. Do you know the number?
  4. A square has a perimeter of 12 cm. Do you know its area?
  5. A rectangle has an area of 16 cm2. Do you know its length?
  6. You are given a number. Do you know the number that is $\frac15$ as big?
  7. You are given a number. Do you know its reciprocal?  

2.4: Same Function, Different Rule?

Which input-output rules could describe the same function (if any)? Be prepared to explain your reasoning.

Summary

Let's say we have an input-output rule that for each allowable input gives exactly one output. Then we say the output depends on the input, or the output is a function of the input.

For example, the area of a square is a function of the side length, because you can find the area from the side length by squaring it. So when the input is 10 cm, the output is 100 cm2.

Sometimes we might have two different rules that describe the same function. As long as we always get the same, single output from the same input, the rules describe the same function.

Practice Problems ▶

Glossary

function

function

A function is a rule that assigns to each allowable input exactly one output.