1.1 + 1.2 Review of Functions
(there are 3 parts to the first HW)
Function:
Where y is the output and x is the input.
For example,
- \[ f(x) = 2x^2 - x + 2 \]
- \[ f(1) = 2(1)^2 - (1) + 2 = 3 \]
- \[ f(0) = 2(0)^2 - 0 + 2 = 2 \]
- \[ f(x-3) = 2(x-3)^2 - (x-3) + 2 \]
Graphs of functions must pass the vertical line test
Each vertical line must intersect the graph at most once.
Crosses more than once. NOT graph of a function.