Functions โ Core Skills - Complete Interactive Lesson
Part 1: The Basics
Functions: The Basics
Part 1 of 2 โ The Basics
A function is a rule. You put a number in, the rule does something to it, and one number comes out.
Think of a vending machine. Press button and you get one specific snack. Press button again and you get that same snack. A function works the same way: the same number in always gives the same number out.
Reading the notation
The name is read " of ."
- is the name of the function.
- is the number you put in.
- is the number that comes out.
Important: does not mean times . The parentheses are holding the input, not multiplying.
Evaluating a function
To evaluate a function means to find what comes out. There is one move: wherever you see , write the input number instead. Then do the arithmetic.
Worked example. If , what is ?
Step 1. The input is , so replace with :
Step 2. Multiply first: .
Step 3. Add: .
So .
Always multiply before you add. That order keeps you from getting and then multiplying by , which would give the wrong answer.
Part 2: Practice
Functions: Practice
Part 2 of 2 โ Practice
The steps for evaluating
- Find the number inside the parentheses. That is your input.
- Rewrite the rule, putting that number everywhere appears.
- Multiply before you add or subtract.
- The number you end with is the output.
What the two numbers mean
Many SAT functions look like . Each part has a name and a meaning, and the test asks about both.
- is the , also called the . It is the number multiplied by , and it tells you how much the output changes each time the input goes up by one.