Functions are the universal language of mathematics — learn to speak it fluently.
A function is a rule that assigns to each input exactly one output. We write f(x) for the output of function f at input x. The key property: every input has exactly one output (the vertical line test).
f(0) = 3, f(1) = 5, f(−2) = −1
This is a linear function — its graph is a straight line with slope 2 and y-intercept 3.
The domain is the set of all valid inputs. The range is the set of all possible outputs.
Domain: x − 2 ≥ 0 → x ≥ 2, i.e., [2, ∞)
Range: [0, ∞) since √ always gives non-negative results
Graph is a straight line. Slope m = rise/run = rate of change. The concept of slope becomes the derivative in calculus.
Graph is a parabola. Vertex at (−b/2a, f(−b/2a)). Opens up if a > 0, down if a < 0. Zeros found by solving quadratic equations. Parabolas are a type of conic section.
Smooth, continuous curves. Degree n means at most n real zeros and n − 1 turning points. See Polynomials & Factoring for detailed analysis.
May have vertical asymptotes (where Q = 0), horizontal asymptotes (end behavior), and holes (where P and Q share a factor).
Defined by different rules on different intervals. Understanding piecewise functions prepares you for limits and continuity in calculus.
Given a function f(x), you can shift, stretch, compress, and reflect its graph systematically:
These transformations generalize to all functions — from trig functions to probability distributions.
Apply g first, then f. Composition is the basis of the chain rule in calculus.
(f ∘ g)(x) = f(3x + 1) = (3x + 1)²
(g ∘ f)(x) = g(x²) = 3x² + 1 — note: f ∘ g ≠ g ∘ f in general!
The inverse f⁻¹ "undoes" f: if f(a) = b, then f⁻¹(b) = a. To find f⁻¹, swap x and y, then solve for y.
y = (2x − 3)/5 → swap: x = (2y − 3)/5 → 5x = 2y − 3 → y = (5x + 3)/2
f⁻¹(x) = (5x + 3)/2
A function has an inverse only if it's one-to-one (passes the horizontal line test). The inverse trig functions require restricting the domain to achieve this.
These model explosive growth (a > 1) or decay (0 < a < 1). The most important base is e ≈ 2.71828 (Euler's number).
The logarithm is the inverse of the exponential: log_a(x) = y means aʸ = x.
Logarithmic scales appear in statistics (log transformations), the Richter scale for earthquakes, and the decibel scale for sound. The natural logarithm ln(x) is essential in integration and differential equations.