Functions are the bridge between algebra and geometry. A function takes an input and gives exactly one output β
and when you graph all the (input, output) pairs, you get a picture. Understanding functions and their graphs
unlocks coordinate geometry, calculus, and most of advanced math.
π Key Concepts
What Is a Function?
A function $f$ is a rule that assigns each input $x$ to exactly one output $f(x)$.
Domain: All valid inputs (x-values)
Range: All possible outputs (y-values)
Vertical Line Test: A graph is a function if no vertical line crosses it more than once
Notation: $f(x)$ means "f of x" β it's the output when you plug $x$ into function $f$. It does NOT mean $f \times x$.
$b$ (y-intercept): Where the line crosses the y-axis (when $x = 0$)
Positive slope goes up to the right; negative slope goes down to the right. Zero slope = horizontal line.
Undefined slope = vertical line (not a function!)
Parallel & Perpendicular Slopes
Parallel lines: Same slope, different intercepts. $ m_1 = m_2 $
Example: if one line has slope $ \frac{2}{3} $, a perpendicular line has slope $ -\frac{3}{2} $
Special case: horizontal ($m=0$) and vertical ($m$ undefined) are perpendicular
Point-Slope Form
When you know a point $(x_1, y_1)$ and the slope $m$:
\[
y - y_1 = m(x - x_1)
\]
This is often faster than slope-intercept for competition problems. You can always rearrange to $y = mx + b$ later.
Function Transformations (Shifts)
Given a parent function $f(x)$:
$ f(x) + k $ β shift up by $k$ (vertical shift)
$ f(x) - k $ β shift down by $k$
$ f(x - h) $ β shift right by $h$ (horizontal shift, counterintuitive!)
$ f(x + h) $ β shift left by $h$
$ -f(x) $ β reflect over the x-axis (flip vertically)
$ f(-x) $ β reflect over the y-axis (flip horizontally)
$ a \cdot f(x) $ β vertical stretch ($a > 1$) or compression ($0 < a < 1$)
Absolute Value Function
$ f(x) = |x| $ makes a V-shape with vertex at (0, 0).
General form: $ y = a|x - h| + k $
Vertex at $(h, k)$
$a$ is the slope of each arm (positive opens up, negative opens down)
Domain: all real numbers; Range: $ y \ge k $ (if $a > 0$)
β οΈ Common Mistake: Horizontal shifts feel backwards. $ f(x - 3) $ shifts RIGHT, not left.
Why? To get the same output, you need $x$ to be 3 bigger. Think: "what $x$ makes the inside zero?" β that's
where the vertex / key point moves to.
π‘ Key Insight: In competition problems, you often don't need the full equation.
If a problem asks "what's the slope" or "where does it cross the y-axis," find just what you need.
Also: the slope between two points is the same no matter which order you subtract β as long as you're consistent.
βοΈ Example Problems
π Example 1 (Slope from two points)
A line passes through points (2, 5) and (6, 17). What is its slope?