And yet despite the look on my face, you’re still talking and thinking that I care, Anonymous

Definition. A function f is a rule, relationship, or correspondence that assigns to each element x in a set D, x ∈ D (called the domain) exactly one element y in a set E, y ∈ E (called the codomain or range).
The pair (x, y) is denoted as y = f(x) where: x is the independent variable (input) and y is the dependent variable (output). Often, both the domain D and codomain E are the set of real numbers ℝ or subsets of ℝ.
D is the domain, the set of all possible inputs. E is the codomain or range, the set of all possible outputs.
Key property💡: Each input has exactly one output. (No input is assigned two different outputs — this is the vertical line test!)
Examples: constant, f(x) = c, horizontal line, slope = 0; linear, f(x) = mx + b, straight line, constant slope m and y-intercept b; quadratic $f(x) = ax^2 + bx + c$, u-shaped or inverted U, opens up (a > 0) or down (a < 0), vertex at x = $\frac{-b}{2a}$, symmetry about vertical axis through vertex; polynomial, $f(x) = a_n x^n + \dots + a_0$, a smooth and continuous curve, n roots (counting multiplicity), end behaviour determined by its leading term $a_n x^n$; exponential function, $f(x) = a \cdot b^x, a \ne 0, b \gt 0$, rapid growth (b > 1) or decay (0 < b < 1); trigonometric functions, $\sin(x), \cos(x), \tan (z)$ oscillatory, periodic behavior (period 2π for sin/cos, π for tan), sin and cos are bounded between -1 and 1, but tan is unbounded; step function $f(x) = \lfloor x \rfloor$, greatest integer ≤ x, constant on intervals [n, n+1), jumps at integers, its graph is a staircase shape; absolute value f(x) = |x|, V-shaped graph, slope changes at 0.
Functions can be expressed in multiple forms, each useful in different contexts: verbal description, table of values (list of pairs), algebraic formula, graph, piecewise definition, recursive definition, parametric or integral form, and series representation.
Evaluating a function means finding or computing the output value f(x) for a given input value x. f(x) = $x^2-2x +4, f(2) = 2^2 -2\cdot 2 + 4 = 4 - 4 + 4 = 4, f(0) = 0^2 -2\cdot 0 + 4 = 4, f(1) = 1^2 -2\cdot 1 + 4 = 1 -2 +4 = 3$
The x-intercept is any point on the graph that intersects or crosses the x-axis. In other words, it is the value of x when the function (y-coordinate or y-value) is zero. The y-intercept is the point where the graph intersects or crosses the y-axis. y-coordinate of the point whose x-coordinate is 0, e.g., 2x - 3y = 6. x-intercept: set y = 0 → 2x = 6 ⇒ x=3, so (3, 0). y-intercept: set x = 0 → −3y = 6 ⇒ y = −2, so (0, −2).
f is said to have a local or relative maximum at c if there exists an interval (a, b) containing c ($c \in (a, b)$) such that f(c) ≥ f(x) $∀ x \in (a, b) ∩ D$. f is said to have a local or relative minimum at c if there exists an interval (a, b) containing c ($c \in (a, b)$) such that f(c) ≤ f(x) $∀ x \in (a, b) ∩ D$.💡Local extrema can only occur where the function stops rising or falling —either because the derivative is zero, the derivative doesn't exist, or you're at the edge of the domain.
First Derivative Test. Let f be differentiable on an open interval containing c, except possibly at c itself, and let c be a critical point (so f′(c) = 0 or f′ is undefined). Then:
$\lim\limits_{x \to -\infty} \frac{2x+1}{x^2-9} = 0^-$ (approaches from below). $\lim\limits_{x \to +\infty} \frac{2x+1}{x^2-9} = 0^+$ (approaches from above, $\frac{2x+1}{x^2-9} \sim \frac{2x}{x^2}=\frac{2}{x}$). For any sufficiently large 𝑥 (specifically, 𝑥 > 3), both the numerator (2x + 1) and the denominator ($x^2 -9$) are positive. Since the function is positive for large 𝑥 and the limit is 0, it approaches $0^+$.
| Interval | $2x+1$ | $x^2-9$ | $f(x)$ | Behavior |
|---|---|---|---|---|
| $x < -3$ | – | + | – | Negative |
| $-3 < x < -\frac{1}{2}$ | – | – | + | Positive |
| $-\frac{1}{2} < x < 3$ | + | – | – | Negative |
| $x > 3$ | + | + | + | Positive |
$f(x)-L=\frac{x^{2}}{1-x^{2}}-(-1)=\frac{x^{2}}{1-x^{2}}+1=\frac{x^{2}+(1-x^{2})}{1-x^{2}}=\frac{1}{1-x^{2}}$. As $x\rightarrow -\infty, x^{2}$ becomes a very large positive number, making the denominator $1-x^{2}$ a large negative number. Therefore, the fraction $\frac{1}{1-x^{2}}$ is always negative for sufficiently large negative x.
Since $f(x) = x + \frac{4}{x^2}$, $\forall x \ne 0, \frac{4}{x^2} > 0 \implies f(x) \gt x$. The function always lies above its oblique asymptote y = x.