Precalculus A — Functions & Transformations
Function notation
ELI5: f(x) = x² − 3x names a machine; f(4) runs it (plug 4 in everywhere x appears). Once defined, every cell below can call it — no retyping the formula.
define the machine
= run it: 16 − 12 = 4
= negative inputs are fine: 1 + 3 = 4
Real-world hook: a function is any fixed rule — price as a function of weight, tax as a function of income, braking distance as a function of speed.
Try it yourself: define p(x) = x² + 1, then we run it: the check confirms p(3) = 10 and p(0) = 1.
✏️ Your turn: define the machine p(x) = x² + 1. Green when running it gives p(3) = 10 and p(0) = 1.
✓ pass green when your machine produces 10 and 1