Chapter 9 of 10All chapters
Chapter 9 of 10
Functions
A machine with an input and an output.
Notation
f(x) names a rule: give it an x and it returns a value. The graph is just every input paired with its output.
- Domain is the set of allowed inputs, range is the set of possible outputs.
- Composing functions applies one to the result of another.
Transformations
Adding outside the function moves the graph up, adding inside moves it sideways, and multiplying stretches it. Recognising those four moves explains most graph questions.