Functions
Mathematics · Cheatsheet

Functions

Chapter 2 · Transformations & Families

📋 Reference · always available
Vertical translation
y=f(x)+ky = f(x) + k
k>0k>0 shifts UP by kk. Intuitive direction.
Horizontal translation
y=f(xh)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
y=af(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
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
y=f(x)y = -f(x)
Reflect in $y$-axis
y=f(x)y = f(-x)
Combined transformation
y=af(b(xh))+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
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
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
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(xh)+ky=\tfrac{A}{B(x-h)}+k.
Reciprocal $1/x$
Odd, axes are asymptotes, self-inverse. D=R=R{0}D = R = \mathbb{R}\setminus\{0\}.
Radical (square root)
y=ax+by = \sqrt{ax+b}
Domain: ax+b0ax+b\ge 0. Range: y0y\ge 0 (or 0\le 0 if outer minus). Curve starts at boundary and rises with decreasing slope.
Absolute value
a={aa0aa<0|a| = \begin{cases}a & a\ge 0\\ -a & a<0\end{cases}
Modulus equation
A=b        A=±b|A| = b\;\;\Rightarrow\;\; A = \pm b
Solve both cases and CHECK each against the original equation.
Modulus inequality (less than)
Ab        bAb|A| \le b\;\;\Leftrightarrow\;\;-b \le A \le b
Modulus inequality (greater than)
Ab        Ab   or   Ab|A| \ge b\;\;\Leftrightarrow\;\;A \le -b\;\text{ or }\;A \ge b
Asymptotes — vertical
Set denominator =0=0; the values are VAs (unless they cancel with the numerator).
Asymptotes — horizontal
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
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$
f(xh)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$
If B<0B<0 there is no solution. If BB contains xx, always check — squaring or splitting can introduce false roots.