← Back to Math Adventures

Intro to Functions

Overview

Input -> Machine -> Output.

What is it?

Understanding f(x) notation.

History

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

Key Idea

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

Practice This Topic

Concept Guide

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.

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

Common Pitfall

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

Practice Examples

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