Introduction to Functions - Complete Interactive Lesson
Part 1: โ๏ธ Introduction to Functions
โ๏ธ Introduction to Functions
Part 1 of 5 โ Concept Introduction
Think about a vending machine. You press a button (the input), and exactly one snack drops out (the output). You would be pretty upset if you pressed B4 and sometimes got chips and sometimes got a candy bar! A good machine gives you one predictable result for each button.
That is the whole idea behind a function.
What Is a Function?
A function is a relationship where each input has exactly one output.
- The input is the value you put in (often called ).
- The output is the value you get back (often called ).
The key word is exactly one. One input can never lead to two different outputs.
A Simple Example
For each value of , there is exactly one value of :
| Input | Calculation | Output |
|---|---|---|
Notice that no input ever produces two different outputs. That makes this a function. โ
Function Notation
Mathematicians have a special, tidy way to write functions called function notation:
You read this as "f of x equals 2x plus 3."
โ ๏ธ Careful: does not mean "f times x." The is the of the function, and the inside the parentheses is the input you are plugging in.
Concept Check ๐ฏ
Remember the defining rule: each input must give exactly one output.
Part 2: ๐ Worked Examples
๐ Worked Examples
Part 2 of 5 โ Evaluating Functions Step by Step
When you evaluate a function, you find the output for a specific input. Follow the same steps every time:
- Write the function rule.
- Replace every with the input value (use parentheses!).
- Simplify using order of operations.
Example 1: Evaluate at
Part 3: ๐งญ Guided Practice
๐งญ Guided Practice
Part 3 of 5 โ Guided Practice
There are four ways to represent the same function: an equation, a table, a graph, and words. Let's practice spotting and using them.
Identify the Representation ๐
Each item below is one of the four ways to represent a function. Choose the correct name for each.
- Item A:
- Item B: "The output is three times the input."
Part 4: ๐ Functions in the Real World
๐ Functions in the Real World
Part 4 of 5 โ Application & Word Problems
Functions are everywhere once you start looking. Anytime one quantity depends on another in a predictable way, you have a function.
Renting a Bike ๐ฒ
A bike-share company charges a flat $3 fee plus $2 for every hour you ride. We can write the total cost as a function of the number of hours, :
- The input is the number of hours you ride.
Part 5: Review & Challenge
๐ Review & Challenge
Part 5 of 5 โ Putting It All Together
You have learned what a function is, how to read function notation, the four ways to represent functions, and how to test whether something is a function. Here is the big picture:
Function Cheat Sheet
| Idea | What to Remember |
|---|---|
| Function | Each input has exactly one output |
| Notation | means "the output when the input is " |
| Evaluate | Replace with the input, then simplify |