← Return to Adventure Map

Intro to Functions

The Hook

Input -> Machine -> Output.

What is it?

Understanding f(x) notation.

Time Travel (History)

Euler introduced the f(x) notation in the 1700s.

Cheat Code

The Vertical Line Test tells you if a graph is a function.

Practice This Now!

The Field Guide

In Plain English: A function is a machine. You drop a number in (Input/x), it does stuff to it, and spits a number out (Output/y). A valid function never gives two different answers for the same input.

In The Real World: Vending machine. Button A1 always gives Chips. If A1 gave Chips sometimes and Candy other times, it's broken (not a function).

Booby Trap!

Thinking f(x) means 'f times x'. It doesn't! It's just a name tag.

Training Drills

Notation
f(x) = 2x f(3) = 2(3) = 6
Input 3, Output 6.