← Functions
Mathematics Β· Topic Cheatsheet

Functions

80 key results accumulated across 4 chapters.

Function (definition)
Ch 1
A relation that assigns each input to exactly one output. Two parts: must act on every domain element, and must be well-defined (no input gets two outputs).
Function notation
Ch 1
y=f(x)orx↦f(x)y = f(x)\quad\text{or}\quad x \mapsto f(x)
Vertical line test
Ch 1
A graph represents a function iff every vertical line meets it in at most one point. Two intersections β‡’ one xx would map to two yys β‡’ not a function.
Domain
Ch 1
Set of allowed inputs. Natural domain = largest subset of R\mathbb{R} that gives real outputs.
Range
Ch 1
Set of outputs actually achieved. Read it off the yy-axis from the graph.
Domain rules β€” combine them all
Ch 1
Denominator β‰ 0\ne 0 Β· radicand β‰₯0\ge 0 for even roots Β· argument >0> 0 for ln⁑/log⁑\ln/\log Β· argument in [βˆ’1,1][-1,1] for arcsin⁑/arccos⁑\arcsin/\arccos. Intersect the allowed sets.
Set vs interval notation
Ch 1
{x:xβ‰₯3}\{x:x\ge 3\} ≑ [3,∞)[3,\infty). {x:βˆ’2≀x<5}\{x:-2\le x<5\} ≑ [βˆ’2,5)[-2,5). Inverted bracket means open endpoint.
Inverse (definition)
Ch 1
fβˆ’1(f(x))=xβ€…β€Šβ€…β€Šandβ€…β€Šβ€…β€Šf(fβˆ’1(x))=xf^{-1}(f(x)) = x\;\;\text{and}\;\;f(f^{-1}(x)) = x
Three-step recipe to find $f^{-1}$
Ch 1
(1) Write y=f(x)y=f(x). (2) Swap xx and yy. (3) Solve for yy. That's fβˆ’1(x)f^{-1}(x).
Inverse β€” geometric meaning
Ch 1
Graph of fβˆ’1f^{-1} = reflection of ff across the line y=xy=x.
When does $f^{-1}$ exist?
Ch 1
Iff ff is one-to-one. If ff fails the horizontal line test, restrict the domain to one side of the turning point first.
Domain / range swap
Ch 1
D(fβˆ’1)=R(f)D(f^{-1}) = R(f) and R(fβˆ’1)=D(f)R(f^{-1}) = D(f).
Composition
Ch 1
(f∘g)(x)=f(g(x))(f \circ g)(x) = f(g(x))
Composition β€” domain rule
Ch 1
xx must be in D(g)D(g) AND g(x)g(x) must be in D(f)D(f). Compose inner function first; then check the outer's domain restriction kicks in.
Order matters
Ch 1
f∘gβ‰ g∘fβ€…β€ŠΒ (inΒ general)f\circ g \ne g\circ f\;\text{ (in general)}
Test with f(x)=2xf(x)=2x, g(x)=x+1g(x)=x+1: (f∘g)(1)=4(f\circ g)(1)=4, (g∘f)(1)=3(g\circ f)(1)=3.
Self-inverse functions
Ch 1
fβˆ’1=ff^{-1} = f. Examples: y=xy=x, y=βˆ’xy=-x, y=k/xy=k/x (any kk), y=aβˆ’xy=a-x. Their graphs are symmetric about y=xy=x AND look the same swapped.
Pitfall β€” implied domain
Ch 1
If no domain is stated, use the largest set giving real outputs. Always check denominators, radicals, logs.
Pitfall β€” $f^{-1}$ vs $1/f$
Ch 1
fβˆ’1f^{-1} is the INVERSE function, NOT 1/f(x)1/f(x). They mean completely different things.
Pitfall β€” inverse without one-to-one
Ch 1
If you skip the one-to-one check, the 'inverse' you write down won't be a function. Always test (or restrict).
Vertical translation
Ch 2
y=f(x)+ky = f(x) + k
k>0k>0 shifts UP by kk. Intuitive direction.
Horizontal translation
Ch 2
y=f(xβˆ’h)y = f(x - h)
h>0h>0 shifts RIGHT by hh (counter-intuitive: SUBTRACTING hh moves right). The vector form is (hk)\binom{h}{k}.
Vertical stretch
Ch 2
y=a f(x)β€…β€Š(a>0)y = a\,f(x)\;(a>0)
Stretches by factor aa from xx-axis. a>1a>1 β‡’ further from x-axis. 0<a<10<a<1 β‡’ closer (compression).
Horizontal stretch
Ch 2
y=f(bx)β€…β€Š(b>0)y = f(bx)\;(b>0)
Stretches by factor 1/b1/b from yy-axis (reciprocal!). b>1b>1 β‡’ COMPRESSION; 0<b<10<b<1 β‡’ STRETCH.
Reflect in $x$-axis
Ch 2
y=βˆ’f(x)y = -f(x)
Reflect in $y$-axis
Ch 2
y=f(βˆ’x)y = f(-x)
Combined transformation
Ch 2
y=a f(b(xβˆ’h))+ky = a\,f(b(x-h)) + k
aa vert stretch Β· bb horiz stretch Β· hh horiz shift Β· kk vert shift. Order matters when mixing inside and outside.
Modulus transformations
Ch 2
y=∣f(x)∣y=|f(x)| reflects parts BELOW the xx-axis ABOVE it. y=f(∣x∣)y=f(|x|) replaces the x<0x<0 part with a mirror image of the x>0x>0 part across the yy-axis.
Reciprocal transformation
Ch 2
y=1f(x)y = \dfrac{1}{f(x)}
Zeros of ff β‡’ vertical asymptotes of 1/f1/f. Where ff has a min, 1/f1/f has a max (at the same xx). 1/f1/f has the same sign as ff.
Rational function
Ch 2
y=ax+bcx+dy = \dfrac{ax+b}{cx+d}
VA at x=βˆ’d/cx=-d/c; HA at y=a/cy=a/c. Equivalent transformed form y=AB(xβˆ’h)+ky=\tfrac{A}{B(x-h)}+k.
Reciprocal $1/x$
Ch 2
Odd, axes are asymptotes, self-inverse. D=R=Rβˆ–{0}D = R = \mathbb{R}\setminus\{0\}.
Radical (square root)
Ch 2
y=ax+by = \sqrt{ax+b}
Domain: ax+bβ‰₯0ax+b\ge 0. Range: yβ‰₯0y\ge 0 (or ≀0\le 0 if outer minus). Curve starts at boundary and rises with decreasing slope.
Absolute value
Ch 2
∣a∣={aaβ‰₯0βˆ’aa<0|a| = \begin{cases}a & a\ge 0\\ -a & a<0\end{cases}
Modulus equation
Ch 2
∣A∣=bβ€…β€Šβ€…β€Šβ‡’β€…β€Šβ€…β€ŠA=Β±b|A| = b\;\;\Rightarrow\;\; A = \pm b
Solve both cases and CHECK each against the original equation.
Modulus inequality (less than)
Ch 2
∣Aβˆ£β‰€bβ€…β€Šβ€…β€Šβ‡”β€…β€Šβ€…β€Šβˆ’b≀A≀b|A| \le b\;\;\Leftrightarrow\;\;-b \le A \le b
Modulus inequality (greater than)
Ch 2
∣A∣β‰₯bβ€…β€Šβ€…β€Šβ‡”β€…β€Šβ€…β€ŠAβ‰€βˆ’bβ€…β€ŠΒ orΒ β€…β€ŠAβ‰₯b|A| \ge b\;\;\Leftrightarrow\;\;A \le -b\;\text{ or }\;A \ge b
Asymptotes β€” vertical
Ch 2
Set denominator =0=0; the values are VAs (unless they cancel with the numerator).
Asymptotes β€” horizontal
Ch 2
Compare degrees: numerator deg << denominator deg β‡’ y=0y=0. Equal degrees β‡’ y=y= leading-coeff ratio. Higher numerator β‡’ no HA (slant or beyond).
Pitfall β€” order of transformations
Ch 2
Apply inside-the-bracket transformations first (in reverse algebra order): translate inside β‡’ then stretch inside. Outside transformations follow in natural order.
Pitfall β€” sign of $h$
Ch 2
f(xβˆ’h)f(x-h) shifts RIGHT by hh, f(x+h)f(x+h) shifts LEFT by hh. Inside the bracket the sign flips its apparent meaning.
Pitfall β€” extraneous solutions of $|A|=B$
Ch 2
If B<0B<0 there is no solution. If BB contains xx, always check β€” squaring or splitting can introduce false roots.
One-to-one (injective)
Ch 3
Every output comes from at most one input. Horizontal-line test: ≀ 1 intersection. Required for an inverse.
Many-to-one
Ch 3
At least two different inputs share an output. Fails the horizontal-line test.
Onto (surjective)
Ch 3
Every element of the stated co-domain is achieved as an output. Range = co-domain.
Restriction trick
Ch 3
Restrict a many-to-one function to ONE side of its turning point to force one-to-one. Example: x2x^2 on R\mathbb{R} is many-to-one; on [0,∞)[0,\infty) it's one-to-one with inverse x\sqrt{x}.
Even function
Ch 3
f(βˆ’x)=f(x)f(-x) = f(x)
Graph symmetric about the yy-axis. Polynomials: only even powers + constant. Examples: x2,cos⁑x,∣x∣x^2,\cos x,|x|.
Odd function
Ch 3
f(βˆ’x)=βˆ’f(x)f(-x) = -f(x)
Graph has 180∘180^\circ rotational symmetry about origin. Polynomials: only odd powers, no constant. Examples: x3,sin⁑x,1/xx^3,\sin x,1/x.
Neither
Ch 3
At least one xx with f(βˆ’x)β‰ Β±f(x)f(-x) \ne \pm f(x). Mixed-degree polynomials like x2+xx^2+x.
Both even and odd?
Ch 3
Only f(x)=0f(x)=0 satisfies both. f=ff=f and f=βˆ’ff=-f β‡’ 2f=02f=0 β‡’ f=0f=0.
Radical β€” domain
Ch 3
y=ax+bβ€…β€Šβ€…β€Šβ‡’β€…β€Šβ€…β€Šax+bβ‰₯0y = \sqrt{ax+b}\;\;\Rightarrow\;\;ax+b \ge 0
Set the radicand β‰₯0\ge 0 and solve. Don't forget to flip the inequality if a<0a<0.
Radical β€” start point
Ch 3
y=c+kax+by=c+k\sqrt{ax+b} starts at (x0,c)(x_0, c) where x0x_0 is the boundary. If k>0k>0 the curve rises; if k<0k<0 it falls below cc.
Radical β€” range
Ch 3
Bare …β‰₯0\sqrt{\dots}\ge 0 β‡’ range β‰₯0\ge 0. Outer constant shifts the range floor; outer negative gives range ≀c\le c.
Partial fractions β€” setup
Ch 3
Proper fraction (deg numerator << deg denominator). Factor denominator into distinct linears: f(x)(xβˆ’r1)(xβˆ’r2)=Axβˆ’r1+Bxβˆ’r2\dfrac{f(x)}{(x-r_1)(x-r_2)} = \dfrac{A}{x-r_1}+\dfrac{B}{x-r_2}.
Cover-up shortcut
Ch 3
Find AiA_i by covering up (xβˆ’ri)(x-r_i) in the original and substituting x=rix=r_i into what remains. Works because every other term has (xβˆ’ri)(x-r_i) as a factor and vanishes.
Repeated factor
Ch 3
(xβˆ’r)2(x-r)^{2} in denominator β‡’ TWO pieces: Axβˆ’r+B(xβˆ’r)2\dfrac{A}{x-r} + \dfrac{B}{(x-r)^{2}}.
Piecewise function
Ch 3
Different rules on different intervals. Domain = union of the intervals. Evaluate by selecting the rule for the input's interval.
Why classify?
Ch 3
Inverses require one-to-one. Integration βˆ«βˆ’aaf\int_{-a}^{a}f vanishes if ff is odd (saves work!). Symmetry gives quick range arguments and graphs faster sketching.
Pitfall β€” even AND $f(0)$
Ch 3
If ff is odd and defined at 00, then f(0)=0f(0)=0 (set x=0x=0 in f(βˆ’x)=βˆ’f(x)f(-x)=-f(x)). If f(0)β‰ 0f(0)\ne 0, ff cannot be odd.
Pitfall β€” partial fractions setup
Ch 3
Numerator MUST be lower degree than denominator. If not, polynomial-divide first; the quotient is a polynomial part plus a proper fraction.
Coverage
Ch 4
Mixed practice over function definition, domain/range, all families (rational/radical/modulus/piecewise), partial fractions, classification (one-to-one, even/odd), composition, inverses, transformations.
Format
Ch 4
18 questions across 4 sections (A: 5, B: 5, C: 4, D: 4 longer). Designed for ~60 min in one sitting; pause and resume any time.
Function test
Ch 4
Vertical line test (graph) ⇔ no two ordered pairs share an xx.
Natural domain rules
Ch 4
Combine: denominator β‰ 0\ne 0, radicand β‰₯0\ge 0 (even root), argument >0>0 (log).
Range from graph
Ch 4
Read yy-values reached. For shifted-vertex parabolas, range is bounded by the yy of the vertex.
Rational $\dfrac{ax+b}{cx+d}$
Ch 4
VA: x=βˆ’d/cx=-d/c. HA: y=a/cy=a/c.
Radical
Ch 4
y=c+kax+by = c + k\sqrt{ax+b}
Domain: ax+bβ‰₯0ax+b\ge 0. Range starts at y=cy=c; goes up if k>0k>0, down if k<0k<0.
Modulus equation
Ch 4
∣A∣=bβ€…β€Šβ‡’β€…β€ŠA=Β±b|A| = b\;\Rightarrow\;A=\pm b
Modulus inequalities
Ch 4
∣Aβˆ£β‰€bβ€…β€Šβ‡”β€…β€Šβˆ’b≀A≀bβ€…β€Šβ€…β€ŠΒ andΒ β€…β€Šβ€…β€Šβˆ£A∣β‰₯bβ€…β€Šβ‡”β€…β€ŠAβ‰€βˆ’bβ€…β€ŠΒ orΒ β€…β€ŠAβ‰₯b|A|\le b\;\Leftrightarrow\;-b\le A\le b\;\;\text{ and }\;\;|A|\ge b\;\Leftrightarrow\;A\le -b\;\text{ or }\;A\ge b
Partial fractions β€” cover-up
Ch 4
For distinct linear factors: cover (xβˆ’ri)(x-r_i) and substitute x=rix=r_i to read off AiA_i.
Even / odd tests
Ch 4
f(βˆ’x)=f(x)β€…β€Š[even]β€…β€Šβ€…β€Šβ€…β€Šf(βˆ’x)=βˆ’f(x)β€…β€Š[odd]f(-x)=f(x)\;[\text{even}]\;\;\;f(-x)=-f(x)\;[\text{odd}]
One-to-one β‡’ inverse exists
Ch 4
If many-to-one, restrict the domain (e.g. one side of the parabola vertex) before inverting.
Composition
Ch 4
(f∘g)(x)=f(g(x))(f\circ g)(x) = f(g(x))
Find $f^{-1}$
Ch 4
Swap xx and yy, solve for yy. Geometric: reflect graph in y=xy=x. Domain/range swap.
Self-inverse
Ch 4
fβˆ’1(x)=f(x)f^{-1}(x) = f(x)
Examples: 1/x1/x, aβˆ’xa-x, (xβˆ’k)/(xβˆ’1)(x-k)/(x-1) for certain kk.
Combined transform
Ch 4
y=a f(b(xβˆ’h))+ky = a\,f(b(x-h)) + k
aa vert stretch Β· bb horiz Β· hh right Β· kk up.
Reflections
Ch 4
βˆ’f(x):Β x-axis;β€…β€Šβ€…β€Šf(βˆ’x):Β y-axis-f(x):\text{ x-axis};\;\;f(-x):\text{ y-axis}
Reciprocal $1/f$
Ch 4
Zeros of ff β‡’ VAs of 1/f1/f. Min of ff β‡’ max of 1/f1/f.
$|f(x)|$ vs $f(|x|)$
Ch 4
∣f(x)∣|f(x)|: flip below-axis up. f(∣x∣)f(|x|): replace x<0x<0 part with mirror of x>0x>0 part.
Trap β€” sign inside bracket
Ch 4
f(xβˆ’h)f(x-h) shifts RIGHT by hh (subtracting hh moves right). Always counter-intuitive.
Trap β€” extraneous solutions
Ch 4
Modulus equations: split into cases and CHECK in the original. Squaring or expanding can add false roots.
Trap β€” domain of composition
Ch 4
D(f∘g)D(f\circ g) = {x∈D(g):g(x)∈D(f)}\{x \in D(g) : g(x) \in D(f)\}. Don't just take D(g)D(g).